1. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  2. 53f79ac mm: mlocking in try_to_unmap_one by Hugh Dickins · 15 years ago
  3. 3ca7b3c mm: define PAGE_MAPPING_FLAGS by Hugh Dickins · 15 years ago
  4. bb3ab59 vmscan: stop kswapd waiting on congestion when the min watermark is not being met by KOSAKI Motohiro · 15 years ago
  5. f50de2d vmscan: have kswapd sleep for a short interval and double check it should be asleep by Mel Gorman · 15 years ago
  6. 273f047 rmap: move label `out' to a better place by Huang Shijie · 15 years ago
  7. 7b51159 rmap: simplify try_to_unmap_file() by Huang Shijie · 15 years ago
  8. 8051be5 rmap: fix the comment for try_to_unmap_anon by Huang Shijie · 15 years ago
  9. 6aceb53 mm/vmscan: change comment generic_file_write to __generic_file_aio_write by Vincent Li · 15 years ago
  10. d4906e1 swap: rework map_swap_page() again by Lee Schermerhorn · 15 years ago
  11. 7509765 swap_info: reorder its fields by Hugh Dickins · 15 years ago
  12. aaa4686 swap_info: note SWAP_MAP_SHMEM by Hugh Dickins · 15 years ago
  13. 570a335b swap_info: swap count continuations by Hugh Dickins · 15 years ago
  14. 8d69aae swap_info: swap_map of chars not shorts by Hugh Dickins · 15 years ago
  15. 253d553 swap_info: SWAP_HAS_CACHE cleanups by Hugh Dickins · 15 years ago
  16. 73c34b6 swap_info: miscellaneous minor cleanups by Hugh Dickins · 15 years ago
  17. 9625a5f swap_info: include first_swap_extent by Hugh Dickins · 15 years ago
  18. efa90a9 swap_info: change to array of pointers by Hugh Dickins · 15 years ago
  19. f29ad6a swap_info: private to swapfile.c by Hugh Dickins · 15 years ago
  20. 976d6df vmalloc(): adjust gfp mask passed on nested vmalloc() invocation by Jan Beulich · 15 years ago
  21. bad44b5 mm: add gfp flags for NODEMASK_ALLOC slab allocations by David Rientjes · 15 years ago
  22. 39da08c hugetlb: offload per node attribute registrations by Lee Schermerhorn · 15 years ago
  23. 4faf8d9 hugetlb: handle memory hot-plug events by Lee Schermerhorn · 15 years ago
  24. 8fe23e0 mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined by David Rientjes · 15 years ago
  25. 9b5e5d0 hugetlb: use only nodes with memory for huge pages by Lee Schermerhorn · 15 years ago
  26. 267b4c2 hugetlb: update hugetlb documentation for NUMA controls by Lee Schermerhorn · 15 years ago
  27. 9a30523 hugetlb: add per node hstate attributes by Lee Schermerhorn · 15 years ago
  28. 4e25b25 hugetlb: add generic definition of NUMA_NO_NODE by Lee Schermerhorn · 15 years ago
  29. 06808b0 hugetlb: derive huge pages nodes allowed from task mempolicy by Lee Schermerhorn · 15 years ago
  30. c1e6c8d hugetlb: factor init_nodemask_of_node() by Lee Schermerhorn · 15 years ago
  31. 6ae11b2 hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functions by Lee Schermerhorn · 15 years ago
  32. 9a76db0 hugetlb: rework hstate_next_node_* functions by Lee Schermerhorn · 15 years ago
  33. 4e7b8a6 nodemask: make NODEMASK_ALLOC more general by David Rientjes · 15 years ago
  34. 6d9c285 mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place by KOSAKI Motohiro · 15 years ago
  35. ee32398 /dev/mem: remove redundant parameter from do_write_kmem() by Wu Fengguang · 15 years ago
  36. 80ad89a /dev/mem: remove the "written" variable in write_kmem() by Wu Fengguang · 15 years ago
  37. 7fabadd /dev/mem: make size_inside_page() logic straight by Wu Fengguang · 15 years ago
  38. fa29e97 /dev/mem: cleanup unxlate_dev_mem_ptr() calls by Wu Fengguang · 15 years ago
  39. f222318 /dev/mem: introduce size_inside_page() by Wu Fengguang · 15 years ago
  40. 4ea2f43 /dev/mem: remove redundant test on len by Wu Fengguang · 15 years ago
  41. 659ace5 mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap() by KOSAKI Motohiro · 15 years ago
  42. bb86a73 page-types: exit early when invoked with -d|--describe by Alex Chiang · 15 years ago
  43. 9fdcd88 page-types: whitespace alignment by Alex Chiang · 15 years ago
  44. dcfe730 page-types: learn to describe flags directly from command line by Alex Chiang · 15 years ago
  45. f1327bf1 page-types: unsigned cannot be less than 0 in add_page() by Roel Kluin · 15 years ago
  46. 3428838 page-types: constify read only arrays by Tommi Rantala · 15 years ago
  47. 1b604d7 oom: dump stack and VM state when oom killer panics by David Rientjes · 15 years ago
  48. 5ce4596 MAINTAINERS: new kbuild maintainer by Michal Marek · 15 years ago
  49. ec81aec hfs: fix a potential buffer overflow by Amerigo Wang · 15 years ago
  50. 4b731d5 bsdacct: fix uid/gid misreporting by Alexey Dobriyan · 15 years ago
  51. 7547a3e Merge commit 'linus' into next by Dmitry Torokhov · 15 years ago
  52. 258c889 ipvs: zero usvc and udest by Simon Horman · 15 years ago
  53. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  54. 0b5ccb2 ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery by Patrick McHardy · 15 years ago
  55. c2d284e USB: Close usb_find_interface race v3 by Russ Dill · 15 years ago
  56. ab7cd8c Revert "USB: Close usb_find_interface race" by Greg Kroah-Hartman · 15 years ago
  57. 1cf86f6 ASoC: ak4642: Add default return value in ak4642_modinit by Kuninori Morimoto · 15 years ago
  58. 35d8069 edac, mce: correct corenum reporting by Borislav Petkov · 15 years ago
  59. cdccc69 perf diff: Fix documentation by Arnaldo Carvalho de Melo · 15 years ago
  60. d30531c perf diff: Improve the help text by Ingo Molnar · 15 years ago
  61. 64a2b16 Blackfin: Convert BUG() to use unreachable() by David Daney · 15 years ago
  62. 1980fdc sh: mach-ecovec24: Add FSI sound support by Kuninori Morimoto · 15 years ago
  63. 9aa25d6 sh: mach-ecovec24: Add mt9t112 camera support by Kuninori Morimoto · 15 years ago
  64. 207efd0 sh: mach-ecovec24: Add tw9910 support by Kuninori Morimoto · 15 years ago
  65. 0f624e7 perf_event: Fix incorrect range check on cpu number by Paul Mackerras · 15 years ago
  66. 186a250 x86: Split swiotlb initialization into two stages by FUJITA Tomonori · 15 years ago
  67. 7093505 Merge remote branch 'alsa/devel' into topic/hda by Takashi Iwai · 15 years ago
  68. a9e0605 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  69. a600512 perf trace/scripting: Update Documentation by Tom Zanussi · 15 years ago
  70. 3875294 perf trace/scripting: Add 'record' and 'report' options by Tom Zanussi · 15 years ago
  71. 4b9c0c5 perf trace/scripting: List available scripts by Tom Zanussi · 15 years ago
  72. 8f11d85 perf trace/scripting: Check return val of perl_run() by Tom Zanussi · 15 years ago
  73. a3a7cb7 perf trace/scripting: Don't install unneeded files by Tom Zanussi · 15 years ago
  74. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  75. 6e0446c Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  76. 709334c Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-linus by Takashi Iwai · 15 years ago
  77. 66ae291 cfq: set workload as expired if it doesn't have any slice left by Gui Jianfeng · 15 years ago
  78. 5540a44 Blackfin: define __NR_recvmmsg by Mike Frysinger · 15 years ago
  79. 0f5e182 Input: wacom - separate pen from express keys on Graphire by Ping Cheng · 15 years ago
  80. cad7470 Input: wacom - add defines for data packet report IDs by Ping Cheng · 15 years ago
  81. ec67bbe Input: wacom - add support for new LCD tablets by Ping Cheng · 15 years ago
  82. ee54500 Input: wacom - add defines for packet lengths of various devices by Ping Cheng · 15 years ago
  83. 232f569 Input: wacom - ensure the device is initialized properly upon resume by Ping Cheng · 15 years ago
  84. e47c4f7 Input: at32psif - do not sleep in atomic context by Dmitry Torokhov · 15 years ago
  85. a61cd03 Input: i8042 - add Gigabyte M1022M to the noloop list by Dmitry Torokhov · 15 years ago
  86. 5e26dfd ALSA: hda - simplify usage of HDA_SUBDEV_AMP_FLAG by Jaroslav Kysela · 15 years ago
  87. 9e3fd87 ALSA: hda - introduce HDA_SUBDEV_AMP_FLAG (ControlAmp in proc) by Jaroslav Kysela · 15 years ago
  88. 5b0cb1d ALSA: hda - add more NID->Control mapping by Jaroslav Kysela · 15 years ago
  89. f748902 ALSA: ac97_codec - increase timeout for analog sections to 5 second by Steve Soule · 15 years ago
  90. b9f8fcd sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by David Miller · 15 years ago
  91. c249a4c perf tools: Make symbol_conf static by Frederic Weisbecker · 15 years ago
  92. 86a9eee perf diff: Introduce tool to show performance difference by Arnaldo Carvalho de Melo · 15 years ago
  93. b38d346 perf record: Rename perf.data to perf.data.old if --force/-f is used by Arnaldo Carvalho de Melo · 15 years ago
  94. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  95. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  96. e36c545 tracing: Fix return of trace_dump_stack() by Steven Rostedt · 15 years ago
  97. 166a0fd sky2: leave PCI config space writeable by stephen hemminger · 15 years ago
  98. dae3a51 sky2: print Optima chip name by stephen hemminger · 15 years ago
  99. 8d99513 modpost: fix segfault with short symbol names by Michal Marek · 15 years ago
  100. d4703ae module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y by Rusty Russell · 15 years ago