1. 8f7f06b x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls with CONFIG_AUDITSYSCALL=n by Andy Lutomirski · 9 years ago
  2. 0333a20 x86/irq, context_tracking: Document how IRQ context tracking works and add an RCU assertion by Andy Lutomirski · 9 years ago
  3. 06a7b36 x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h by Andy Lutomirski · 9 years ago
  4. 8c84014 x86/entry: Remove exception_enter() from most trap handlers by Andy Lutomirski · 9 years ago
  5. 02bc776 x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly code by Andy Lutomirski · 9 years ago
  6. a586f98 x86/asm/entry/64: Simplify IRQ stack pt_regs handling by Andy Lutomirski · 9 years ago
  7. ff46759 x86/asm/entry/64: Save all regs on interrupt entry by Andy Lutomirski · 9 years ago
  8. 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
  9. cb6f64e x86/entry/64: Really create an error-entry-from-usermode code path by Andy Lutomirski · 9 years ago
  10. c5c46f5 x86/entry: Add new, comprehensible entry and exit handlers written in C by Andy Lutomirski · 9 years ago
  11. feed36c x86/entry: Add enter_from_user_mode() and use it in syscalls by Andy Lutomirski · 9 years ago
  12. 02fdcd5 x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entries by Andy Lutomirski · 9 years ago
  13. 1f484aa x86/entry: Move C entry and exit code to arch/x86/entry/common.c by Andy Lutomirski · 9 years ago
  14. e727c7d notifiers, RCU: Assert that RCU is watching in notify_die() by Andy Lutomirski · 9 years ago
  15. f928164 context_tracking: Add ct_state() and CT_WARN_ON() by Andy Lutomirski · 9 years ago
  16. ccaee5f um: Fix do_signal() prototype by Ingo Molnar · 9 years ago
  17. 5e99cb7 x86/entry/64/compat: Fix bad fast syscall arg failure path by Andy Lutomirski · 9 years ago
  18. 5e5c684 x86/entry, selftests/x86: Add a test for 32-bit fast syscall arg faults by Andy Lutomirski · 9 years ago
  19. 9b54050 x86/compat: Separate ia32 and x32 compat ABIs by Brian Gerst · 9 years ago
  20. 0c3619e x86/compat: Clean up HAVE_UID16 config by Brian Gerst · 9 years ago
  21. 3bead55 x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat by Brian Gerst · 9 years ago
  22. 5e2aad2 x86/compat: Remove unneeded #include by Brian Gerst · 9 years ago
  23. 10ed349 x86/compat, x86/perf: Don't build perf_callchain_user32() on x32 by Brian Gerst · 9 years ago
  24. c338867 x86/compat: Check for both 32-bit compat and x32 in get_gate_vma() by Brian Gerst · 9 years ago
  25. ab8b82ee6 x86/compat: Don't build the 32-bit VDSO if not needed by Brian Gerst · 9 years ago
  26. 601275c x86/compat: Factor out ia32 compat code from compat_arch_ptrace() by Brian Gerst · 9 years ago
  27. 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 9 years ago
  28. b829d1b x86/compat: Move ucontext_x32 to sigframe.h by Brian Gerst · 9 years ago
  29. b2e02b8 x86/compat: Make mmap_is_ia32() common compat by Brian Gerst · 9 years ago
  30. c0bfd26 x86/compat: Move copy_siginfo_*_user32() to signal_compat.c by Brian Gerst · 9 years ago
  31. 5a33fcb x86/asm/tsc: Save an instruction in DECLARE_ARGS users by George Spelvin · 9 years ago
  32. bb8dd96 x86/asm/tsc: Remove rdtsc_barrier() by Andy Lutomirski · 9 years ago
  33. 502dfef x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmclock by Andy Lutomirski · 9 years ago
  34. 27c6340 x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles() by Andy Lutomirski · 9 years ago
  35. eee6946 x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers by Andy Lutomirski · 9 years ago
  36. 03b9730 x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites by Andy Lutomirski · 9 years ago
  37. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  38. fe47ae6 x86/asm/tsc: Remove rdtscl() by Andy Lutomirski · 9 years ago
  39. 732f374 x86/asm/tsc, drivers/input/gameport: Replace rdtscl() with native_read_tsc() by Andy Lutomirski · 9 years ago
  40. 016bfc4 x86/asm/tsc, input/joystick/analog: Switch from rdtscl() to native_read_tsc() by Andy Lutomirski · 9 years ago
  41. 3a2c16c x86/asm/tsc, staging/lirc_serial: Remove TSC-based timing by Andy Lutomirski · 9 years ago
  42. e18d1f8 x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_read_tsc() 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. 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  52. d770e55 Linux 4.2-rc1 by Linus Torvalds · 9 years ago
  53. 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
  54. 7444a07 ext4: replace open coded nofail allocation in ext4_free_blocks() by Michal Hocko · 9 years ago
  55. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  56. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  57. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  58. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  59. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  60. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  61. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  62. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  63. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  64. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  65. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  66. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  67. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 9 years ago
  68. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 9 years ago
  69. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 9 years ago
  70. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 9 years ago
  71. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 9 years ago
  72. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 9 years ago
  73. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 9 years ago
  74. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 9 years ago
  75. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 9 years ago
  76. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 9 years ago
  77. 578b881 NTB: Add tool test client by Allen Hubbe · 9 years ago
  78. 963de47 NTB: Add ping pong test client by Allen Hubbe · 9 years ago
  79. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 9 years ago
  80. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 9 years ago
  81. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 9 years ago
  82. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 9 years ago
  83. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 9 years ago
  84. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 9 years ago
  85. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 9 years ago
  86. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 9 years ago
  87. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 9 years ago
  88. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 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
  90. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. 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
  92. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. ec0337e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  94. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  95. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  96. e3d24d0 sched/numa: Show numa_group ID in /proc/sched_debug task listings by Srikar Dronamraju · 9 years ago
  97. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  98. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  99. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  100. a5cba18 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago