1. 71c696b calibrate: extract fall-back calculation into own helper by Phil Carmody · 13 years ago
  2. 9bfb23f sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code by Oleg Nesterov · 13 years ago
  3. 4d51985 kernel/cpu.c: fix many errors related to style. by Michael Rodriguez · 13 years ago
  4. 34db18a0 smp: move smp setup functions to kernel/smp.c by Amerigo Wang · 13 years ago
  5. fa9ee9c include/linux/err.h: add a function to cast error-pointers to a return value by Uwe Kleine-König · 13 years ago
  6. d404ab0 move x86 specific oops=panic to generic code by Olaf Hering · 13 years ago
  7. b259514 drivers/misc/pch_phub.c: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  8. deb187e drivers/misc/ep93xx_pwm.c: world-writable sysfs files by Vasiliy Kulikov · 13 years ago
  9. a844b43 drivers/misc/atmel_tclib.c: fix a memory leak by Axel Lin · 13 years ago
  10. 6f7d485 drivers/misc/hmc6352.c: fix wrong return value checking for i2c_master_recv() by Axel Lin · 13 years ago
  11. 4e67359 drivers/misc/apds9802als.c: put the device into runtime suspend after resume()/probe() is handled by Hong Liu · 13 years ago
  12. b950054 ST SPEAr: PCIE gadget suppport by Pratyush Anand · 13 years ago
  13. 45bff2e drivers/misc/bmp085.c: free initmem memory by Shubhrajyoti Datta · 13 years ago
  14. 4a7de63 bh1780gli: convert to dev pm ops by Shubhrajyoti Datta · 13 years ago
  15. f3ccfcd fs.h: remove 8 bytes of padding from block_device on 64bit builds by Richard Kennedy · 13 years ago
  16. c837fb3 include/linux/compiler-gcc*.h: unify macro definitions by Borislav Petkov · 13 years ago
  17. 80cdc6d fs: use appropriate printk priority levels by Mandeep Singh Baines · 13 years ago
  18. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 13 years ago
  19. 8a06dc4d um: remove file pointer from ioctl by Richard Weinberger · 13 years ago
  20. 13e165b uml: kernels on {i386,x86_64} produce bad coredumps by Paul Pluzhnikov · 13 years ago
  21. 3dd7ae8 mm: simplify code of swap.c by Shaohua Li · 13 years ago
  22. bee4c36a shmem: let shared anonymous be nonlinear again by Hugh Dickins · 13 years ago
  23. 8f7a660 mm/memblock: properly handle overlaps and fix error path by Benjamin Herrenschmidt · 13 years ago
  24. 84be48d mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago
  25. a42931b vmalloc: remove confusing comment on vwrite() by Namhyung Kim · 13 years ago
  26. cf15b07 writeback: make mapping->writeback_index to point to the last written page by Jun'ichi Nomura · 13 years ago
  27. 24b8ff7 mm: remove inline from scan_swap_map() by Cesar Eduardo Barros · 13 years ago
  28. 4053154 sys_swapon: separate final enabling of the swapfile by Cesar Eduardo Barros · 13 years ago
  29. c6a2b64 sys_swapoff: change order to match sys_swapon by Cesar Eduardo Barros · 13 years ago
  30. c69dbfb sys_swapon: move printk outside lock by Cesar Eduardo Barros · 13 years ago
  31. 9c8100e sys_swapon: remove nr_good_pages variable by Cesar Eduardo Barros · 13 years ago
  32. bdb8e3f sys_swapon: simplify error flow in setup_swap_map_and_extents() by Cesar Eduardo Barros · 13 years ago
  33. 915d4d7 sys_swapon: separate parsing of bad blocks and extents by Cesar Eduardo Barros · 13 years ago
  34. 1421ef3 sys_swapon: call swap_cgroup_swapon() earlier by Cesar Eduardo Barros · 13 years ago
  35. 3871902 sys_swapon: simplify error flow in read_swap_header() by Cesar Eduardo Barros · 13 years ago
  36. ca8bd38 sys_swapon: separate parsing of swapfile header by Cesar Eduardo Barros · 13 years ago
  37. 5de771e sys_swapon: move setting of swapfilepages near use by Cesar Eduardo Barros · 13 years ago
  38. 87ade72 sys_swapon: simplify error flow in claim_swapfile() by Cesar Eduardo Barros · 13 years ago
  39. 4d0e1e1 sys_swapon: separate bdev claim and inode lock by Cesar Eduardo Barros · 13 years ago
  40. bd69010 sys_swapon: use a single error label by Cesar Eduardo Barros · 13 years ago
  41. 9b01c35 sys_swapon: do only cleanup in the cleanup blocks by Cesar Eduardo Barros · 13 years ago
  42. f2090d2 sys_swapon: remove bdev variable by Cesar Eduardo Barros · 13 years ago
  43. 7de7fb6 sys_swapon: move setting of error nearer use by Cesar Eduardo Barros · 13 years ago
  44. 83ef99b sys_swapon: remove did_down variable by Cesar Eduardo Barros · 13 years ago
  45. 28b36bd sys_swapon: remove initial value of name variable by Cesar Eduardo Barros · 13 years ago
  46. 730c058 sys_swapon: simplify error flow in alloc_swap_info() by Cesar Eduardo Barros · 13 years ago
  47. 2542e513 sys_swapon: simplify error return from swap_info allocation by Cesar Eduardo Barros · 13 years ago
  48. 53cbb24 sys_swapon: separate swap_info allocation by Cesar Eduardo Barros · 13 years ago
  49. e8e6c2e sys_swapon: do not depend on "type" after allocation by Cesar Eduardo Barros · 13 years ago
  50. 80b0df12 sys_swapon: remove changelog from function comment by Cesar Eduardo Barros · 13 years ago
  51. 803d0c83 sys_swapon: use vzalloc() instead of vmalloc/memset by Cesar Eduardo Barros · 13 years ago
  52. cc5d462 mm: use __GFP_OTHER_NODE for transparent huge pages by Andi Kleen · 13 years ago
  53. 78afd56 mm: add __GFP_OTHER_NODE flag by Andi Kleen · 13 years ago
  54. 11bc82d mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback by Andrea Arcangeli · 13 years ago
  55. b2eef8c mm: compaction: minimise the time IRQs are disabled while isolating pages for migration by Andrea Arcangeli · 13 years ago
  56. 602605a mm: compaction: minimise the time IRQs are disabled while isolating free pages by Mel Gorman · 13 years ago
  57. 5b280c0 mm: don't return 0 too early from find_get_pages() by Hugh Dickins · 13 years ago
  58. 9d8aa4e mm: remove worrying dead code from find_get_pages() by Hugh Dickins · 13 years ago
  59. c033a93 hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages by Petr Holasek · 13 years ago
  60. 8afdcec mm: vmscan: kswapd should not free an excessive number of pages when balancing small zones by Mel Gorman · 13 years ago
  61. 7571966 mempolicy: remove redundant check in __mpol_equal() by Namhyung Kim · 13 years ago
  62. 4031a21 smaps: have smaps show transparent huge pages by Dave Hansen · 13 years ago
  63. 22e057c smaps: teach smaps_pte_range() about THP pmds by Dave Hansen · 13 years ago
  64. 3c9acc7 smaps: pass pte size argument in to smaps_pte_entry() by Dave Hansen · 13 years ago
  65. ae11c4d smaps: break out smaps_pte_entry() from smaps_pte_range() by Dave Hansen · 13 years ago
  66. 0331932 pagewalk: only split huge pages when necessary by Dave Hansen · 13 years ago
  67. 278df9f mm: reclaim invalidated page ASAP by Minchan Kim · 13 years ago
  68. 3f58a82 memcg: move memcg reclaimable page into tail of inactive list by Minchan Kim · 13 years ago
  69. 3156018 mm: deactivate invalidated pages by Minchan Kim · 13 years ago
  70. 481b4bb mm: mm_struct: remove 16 bytes of alignment padding on 64 bit builds by Richard Kennedy · 13 years ago
  71. cb24045 mm: remove unused TestSetPageLocked() interface by Michel Lespinasse · 13 years ago
  72. 01d8b20 mm: simplify anon_vma refcounts by Peter Zijlstra · 13 years ago
  73. 8381326 mm: move anon_vma ref out from under CONFIG_foo by Peter Zijlstra · 13 years ago
  74. 9e60109 mm: rename drop_anon_vma() to put_anon_vma() by Peter Zijlstra · 13 years ago
  75. 7bc32f6 mm: debug-pagealloc: fix kconfig dependency warning by Akinobu Mita · 13 years ago
  76. 1d16871 mm: batch-free pcp list if possible by Namhyung Kim · 13 years ago
  77. e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 13 years ago
  78. 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 13 years ago
  79. 5adc7b5 mm: truncate: change remove_from_page_cache by Minchan Kim · 13 years ago
  80. 4c73b1b mm: shmem: change remove_from_page_cache by Minchan Kim · 13 years ago
  81. bd65cb8 mm: hugetlbfs: change remove_from_page_cache by Minchan Kim · 13 years ago
  82. 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 13 years ago
  83. ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 13 years ago
  84. 318b275 mm: allow GUP to fail instead of waiting on a page by Gleb Natapov · 13 years ago
  85. 5fda1bd mm: notifier_from_errno() cleanup by Prarit Bhargava · 13 years ago
  86. cbf978b oom: suppress nodes that are not allowed from meminfo on page alloc failure by David Rientjes · 13 years ago
  87. 29423e77 oom: suppress show_mem() for many nodes in irq context on page alloc failure by David Rientjes · 13 years ago
  88. ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 13 years ago
  89. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  90. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 13 years ago
  91. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 13 years ago
  92. 504f52b mm: NUMA aware alloc_task_struct_node() by Eric Dumazet · 13 years ago
  93. 9d502c1 mm/compaction: check migrate_pages's return value instead of list_empty() by Minchan Kim · 13 years ago
  94. d527caf mm: compaction: prevent kswapd compacting memory to reduce CPU usage by Andrea Arcangeli · 13 years ago
  95. 8969960 mm: vmap area cache by Nick Piggin · 13 years ago
  96. ef0a5e8 pwm_backlight: add check_fb() hook by Robert Morell · 13 years ago
  97. 0508e04 drivers/video/backlight/jornada720_*.c: make needlessly global symbols static by Axel Lin · 13 years ago
  98. b372412 backlight: apple_bl depends on ACPI by Randy Dunlap · 13 years ago
  99. 39b3dee mbp_nvidia_bl: rename to apple_bl by Matthew Garrett · 13 years ago
  100. 99fd28e mbp_nvidia_bl: check that the backlight control functions by Matthew Garrett · 13 years ago