1. 803d0c83 sys_swapon: use vzalloc() instead of vmalloc/memset by Cesar Eduardo Barros · 13 years ago
  2. cc5d462 mm: use __GFP_OTHER_NODE for transparent huge pages by Andi Kleen · 13 years ago
  3. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 13 years ago
  4. 11bc82d mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback by Andrea Arcangeli · 13 years ago
  5. b2eef8c mm: compaction: minimise the time IRQs are disabled while isolating pages for migration by Andrea Arcangeli · 13 years ago
  6. 602605a mm: compaction: minimise the time IRQs are disabled while isolating free pages by Mel Gorman · 13 years ago
  7. 5b280c0 mm: don't return 0 too early from find_get_pages() by Hugh Dickins · 13 years ago
  8. 9d8aa4e mm: remove worrying dead code from find_get_pages() by Hugh Dickins · 13 years ago
  9. c033a93 hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages by Petr Holasek · 13 years ago
  10. 8afdcec mm: vmscan: kswapd should not free an excessive number of pages when balancing small zones by Mel Gorman · 13 years ago
  11. 7571966 mempolicy: remove redundant check in __mpol_equal() by Namhyung Kim · 13 years ago
  12. 4031a21 smaps: have smaps show transparent huge pages by Dave Hansen · 13 years ago
  13. 22e057c smaps: teach smaps_pte_range() about THP pmds by Dave Hansen · 13 years ago
  14. 3c9acc7 smaps: pass pte size argument in to smaps_pte_entry() by Dave Hansen · 13 years ago
  15. ae11c4d smaps: break out smaps_pte_entry() from smaps_pte_range() by Dave Hansen · 13 years ago
  16. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 13 years ago
  17. 278df9f mm: reclaim invalidated page ASAP by Minchan Kim · 13 years ago
  18. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  19. 3156018 mm: deactivate invalidated pages by Minchan Kim · 13 years ago
  20. 481b4bb mm: mm_struct: remove 16 bytes of alignment padding on 64 bit builds by Richard Kennedy · 13 years ago
  21. cb24045 mm: remove unused TestSetPageLocked() interface by Michel Lespinasse · 13 years ago
  22. 01d8b20 mm: simplify anon_vma refcounts by Peter Zijlstra · 13 years ago
  23. 8381326 mm: move anon_vma ref out from under CONFIG_foo by Peter Zijlstra · 13 years ago
  24. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  25. 7bc32f6 mm: debug-pagealloc: fix kconfig dependency warning by Akinobu Mita · 13 years ago
  26. 1d16871 mm: batch-free pcp list if possible by Namhyung Kim · 13 years ago
  27. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  28. 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 13 years ago
  29. 5adc7b5 mm: truncate: change remove_from_page_cache by Minchan Kim · 13 years ago
  30. 4c73b1b mm: shmem: change remove_from_page_cache by Minchan Kim · 13 years ago
  31. bd65cb8 mm: hugetlbfs: change remove_from_page_cache by Minchan Kim · 13 years ago
  32. 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 13 years ago
  33. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  34. 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 13 years ago
  35. 5fda1bd mm: notifier_from_errno() cleanup by Prarit Bhargava · 13 years ago
  36. cbf978b oom: suppress nodes that are not allowed from meminfo on page alloc failure by David Rientjes · 13 years ago
  37. 29423e7 oom: suppress show_mem() for many nodes in irq context on page alloc failure by David Rientjes · 13 years ago
  38. ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 13 years ago
  39. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  40. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 13 years ago
  41. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  42. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 13 years ago
  43. 9d502c1 mm/compaction: check migrate_pages's return value instead of list_empty() by Minchan Kim · 13 years ago
  44. d527caf mm: compaction: prevent kswapd compacting memory to reduce CPU usage by Andrea Arcangeli · 13 years ago
  45. 8969960 mm: vmap area cache by Nick Piggin · 13 years ago
  46. ef0a5e8 pwm_backlight: add check_fb() hook by Robert Morell · 13 years ago
  47. 0508e04 drivers/video/backlight/jornada720_*.c: make needlessly global symbols static by Axel Lin · 13 years ago
  48. b372412 backlight: apple_bl depends on ACPI by Randy Dunlap · 13 years ago
  49. 39b3dee mbp_nvidia_bl: rename to apple_bl by Matthew Garrett · 13 years ago
  50. 99fd28e mbp_nvidia_bl: check that the backlight control functions by Matthew Garrett · 13 years ago
  51. 23a9847 mbp_nvidia_bl: remove DMI dependency by Matthew Garrett · 13 years ago
  52. 9661e92 acpi: tie ACPI backlight devices to PCI devices if possible by Matthew Garrett · 13 years ago
  53. 7eae3ef nouveau: change the backlight parent device to the connector, not the PCI dev by Matthew Garrett · 13 years ago
  54. 63ec011 radeon: expose backlight class device for legacy LVDS encoder by Michel Dänzer · 13 years ago
  55. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  56. ccd7510 drivers/leds/leds-lp5523.c: world-writable engine* sysfs files by Vasiliy Kulikov · 13 years ago
  57. 67d1da7 drivers/leds/leds-lp5521.c: world-writable sysfs engine* files by Vasiliy Kulikov · 13 years ago
  58. 1baf0eb drivers/vidfeo/backlight: ld9040 amoled driver support by Donghwa Lee · 13 years ago
  59. 9517f92 leds: make *struct gpio_led_platform_data.leds const by Uwe Kleine-König · 13 years ago
  60. b1e6b70 leds: add driver for LM3530 ALS by Shreshtha Kumar Sahu · 13 years ago
  61. 551ea73 leds: convert bd2802 driver to dev_pm_ops by Mark Brown · 13 years ago
  62. 8d25879 cgroups: if you list_empty() a head then don't list_del() it by Phil Carmody · 13 years ago
  63. edd4554 oom: avoid deferring oom killer if exiting task is being traced by David Rientjes · 13 years ago
  64. 30e2b41 oom: skip zombies when iterating tasklist by Andrey Vagin · 13 years ago
  65. 3a5dda7 oom: prevent unnecessary oom kills or kernel panics by David Rientjes · 13 years ago
  66. 52c5056 mm: swap: unlock swapfile inode mutex before closing file on bad swapfiles by Mel Gorman · 13 years ago
  67. c7a1fcd include/asm-generic/unistd.h: fix syncfs syscall number by Andrew Morton · 13 years ago
  68. 01ba825 Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  69. ab70a1d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  70. 0adfc56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  71. f23eb2b tty: stop using "delayed_work" in the tty layer by Linus Torvalds · 13 years ago
  72. 68da9ba [net/9p]: Introduce basic flow-control for VirtIO transport. by Venkateswararao Jujjuri (JV) · 13 years ago
  73. aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 13 years ago
  74. 316ad55 [net/9p] Don't re-pin pages on retrying virtqueue_add_buf(). by Venkateswararao Jujjuri (JV) · 13 years ago
  75. a01a984 [net/9p] Set the condition just before waking up. by Venkateswararao Jujjuri (JV) · 13 years ago
  76. 53bda3e [net/9p] unconditional wake_up to proc waiting for space on VirtIO ring by Venkateswararao Jujjuri (JV) · 13 years ago
  77. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  78. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  79. ea59bb7 fs/9p: Open writeback fid in O_SYNC mode by Aneesh Kumar K.V · 13 years ago
  80. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  81. 472e7f9 net/9p: Fix compile warning by Aneesh Kumar K.V · 13 years ago
  82. eeff66e net/9p: Convert the in the 9p rpc call path to GFP_NOFS by Aneesh Kumar K.V · 13 years ago
  83. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  84. 4fdccdf slub: Add statistics for this_cmpxchg_double failures by Christoph Lameter · 13 years ago
  85. 2fd66c5 slub: Add missing irq restore for the OOM path by Christoph Lameter · 13 years ago
  86. 59c2be1 rbd: use watch/notify for changes in rbd header by Yehuda Sadeh · 13 years ago
  87. a40c4f1 libceph: add lingering request and watch/notify event framework by Yehuda Sadeh · 13 years ago
  88. f741a79 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 13 years ago
  89. 73d5a86 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  90. e77277d Merge branch 'next-samsung' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  91. 75ea635 Merge branch 'for-linus/2639/i2c-2' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 13 years ago
  92. 14577be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  93. 09b9cc4 sd: Fail discard requests when logical block provisioning has been disabled by Martin K. Petersen · 13 years ago
  94. c62b389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  95. 736561a IPVS: Use global mutex in ip_vs_app.c by Simon Horman · 13 years ago
  96. f40f94f ipvs: fix a typo in __ip_vs_control_init() by Eric Dumazet · 13 years ago
  97. 675071a veth: Fix the byte counters by Eric W. Biederman · 13 years ago
  98. 9d2a8fa net ipv6: Fix duplicate /proc/sys/net/ipv6/neigh directory entries. by Eric W. Biederman · 13 years ago
  99. d5cd9244 macvlan: Fix use after free of struct macvlan_port. by Eric W. Biederman · 13 years ago
  100. ac0a121 net: fix incorrect spelling in drop monitor protocol by Neil Horman · 13 years ago