1. 5609a3d um: Select HAVE_DEBUG_KMEMLEAK by Richard Weinberger · 8 years ago
  2. b632369 um: Setup physical memory in setup_arch() by Richard Weinberger · 8 years ago
  3. fed4c72 um: Eliminate null test after alloc_bootmem by Amitoj Kaur Chawla · 8 years ago
  4. 09c3bcc Documenation: update cgroup's document path by seokhoon.yoon · 8 years ago
  5. d9a77fe Documentation/sphinx: do not warn about missing tools in 'make help' by Jani Nikula · 8 years ago
  6. 42049bf Btrfs: fix __MAX_CSUM_ITEMS by Chris Mason · 8 years ago
  7. db20a89 cachefiles: Fix race between inactivating and culling a cache object by David Howells · 8 years ago
  8. 8ecfb75 Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 8 years ago
  9. bf0f500 Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  10. 4b2e016 fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 by Geert Uytterhoeven · 8 years ago
  11. b2a4872 dm raid: constructor fails on non-zero incompat_features by Heinz Mauelshagen · 8 years ago
  12. 7d50a29 9p: use clone_fid() by Al Viro · 8 years ago
  13. 797fc16 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" by Al Viro · 8 years ago
  14. f15f64d dm raid: fix processing of max_recovery_rate constructor flag by Heinz Mauelshagen · 8 years ago
  15. 33baefe ALSA: hda: Fix krealloc() with __GFP_ZERO usage by Takashi Iwai · 8 years ago
  16. f0fce87 vfs: make dentry_needs_remove_privs() internal by Miklos Szeredi · 8 years ago
  17. 3e5a4c9 vfs: remove file_needs_remove_privs() by Miklos Szeredi · 8 years ago
  18. c1892c3 vfs: fix deadlock in file_remove_privs() on overlayfs by Miklos Szeredi · 8 years ago
  19. fd48331 ALSA: hda: add AMD Bonaire AZ PCI ID with proper driver caps by Maruthi Srinivas Bayyavarapu · 8 years ago
  20. f093615 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  21. 4a89cf8 Merge branch '4.7-fixes' into mips-for-linux-next by Ralf Baechle · 8 years ago
  22. a485cb0 Input: add driver for SiS 9200 family I2C touchscreen controllers by Mika Penttilä · 8 years ago
  23. 4f53989 MIPS: mm: Fix definition of R6 cache instruction by Matt Redfearn · 8 years ago
  24. 828a542 MIPS: tools: Fix relocs tool compiler warnings by Harvey Hunt · 8 years ago
  25. b27c0d0 Input: ili210x - fix permissions on "calibrate" attribute by Dmitry Torokhov · 8 years ago
  26. 2de4fcc Input: elan_i2c - properly wake up touchpad on ASUS laptops by KT Liao · 8 years ago
  27. 3197704 Input: add driver for Silead touchscreens by Robert Dolca · 8 years ago
  28. 014420f Input: elantech - fix debug dump of the current packet by Benjamin Tissoires · 8 years ago
  29. b73989d MIPS: Cobalt: Fix typo by Andrea Gelmini · 8 years ago
  30. 4a79fb2 MIPS: Octeon: Fix typo by Andrea Gelmini · 8 years ago
  31. 891ab06 MIPS: Lantiq: Fix build failure by Sudip Mukherjee · 8 years ago
  32. 2c0f995 powerpc/32: Fix early access to cpu_spec relocation by Benjamin Herrenschmidt · 8 years ago
  33. 0636e9ab IB/hfi1: Add cache evict LRU list by Dean Luick · 8 years ago
  34. 2677a76 IB/hfi1: Fix memory leak during unexpected shutdown by Ira Weiny · 8 years ago
  35. 082b353 IB/hfi1: Remove unneeded mm argument in remove function by Dean Luick · 8 years ago
  36. b85ced9 IB/hfi1: Consistently call ops->remove outside spinlock by Dean Luick · 8 years ago
  37. b7df192 IB/hfi1: Use evict mmu rb operation by Dean Luick · 8 years ago
  38. 1034599 IB/hfi1: Add evict operation to the mmu rb handler by Dean Luick · 8 years ago
  39. 622c202 IB/hfi1: Fix TID caching actions by Dean Luick · 8 years ago
  40. e0b09ac IB/hfi1: Make the cache handler own its rb tree root by Dean Luick · 8 years ago
  41. 3faa3d9 IB/hfi1: Make use of mm consistent by Ira Weiny · 8 years ago
  42. 7b3256e IB/hfi1: Fix user SDMA racy user request claim by Dean Luick · 8 years ago
  43. 9da7e9a IB/hfi1: Fix error condition that needs to clean up by Dean Luick · 8 years ago
  44. a383f8e IB/hfi1: Release node on insert failure by Dean Luick · 8 years ago
  45. 9ff73c8 IB/hfi1: Validate SDMA user iovector count by Dean Luick · 8 years ago
  46. 4fa0d22 IB/hfi1: Validate SDMA user request index by Dean Luick · 8 years ago
  47. bdf7752 IB/hfi1: Use the same capability state for all shared contexts by Dean Luick · 8 years ago
  48. 53445bb IB/hfi1: Prevent null pointer dereference by Ira Weiny · 8 years ago
  49. a7cd2dc IB/hfi1: Rename TID mmu_rb_* functions by Dean Luick · 8 years ago
  50. 20a42d0 IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister() by Dean Luick · 8 years ago
  51. ea3a0ee IB/hfi1: Restructure hfi1_file_open by Ira Weiny · 8 years ago
  52. ff4ce9b IB/hfi1: Make iovec loop index easy to understand by Dean Luick · 8 years ago
  53. 639297b IB/hfi1: Use "false" not 0 by Ira Weiny · 8 years ago
  54. 5ed3b15 IB/hfi1: Remove unused sub-context parameter by Ira Weiny · 8 years ago
  55. 3c1091aa IB/hfi1: Consolidate __mmu_rb_remove and hfi1_mmu_rb_remove by Ira Weiny · 8 years ago
  56. c094664 IB/hfi1: Always expect ops functions by Dean Luick · 8 years ago
  57. 862548d IB/hfi1: Add parameter names to callback declarations by Ira Weiny · 8 years ago
  58. ac335e7 IB/hfi1: Add parameter names to function declarations by Ira Weiny · 8 years ago
  59. fc87879 IB/hfi1: Remove unused function hfi1_mmu_rb_search by Dean Luick · 8 years ago
  60. 8e1f52d IB/hfi1: Remove unused uctxt->subpid and uctxt->pid by Dean Luick · 8 years ago
  61. 72720dd IB/hfi1: Fix minor format error by Ira Weiny · 8 years ago
  62. fc0b76c IB/hfi1: Expand reported serial number by Ira Weiny · 8 years ago
  63. c492980 IB/hfi1: Allow for non-double word multiple message sizes for user SDMA by Ira Weiny · 8 years ago
  64. fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 8 years ago
  65. 042b015 IB/hfi1: Handle kzalloc failure in init_pervl_scs by Ira Weiny · 8 years ago
  66. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  67. 51ce9d0 xfs: collapse single use static functions by Darrick J. Wong · 8 years ago
  68. e127faf xfs: remove unnecessary parentheses from log redo item recovery functions by Darrick J. Wong · 8 years ago
  69. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  70. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 8 years ago
  71. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 8 years ago
  72. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 8 years ago
  73. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  74. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  75. 2b0eeb5 xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled by Darrick J. Wong · 8 years ago
  76. a650e8f xfs: add rmap btree block detection to log recovery by Darrick J. Wong · 8 years ago
  77. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  78. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  79. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  80. 9e88b5d xfs: log rmap intent items by Darrick J. Wong · 8 years ago
  81. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  82. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 8 years ago
  83. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  84. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 8 years ago
  85. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  86. aa966d8 xfs: add tracepoints for the rmap functions by Darrick J. Wong · 8 years ago
  87. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 8 years ago
  88. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 8 years ago
  89. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  90. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  91. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 8 years ago
  92. e70d829 xfs: add rmap btree growfs support by Darrick J. Wong · 8 years ago
  93. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  94. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  95. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  96. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  97. 00f4e4f xfs: add rmap btree stats infrastructure by Darrick J. Wong · 8 years ago
  98. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 8 years ago
  99. df3954f xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt by Darrick J. Wong · 8 years ago
  100. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago