summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-2932-931/+524
|\
| * powerpc/numa: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-221-29/+19
| * ARC/time: Convert to hotplug state machineAnna-Maria Gleixner2016-07-151-30/+18
| * x86/x2apic: Convert to CPU hotplug state machineSebastian Andrzej Siewior2016-07-151-50/+30
| * x86/tboot: Convert to hotplug state machineRichard Cochran2016-07-151-17/+8
| * arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-17/+5
| * MIPS/Loongson-3: Convert oprofile to hotplug state machineRichard Cochran2016-07-151-21/+14
| * arm/xen: Convert to hotplug state machineRichard Cochran2016-07-151-30/+11
| * arm/twd: Convert to hotplug state machineRichard Cochran2016-07-151-20/+11
| * arm/l2c: Convert to hotplug state machineRichard Cochran2016-07-151-14/+13
| * metag/perf: Convert to hotplug state machineRichard Cochran2016-07-151-19/+7
| * arm: Convert VFP hotplug notifiers to state machineThomas Gleixner2016-07-151-11/+17
| * x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-19/+10
| * x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-25/+8
| * KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner2016-07-151-4/+2
| * x86/hpet: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-35/+34
| * perf/x86/amd/power: Convert the hotplug notifier to state machineAnna-Maria Gleixner2016-07-141-47/+11
| * perf/x86/amd/power: Change hotplug notifier to a symmetric structureAnna-Maria Gleixner2016-07-141-2/+2
| * xtensa/perf: Convert the hotplug notifier to state machine callbacksSebastian Andrzej Siewior2016-07-141-17/+9
| * sh/perf: Convert the hotplug notifiers to state machine callbacksThomas Gleixner2016-07-141-19/+4
| * s390/perf: Convert the hotplug notifier to state machine callbacks (Sampling)Sebastian Andrzej Siewior2016-07-141-26/+19
| * s390/perf: Convert the hotplug notifier to state machine callbacks (Counter)Thomas Gleixner2016-07-141-27/+19
| * powerpc/perf: Convert book3s notifier to state machine callbacksThomas Gleixner2016-07-141-23/+7
| * blackfin/perf: Convert hotplug notifier to state machineThomas Gleixner2016-07-141-21/+5
| * perf/x86/intel/cstate: Convert Intel CSTATE to hotplug state machineSebastian Andrzej Siewior2016-07-141-36/+15
| * perf/x86/intel/cqm: Convert Intel CQM to hotplug state machineRichard Cochran2016-07-141-31/+18
| * perf/x86/intel/rapl: Convert to hotplug state machineRichard Cochran2016-07-141-59/+25
| * perf/x86/amd/ibs: Convert to hotplug state machineThomas Gleixner2016-07-141-36/+28
| * perf/x86/amd/uncore: Convert to hotplug state machineRichard Cochran2016-07-141-90/+32
| * perf/x86/intel/uncore: Convert to hotplug state machineThomas Gleixner2016-07-141-88/+45
| * perf/x86: Convert the core to the hotplug state machineThomas Gleixner2016-07-143-42/+71
| * ARM/mvebu: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-13/+6
| * x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-16/+4
| * Merge branch 'timers/core' into smp/hotplug to pick up dependenciesThomas Gleixner2016-07-1317-71/+157
| |\
* | \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-07-2913-88/+173
|\ \ \
| * | | sparc64: Trim page tables for 8M hugepagesNitin Gupta2016-07-296-68/+129
| * | | sparc64 mm: Fix base TSB sizing when hugetlb pages are usedMike Kravetz2016-07-296-15/+19
| * | | sparc32: off by ones in BUG_ON()Dan Carpenter2016-07-281-2/+2
| * | | sparc: Don't leak context bits into thread->fault_addressDavid S. Miller2016-07-283-4/+24
* | | | Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-07-294-3/+5
|\ \ \ \
| * | | | ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta2016-07-281-1/+1
| * | | | ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev2016-07-201-1/+2
| * | | | ARC: typo fix in mm/ioremap.cAlexey Brodkin2016-07-191-1/+1
| * | | | ARC: fix linux-next build breakageVineet Gupta2016-07-141-0/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2016-07-294-653/+675
|\ \ \ \
| * | | | avr32: off by one in at32_init_pio()Dan Carpenter2016-07-291-1/+1
| * | | | avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt2016-07-292-654/+654
| * | | | avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt2016-07-293-0/+22
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-07-2925-171/+373
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'cpuidle', 'fixes' and 'misc' into for-linusRussell King2016-07-2876-464/+923
| |\ \ \ \ \ \