aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
...
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-22
|\
| * x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-22
| * x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()Dmitry Safonov2016-10-20
| * x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc2016-10-19
| * x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin2016-10-19
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-19
|\ \ | |/ |/|
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-18
|\ \
| * \ Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar2016-10-16
| |\ \
| * | | x86/e820: Don't merge consecutive E820_PRAM rangesDan Williams2016-10-16
| * | | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li2016-10-14
* | | | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-16
* | | | kprobes: Avoid false KASAN reports during stack copyDmitry Vyukov2016-10-16
| |/ / |/| |
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-14
|\ \ \ | |_|/ |/| |
| * | x86: move exports to actual definitionsAl Viro2016-08-07
* | | Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-11
|\ \ \
| * \ \ Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-27
| |\ \ \
| * | | | drm/i915: Remove .is_mobile field from platform structCarlos Santa2016-09-07
| * | | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-08-15
| |\ \ \ \
| * | | | | drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä2016-08-11
* | | | | | kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-11
* | | | | | x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-11
* | | | | | x86: use simpler API for random address requestsJason Cooper2016-10-11
* | | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-10
|\ \ \ \ \ \
| * | | | | | x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss2016-09-13
| * | | | | | x86/pkeys: Default to a restrictive init PKRUDave Hansen2016-09-09
| * | | | | | x86/pkeys: Allocation/free syscallsDave Hansen2016-09-09
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-10
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86/apic: Prevent pointless warning messagesThomas Gleixner2016-10-08
| * | | | | | x86/acpi: Prevent LAPIC id 0xff from being accountedThomas Gleixner2016-10-08
| * | | | | | arch/x86: Handle non enumerated CPU after physical hotplugPrarit Bhargava2016-10-07
| * | | | | | x86/unwind: Fix oprofile module link errorJosh Poimboeuf2016-10-06
| * | | | | | x86/vmware: Skip lapic calibration on VMwareRenat Valiullin2016-10-05
| * | | | | | x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg2016-10-04
* | | | | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-07
* | | | | | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-07
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-07
|\ \ \ \ \ \ \
| * | | | | | | livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu2016-08-18
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-06
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-20
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-03
|\ \ \ \ \ \ \
| * | | | | | | x86/apic/uv: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-19
| * | | | | | | x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-19
| * | | | | | | x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-06
| * | | | | | | Merge branch 'linus' into smp/hotplugThomas Gleixner2016-09-01
| |\ \ \ \ \ \ \
| * | | | | | | | cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-03
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee2016-09-19
| * | | | | | | | x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar2016-09-15
| * | | | | | | | x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2016-09-14