summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/unwind: Fix guess-unwinder regressionJosh Poimboeuf2016-11-281-3/+6
* x86/apic/uv: Silence a shift wrapping warningDan Carpenter2016-11-241-2/+2
* x86/fpu: Fix invalid FPU ptrace state after execve()Yu-cheng Yu2016-11-211-8/+8
* x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
* x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
* x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
* x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
* x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-142-7/+31
|\
| * x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
| * x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam2016-11-091-5/+1
* | x86: apm: avoid uninitialized dataArnd Bergmann2016-11-111-1/+4
|/
* x86/smpboot: Init apic mapping before usageThomas Gleixner2016-10-291-1/+6
* Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-10-281-0/+1
|\
| * ACPI/PCI: pci_link: penalize SCI correctlySinan Kaya2016-10-241-0/+1
* | x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-10-281-1/+1
* | x86: Fix export for mcount and __fentry__Steven Rostedt2016-10-261-1/+2
* | x86/quirks: Hide maybe-uninitialized warningArnd Bergmann2016-10-251-2/+1
* | x86/unwind: Fix empty stack dereference in guess unwinderJosh Poimboeuf2016-10-251-1/+8
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-225-10/+18
|\
| * x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
| * x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-201-3/+0
| * x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-192-0/+4
| * x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-191-0/+5
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-1/+2
|\ \ | |/ |/|
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-182-1/+3
|\ \
| * \ Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar2016-10-1620-177/+137
| |\ \
| * | | x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams2016-10-161-1/+1
| * | | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li2016-10-141-0/+2
* | | | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-161-0/+4
* | | | kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov2016-10-161-3/+4
| |/ / |/| |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-146-135/+8
|\ \ \ | |_|/ |/| |
| * | x86: move exports to actual definitionsAl Viro2016-08-076-135/+8
* | | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-13/+5
|\ \ \
| * \ \ Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-286-14/+53
| |\ \ \
| * | | | drm/i915: Remove .is_mobile field from platform structCarlos Santa2016-09-071-6/+3
| * | | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-1594-860/+1391
| |\ \ \ \
| * | | | | drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä2016-08-111-7/+2
* | | | | | kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-111-0/+3
* | | | | | x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-112-3/+24
* | | | | | x86: use simpler API for random address requestsJason Cooper2016-10-112-6/+2
* | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-103-7/+15
|\ \ \ \ \ \
| * | | | | | x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss2016-09-131-6/+7
| * | | | | | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-091-0/+4
| * | | | | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-1/+4
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-106-11/+64
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86/apic: Prevent pointless warning messagesThomas Gleixner2016-10-081-3/+5
| * | | | | | x86/acpi: Prevent LAPIC id 0xff from being accountedThomas Gleixner2016-10-081-0/+4
| * | | | | | arch/x86: Handle non enumerated CPU after physical hotplugPrarit Bhargava2016-10-071-3/+15