summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-11-23x86/pci/amd-bus: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+7
2016-11-23x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior1-43/+18
2016-11-23x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner1-10/+12
2016-11-23sparc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior1-36/+9
2016-11-23powerpc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior1-40/+10
2016-11-23ARM/hw_breakpoint: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+22
2016-11-23arm/bL_switcher: Convert to hotplug state machineSebastian Andrzej Siewior1-14/+20
2016-11-23x86/msr: Convert to hotplug state machineSebastian Andrzej Siewior1-54/+15
2016-11-23x86/cpuid: Move the hotplug callbacks to onlineThomas Gleixner1-5/+6
2016-11-23x86/cpuid: Convert to hotplug state machineSebastian Andrzej Siewior1-53/+11
2016-11-23x86/mce/therm_throt: Move hotplug callbacks to onlineThomas Gleixner1-5/+8
2016-11-23x86/mce/therm_throt: Convert to hotplug state machineSebastian Andrzej Siewior1-42/+13
2016-11-21x86/MCE/AMD: Fix thinko about thresholding_enBorislav Petkov1-2/+3
2016-11-16x86/mcheck: Move CPU_DEAD to hotplug state machineSebastian Andrzej Siewior1-27/+15
2016-11-16x86/mcheck: Move CPU_ONLINE and CPU_DOWN_PREPARE to hotplug state machineSebastian Andrzej Siewior1-42/+36
2016-11-16x86/mcheck: Reorganize the hotplug callbacksSebastian Andrzej Siewior1-16/+20
2016-11-16x86/mcheck: Split threshold_cpu_callback into two callbacksSebastian Andrzej Siewior3-31/+28
2016-11-16x86/mcheck: Be prepared for a rollback back to the ONLINE stateSebastian Andrzej Siewior2-0/+8
2016-11-16x86/mcheck: Explicit cleanup on failure in mce_amdSebastian Andrzej Siewior1-2/+5
2016-11-16x86/mcheck: Move threshold_create_device()Sebastian Andrzej Siewior1-25/+25
2016-11-10ia64/topology: Convert to hotplug state machineSebastian Andrzej Siewior1-47/+7
2016-11-10ia64/salinfo: Convert to hotplug state machineSebastian Andrzej Siewior1-51/+32
2016-11-10ia64/palinfo: Convert to hotplug state machineSebastian Andrzej Siewior1-44/+16
2016-11-10ia64/err-inject: Convert to hotplug state machineSebastian Andrzej Siewior1-57/+17
2016-11-10s390/smp: Convert to hotplug state machineSebastian Andrzej Siewior1-26/+11
2016-11-10s390/smp: Make cpu notifier symetricThomas Gleixner1-1/+2
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-102/+59
2016-11-04Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds15-235/+287
2016-11-04Merge branch 'parisc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-36/+40
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan1-0/+13
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki1-64/+39
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki2-117/+131
2016-11-04MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki1-5/+1
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki5-42/+78
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki1-0/+1
2016-11-04MIPS: dump_tlb: Fix printk continuationsJames Hogan2-31/+31
2016-11-04MIPS: Fix __show_regs() outputPaul Burton1-21/+21
2016-11-04MIPS: traps: Fix output of show_codeMatt Redfearn1-3/+4
2016-11-04MIPS: traps: Fix output of show_stacktraceMatt Redfearn1-6/+8
2016-11-04MIPS: traps: Fix output of show_backtraceMatt Redfearn1-1/+1
2016-11-04MIPS: Fix build of compressed imageMatt Redfearn1-1/+1
2016-11-04MIPS: generic: Fix KASLR for generic kernel.Matt Redfearn1-6/+10
2016-11-04MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn1-1/+1
2016-11-04MIPS: Malta: Fixup rebootPaul Burton1-1/+2
2016-11-04MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCPaul Burton1-1/+10
2016-11-03parisc: Ignore the pkey system calls for nowHelge Deller1-1/+3
2016-11-03parisc: Use LINUX_GATEWAY_ADDR define instead of hardcoded valueHelge Deller1-1/+1
2016-11-03parisc: Ensure consistent state when switching to kernel stack at syscall entryJohn David Anglin1-2/+9
2016-11-03parisc: Avoid trashing sr2 and sr3 in LWS codeJohn David Anglin1-29/+24