1. 14fd403 thp: export maybe_mkwrite by Andrea Arcangeli · 14 years ago
  2. 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 14 years ago
  3. e9da73d thp: compound_lock by Andrea Arcangeli · 14 years ago
  4. a826e42 thp: mm: define MADV_HUGEPAGE by Andrea Arcangeli · 14 years ago
  5. 9950474 mm: kswapd: stop high-order balancing when any suitable zone is balanced by Mel Gorman · 14 years ago
  6. e20e877 mm: remove unlikely() from page_mapping() by Steven Rostedt · 14 years ago
  7. 088e546 mm: remove likely() from mapping_unevictable() by Steven Rostedt · 14 years ago
  8. 110d74a mm: add FOLL_MLOCK follow_page flag. by Michel Lespinasse · 14 years ago
  9. 212260a mm: clear PageError bit in msync & fsync by Rik van Riel · 14 years ago
  10. dabb16f oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down by Mandeep Singh Baines · 14 years ago
  11. d0a2126 mm: unify module_alloc code for vmalloc by David Rientjes · 14 years ago
  12. ec3f64f mm: remove gfp mask from pcpu_get_vm_areas by David Rientjes · 14 years ago
  13. e5a5623 mm: remove unused get_vm_area_node by David Rientjes · 14 years ago
  14. f3a310b mm: vmscan: rename lumpy_mode to reclaim_mode by Mel Gorman · 14 years ago
  15. 7f0f249 mm: migration: cleanup migrate_pages API by matching types for offlining and sync by Mel Gorman · 14 years ago
  16. 77f1fe6 mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path by Mel Gorman · 14 years ago
  17. 3e7d344 mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim by Mel Gorman · 14 years ago
  18. ee64fc9 mm: vmscan: convert lumpy_mode into a bitmask by Mel Gorman · 14 years ago
  19. b7aba69 mm: compaction: add trace events for memory compaction activity by Mel Gorman · 14 years ago
  20. 71927e8 writeback: trace wakeup event for background writeback by Wu Fengguang · 14 years ago
  21. b44129b mm: vmstat: use a single setter function and callback for adjusting percpu thresholds by Mel Gorman · 14 years ago
  22. 88f5acf mm: page allocator: adjust the per-cpu counter threshold when memory is low by Mel Gorman · 14 years ago
  23. 43bb40c sched: remove long deprecated CLONE_STOPPED flag by Dave Jones · 14 years ago
  24. 6c9ae00 irq: use per_cpu kstat_irqs by Eric Dumazet · 14 years ago
  25. f6bcfd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 14 years ago
  26. d8a3515 Revert "gpiolib: annotate gpio-intialization with __must_check" by Linus Torvalds · 14 years ago
  27. 99d03c1 dm: per target unplug callback support by NeilBrown · 14 years ago
  28. 9d357b0 dm: introduce target callbacks and congestion callback by NeilBrown · 14 years ago
  29. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 14 years ago
  30. 86a54a48 dm log userspace: add version number to comms by Jonathan Brassow · 14 years ago
  31. 84c8955 dm ioctl: allow rename to fill empty uuid by Peter Jones · 14 years ago
  32. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  33. 86f6f9b Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  34. 66dc918 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  35. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  36. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  37. a170315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  38. 1896a13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  39. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  40. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  41. 8f685fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  42. d24450e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  43. 5cb2fad decompressors: remove unused constant from inflate.h by Lasse Collin · 14 years ago
  44. 3ebe124 decompressors: add boot-time XZ support by Lasse Collin · 14 years ago
  45. 24fa040 decompressors: add XZ decompressor module by Lasse Collin · 14 years ago
  46. 2b6b5ca Decompressors: include <linux/slab.h> in <linux/decompress/mm.h> by Lasse Collin · 14 years ago
  47. 93685ad2 Decompressors: get rid of set_error_fn() macro by Lasse Collin · 14 years ago
  48. 8d0a1de romfs: have romfs_fs.h pull in necessary headers by Mike Frysinger · 14 years ago
  49. beeae05 cramfs: hide function prototypes behind __KERNEL__ macro by Alexander Shishkin · 14 years ago
  50. 8930c8a memstick: add support for JMicron JMB 385 and 390 controllers by Takashi Iwai · 14 years ago
  51. 717c033 pps: add kernel consumer support by Alexander Gordeev · 14 years ago
  52. e2c18e4 pps: capture MONOTONIC_RAW timestamps as well by Alexander Gordeev · 14 years ago
  53. 025b40a ntp: add hardpps implementation by Alexander Gordeev · 14 years ago
  54. 12f9b1f pps: timestamp is always passed to dcd_change() by Alexander Gordeev · 14 years ago
  55. 5e196d3 pps: access pps device by direct pointer by Alexander Gordeev · 14 years ago
  56. 6f4229b pps: unify timestamp gathering by Alexander Gordeev · 14 years ago
  57. 3003d55 pps: fix race in PPS_FETCH handler by Alexander Gordeev · 14 years ago
  58. 7a21a3c pps: trivial fixes by Alexander Gordeev · 14 years ago
  59. 0329326 NFC: Driver for NXP Semiconductors PN544 NFC chip. by Matti J. Aaltonen · 14 years ago
  60. 6164281 user_ns: improve the user_ns on-the-slab packaging by Pavel Emelyanov · 14 years ago
  61. 2e9d4d8 rapidio: add new idt sRIO switches by Alexandre Bounine · 14 years ago
  62. e653692 rapidio: add definitions of Component Tag fields by Alexandre Bounine · 14 years ago
  63. ded0578 rapidio: integrate rio_switch into rio_dev by Alexandre Bounine · 14 years ago
  64. a93192a rapidio: use common destid storage for endpoints and switches by Alexandre Bounine · 14 years ago
  65. e6d7202 fs/char_dev.c: remove unused cdev_index() by Namhyung Kim · 14 years ago
  66. 5f829e4 gpiolib: add missing functions to generic fallback by Wolfram Sang · 14 years ago
  67. 0fdae42 gpiolib: annotate gpio-intialization with __must_check by Wolfram Sang · 14 years ago
  68. 7637c92 drivers/staging/olpc_dcon: convert to new cs5535 gpio API by Andres Salomon · 14 years ago
  69. 1b912c1 drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionality by Andres Salomon · 14 years ago
  70. f670d0e binfmt_elf: cleanups by Mikael Pettersson · 14 years ago
  71. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 14 years ago
  72. a3f938b include/linux/printk.h: use tab not spaces for indent by Joe Perches · 14 years ago
  73. 6ec42a56 include/linux/printk.h: organize printk_ratelimited macros by Joe Perches · 14 years ago
  74. ac83ed6 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard by Joe Perches · 14 years ago
  75. 16cb839 include/linux/printk.h: add pr_<level>_once macros by Joe Perches · 14 years ago
  76. 5264f2f include/linux/printk.h: use and neaten no_printk by Joe Perches · 14 years ago
  77. 7d1e91a include/linux/printk.h: use space after #define by Joe Perches · 14 years ago
  78. a9747cc include/linux/printk.h: move console functions and variables together by Joe Perches · 14 years ago
  79. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 14 years ago
  80. 8369744 include/asm-generic/vmlinux.lds.h: make readmostly section correctly align by Shaohua Li · 14 years ago
  81. 1725310 include/linux/unaligned/packed_struct.h: use __packed by Andrew Morton · 14 years ago
  82. 049763d toshiba.h: hide a function prototypes behind __KERNEL__ macro by Alexander Shishkin · 14 years ago
  83. 71a9048 include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bit by Andrew Morton · 14 years ago
  84. 04c6862 kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths by Seiji Aguchi · 14 years ago
  85. 61a8393 leds-lp5521: modify the way of setting led device name by Arun Murthy · 14 years ago
  86. 278ad4f leds: leds-lp5523: modify the way of setting led device name by Samu Onkalo · 14 years ago
  87. 81c5e2a Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core by Jens Axboe · 14 years ago
  88. 8b6f08e Merge branch 'sh/alphaproject' into sh-latest by Paul Mundt · 14 years ago
  89. 6db9a0f Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  90. e38302f Merge branch 'topic/misc' into for-linus by Takashi Iwai · 14 years ago
  91. ef7fc90 Merge branch 'common/serial-rework' into sh-latest by Paul Mundt · 14 years ago
  92. f43dc23 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into common/serial-rework by Paul Mundt · 14 years ago
  93. 838b4dc sched: remove unused backlog in RED stats by stephen hemminger · 14 years ago
  94. 464143c Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
  95. bb12310 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  96. 79124f18 fs: add hole punching to fallocate by Josef Bacik · 14 years ago
  97. 32c419d move internal-only parts of ncpfs headers to fs/ncpfs by Al Viro · 14 years ago
  98. 0378c40 switch ncpfs by Al Viro · 14 years ago
  99. c74a1cb pass default dentry_operations to mount_pseudo() by Al Viro · 14 years ago
  100. 31a203d take coda-private headers out of include/linux by Al Viro · 14 years ago