summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+4
* sh/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-291-1/+1
* ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
* ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-274-7/+7
* C6X/meagmod-pic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-271-2/+2
* blackfin/irq: Use irq_set_handler_locked()Thomas Gleixner2015-07-271-4/+4
* blackfin/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+2
* alpha/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-271-1/+1
* irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-274-4/+0
* avr32/irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-261-1/+1
* avr32/at32ap: Use irq_set_handler_locked()Thomas Gleixner2015-07-261-2/+2
* avr32/at32ap: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-261-2/+2
* sparc/PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-1/+1
* x86/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-4/+4
* s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
* powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-228-18/+18
* MIPS/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-1/+1
* treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-165-5/+5
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-07-0714-69/+198
|\
| * Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-072068-44904/+70922
| |\
| | * ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-034-3/+16
| | * ARM: pgtable: document mapping typesRussell King2015-07-031-1/+30
| | * ARM: io: convert ioremap*() to functionsRussell King2015-07-033-34/+62
| | * ARM: io: fix ioremap_wt() implementationRussell King2015-07-031-1/+1
| | * ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King2015-07-031-3/+39
| * | ARM: fix lockdep unannotated irqs-off warningRussell King2015-07-031-1/+1
| * | ARM: 8397/1: fix vdsomunge not to depend on glibc specific error.hSzabolcs Nagy2015-07-031-23/+33
| * | ARM: add helpful message when truncating physical memoryRussell King2015-06-291-0/+6
| * | ARM: add help text for HIGHPTE configuration entryRussell King2015-06-291-0/+6
| * | ARM: fix DEBUG_SET_MODULE_RONX build dependenciesRussell King2015-06-291-1/+1
| * | ARM: 8396/1: use phys_addr_t in pfn_to_kaddr()Vitaly Andrianov2015-06-291-1/+1
| * | ARM: 8394/1: update memblock limit after mapping lowmemLaura Abbott2015-06-291-0/+1
| * | ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-291-2/+2
* | | perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-07-061-1/+1
* | | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-051-0/+82
|\ \ \
| * | | intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-291-0/+82
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-046-17/+8
|\ \ \ \
| * | | | make simple_positive() publicAl Viro2015-06-232-7/+2
| * | | | vfs: add file_path() helperMiklos Szeredi2015-06-234-10/+6
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-046-12/+25
|\ \ \ \ \
| * | | | | kvm: add hyper-v crash msrs valuesAndrey Smetanin2015-07-031-0/+11
| * | | | | KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss2015-07-031-3/+1
| * | | | | KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-032-6/+9
| * | | | | KVM: x86: properly restore LVT0Radim Krčmář2015-07-031-0/+1
| * | | | | KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-033-4/+4
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-043-8/+8
|\ \ \ \ \ \
| * | | | | | x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
| * | | | | | Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3
| |\ \ \ \ \ \
| | * | | | | | x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3
| | | |/ / / / | | |/| | | |
| * | | | | | x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1