1. 5f14d3b checkpatch: prefer __printf over __attribute__((format(printf,...))) by Joe Perches · 12 years ago
  2. 270c49a checkpatch: update signature "might be better as" warning by Joe Perches · 12 years ago
  3. 96b6206 btree: export btree_get_prev() so modules can use btree_for_each by Steve Hodgson · 12 years ago
  4. c957b61 leds: convert wm8350 driver to devm_kzalloc() by Mark Brown · 12 years ago
  5. 1713cb9 leds: convert wm831x status driver to devm_kzalloc() by Mark Brown · 12 years ago
  6. 3b08094 drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds by Axel Lin · 12 years ago
  7. a6d511e leds: add driver for TCA6507 LED controller by NeilBrown · 12 years ago
  8. b96a573 drivers/leds/leds-netxbig.c: use gpio_request_one() by Axel Lin · 12 years ago
  9. 95dafd4 drivers/leds/leds-bd2802.c: use gpio_request_one() by Axel Lin · 12 years ago
  10. 1980bcf drivers/leds/leds-lp5523.c: remove unneeded forward declaration by Axel Lin · 12 years ago
  11. 19b9557 leds: convert leds-dac124s085 to module_spi_driver by Axel Lin · 12 years ago
  12. 09a0d18 leds: convert led i2c drivers to module_i2c_driver by Axel Lin · 12 years ago
  13. 892a884 leds: convert led platform drivers to module_platform_driver by Axel Lin · 12 years ago
  14. e2c17bc backlight: convert pwm_bl to dev_pm_ops by Mark Brown · 12 years ago
  15. 48e78e8 backlight: convert platform_lcd to devm_kzalloc() by Mark Brown · 12 years ago
  16. 6665576 backlight: use kstrtoul() by Jingoo Han · 12 years ago
  17. 1cfc6fe drivers/video/backlight/ep93xx_bl.c: remove duplicated header include by Jingoo Han · 12 years ago
  18. b148a27 backlight/ld9040.c: regulator control in the driver by Donghwa Lee · 12 years ago
  19. 81178e0 backlight: convert drivers/video/backlight/* to use module_platform_driver() by Axel Lin · 12 years ago
  20. 3ed0c15 backlight: remove ADX backlight device support by Paul Bolle · 12 years ago
  21. 89d0776 devfreq: add devfreq maintainer entry by Kyungmin Park · 12 years ago
  22. 9df92e6 MAINTAINERS: spi: update F: patterns by Joe Perches · 12 years ago
  23. 8460241 MAINTAINERS: serial:blackfin: update F: pattern by Joe Perches · 12 years ago
  24. b2b0186 MAINTAINERS: staging: media: update F: patterns by Joe Perches · 12 years ago
  25. 19c90aa MAINTAINERS: update encrypted-keys F: patterns by Joe Perches · 12 years ago
  26. a31a96a MAINTAINERS: update greth F: patterns by Joe Perches · 12 years ago
  27. 0f04e2a MAINTAINERS: update tulip F: patterns by Joe Perches · 12 years ago
  28. d4a4578 MAINTAINERS: update sdhci F: patterns by Joe Perches · 12 years ago
  29. d8f6635 MAINTAINERS: update mfd F: patterns by Joe Perches · 12 years ago
  30. 25b8d2b MAINTAINERS: update marvell ccic F: patterns by Joe Perches · 12 years ago
  31. 72dbb70 MAINTAINERS: update bt8xx gpio F: patterns by Joe Perches · 12 years ago
  32. 77278d5 MAINTAINERS: update adp gpio F: patterns by Joe Perches · 12 years ago
  33. 38f1b4c MAINTAINERS: update various arm F: patterns by Joe Perches · 12 years ago
  34. ed128fea get_maintainers.pl: follow renames when looking up commit signers by Ian Campbell · 12 years ago
  35. db1aeca mm/vmalloc.c: change void* into explict vm_struct* by Minchan Kim · 12 years ago
  36. 3770490 mm: vmscan: fix typo in isolating lru pages by Hillf Danton · 12 years ago
  37. 043bcbe mm: test PageSwapBacked in lumpy reclaim by Hugh Dickins · 12 years ago
  38. faed836 mm/migrate.c: remove the unused macro lru_to_page by Wang Sheng-Hui · 12 years ago
  39. ea5768c mm/hugetlb.c: avoid bogus counter of surplus huge page by Hillf Danton · 12 years ago
  40. 1ebb704 mempool: fix first round failure behavior by Tejun Heo · 12 years ago
  41. 0565d31 mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy() by Tejun Heo · 12 years ago
  42. 5b99054 mempool: fix and document synchronization and memory barrier usage by Tejun Heo · 12 years ago
  43. 564c81d mm/migrate.c: cleanup comment for migration_entry_wait() by Wang Sheng-Hui · 12 years ago
  44. fcfb4dc mm/mempolicy.c: mpol_equal(): use bool by KOSAKI Motohiro · 12 years ago
  45. 0c176d5 mm: hugetlb: fix pgoff computation when unmapping page from vma by Hillf Danton · 12 years ago
  46. 86cfd3a mm/vmscan.c: consider swap space when deciding whether to continue reclaim by Minchan Kim · 12 years ago
  47. 799f933 mm: bootmem: try harder to free pages in bulk by Johannes Weiner · 12 years ago
  48. 560a036 mm: bootmem: drop superfluous range check when freeing pages in bulk by Johannes Weiner · 12 years ago
  49. c399307 mm: page_alloc: generalize order handling in __free_pages_bootmem() by Johannes Weiner · 12 years ago
  50. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  51. 6bd4837 mm: simplify find_vma_prev() by KOSAKI Motohiro · 12 years ago
  52. 948f017 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() by Andrea Arcangeli · 12 years ago
  53. df0a6da mm: fix off-by-two in __zone_watermark_ok() by Michal Hocko · 12 years ago
  54. 9571a98 bootmem: micro optimize freeing pages in bulk by Uwe Kleine-König · 12 years ago
  55. 31b8384 mm: compaction: push isolate search base of compact control one pfn ahead by Hillf Danton · 12 years ago
  56. e3a41a5 btrfs: pass __GFP_WRITE for buffered write page allocations by Johannes Weiner · 12 years ago
  57. 0faa70c mm: filemap: pass __GFP_WRITE from grab_cache_page_write_begin() by Johannes Weiner · 12 years ago
  58. a756cf5 mm: try to distribute dirty pages fairly across zones by Johannes Weiner · 12 years ago
  59. ccafa28 mm: writeback: cleanups in preparation for per-zone dirty limits by Johannes Weiner · 12 years ago
  60. ab8fabd mm: exclude reserved pages from dirtyable memory by Johannes Weiner · 12 years ago
  61. 25bd91b vmscan: add task name to warn_scan_unevictable() messages by KOSAKI Motohiro · 12 years ago
  62. f6d7e0c mm, debug: test for online nid when allocating on single node by David Rientjes · 12 years ago
  63. ad8a1b5 fadvise: only initiate writeback for specified range with FADV_DONTNEED by Shawn Bohrer · 12 years ago
  64. fc8d862 slub: min order when debug_guardpage_minorder > 0 by Stanislaw Gruszka · 12 years ago
  65. c6968e7 PM/Hibernate: do not count debug pages as savable by Stanislaw Gruszka · 12 years ago
  66. c0a32fc mm: more intensive memory corruption debugging by Stanislaw Gruszka · 12 years ago
  67. 1399ff8 kernel.h: add BUILD_BUG() macro by David Daney · 12 years ago
  68. 1e16a53 mm/hugetlb.c: fix virtual address handling in hugetlb fault by KAMEZAWA Hiroyuki · 12 years ago
  69. ef009b2 hugetlb: clarify hugetlb_instantiation_mutex usage by Michal Hocko · 12 years ago
  70. a734bcc hugetlb: detect race upon page allocation failure during COW by Hillf Danton · 12 years ago
  71. 5f8aefd mm: account reaped page cache on inode cache pruning by Konstantin Khlebnikov · 12 years ago
  72. f90ac39 mm: avoid livelock on !__GFP_FS allocations by Mel Gorman · 12 years ago
  73. 938929f mm: reduce the amount of work done when updating min_free_kbytes by Mel Gorman · 12 years ago
  74. 937a94c mm: migrate: one less atomic operation by Jacobo Giralt · 12 years ago
  75. 90a5d5a mm-tracepoint: fix documentation and examples by Konstantin Khlebnikov · 12 years ago
  76. b413d48 mm-tracepoint: rename page-free events by Konstantin Khlebnikov · 12 years ago
  77. da066ad mm: remove unused pagevec_free by Konstantin Khlebnikov · 12 years ago
  78. cc59850 mm: add free_hot_cold_page_list() helper by Konstantin Khlebnikov · 12 years ago
  79. c909e99 vmscan: activate executable pages after first usage by Konstantin Khlebnikov · 12 years ago
  80. 34dbc67 vmscan: promote shared file mapped pages by Konstantin Khlebnikov · 12 years ago
  81. 1edf223 mm/page-writeback.c: make determine_dirtyable_memory static again by Johannes Weiner · 12 years ago
  82. e4e1118 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. adc0e91a vfs: new helper - d_make_root() by Al Viro · 12 years ago
  84. b48f03b3 dcache: use a dispose list in select_parent by Dave Chinner · 13 years ago
  85. 37cfc3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 12 years ago
  86. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  87. 979ecef Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  88. e8cbce97 Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  89. b3c3752 Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  90. 2ac9d7a Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  91. 5ede3ce Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  92. 6d889d0 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  93. 7400c12 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  94. 190a44e Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  95. dfc1ebe Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  96. acc952c Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  97. 57e964e Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  98. 4dee6b6 tracing/mm: Move include of trace/events/kmem.h out of header into slab.c by Steven Rostedt · 12 years ago
  99. a8c1f65 igmp: Avoid zero delay when receiving odd mixture of IGMP queries by Ben Hutchings · 12 years ago
  100. e5686ad netdev: make net_device_ops const by stephen hemminger · 12 years ago