1. 984cf35 sysrq: Fix warning in sysrq generated crash. by Ani Sinha · 9 years ago
  2. 648c630 Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD by Paul E. McKenney · 9 years ago
  3. 69b9072 list: Add lockless list traversal primitives by Alexey Kardashevskiy · 9 years ago
  4. 45fed3e rcu: Make rcu_gp_init() be bool rather than int by Paul E. McKenney · 9 years ago
  5. e11f133 rcu: Move wakeup out from under rnp->lock by Peter Zijlstra · 9 years ago
  6. f039f0a rcu: Fix comment for rcu_dereference_raw_notrace by Alexey Kardashevskiy · 9 years ago
  7. 7c9906c rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}() by Paul E. McKenney · 9 years ago
  8. d117c8a rcu: Make cpu_needs_another_gp() be bool by Paul E. McKenney · 9 years ago
  9. a87f203 rcu: Eliminate unused rcu_init_one() argument by Paul E. McKenney · 9 years ago
  10. 79cfea0 rcu: Remove TINY_RCU bloat from pointless boot parameters by Paul E. McKenney · 9 years ago
  11. c979ff9 torture: Place console.log files correctly from the get-go by Paul E. McKenney · 9 years ago
  12. 5708c64 torture: Abbreviate console error dump by Paul E. McKenney · 9 years ago
  13. 6b50e11 rcutorture: Print symbolic name for ->gp_state by Paul E. McKenney · 9 years ago
  14. 18aff33 rcutorture: Print symbolic name for rcu_torture_writer_state by Paul E. McKenney · 9 years ago
  15. 91bf6a8 rcutorture: Remove CONFIG_RCU_USER_QS from rcutorture selftest doc by Yang Shi · 9 years ago
  16. 542e833 rcutorture: Default grace period to three minutes, allow override by Paul E. McKenney · 9 years ago
  17. b1adb3e rcutorture: Dump stack when GP kthread stalls by Paul E. McKenney · 9 years ago
  18. a0e3a3a rcutorture: Flag nonexistent RCU GP kthread by Paul E. McKenney · 9 years ago
  19. 83977d2 rcutorture: Add batch number to script printout by Paul E. McKenney · 9 years ago
  20. f84cfbb Documentation/memory-barriers.txt: Fix ACCESS_ONCE thinko by Chris Metcalf · 9 years ago
  21. c64c4b0 documentation: Update RCU requirements based on expedited changes by Paul E. McKenney · 9 years ago
  22. 4b68933 documentation: Clarify RCU memory barriers and requirements by Paul E. McKenney · 9 years ago
  23. a4b5756 documentation: Expand on scheduler/RCU deadlock requirements by Paul E. McKenney · 9 years ago
  24. 0825458 documentation: Composability analogies by Paul E. McKenney · 9 years ago
  25. 01d3ad3 documentation: Cover requirements controlling stall warnings by Paul E. McKenney · 9 years ago
  26. 701e803 Documentation: Record bottom-bit-zero guarantee for ->next by Paul E. McKenney · 9 years ago
  27. 649e436 documentation: Record RCU requirements by Paul E. McKenney · 9 years ago
  28. 2f07384 list: Use WRITE_ONCE() when initializing list_head structures by Paul E. McKenney · 9 years ago
  29. 7d86dcc list: Introduces generic list_splice_tail_init_rcu() by Petko Manolov · 9 years ago
  30. 46a5d16 rcu: Stop disabling interrupts in scheduler fastpaths by Paul E. McKenney · 9 years ago
  31. f0f2e7d rcu: Avoid tick_nohz_active checks on NOCBs CPUs by Paul E. McKenney · 9 years ago
  32. 699d403 rcu: Fix obsolete rcu_bootup_announce_oddness() comment by Paul E. McKenney · 9 years ago
  33. 8ba9153 rcu: Remove lock-acquisition loop from rcu_read_unlock_special() by Paul E. McKenney · 9 years ago
  34. fecbf6f rcu: Simplify rcu_sched_qs() control flow by Paul E. McKenney · 9 years ago
  35. 47dbc90 kernel: Make rcu/tree_trace.c explicitly non-modular by Paul Gortmaker · 9 years ago
  36. 3dc5dbe rcu: Move lock_class_key to local scope by Paul E. McKenney · 9 years ago
  37. 3e42ec1 rcu: Allow expedited grace periods to be disabled at init by Paul E. McKenney · 9 years ago
  38. 967dcb8 rcu: Wire up rcu_end_inkernel_boot() by Paul E. McKenney · 9 years ago
  39. 5a9be7c rcu: Add rcu_normal kernel parameter to suppress expediting by Paul E. McKenney · 9 years ago
  40. 72611ab rcu: Add more diagnostics to expedited stall warning messages. by Paul E. McKenney · 9 years ago
  41. 73f36f9 rcu: Make expedited grace periods resolve stall-warning ties by Paul E. McKenney · 9 years ago
  42. df5bd51 rcu: Reduce expedited GP memory contention via per-CPU variables by Paul E. McKenney · 9 years ago
  43. 1307f21 rcu: Invert sync_rcu_exp_select_cpus() "if" statement by Paul E. McKenney · 9 years ago
  44. 886ef5a rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap() by Paul E. McKenney · 9 years ago
  45. 1de6e56 rcu: Clarify role of ->expmaskinitnext by Paul E. McKenney · 9 years ago
  46. 06f60de rcu: Short-circuit synchronize_sched_expedited() if only one CPU by Paul E. McKenney · 9 years ago
  47. 6cf1008 rcu: Add transitivity to remaining rcu_node ->lock acquisitions by Paul E. McKenney · 9 years ago
  48. 1658d35 list: Use READ_ONCE() when testing for empty lists by Paul E. McKenney · 9 years ago
  49. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  50. 1c97be6 list: Use WRITE_ONCE() when adding to lists and hlists by Paul E. McKenney · 9 years ago
  51. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  52. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  53. dcfeda9 Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  54. 7f21739 Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  55. 6d2d91b Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  56. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  57. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  58. 727cde6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 069ec22 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  60. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  61. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  62. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  63. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  64. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  65. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  66. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  67. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 9 years ago
  68. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 9 years ago
  69. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 9 years ago
  70. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 9 years ago
  71. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 9 years ago
  72. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  73. 707b4f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 4143fc8 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  75. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  76. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  77. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  78. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  79. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  80. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  81. 83f7fa6 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago
  82. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 9 years ago
  83. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  84. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 9 years ago
  85. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 9 years ago
  86. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 9 years ago
  87. 21fa844 mm: fix up sparse warning in gfpflags_allow_blocking by Jeff Layton · 9 years ago
  88. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  89. 875fa6f PM/OPP: add entry in MAINTAINERS by Viresh Kumar · 9 years ago
  90. 7625b3a kernel/panic.c: turn off locks debug before releasing console lock by Vitaly Kuznetsov · 9 years ago
  91. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  92. 4593725 kasan: fix kmemleak false-positive in kasan_module_alloc() by Andrey Ryabinin · 9 years ago
  93. 928a477 fat: fix fake_offset handling on error path by OGAWA Hirofumi · 9 years ago
  94. 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 9 years ago
  95. 50e55bf mm/page-writeback.c: initialize m_dirty to avoid compile warning by Yang Shi · 9 years ago
  96. 1a47de6 various: fix pci_set_dma_mask return value checking by Christoph Hellwig · 9 years ago
  97. 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 9 years ago
  98. 7511c3e mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() by Jerome Marchand · 9 years ago
  99. 429d486 tools/vm/page-types.c: support KPF_IDLE by Naoya Horiguchi · 9 years ago
  100. 1491e30 ncpfs: don't allow negative timeouts by Dan Carpenter · 9 years ago