summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-0315-322/+146
|\
| * x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-25/+6
| * s390/mm/pfault: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+12
| * mips/loongson/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-26/+8
| * mips/octeon/smp: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+3
| * x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-35/+17
| * sh/SH-X3 SMP: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-21/+5
| * ia64/mca: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-22/+4
| * ARM/OMAP/wakeupgen: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-22/+13
| * ARM/shmobile: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-18/+8
| * arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+5
| * powerpc/mmu nohash: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-32/+24
| * powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-25/+25
| * x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-27/+16
| * cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-2/+0
| * Merge branch 'linus' into smp/hotplugThomas Gleixner2016-09-01140-674/+973
| |\
| * | cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-101-11/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-035-0/+22
|\ \ \
| * \ \ Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-09-221-0/+1
| |\ \ \
| | * | | arm64: marvell: enable the Marvell PIC driverThomas Petazzoni2016-08-221-0/+1
| * | | | ARM/dts: Add EXTI controller node to stm32f429Alexandre TORGUE2016-09-211-0/+8
| * | | | ARM/STM32: Select external interrupts controllerAlexandre TORGUE2016-09-211-0/+1
| * | | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-2079-436/+617
| |\ \ \ \
| * | | | | irqchip/gic-v3: Reset BPR during initializationDaniel Thompson2016-09-122-0/+12
* | | | | | Merge tag 'arc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-10-0353-114/+769
|\ \ \ \ \ \
| * | | | | | ARC: [plat*] enables MODULE*Vineet Gupta2016-09-305-1/+16
| * | | | | | ARCv2: fix local_save_flagsVineet Gupta2016-09-301-1/+1
| * | | | | | ARC: CONFIG_NODES_SHIFT fix default valuesNoam Camus2016-09-301-2/+2
| * | | | | | ARCv2: intc: Use kflag if STATUS32.IE must be resetYuriy Kolerov2016-09-301-1/+1
| * | | | | | ARC: .exit.* sections can be discarded in .eh_frame regimeVineet Gupta2016-09-301-8/+0
| * | | | | | ARC: dw2 unwind: enable cfi pseudo ops in string libVineet Gupta2016-09-3011-25/+26
| * | | | | | ARC: dw2 unwind: add infrastructure for adding cfi pseudo ops to asmVineet Gupta2016-09-303-1/+52
| * | | | | | ARC: entry: make ret_from_system_call local labelVineet Gupta2016-09-301-7/+5
| * | | | | | ARC: dw2 unwind: don't force dwarf 2Vineet Gupta2016-09-301-6/+0
| * | | | | | ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta2016-09-305-34/+13
| * | | | | | ARC: dw2 unwind: factor CIE specifics for .eh_frame/.debug_frameVineet Gupta2016-09-301-7/+18
| * | | | | | ARC: module: support R_ARC_32_PCREL relocationVineet Gupta2016-09-302-4/+5
| * | | | | | arc: perf: Enable generic "cache-references" and "cache-misses" eventsAlexey Brodkin2016-09-302-2/+7
| * | | | | | ARC: [plat-eznps] add missing atomic_fetch_xxx operationsNoam Camus2016-09-301-0/+2
| * | | | | | ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructionsVineet Gupta2016-09-302-3/+260
| * | | | | | ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 coresVineet Gupta2016-09-305-18/+23
| * | | | | | ARCv2: identify HS38 rel 3.0 coresVineet Gupta2016-09-301-0/+1
| * | | | | | ARCv2: Add support for ZeBu Emulation platform for HS coresVineet Gupta2016-09-305-0/+330
| * | | | | | arc: Add "model" properly in device tree description of all boardsAlexey Brodkin2016-09-3013-0/+13
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-0318-6/+42
|\ \ \ \ \ \
| * | | | | | m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-301-1/+1
| * | | | | | m68k: Use IS_ENABLED() instead of checking for built-in or moduleGeert Uytterhoeven2016-09-195-5/+5
| * | | | | | m68k/defconfig: Update defconfigs for v4.8-rc1Geert Uytterhoeven2016-08-2912-0/+36
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-0311-91/+195
|\ \ \ \ \ \
| * | | | | | x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee2016-09-201-1/+1