1. 5a17811 mm: add support for direct_IO to highmem pages by Mel Gorman · 12 years ago
  2. a509bc1 mm: swap: implement generic handler for swap_activate by Mel Gorman · 12 years ago
  3. 62c230b mm: add support for a filesystem to activate swap files and use direct_IO for writing swap pages by Mel Gorman · 12 years ago
  4. 18022c5 mm: add get_kernel_page[s] for pinning of kernel addresses for I/O by Mel Gorman · 12 years ago
  5. f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
  6. 68243e7 mm: account for the number of times direct reclaimers get throttled by Mel Gorman · 12 years ago
  7. 5515061 mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage by Mel Gorman · 12 years ago
  8. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  9. c48a11c netvm: propagate page->pfmemalloc to skb by Mel Gorman · 12 years ago
  10. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  11. 907aed4 mm: allow PF_MEMALLOC from softirq context by Mel Gorman · 12 years ago
  12. b37f1dd mm: introduce __GFP_MEMALLOC to allow access to emergency reserves by Mel Gorman · 12 years ago
  13. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  14. 702d1a6 memory-hotplug: fix kswapd looping forever problem by Minchan Kim · 12 years ago
  15. ee6f509 mm: factor out memory isolate functions by Minchan Kim · 12 years ago
  16. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  17. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  18. 62ce1c7 mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h by David Rientjes · 12 years ago
  19. 340175b mm/hotplug: free zone->pageset when a zone becomes empty by Jiang Liu · 12 years ago
  20. 9adb62a mm/hotplug: correctly setup fallback zonelists when creating new pgdat by Jiang Liu · 12 years ago
  21. 8e125cd vmscan: remove obsolete shrink_control comment by Minchan Kim · 12 years ago
  22. fe03025 mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP by Rabin Vincent · 12 years ago
  23. 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
  24. ca28ddc mm: remove unused LRU_ALL_EVICTABLE by Wanpeng Li · 12 years ago
  25. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  26. c59e261 mm/compaction: cleanup on compaction_deferred by Gavin Shan · 12 years ago
  27. 8e6ac7f hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration by Aneesh Kumar K.V · 12 years ago
  28. abb8206 hugetlb/cgroup: add hugetlb cgroup control files by Aneesh Kumar K.V · 12 years ago
  29. 6d76dcf hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroup by Aneesh Kumar K.V · 12 years ago
  30. 9dd540e hugetlb/cgroup: add the cgroup pointer to page lru by Aneesh Kumar K.V · 12 years ago
  31. 2bc64a2 mm/hugetlb: add new HugeTLB cgroup by Aneesh Kumar K.V · 12 years ago
  32. c3f38a3 hugetlb: make some static variables global by Aneesh Kumar K.V · 12 years ago
  33. 0edaecf hugetlb: add a list for tracking in-use HugeTLB pages by Aneesh Kumar K.V · 12 years ago
  34. 189ebff hugetlb: simplify migrate_huge_page() by Aneesh Kumar K.V · 12 years ago
  35. 24669e5 hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages by Aneesh Kumar K.V · 12 years ago
  36. 972dc4d hugetlb: add an inline helper for finding hstate index by Aneesh Kumar K.V · 12 years ago
  37. 3965c9a mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threads by Wanpeng Li · 12 years ago
  38. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  39. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  40. 1fad1e9 Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  41. 6df419e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  42. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  43. f7e1bec include/linux/aio.h: cpp->C conversions by Andrew Morton · 12 years ago
  44. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  45. 05ba3f1 ipc: compat: use signed size_t types for msgsnd and msgrcv by Will Deacon · 12 years ago
  46. b610c04 ipc: allow compat IPC version field parsing if !ARCH_WANT_OLD_COMPAT_IPC by Will Deacon · 12 years ago
  47. 079a96a ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  48. 8c74ac0 nilfs2: add omitted comments for structures in nilfs2_fs.h by Vyacheslav Dubeyko · 12 years ago
  49. 639b9e3 string: introduce memweight() by Akinobu Mita · 12 years ago
  50. f7f9505 backlight: move lp855x header into platform_data directory by Kim, Milo · 12 years ago
  51. a1fcb2e backlight: move register definitions from header to source by Kim, Milo · 12 years ago
  52. 61e99ab printk: remove the now unnecessary "C" annotation for KERN_CONT by Joe Perches · 12 years ago
  53. 04d2c8c printk: convert the format for KERN_<LEVEL> to a 2 byte pattern by Joe Perches · 12 years ago
  54. 314ba35 printk: add kern_levels.h to make KERN_<LEVEL> available for asm use by Joe Perches · 12 years ago
  55. acc8fa41 printk: add generic functions to find KERN_<LEVEL> headers by Joe Perches · 12 years ago
  56. 45226e9 NMI watchdog: fix for lockup detector breakage on resume by Sameer Nanda · 12 years ago
  57. 714904e usb/marvell: remove conditional compilation of clk code by Viresh Kumar · 12 years ago
  58. 93abe8e clk: add non CONFIG_HAVE_CLK routines by Viresh Kumar · 12 years ago
  59. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 12 years ago
  60. 95b18e6 Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  61. 3e701cd Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  62. 7d3d09b Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  63. 287dc4b Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  64. 720d850 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  65. 172f993 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  66. 7272c30 Merge tag 'dm-3.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
  67. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  68. f1115bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  69. 8da8533 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 12 years ago
  70. 148b729 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 12 years ago
  71. 9ec9716 Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
  72. bdf5e48 common: DMA-mapping: add DMA_ATTR_SKIP_CPU_SYNC attribute by Marek Szyprowski · 12 years ago
  73. d2b7428 common: dma-mapping: introduce dma_get_sgtable() function by Marek Szyprowski · 12 years ago
  74. d5724f1 common: DMA-mapping: add DMA_ATTR_NO_KERNEL_MAPPING attribute by Marek Szyprowski · 12 years ago
  75. e9da6e9 ARM: dma-mapping: remove custom consistent dma region by Marek Szyprowski · 12 years ago
  76. 5e6cafc mm: vmalloc: use const void * for caller argument by Marek Szyprowski · 12 years ago
  77. efc42bc scatterlist: add sg_alloc_table_from_pages function by Tomasz Stanislawski · 12 years ago
  78. 5935e6d KEYS: linux/key-type.h needs linux/errno.h by David Howells · 12 years ago
  79. 6a74389 virtio-blk: return VIRTIO_BLK_F_FLUSH to header. by Rusty Russell · 12 years ago
  80. cd5d503 virtio-blk: allow toggling host cache between writeback and writethrough by Paolo Bonzini · 12 years ago
  81. ddcc286 virtio ids: fix comment for virtio-rng by Amit Shah · 12 years ago
  82. c2078e4 Merge branch 'devel' by Mauro Carvalho Chehab · 12 years ago
  83. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  84. f838eb5 acpi: add a way to promote/demote vendor backlight drivers by Corentin Chary · 12 years ago
  85. cea8f46 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  86. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  87. c1e7179 Merge tag 'tty-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  88. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  89. 43a1141 Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  90. 1f4e0ff dm thin: commit before gathering status by Alasdair G Kergon · 12 years ago
  91. 0ac5548 dm: use bool bitfields in struct dm_target by Alasdair G Kergon · 12 years ago
  92. 0e9c24e dm: allow targets to request flushes regardless of underlying device support by Joe Thornber · 12 years ago
  93. 7acf027 dm: introduce split_discard_requests by Mikulas Patocka · 12 years ago
  94. 542f903 dm: support non power of two target max_io_len by Mike Snitzer · 12 years ago
  95. af7346e dm: remove unused flush target method by Joe Thornber · 12 years ago
  96. aa0b3b2 Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  97. 231daf0 cpumask: cpulist_parse() comments correction by Alex Shi · 12 years ago
  98. 96263d2 init: add comments to keep initcall-names in sync with initcall levels by Jim Cromie · 12 years ago
  99. c777ad6 cpumask: add a few comments of cpumask functions by Alex Shi · 12 years ago
  100. a9197f9 Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 12 years ago