summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-1/+50
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2016-12-11x86/paravirt: Fix native_patch()Peter Zijlstra2-0/+8
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-5/+8
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar5-22/+52
2016-11-28x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf1-3/+6
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-11-22x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra4-16/+39
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-0/+12
2016-11-22locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui1-0/+6
2016-11-21x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu1-8/+8
2016-11-18x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf1-1/+1
2016-11-18x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf1-2/+6
2016-11-17x86/boot: Avoid warning for zero-filling .bssArnd Bergmann1-3/+6
2016-11-16x86/sysfb: Fix lfb_size calculationDavid Herrmann1-8/+17
2016-11-16x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann1-2/+16
2016-11-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+31
2016-11-11x86: apm: avoid uninitialized dataArnd Bergmann1-1/+4
2016-11-09x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner1-2/+30
2016-11-09x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam1-5/+1
2016-10-29x86/smpboot: Init apic mapping before usageThomas Gleixner1-1/+6
2016-10-29Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2016-10-28x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov1-1/+1
2016-10-26x86: Fix export for mcount and __fentry__Steven Rostedt1-1/+2
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman1-8/+0
2016-10-25x86/quirks: Hide maybe-uninitialized warningArnd Bergmann1-2/+1
2016-10-25x86/unwind: Fix empty stack dereference in guess unwinderJosh Poimboeuf1-1/+8
2016-10-24ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya1-0/+1
2016-10-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-10/+18
2016-10-22x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä1-7/+9
2016-10-20x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov1-3/+0
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+2
2016-10-19x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2-0/+4
2016-10-19x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin1-0/+5
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes1-1/+2
2016-10-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+3
2016-10-16Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar20-177/+137
2016-10-16x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams1-1/+1
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-0/+4
2016-10-16kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov1-3/+4
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds6-135/+8
2016-10-14x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li1-0/+2
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-13/+5
2016-10-12kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+3
2016-10-12x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2-3/+24
2016-10-12x86: use simpler API for random address requestsJason Cooper2-6/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+15
2016-10-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-11/+64
2016-10-08x86/apic: Prevent pointless warning messagesThomas Gleixner1-3/+5
2016-10-08x86/acpi: Prevent LAPIC id 0xff from being accountedThomas Gleixner1-0/+4