1. a474e67 x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspace by Andy Lutomirski · 9 years ago
  2. 710246d x86/entry: Add C code for fast system call entries by Andy Lutomirski · 9 years ago
  3. ee08c6b x86/entry/64/compat: Migrate the body of the syscall entry to C by Andy Lutomirski · 9 years ago
  4. bd2d3a3 x86/entry: Add do_syscall_32(), a C function to do 32-bit syscalls by Andy Lutomirski · 9 years ago
  5. eb974c6 x86/syscalls: Give sys_call_ptr_t a useful type by Andy Lutomirski · 9 years ago
  6. 034042c x86/entry/syscalls: Move syscall table declarations into asm/syscalls.h by Andy Lutomirski · 9 years ago
  7. 8169aff x86/entry/64/compat: Set up full pt_regs for all compat syscalls by Andy Lutomirski · 9 years ago
  8. 2ec6797 x86/entry/64/compat: Remove most of the fast system call machinery by Andy Lutomirski · 9 years ago
  9. c5f638a x86/entry/64/compat: Remove audit optimizations by Andy Lutomirski · 9 years ago
  10. e62a254 x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries by Andy Lutomirski · 9 years ago
  11. 8242c6c x86/vdso/32: Save extra registers in the INT80 vsyscall path by Andy Lutomirski · 9 years ago
  12. 7bcdea4 x86/elf/64: Clear more registers in elf_common_init() by Andy Lutomirski · 9 years ago
  13. 29c0ce9 x86/vdso: Replace hex int80 CFI annotations with GAS directives by Andy Lutomirski · 9 years ago
  14. f24f910 x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asm by Andy Lutomirski · 9 years ago
  15. 7b956f0 x86/asm: Re-add parts of the manual CFI infrastructure by Andy Lutomirski · 9 years ago
  16. 0a6d1fa x86/vdso: Remove runtime 32-bit vDSO selection by Andy Lutomirski · 9 years ago
  17. b611acf x86/entry/64/compat: After SYSENTER, move STI after the NT fixup by Andy Lutomirski · 9 years ago
  18. 72f9247 x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode() by Andy Lutomirski · 9 years ago
  19. dd27f99 x86/entry/64/compat: Fix SYSENTER's NT flag before user memory access by Andy Lutomirski · 9 years ago
  20. 04235c0 selftests/x86: Add a test for ptrace syscall restart and arg modification by Andy Lutomirski · 9 years ago
  21. 3b56aae selftests/x86: Add a test for vDSO unwinding by Andy Lutomirski · 9 years ago
  22. 7e0f51c x86/uaccess: Add unlikely() to __chk_range_not_ok() failure paths by Andy Lutomirski · 9 years ago
  23. a76cf66 x86/uaccess: Tell the compiler that uaccess is unlikely to fault by Andy Lutomirski · 9 years ago
  24. 25a9a92 Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  25. a0eeb8d Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  26. 00a3d66 Revert "fs: do not prefault sys_write() user buffer pages" by Linus Torvalds · 9 years ago
  27. 39d0d3b NFS: Fix a tracepoint NULL-pointer dereference by Anna Schumaker · 9 years ago
  28. f670268 Merge tag 'for-linus-4.3b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  29. 3ec20e2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  30. 3c68319 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 9 years ago
  31. 98dd166 x86/xen/p2m: hint at the last populated P2M entry by David Vrabel · 9 years ago
  32. 049e6dd Linux 4.3-rc4 by Linus Torvalds · 9 years ago
  33. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  34. 15ecf9a Merge tag 'md/4.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  35. 0d87708 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  36. 3e519dd Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  37. d218af7 MIPS: scall: Always run the seccomp syscall filters by Markos Chandras · 9 years ago
  38. 616a539 [CIFS] Update cifs version number by Steve French · 9 years ago
  39. 2cf3082 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 37cc7ab Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  41. a758379 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  42. 14f97d9 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  43. 978ab6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  44. 67dfae0 clocksource: Fix abs() usage w/ 64bit values by John Stultz · 9 years ago
  45. 8dbb095 Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  46. 5e99b53 nfs4: reset states to use open_stateid when returning delegation voluntarily by Jeff Layton · 9 years ago
  47. e92c1e0 NFSv4: Fix a nograce recovery hang by Benjamin Coddington · 9 years ago
  48. 72d79ff NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FH by Trond Myklebust · 9 years ago
  49. 4a0954e NFSv4: Don't try to reclaim unused state owners by Trond Myklebust · 9 years ago
  50. 8fa4592 NFS: Fix a write performance regression by Trond Myklebust · 9 years ago
  51. 40f9027 NFS: Fix up page writeback accounting by Trond Myklebust · 9 years ago
  52. 5634347 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  53. b55a97e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 9 years ago
  54. 791c76d irqchip/gic-v3-its: Count additional LPIs for the aliased devices by Marc Zyngier · 9 years ago
  55. c8415b9 irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined by Marc Zyngier · 9 years ago
  56. 83dc311 Merge tag 'dmaengine-fix-4.3-rc4' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  57. 27728bf Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  58. 62d7846 Revert "Input: synaptics - fix handling of disabling gesture mode" by Dmitry Torokhov · 9 years ago
  59. 66803dd MIPS: Octeon: Fix kernel panic on startup from memory corruption by Matt Bennett · 9 years ago
  60. 085c2f2 MIPS: Fix R2300 FP context switch handling by Paul Burton · 9 years ago
  61. 0fa2434 MIPS: Fix octeon FP context switch handling by Paul Burton · 9 years ago
  62. 36f8daf Merge tag 'mmc-v4.3-rc3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  63. 8c25ab8 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  64. ee556d0 arm64: ftrace: fix function_graph tracer panic by Li Bin · 9 years ago
  65. 0c5d187 MIPS: BPF: Fix load delay slots. by Ralf Baechle · 9 years ago
  66. f4b4aae x86/headers/uapi: Fix __BITS_PER_LONG value for x32 builds by Ben Hutchings · 9 years ago
  67. da6fb7a md/bitmap: don't pass -1 to bitmap_storage_alloc. by NeilBrown · 9 years ago
  68. e8ff8bf md/raid1: Avoid raid1 resync getting stuck by Jes Sorensen · 9 years ago
  69. 644df1a md: drop null test before destroy functions by Julia Lawall · 9 years ago
  70. d4929ad md: clear CHANGE_PENDING in readonly array by Shaohua Li · 9 years ago
  71. 66eefe5 md/raid0: apply base queue limits *before* disk_stack_limits by NeilBrown · 9 years ago
  72. 36707bb md/raid5: don't index beyond end of array in need_this_block(). by NeilBrown · 9 years ago
  73. ebda780 raid5: update analysis state for failed stripe by Shaohua Li · 9 years ago
  74. 88724bf md: wait for pending superblock updates before switching to read-only by NeilBrown · 9 years ago
  75. ab76f7b x86/mm: Set NX on gap between __ex_table and rodata by Stephen Smalley · 9 years ago
  76. e3c41e3 x86/kexec: Fix kexec crash in syscall kexec_file_load() by Lee, Chun-Yi · 9 years ago
  77. ccf03d6 drm/dp/mst: add some defines for logical/physical ports by Dave Airlie · 9 years ago
  78. 274d835 drm/dp/mst: drop cancel work sync in the mstb destroy path (v2) by Dave Airlie · 9 years ago
  79. d9515c5 drm/dp/mst: split connector registration into two parts (v2) by Dave Airlie · 9 years ago
  80. 68d8c9f drm/dp/mst: update the link_address_sent before sending the link address (v3) by Dave Airlie · 9 years ago
  81. df4839f drm/dp/mst: fixup handling hotplug on port removal. by Dave Airlie · 9 years ago
  82. 1c96087 drm/dp/mst: don't pass port into the path builder function by Dave Airlie · 9 years ago
  83. 0c6dadb drm/radeon: drop radeon_fb_helper_set_par by Alex Deucher · 9 years ago
  84. 03f9abb drm: handle cursor_set2 in restore_fbdev_mode by Alex Deucher · 9 years ago
  85. 646200a [SMB3] Do not fall back to SMBWriteX in set_file_size error cases by Steve French · 9 years ago
  86. bde17b9 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  87. 1bca100 Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  88. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  89. 676bd99 dmapool: fix overflow condition in pool_find_page() by Robin Murphy · 9 years ago
  90. 4424162 thermal: avoid division by zero in power allocator by Andrea Arcangeli · 9 years ago
  91. ef51019 memcg: remove pcp_counter_lock by Greg Thelen · 9 years ago
  92. 54aea45 kprobes: use _do_fork() in samples to make them work again by Petr Mladek · 9 years ago
  93. 09a59a9 drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSE by Andrew Morton · 9 years ago
  94. 484ebb3 memcg: make mem_cgroup_read_stat() unsigned by Greg Thelen · 9 years ago
  95. 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
  96. 8346c41 dax: fix NULL pointer in __dax_pmd_fault() by Ross Zwisler · 9 years ago
  97. 2f84a89 mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault by Mel Gorman · 9 years ago
  98. 03a2d2a mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1) by Joonsoo Kim · 9 years ago
  99. 9ff42d1 userfaultfd: remove kernel header include from uapi header by Andre Przywara · 9 years ago
  100. a523841 arch/x86/include/asm/efi.h: fix build failure by Andrey Ryabinin · 9 years ago