1. 3e42ec1 rcu: Allow expedited grace periods to be disabled at init by Paul E. McKenney · 9 years ago
  2. 967dcb8 rcu: Wire up rcu_end_inkernel_boot() by Paul E. McKenney · 9 years ago
  3. 5a9be7c rcu: Add rcu_normal kernel parameter to suppress expediting by Paul E. McKenney · 9 years ago
  4. 72611ab rcu: Add more diagnostics to expedited stall warning messages. by Paul E. McKenney · 9 years ago
  5. 73f36f9 rcu: Make expedited grace periods resolve stall-warning ties by Paul E. McKenney · 9 years ago
  6. df5bd51 rcu: Reduce expedited GP memory contention via per-CPU variables by Paul E. McKenney · 9 years ago
  7. 1307f21 rcu: Invert sync_rcu_exp_select_cpus() "if" statement by Paul E. McKenney · 9 years ago
  8. 886ef5a rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap() by Paul E. McKenney · 9 years ago
  9. 1de6e56 rcu: Clarify role of ->expmaskinitnext by Paul E. McKenney · 9 years ago
  10. 06f60de rcu: Short-circuit synchronize_sched_expedited() if only one CPU by Paul E. McKenney · 9 years ago
  11. 6cf1008 rcu: Add transitivity to remaining rcu_node ->lock acquisitions by Paul E. McKenney · 9 years ago
  12. 2a67e74 rcu: Create transitive rnp->lock acquisition functions by Peter Zijlstra · 9 years ago
  13. 1ec2183 Linux 4.4-rc2 by Linus Torvalds · 9 years ago
  14. 104e2a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  15. 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
  16. 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
  17. 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
  18. 0ec7dc8 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  19. 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
  20. 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
  21. 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
  22. 865762a slab/slub: adjust kmem_cache_alloc_bulk API by Jesper Dangaard Brouer · 9 years ago
  23. 0337451 slub: add missing kmem cgroup support to kmem_cache_free_bulk by Jesper Dangaard Brouer · 9 years ago
  24. 03ec0ed slub: fix kmem cgroup bug in kmem_cache_alloc_bulk by Jesper Dangaard Brouer · 9 years ago
  25. d0ecd89 slub: optimize bulk slowpath free by detached freelist by Jesper Dangaard Brouer · 9 years ago
  26. 8108465 slub: support for bulk free with SLUB freelists by Jesper Dangaard Brouer · 9 years ago
  27. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  28. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  29. 337685e parisc: Use long branch to do_syscall_trace_exit by Helge Deller · 9 years ago
  30. 332b42e parisc: Increase initial kernel mapping to 32MB on 64bit kernel by Helge Deller · 9 years ago
  31. 4182d0c parisc: Initialize the fault vector earlier in the boot process. by Helge Deller · 9 years ago
  32. 1f25ad2 parisc: Add defines for Huge page support by Helge Deller · 9 years ago
  33. dcbf0d2 parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h by Helge Deller · 9 years ago
  34. 3ad5d7e Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  35. 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
  36. 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
  37. 876454a Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  38. bd63acf serial: export fsl8250_handle_irq by Arnd Bergmann · 9 years ago
  39. fa70045 serial: 8250_mid: Add missing dependency by Heikki Krogerus · 9 years ago
  40. 6b2a3d6 tty: audit: Fix audit source by Peter Hurley · 9 years ago
  41. f356d7a serial: etraxfs-uart: Fix crash by Guenter Roeck · 9 years ago
  42. bec8bf6 serial: fsl_lpuart: Fix earlycon support by Peter Hurley · 9 years ago
  43. 83f7fa6c2 bcm63xx_uart: Use the device name when registering an interrupt by Simon Arlott · 9 years ago
  44. 17a6921 tty: Fix direct use of tty buffer work by Peter Hurley · 9 years ago
  45. ee0c1a6 tty: Fix tty_send_xchar() lock order inversion by Peter Hurley · 9 years ago
  46. b4a6471 slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG by Jesper Dangaard Brouer · 9 years ago
  47. 8709837 slub: avoid irqoff/on in bulk allocation by Christoph Lameter · 9 years ago
  48. a380a3c slub: create new ___slab_alloc function that can be called with irqs disabled by Christoph Lameter · 9 years ago
  49. 21fa844 mm: fix up sparse warning in gfpflags_allow_blocking by Jeff Layton · 9 years ago
  50. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  51. 875fa6f PM/OPP: add entry in MAINTAINERS by Viresh Kumar · 9 years ago
  52. 7625b3a kernel/panic.c: turn off locks debug before releasing console lock by Vitaly Kuznetsov · 9 years ago
  53. 9d8a765 kernel/signal.c: unexport sigsuspend() by Richard Weinberger · 9 years ago
  54. 4593725 kasan: fix kmemleak false-positive in kasan_module_alloc() by Andrey Ryabinin · 9 years ago
  55. 928a477 fat: fix fake_offset handling on error path by OGAWA Hirofumi · 9 years ago
  56. 1817889 mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holes by Mike Kravetz · 9 years ago
  57. 50e55bf mm/page-writeback.c: initialize m_dirty to avoid compile warning by Yang Shi · 9 years ago
  58. 1a47de6 various: fix pci_set_dma_mask return value checking by Christoph Hellwig · 9 years ago
  59. 1a76361 mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390 by Jason J. Herne · 9 years ago
  60. 7511c3e mm: vmalloc: don't remove inexistent guard hole in remove_vm_area() by Jerome Marchand · 9 years ago
  61. 429d486 tools/vm/page-types.c: support KPF_IDLE by Naoya Horiguchi · 9 years ago
  62. 1491e30 ncpfs: don't allow negative timeouts by Dan Carpenter · 9 years ago
  63. 5cf6a51 configfs: allow dynamic group creation by Daniel Baluta · 9 years ago
  64. dd7d664 MAINTAINERS: add Moritz as reviewer for FPGA Manager Framework by Moritz Fischer · 9 years ago
  65. 94a58c3 slab.h: sprinkle __assume_aligned attributes by Rasmus Villemoes · 9 years ago
  66. 81051f9 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  67. 116dfe5 Merge tag '4.4-fix' of git://git.lwn.net/linux by Linus Torvalds · 9 years ago
  68. 9580306 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  69. 400f3f2 Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  70. 2f25535 Merge tag 'powerpc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  71. cdc5a31 i2c: i801: add Intel Lewisburg device IDs by Alexandra Yates · 9 years ago
  72. c18fba2 i2c: fix wakeup irq parsing by Grygorii Strashko · 9 years ago
  73. d0fe525 i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer() by Lars-Peter Clausen · 9 years ago
  74. 9656eee i2c: Revert "i2c: xiic: Do not reset controller before every transfer" by Lars-Peter Clausen · 9 years ago
  75. 8bb6fd5 i2c: imx: fix a compiling error by Hou Zhiqiang · 9 years ago
  76. 55f1d59 MIPS: ath79: Add a machine entry for booting OF machines by Alban Bedel · 9 years ago
  77. accbfb5 MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsi by Alban Bedel · 9 years ago
  78. 5011a7e MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934x by Alban Bedel · 9 years ago
  79. 1e208ae parisc: Drop definition of start_thread_som for HP-UX SOM binaries by Helge Deller · 9 years ago
  80. 2b3f344 parisc: Fix wrong comment regarding first pmd entry flags by Helge Deller · 9 years ago
  81. 86eaf54 Merge tag 'dmaengine-fix-4.4-rc2' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  82. c69bde7 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  83. cd6caf5 Merge tag 'for-linus-4.4' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  84. 8bdddfa Merge tag 'renesas-sh-drivers-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 9 years ago
  85. 19cd80a usblp: do not set TASK_INTERRUPTIBLE before lock by Jiri Slaby · 9 years ago
  86. 44243ef USB: MAINTAINERS: cxacru by Simon Arlott · 9 years ago
  87. c4f1613 usb: kconfig: fix warning of select USB_OTG by Peter Chen · 9 years ago
  88. 638148e USB: option: add XS Stick W100-2 from 4G Systems by Bjørn Mork · 9 years ago
  89. a3767e3 Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  90. 0aba0ab8 Merge branch 'pm-sleep' by Rafael J. Wysocki · 9 years ago
  91. 9832bf3a Merge branches 'pm-cpufreq' and 'acpi-cppc' by Rafael J. Wysocki · 9 years ago
  92. 768acd6 PCI: Fix OF logic in pci_dma_configure() by Suravee Suthikulpanit · 9 years ago
  93. 2d591ab Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  94. db39563 Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  95. 0a72f2a Merge tag 'usb-serial-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 9 years ago
  96. 2e6edc9 block: protect rw_page against device teardown by Dan Williams · 9 years ago
  97. b4ba1f0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  98. a3d66b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  99. 319645c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  100. 1282ac4 Merge tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago