1. b2c5110 x86/build: Fix detection of GCC -mpreferred-stack-boundary support by Andy Lutomirski · 9 years ago
  2. 5aef51c x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n' by Andy Lutomirski · 9 years ago
  3. 9dea5dc x86/entry/syscalls: Wire up 32-bit direct socket calls by Andy Lutomirski · 9 years ago
  4. ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 9 years ago
  5. df1ae9a x86/entry/vm86: Preserve 'orig_ax' by Brian Gerst · 9 years ago
  6. 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 9 years ago
  7. bf9f2ee x86/nmi: Remove the 'b2b' parameter from nmi_handle() by Andy Lutomirski · 9 years ago
  8. d132803 x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode by Andy Lutomirski · 9 years ago
  9. 8f7f06b x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls with CONFIG_AUDITSYSCALL=n by Andy Lutomirski · 9 years ago
  10. 0333a20 x86/irq, context_tracking: Document how IRQ context tracking works and add an RCU assertion by Andy Lutomirski · 9 years ago
  11. 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
  12. 8c84014 x86/entry: Remove exception_enter() from most trap handlers by Andy Lutomirski · 9 years ago
  13. 02bc776 x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly code by Andy Lutomirski · 9 years ago
  14. a586f98 x86/asm/entry/64: Simplify IRQ stack pt_regs handling by Andy Lutomirski · 9 years ago
  15. ff46759 x86/asm/entry/64: Save all regs on interrupt entry by Andy Lutomirski · 9 years ago
  16. 29ea1b2 x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and remove old assembly code by Andy Lutomirski · 9 years ago
  17. cb6f64e x86/entry/64: Really create an error-entry-from-usermode code path by Andy Lutomirski · 9 years ago
  18. c5c46f5 x86/entry: Add new, comprehensible entry and exit handlers written in C by Andy Lutomirski · 9 years ago
  19. feed36c x86/entry: Add enter_from_user_mode() and use it in syscalls by Andy Lutomirski · 9 years ago
  20. 02fdcd5 x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entries by Andy Lutomirski · 9 years ago
  21. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago
  22. 5e99cb7 x86/entry/64/compat: Fix bad fast syscall arg failure path by Andy Lutomirski · 9 years ago
  23. 9b54050 x86/compat: Separate ia32 and x32 compat ABIs by Brian Gerst · 9 years ago
  24. 0c3619e x86/compat: Clean up HAVE_UID16 config by Brian Gerst · 9 years ago
  25. 3bead55 x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat by Brian Gerst · 9 years ago
  26. 5e2aad2 x86/compat: Remove unneeded #include by Brian Gerst · 9 years ago
  27. 10ed349 x86/compat, x86/perf: Don't build perf_callchain_user32() on x32 by Brian Gerst · 9 years ago
  28. c338867 x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() by Brian Gerst · 9 years ago
  29. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  30. 601275c x86/compat: Factor out ia32 compat code from compat_arch_ptrace() by Brian Gerst · 9 years ago
  31. 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 9 years ago
  32. b829d1b x86/compat: Move ucontext_x32 to sigframe.h by Brian Gerst · 9 years ago
  33. b2e02b8 x86/compat: Make mmap_is_ia32() common compat by Brian Gerst · 9 years ago
  34. c0bfd26 x86/compat: Move copy_siginfo_*_user32() to signal_compat.c by Brian Gerst · 9 years ago
  35. 5a33fcb x86/asm/tsc: Save an instruction in DECLARE_ARGS users by George Spelvin · 9 years ago
  36. bb8dd96 x86/asm/tsc: Remove rdtsc_barrier() by Andy Lutomirski · 9 years ago
  37. 502dfef x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmclock by Andy Lutomirski · 9 years ago
  38. 27c6340 x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles() by Andy Lutomirski · 9 years ago
  39. eee6946 x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers by Andy Lutomirski · 9 years ago
  40. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  41. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  42. fe47ae6 x86/asm/tsc: Remove rdtscl() by Andy Lutomirski · 9 years ago
  43. 3796366 x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug by Andy Lutomirski · 9 years ago
  44. 9cfa1a0 x86/asm/tsc: Use the full 64-bit TSC in delay_tsc() by Andy Lutomirski · 9 years ago
  45. ec69de5 x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros by Andy Lutomirski · 9 years ago
  46. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  47. 9261e05 x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks by Andy Lutomirski · 9 years ago
  48. 881d7bf x86/asm/tsc, kvm: Remove vget_cycles() by Andy Lutomirski · 9 years ago
  49. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  50. c73e36b x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads by Denys Vlasenko · 9 years ago
  51. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  52. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  53. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  55. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  56. a88464a kvm: add hyper-v crash msrs values by Andrey Smetanin · 9 years ago
  57. b0996ae KVM: x86: remove data variable from kvm_get_msr_common by Nicolas Iooss · 9 years ago
  58. 59fd132 KVM: x86: keep track of LVT0 changes under APICv by Radim Krčmář · 9 years ago
  59. db13856 KVM: x86: properly restore LVT0 by Radim Krčmář · 9 years ago
  60. 4272013 KVM: x86: make vapics_in_nmi_mode atomic by Radim Krčmář · 9 years ago
  61. a611fb7 Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  62. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  63. 2d44070 Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  64. 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  65. 8fff775 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  66. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  67. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  68. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 9 years ago
  69. a846f47 x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line. by KarimAllah Ahmed · 9 years ago
  70. 3b242c6 x86: mm: enable deferred struct page initialisation on x86-64 by Mel Gorman · 9 years ago
  71. 93472af perf/x86: Fix 'active_events' imbalance by Peter Zijlstra · 9 years ago
  72. dc5fb57 Merge branch 'x86/boot' into x86/urgent by Ingo Molnar · 9 years ago
  73. db52ef7 x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabled by Ingo Molnar · 9 years ago
  74. 0a8b835 intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver by qipeng.zha · 9 years ago
  75. 88793e5 Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm by Linus Torvalds · 9 years ago
  76. 0fbafd0 crypto: aesni - fix failing setkey for rfc4106-gcm-aesni by Tadeusz Struk · 9 years ago
  77. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  78. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  79. d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  80. e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  81. 099bfbf Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  82. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  83. 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
  84. 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
  85. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  86. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  87. da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 9 years ago
  88. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  89. 45471cd Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 9 years ago
  90. 9f53f9f libnvdimm, pmem: add libnvdimm support to the pmem driver by Dan Williams · 9 years ago
  91. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 9 years ago
  92. fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 9 years ago
  93. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  94. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 9 years ago
  95. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  96. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  97. 4e24155 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  98. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  99. 0faef83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  100. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago