aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15x86/tboot: Convert to hotplug state machineRichard Cochran1-17/+8
2016-07-15arm64/armv8 deprecated: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+5
2016-07-15MIPS/Loongson-3: Convert oprofile to hotplug state machineRichard Cochran1-21/+14
2016-07-15arm/xen: Convert to hotplug state machineRichard Cochran1-30/+11
2016-07-15arm/twd: Convert to hotplug state machineRichard Cochran1-20/+11
2016-07-15arm/l2c: Convert to hotplug state machineRichard Cochran1-14/+13
2016-07-15metag/perf: Convert to hotplug state machineRichard Cochran1-19/+7
2016-07-15arm: Convert VFP hotplug notifiers to state machineThomas Gleixner1-11/+17
2016-07-15x86/apb_timer: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+10
2016-07-15x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+8
2016-07-15KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+2
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang10-12/+0
2016-07-15Merge branch 'linus' into x86/apic, to refresh the branchIngo Molnar210-1027/+1212
2016-07-15x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2-7/+0
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2-2/+4
2016-07-15x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski1-1/+0
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski3-8/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski10-40/+38
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar3-7/+7
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski6-9/+10
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski3-1/+31
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski1-1/+1
2016-07-15x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski1-2/+10
2016-07-15x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski1-1/+9
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski6-41/+0
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski1-3/+6
2016-07-15x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar1-27/+0
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar45-278/+590
2016-07-15m32r: fix build warning about putcSudip Mukherjee1-4/+5
2016-07-15kasan: add newline to messagesDmitry Vyukov1-2/+2
2016-07-14x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung1-0/+21
2016-07-14KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini1-1/+1
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-2/+17
2016-07-14kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner1-32/+24
2016-07-14KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini1-3/+5
2016-07-14ARM: 8586/1: cpuidle: make arm_cpuidle_suspend() a bit more efficientJisheng Zhang1-11/+6
2016-07-14ARM: 8585/1: cpuidle: fix !cpuidle_ops[cpu].init case during initJisheng Zhang1-3/+11
2016-07-14ARM: 8561/4: dma-mapping: Fix the coherent case when iommu is usedGregory CLEMENT1-21/+65
2016-07-14ARM: 8561/3: dma-mapping: Don't use outer_flush_range when the L2C is coherentGregory CLEMENT1-20/+42
2016-07-14ARM: 8560/1: errata: Workaround errata A12 825619 / A17 852421Doug Anderson2-0/+29
2016-07-14ARM: 8559/1: errata: Workaround erratum A12 821420Doug Anderson2-0/+15
2016-07-14ARM: 8558/1: errata: Workaround errata A12 818325/852422 A17 852423Doug Anderson2-0/+53
2016-07-14x86/hpet: Convert to hotplug state machineSebastian Andrzej Siewior1-35/+34
2016-07-14perf/x86/amd/power: Convert the hotplug notifier to state machineAnna-Maria Gleixner1-47/+11
2016-07-14perf/x86/amd/power: Change hotplug notifier to a symmetric structureAnna-Maria Gleixner1-2/+2
2016-07-14xtensa/perf: Convert the hotplug notifier to state machine callbacksSebastian Andrzej Siewior1-17/+9
2016-07-14sh/perf: Convert the hotplug notifiers to state machine callbacksThomas Gleixner1-19/+4
2016-07-14s390/perf: Convert the hotplug notifier to state machine callbacks (Sampling)Sebastian Andrzej Siewior1-26/+19
2016-07-14s390/perf: Convert the hotplug notifier to state machine callbacks (Counter)Thomas Gleixner1-27/+19
2016-07-14powerpc/perf: Convert book3s notifier to state machine callbacksThomas Gleixner1-23/+7