1. af4ee5e zsmalloc: correct fragile [kmap|kunmap]_atomic use by Minchan Kim · 10 years ago
  2. b1b00a5 zsmalloc: fix zs_init cpu notifier error handling by Sergey Senozhatsky · 10 years ago
  3. 8c7f010 zram: implement rw_page operation of zram by karam.lee · 10 years ago
  4. 54850e73 zram: change parameter from vaild_io_request() by karam.lee · 10 years ago
  5. b627cff zram: remove bio parameter from zram_bvec_rw() by karam.lee · 10 years ago
  6. 9eec4cd zsmalloc: merge size_class to reduce fragmentation by Joonsoo Kim · 10 years ago
  7. 70bc068 mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate() by Rickard Strandqvist · 10 years ago
  8. 8135be5 memcg: fix possible use-after-free in memcg_kmem_get_cache() by Vladimir Davydov · 10 years ago
  9. ae6e71d mm/memcontrol.c: fix defined but not used compiler warning by Michele Curti · 10 years ago
  10. 441c228 mm: fadvise: document the fadvise(FADV_DONTNEED) behaviour for partial pages by Mel Gorman · 10 years ago
  11. 7e5b528 mm/vmalloc.c: fix memory ordering bug by Dmitry Vyukov · 10 years ago
  12. 6a2d567 oom: kill the insufficient and no longer needed PT_TRACE_EXIT check by Oleg Nesterov · 10 years ago
  13. d003f37 oom: don't assume that a coredumping thread will exit soon by Oleg Nesterov · 10 years ago
  14. ba914f4 mm: remove the highmem zones' memmap in the highmem zone by Zhong Hongbo · 10 years ago
  15. 2ebba6b mm: unmapped page migration avoid unmap+remap overhead by Hugh Dickins · 10 years ago
  16. 5cec38a fs, seq_file: fallback to vmalloc instead of oom kill processes by David Rientjes · 10 years ago
  17. 6b4f779 mm: vmscan: invoke slab shrinkers from shrink_zone() by Johannes Weiner · 10 years ago
  18. f5f302e mm,vmacache: count number of system-wide flushes by Davidlohr Bueso · 10 years ago
  19. 16a7ade Documentation: add new page_owner document by Joonsoo Kim · 10 years ago
  20. 61cf5fe mm/page_owner: correct owner information for early allocated pages by Joonsoo Kim · 10 years ago
  21. 48c96a3 mm/page_owner: keep track of page owners by Joonsoo Kim · 10 years ago
  22. 9a92a6c stacktrace: introduce snprint_stack_trace for buffer output by Joonsoo Kim · 10 years ago
  23. dbc8358 mm/nommu: use alloc_pages_exact() rather than its own implementation by Joonsoo Kim · 10 years ago
  24. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  25. e30825f mm/debug-pagealloc: prepare boottime configurable on/off by Joonsoo Kim · 10 years ago
  26. eefa864b mm/page_ext: resurrect struct page extending code for debugging by Joonsoo Kim · 10 years ago
  27. 2d48366 mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE by Jianyu Zhan · 10 years ago
  28. 66f2ca7 include/linux/kmemleak.h: needs slab.h by Andrew Morton · 10 years ago
  29. 056b7cc mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() by Zhang Zhen · 10 years ago
  30. bd6dace mm: move swp_entry_t definition to include/linux/mm_types.h by Tejun Heo · 10 years ago
  31. 71fbd55 memory-hotplug: remove redundant call of page_to_pfn by Zhang Zhen · 10 years ago
  32. 9dc00f4 iommu/amd: use handle_mm_fault directly by Jesse Barnes · 10 years ago
  33. e1d6d01 mm: export find_extend_vma() and handle_mm_fault() for driver use by Jesse Barnes · 10 years ago
  34. 7d9ca00 hugetlb: hugetlb_register_all_nodes(): add __init marker by Luiz Capitulino · 10 years ago
  35. df994ea hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() by Luiz Capitulino · 10 years ago
  36. 27ec26e hugetlb: fix hugepages= entry in kernel-parameters.txt by Luiz Capitulino · 10 years ago
  37. 6f185c2 memcg: turn memcg_kmem_skip_account into a bit field by Vladimir Davydov · 10 years ago
  38. 4e701d7 memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache by Vladimir Davydov · 10 years ago
  39. 900a38f memcg: zap kmem_account_flags by Vladimir Davydov · 10 years ago
  40. c313dc5d mm: mincore: add hwpoison page handle by Weijie Yang · 10 years ago
  41. b258d86 mm/rmap: calculate page offset when needed by Davidlohr Bueso · 10 years ago
  42. 2847cf9 mm/debug-pagealloc: cleanup page guard code by Joonsoo Kim · 10 years ago
  43. 4308ce1 mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG by Tony Luck · 10 years ago
  44. 95fc3c5 memcg: do not abuse memcg_kmem_skip_account by Vladimir Davydov · 10 years ago
  45. 9d100c5 memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge} by Vladimir Davydov · 10 years ago
  46. bfda7e8 memcg: __mem_cgroup_free: remove stale disarm_static_keys comment by Vladimir Davydov · 10 years ago
  47. b5be83e mm: cma: align to physical address, not CMA region position by Gregory Fong · 10 years ago
  48. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  49. c8475d1 mm/memory.c: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  50. 1acf2e0 mm/nommu: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  51. d28eb9c mm/memory-failure: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  52. 874bfca mm/xip: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  53. 4a23717a uprobes: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  54. 3dec0ba mm/rmap: share the i_mmap_rwsem by Davidlohr Bueso · 10 years ago
  55. c8c06ef mm: convert i_mmap_mutex to rwsem by Davidlohr Bueso · 10 years ago
  56. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  57. 8b28f62 mm,fs: introduce helpers around the i_mmap_mutex by Davidlohr Bueso · 10 years ago
  58. b4b9829 MAINTAINERS: update Xiubo's email address by Xiubo Li · 10 years ago
  59. 88221c3 rtc: snvs: fix build with CONFIG_PM_SLEEP disabled by Guenter Roeck · 10 years ago
  60. c848126 irqchip: gicv3-its: Fix ITT allocation by Marc Zyngier · 10 years ago
  61. aca268d irqchip: gicv3-its: Move some alloc/free code to activate/deactivate by Marc Zyngier · 10 years ago
  62. 2da3994 irqchip: gicv3-its: Fix domain free in multi-MSI case by Marc Zyngier · 10 years ago
  63. aee4e5f tracing/sched: Check preempt_count() for current when reading task->state by Steven Rostedt (Red Hat) · 10 years ago
  64. f96fe22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  65. 5543798 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 10 years ago
  66. a7e8ddd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  67. ad8f723 MIPS: Use phys_addr_t instead of phys_t by Jaedon Shin · 10 years ago
  68. 26ceb12 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  69. 731d754 Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjamin.gaignard/kernel into drm-next by Dave Airlie · 10 years ago
  70. 8d14066 Merge tag 'iommu-updates-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  71. 87c779b Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  72. eea0cf3 Merge tag 'for-linus' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 10 years ago
  73. 823e334 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago
  74. fa0c554 reiserfs: destroy allocated commit workqueue by Jiri Slaby · 10 years ago
  75. ca957b6 drivers: ide: Fix mostly harmless off-by-one hardcoded value by Rasmus Villemoes · 10 years ago
  76. 1746fbe IDE: Deletion of an unnecessary check before the function call "module_put" by Markus Elfring · 10 years ago
  77. eea3e8f Merge branch 'gem' by David S. Miller · 10 years ago
  78. 02c958d net/macb: add TX multiqueue support for gem by Cyrille Pitchen · 10 years ago
  79. d717e90 Merge branch 'kill_tasklet_hi_enable' by David S. Miller · 10 years ago
  80. 7142637 linux/interrupt.h: remove the definition of unused tasklet_hi_enable by Quentin Lambert · 10 years ago
  81. 06f6652 jme: replace calls to redundant function by Quentin Lambert · 10 years ago
  82. 6ce4436 Merge tag 'please-pull-morepstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  83. bdeb03c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  84. 0349678 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  85. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  86. ccb5a49 Merge tag 'upstream-3.19-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  87. c05e14f Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  88. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  89. a169758a net: ethernet: davicom: Allow to select DM9000 for nios2 by Tobias Klauser · 10 years ago
  90. 5499776 net: ethernet: smsc: Allow to select SMC91X for nios2 by Tobias Klauser · 10 years ago
  91. 40e9de4 cxgb4: Add support for QSA modules by Hariprasad Shenai · 10 years ago
  92. 3a923f5 Merge branch 'cxgb4' by David S. Miller · 10 years ago
  93. ed481a3 libcxgbi: fix freeing skb prematurely by Karen Xie · 10 years ago
  94. 2126bc5 cxgb4i: use set_wr_txq() to set tx queues by Karen Xie · 10 years ago
  95. f7bcd2e cxgb4i: handle non-pdu-aligned rx data by Karen Xie · 10 years ago
  96. 928567a cxgb4i: additional types of negative advice by Karen Xie · 10 years ago
  97. 64bfead cxgb4/cxgb4i: set the max. pdu length in firmware by Karen Xie · 10 years ago
  98. 7857c62 cxgb4i: fix credit check for tx_data_wr by Karen Xie · 10 years ago
  99. 84944d8 cxgb4i: fix tx immediate data credit check by Karen Xie · 10 years ago
  100. 37e9a69 net: phy: export fixed_phy_register() by Mark Salter · 10 years ago