1. d0541b0 locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING by Byungchul Park · 7 years ago
  2. 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
  3. 907dc16 locking/lockdep: Fix the rollback and overwrite detection logic in crossrelease by Byungchul Park · 7 years ago
  4. a10b5c5 locking/lockdep: Add a comment about crossrelease_hist_end() in lockdep_sys_exit() by Byungchul Park · 7 years ago
  5. ccde85b mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() by Peter Zijlstra · 7 years ago
  6. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  7. b2dbdf2 Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  8. 27df704 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  9. e86b298 userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage by Mike Rapoport · 7 years ago
  10. f357e34 zram: rework copy of compressor name in comp_algorithm_store() by Matthias Kaehlcke · 7 years ago
  11. aac2fea rmap: do not call mmu_notifier_invalidate_page() under ptl by Kirill A. Shutemov · 7 years ago
  12. d041353 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
  13. af54aed mm/balloon_compaction.c: don't zero ballooned pages by Wei Wang · 7 years ago
  14. c0a6a5a MAINTAINERS: copy virtio on balloon_compaction.c by Michael S. Tsirkin · 7 years ago
  15. b3a81d0 mm: fix KSM data corruption by Minchan Kim · 7 years ago
  16. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  17. 0a2dd26 mm: make tlb_flush_pending global by Minchan Kim · 7 years ago
  18. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  19. a9b8025 Revert "mm: numa: defer TLB flush for THP migration as long as possible" by Nadav Amit · 7 years ago
  20. 0a2c404 mm: migrate: fix barriers around tlb_flush_pending by Nadav Amit · 7 years ago
  21. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  22. 9eeb52a fault-inject: fix wrong should_fail() decision in task context by Akinobu Mita · 7 years ago
  23. 4e98ebe test_kmod: fix small memory leak on filesystem tests by Dan Carpenter · 7 years ago
  24. 9c56771 test_kmod: fix the lock in register_test_dev_kmod() by Dan Carpenter · 7 years ago
  25. 434b06a test_kmod: fix bug which allows negative values on two config options by Luis R. Rodriguez · 7 years ago
  26. a4afe8c test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY" by Colin Ian King · 7 years ago
  27. 5af10df userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case by Andrea Arcangeli · 7 years ago
  28. 75dddef mm: ratelimit PFNs busy info message by Jonathan Toppins · 7 years ago
  29. d507e2e mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  30. 4e082e9 Merge tag 'pci-v4.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  31. 2627393 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  32. c27927e packet: fix tp_reserve race in packet_set_ring by Willem de Bruijn · 7 years ago
  33. 85f1bd9 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  34. f213ad3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  35. ef0758d locking/lockdep: Add 'crossrelease' feature documentation by Byungchul Park · 7 years ago
  36. cd8084f locking/lockdep: Apply crossrelease to completions by Byungchul Park · 7 years ago
  37. 383a4bc locking/lockdep: Make print_circular_bug() aware of crossrelease by Byungchul Park · 7 years ago
  38. 28a903f locking/lockdep: Handle non(or multi)-acquisition of a crosslock by Byungchul Park · 7 years ago
  39. 23f873d locking/lockdep: Detect and handle hist_lock ring buffer overwrite by Byungchul Park · 7 years ago
  40. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
  41. ce07a941 locking/lockdep: Make check_prev_add() able to handle external stack_trace by Byungchul Park · 7 years ago
  42. 70911fd locking/lockdep: Change the meaning of check_prev_add()'s return value by Byungchul Park · 7 years ago
  43. 49347a9 locking/lockdep: Add a function building a chain between two classes by Byungchul Park · 7 years ago
  44. 545c23f locking/lockdep: Refactor lookup_chain_cache() by Byungchul Park · 7 years ago
  45. ae81330 locking/lockdep: Avoid creating redundant links by Peter Zijlstra · 8 years ago
  46. d92a8cf locking/lockdep: Rework FS_RECLAIM annotation by Peter Zijlstra · 8 years ago
  47. a9668cd locking: Remove smp_mb__before_spinlock() by Peter Zijlstra · 8 years ago
  48. d89e588c locking: Introduce smp_mb__after_spinlock() by Peter Zijlstra · 8 years ago
  49. ff7a5fb overlayfs, locking: Remove smp_mb__before_spinlock() usage by Peter Zijlstra · 8 years ago
  50. 8b1b436 mm, locking: Rework {set,clear,mm}_tlb_flush_pending() by Peter Zijlstra · 8 years ago
  51. 706eeb3 Documentation/locking/atomic: Add documents for new atomic_t APIs by Peter Zijlstra · 8 years ago
  52. 450f968 clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked() by Marc Zyngier · 7 years ago
  53. 5a40527 jump_label: Provide hotplug context variants by Marc Zyngier · 7 years ago
  54. 8b7b412 jump_label: Split out code under the hotplug lock by Marc Zyngier · 7 years ago
  55. b70cecf jump_label: Move CPU hotplug locking by Marc Zyngier · 7 years ago
  56. d0646a6 jump_label: Add RELEASE barrier after text changes by Peter Zijlstra · 7 years ago
  57. be040be cpuset: Make nr_cpusets private by Paolo Bonzini · 7 years ago
  58. 7a34bcb jump_label: Do not use unserialized static_key_enabled() by Paolo Bonzini · 7 years ago
  59. 1dbb670 jump_label: Fix concurrent static_key_enable/disable() by Paolo Bonzini · 7 years ago
  60. 83ced16 locking/rwsem-xadd: Add killable versions of rwsem_down_read_failed() by Kirill Tkhai · 8 years ago
  61. 0aa1125 locking/rwsem-spinlock: Add killable versions of __down_read() by Kirill Tkhai · 8 years ago
  62. 50972fe locking/osq_lock: Fix osq_lock queue corruption by Prateek Sood · 7 years ago
  63. 9d664c0 locking/atomic: Fix atomic_set_release() for 'funny' architectures by Peter Zijlstra · 8 years ago
  64. 35a2897 sched/wait: Remove the lockless swait_active() check in swake_up*() by Boqun Feng · 8 years ago
  65. 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  66. 96d9703 net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target by Xin Long · 7 years ago
  67. 1714020 igmp: Fix regression caused by igmp sysctl namespace code. by Nikolay Borisov · 7 years ago
  68. 04db70d9 geneve: maximum value of VNI cannot be used by Girish Moodalbail · 7 years ago
  69. 50ddfba net: systemport: Fix software statistics for SYSTEMPORT Lite by Florian Fainelli · 7 years ago
  70. ed43594 tipc: remove premature ESTABLISH FSM event at link synchronization by Jon Paul Maloy · 7 years ago
  71. 3ee7059 sunvdc: prevent sunvdc panic when mpgroup disk added to guest domain by Jim Quigley · 7 years ago
  72. 46828dc Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 7 years ago
  73. 372aa73 drm/nouveau/disp/nv04: avoid creation of output paths by Ben Skeggs · 7 years ago
  74. 92f190a drm: make DRM_STM default n by Michał Mirosław · 7 years ago
  75. 52ae28e Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into drm-fixes by Dave Airlie · 7 years ago
  76. 1c52a78 Merge tag 'drm-intel-fixes-2017-08-09-1' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes by Dave Airlie · 7 years ago
  77. 9157822 Merge tag 'drm-misc-fixes-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  78. db488ab Merge tag 'exynos-drm-fixes-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 7 years ago
  79. 6606e9a Merge branch 'msm-fixes-4.13-rc3' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 7 years ago
  80. 8d31f80 Merge tag 'pinctrl-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  81. 48fb6f4 futex: Remove unnecessary warning from get_futex_key by Mel Gorman · 7 years ago
  82. 358f8c2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  83. 31cf92f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  84. d555eb6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  85. 4530cca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  86. 8d63bee net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  87. bbae08e qmi_wwan: fix NULL deref on disconnect by Bjørn Mork · 7 years ago
  88. 0a0e1a8 ppp: fix xmit recursion detection on ppp channels by Guillaume Nault · 7 years ago
  89. 05bfd7d rds: Reintroduce statistics counting by Håkon Bugge · 7 years ago
  90. 8ba6092 tcp: fastopen: tcp_connect() must refresh the route by Eric Dumazet · 7 years ago
  91. ec0acb0 net: sched: set xt_tgchk_param par.net properly in ipt_init_target by Xin Long · 7 years ago
  92. 8e6f152 net: dsa: mediatek: add adjust link support for user ports by John Crispin · 7 years ago
  93. e718fe4 net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets by Davide Caratti · 7 years ago
  94. 1899bd5 drm/exynos: forbid creating framebuffers from too small GEM buffers by Marek Szyprowski · 7 years ago
  95. bfa738c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  96. b95c29a parse-maintainers: Move matching sections from MAINTAINERS by Joe Perches · 7 years ago
  97. fe90903 parse-maintainers: Use perl hash references and specific filenames by Joe Perches · 7 years ago
  98. 61f7416 parse-maintainers: Add section pattern sorting by Joe Perches · 7 years ago
  99. 6f7d98e get_maintainer: Prepare for separate MAINTAINERS files by Joe Perches · 7 years ago
  100. 6209ef6 MAINTAINERS: openbmc mailing list is moderated by Randy Dunlap · 7 years ago