index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2017-02-21
Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-02-20
Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2017-02-20
Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-02-20
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-02-20
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-02-20
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-02-20
Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-02-20
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-02-20
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-02-20
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-02-20
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-02-20
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-02-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-02-20
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-02-20
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-02-20
Merge branches 'acpi-bus', 'acpi-sleep' and 'acpi-processor'
Rafael J. Wysocki
2017-02-20
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
2017-02-16
x86/mm/ptdump: Add address marker for KASAN shadow region
Andrey Ryabinin
2017-02-16
x86/mm/ptdump: Optimize check for W+X mappings for CONFIG_KASAN=y
Andrey Ryabinin
2017-02-16
Merge branch 'linus' into x86/mm
Thomas Gleixner
2017-02-16
x86/cpufeature: Move RING3MWAIT feature to avoid conflicts
Thomas Gleixner
2017-02-16
x86/platform/UV/NMI: Fix uneccessary kABI breakage
travis@sgi.com
2017-02-14
xen/privcmd: Add IOCTL_PRIVCMD_DM_OP
Paul Durrant
2017-02-14
Merge tag 'v4.10-rc8' into perf/core, to pick up fixes
Ingo Molnar
2017-02-13
x86/vm86: Fix unused variable warning if THP is disabled
Kirill A. Shutemov
2017-02-11
perf/x86/intel: Add Kaby Lake support
Srinivas Pandruvada
2017-02-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-02-10
x86/mm/ptdump: Fix soft lockup in page table walker
Andrey Ryabinin
2017-02-10
x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliable
Thomas Gleixner
2017-02-10
x86/tsc: Avoid the large time jump when sanitizing TSC ADJUST
Thomas Gleixner
2017-02-08
Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"
Linus Torvalds
2017-02-07
xen/pvh: Use Xen's emergency_restart op for PVH guests
Boris Ostrovsky
2017-02-07
xen/pvh: PVH guests always have PV devices
Boris Ostrovsky
2017-02-07
xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI
Boris Ostrovsky
2017-02-07
xen/pvh: Bootstrap PVH guest
Boris Ostrovsky
2017-02-07
xen/x86: Remove PVH support
Boris Ostrovsky
2017-02-07
x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C
Boris Ostrovsky
2017-02-07
x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplug
Vitaly Kuznetsov
2017-02-07
efi: Print the secure boot status in x86 setup_arch()
David Howells
2017-02-07
efi: Get and store the secure boot status
David Howells
2017-02-07
x86/efi: Allow invocation of arbitrary runtime services
David Howells
2017-02-07
x86/apic: Fix a typo in a comment line
Dou Liyang
2017-02-07
x86/kconfig: Remove misleading note regarding hibernation and KASLR
Niklas Cassel
2017-02-07
Merge tag 'v4.10-rc7' into efi/core, to pick up fixes
Ingo Molnar
2017-02-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-02-06
kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe()
Masami Hiramatsu
2017-02-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-02-05
x86/CPU/AMD: Fix Zen SMT topology
Yazen Ghannam
[next]