summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-18108-217/+154
|\
| * arm64: Remove ununsed set_irq_flagsRob Herring2015-09-161-5/+0
| * ARM: Remove ununsed set_irq_flagsRob Herring2015-09-162-26/+0
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1697-175/+140
| * genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
| * powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| * powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| * powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| * powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-153-3/+3
| * powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+2
| * powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2015-09-142-2/+4
| * powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+3
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\ \
| * | x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura2015-09-171-1/+1
| |/
* | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-1814-14/+58
|\ \
| * | powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+9
| * | powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+8
| * | powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V2015-09-161-1/+2
| * | powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt2015-09-161-0/+3
| * | powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-09-105-10/+15
| * | powerpc: Wire up sys_userfaultfd()Michael Ellerman2015-09-093-1/+3
| * | powerpc/pseries: Release DRC when configure_connector failsBharata B Rao2015-09-081-1/+3
| * | powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=Nishanth Aravamudan2015-09-071-2/+8
| * | powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernelNishanth Aravamudan2015-09-071-1/+9
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-172-1/+4
|\ \ \
| * | | alpha: lib: export __delaySudip Mukherjee2015-09-171-0/+1
| * | | alpha: io: define ioremap_ucSudip Mukherjee2015-09-171-1/+3
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-09-179-22/+71
|\ \ \ \
| * | | | arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-173-0/+22
| * | | | arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
| * | | | arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
| * | | | arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
| * | | | arm64: enable generic idle loopLeo Yan2015-09-151-0/+1
| * | | | arm64: pgtable: use a single bit for PTE_WRITE regardless of DBMWill Deacon2015-09-141-5/+1
| * | | | arm64: Fix pte_modify() to preserve the hardware dirty informationCatalin Marinas2015-09-141-1/+1
| * | | | arm64: Fix the pte_hw_dirty() check when AF/DBM is enabledCatalin Marinas2015-09-141-2/+2
| * | | | arm64: dma-mapping: check whether cma area is initialized or notJisheng Zhang2015-09-141-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1711-27/+72
|\ \ \ \
| * | | | x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
| * | | | x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * | | | x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
| * | | | x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross2015-09-141-1/+0
| * | | | x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
| * | | | x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
| * | | | x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
| * | | | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
| * | | | Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-051060-24161/+39678
| |\ \ \ \
| * | | | | x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
| * | | | | x86/mm/srat: Print non-volatile flag in SRATLinda Knippers2015-09-021-2/+3