1. 8210fd2 [PATCH] uml: use get_random_bytes() after random pool is seeded by Jeff Dike · 18 years ago
  2. e46962f [PATCH] uml: size register files correctly by Jeff Dike · 18 years ago
  3. 7b65fee [PATCH] uml: include asm/page.h in order to get PAGE_SHIFT by Jeff Dike · 18 years ago
  4. 54f9a39 [PATCH] uml: include stddef.h correctly by Jeff Dike · 18 years ago
  5. 8bcbdf6 [PATCH] m68k: replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  6. 58e14b1 [PATCH] Use freezeable workqueues in XFS by Rafael J. Wysocki · 18 years ago
  7. 341a595 [PATCH] Support for freezeable workqueues by Rafael J. Wysocki · 18 years ago
  8. 5045cfc [PATCH] swsusp: kill write-only variable by Pavel Machek · 18 years ago
  9. 2d87595 [PATCH] PM: Fix swsusp debug mode testproc by Rafael J. Wysocki · 18 years ago
  10. 06df6a5 [PATCH] s2ram debugging documentation by Pavel Machek · 18 years ago
  11. 59a4933 [PATCH] swsusp: Fix labels by Rafael J. Wysocki · 18 years ago
  12. 5b6d15d [PATCH] swsusp: Fix coding style in suspend.c by Rafael J. Wysocki · 18 years ago
  13. 11b2ce2 [PATCH] swsusp: Untangle freeze_processes by Rafael J. Wysocki · 18 years ago
  14. a9b6f56 [PATCH] swsusp: Untangle thaw_processes by Rafael J. Wysocki · 18 years ago
  15. a6d7098 [PATCH] convert pm_sem to a mutex by Stephen Hemminger · 18 years ago
  16. 3eb1b3a [PATCH] suspend to disk fails if gdb is suspended with a traced child by Rafael J. Wysocki · 18 years ago
  17. 0d3a9ab [PATCH] swsusp: Measure memory shrinking time by Rafael J. Wysocki · 18 years ago
  18. 112cecb [PATCH] suspend: don't change cpus_allowed for task initiating the suspend by Siddha, Suresh B · 18 years ago
  19. 2d4a34c [PATCH] swsusp: Support i386 systems with PAE or without PSE by Rafael J. Wysocki · 18 years ago
  20. ff39593 [PATCH] swsusp: thaw userspace and kernel space separately by Nigel Cunningham · 18 years ago
  21. 14b5b7c [PATCH] swsusp: clean up whitespace in freezer output by Nigel Cunningham · 18 years ago
  22. 32d50f5 [PATCH] swsusp: quieten Freezer if !CONFIG_PM_DEBUG by Nigel Cunningham · 18 years ago
  23. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  24. 8a05aac [PATCH] swsusp: fix platform mode by Stefan Seyfried · 18 years ago
  25. 8594912 [PATCH] swsusp: use __GFP_WAIT by Rafael J. Wysocki · 18 years ago
  26. 8357376 [PATCH] swsusp: Improve handling of highmem by Rafael J. Wysocki · 18 years ago
  27. bf73bae [PATCH] swsusp: update userland interface documentation by Rafael J. Wysocki · 18 years ago
  28. 37b2ba1 [PATCH] swsusp: add ioctl for swap files support by Rafael J. Wysocki · 18 years ago
  29. ecbd0da [PATCH] swsusp: document support for swap files by Rafael J. Wysocki · 18 years ago
  30. 9a154d9 [PATCH] swsusp: add resume_offset command line parameter by Rafael J. Wysocki · 18 years ago
  31. 3aef83e [PATCH] swsusp: use block device offsets to identify swap locations by Rafael J. Wysocki · 18 years ago
  32. 3fc6b34 [PATCH] swsusp: rearrange swap-handling code by Rafael J. Wysocki · 18 years ago
  33. 915bae9 [PATCH] swsusp: use partition device and offset to identify swap areas by Rafael J. Wysocki · 18 years ago
  34. 3592695 [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode") by Stefan Seyfried · 18 years ago
  35. 074cec5 [PATCH] alpha: switch to pci_get API by Alan Cox · 18 years ago
  36. 3869aa2 [PATCH] h8300 stray bracket fix by Mariusz Kozlowski · 18 years ago
  37. 4d3eeea [PATCH] avr32: fixup kprobes preemption handling by Paul Mundt · 18 years ago
  38. e9c1528 [PATCH] arch/frv/kernel/futex.c must #include <linux/uaccess.h> by Adrian Bunk · 18 years ago
  39. 48ad504 [PATCH] security/keys/*: user kmemdup() by Eric Sesterhenn · 18 years ago
  40. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  41. 36de643 [PATCH] Save some bytes in struct mm_struct by Arnaldo Carvalho de Melo · 18 years ago
  42. 33f2ef8 [PATCH] mm: make compound page destructor handling explicit by Andy Whitcroft · 18 years ago
  43. 3c517a6 [PATCH] slab: better fallback allocation behavior by Christoph Lameter · 18 years ago
  44. 952f3b5 [PATCH] GFP_THISNODE must not trigger global reclaim by Christoph Lameter · 18 years ago
  45. 5bcd234 [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node by Christoph Lameter · 18 years ago
  46. 1b1cec4 [PATCH] slab: deprecate kmem_cache_t by Andrew Morton · 18 years ago
  47. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  48. 441e143 [PATCH] slab: remove SLAB_DMA by Christoph Lameter · 18 years ago
  49. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  50. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  51. f7267c0 [PATCH] slab: remove SLAB_USER by Christoph Lameter · 18 years ago
  52. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  53. 55acbda [PATCH] slab: remove SLAB_NOIO by Christoph Lameter · 18 years ago
  54. a06d72c [PATCH] slab: remove SLAB_LEVEL_MASK by Christoph Lameter · 18 years ago
  55. 6e0eaa4 [PATCH] slab: remove SLAB_NO_GROW by Christoph Lameter · 18 years ago
  56. 2d4d862 [PATCH] kill install_file_pte's pte_val by Hugh Dickins · 18 years ago
  57. ce421c7 [PATCH] mm: cleanup indentation on switch for CPU operations by Andy Whitcroft · 18 years ago
  58. 5d1854e [PATCH] reject corrupt swapfiles earlier by Eric Sandeen · 18 years ago
  59. 4af2bfc [PATCH] silence unused pgdat warning from alloc_bootmem_node and friends by Andy Whitcroft · 18 years ago
  60. 25ba77c [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int by Andy Whitcroft · 18 years ago
  61. bc4ba39 [PATCH] drain_node_page(): Drain pages in batch units by Christoph Lameter · 18 years ago
  62. ebe2973 [PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h by Christoph Lameter · 18 years ago
  63. b86c089 [PATCH] Move names_cachep to linux/fs.h by Christoph Lameter · 18 years ago
  64. aa362a8 [PATCH] Move fs_cachep to linux/fs_struct.h by Christoph Lameter · 18 years ago
  65. 8b7d91e [PATCH] Move filep_cachep to include/file.h by Christoph Lameter · 18 years ago
  66. 5d6538f [PATCH] Move files_cachep to include/file.h by Christoph Lameter · 18 years ago
  67. c43692e [PATCH] Move vm_area_cachep to include/mm.h by Christoph Lameter · 18 years ago
  68. 298ec1e [PATCH] Move sighand_cachep to include/signal.h by Christoph Lameter · 18 years ago
  69. 54cc211 [PATCH] Remove bio_cachep from slab.h by Christoph Lameter · 18 years ago
  70. e305005 [PATCH] make mm/thrash.c:global_faults static by Adrian Bunk · 18 years ago
  71. 7c309a6 [PATCH] enable booting a NUMA system where some nodes have no memory by Christian Krafft · 18 years ago
  72. a120586 [PATCH] Allow NULL pointers in percpu_free by Alan Stern · 18 years ago
  73. b30973f [PATCH] node-aware skb allocation by Christoph Hellwig · 18 years ago
  74. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago
  75. 8b98c16 [PATCH] leak tracking for kmalloc_node by Christoph Hellwig · 18 years ago
  76. 881e4aa [PATCH] Always print out the header line in /proc/swaps by Suleiman Souhlal · 18 years ago
  77. b43a57b [PATCH] OOM can panic due to processes stuck in __alloc_pages() by Kirill Korotaev · 18 years ago
  78. a3eea48 [PATCH] mlock cleanup by Rik Bobbaers · 18 years ago
  79. 8fb4fc6 [PATCH] Allow user processes to raise their oom_adj value by Guillem Jover · 18 years ago
  80. 3b17979 [PATCH] Fix kunmap_atomic's use of kpte_clear_flush() by Jeremy Fitzhardinge · 18 years ago
  81. ad76fb6 [PATCH] mm: k{,um}map_atomic() vs in_atomic() by Peter Zijlstra · 18 years ago
  82. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  83. 6edaf68 [PATCH] mm: arch do_page_fault() vs in_atomic() by Peter Zijlstra · 18 years ago
  84. 3395ee0 [PATCH] mm: add noaliencache boot option to disable numa alien caches by Paul Menage · 18 years ago
  85. 8f5be20 [PATCH] mm: slab: eliminate lock_cpu_hotplug from slab by Ravikiran G Thirumalai · 18 years ago
  86. a44b56d [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get along by Kevin Hilman · 18 years ago
  87. cace673 [PATCH] htlb forget rss with pt sharing by Chen, Kenneth W · 18 years ago
  88. 39dde65 [PATCH] shared page table for hugetlb page by Chen, Kenneth W · 18 years ago
  89. e1dbeda [PATCH] balance_pdgat() cleanup by Andrew Morton · 18 years ago
  90. cc10250 [PATCH] mm: add arch_alloc_page by Nick Piggin · 18 years ago
  91. 7602bdf [PATCH] new scheme to preempt swap token by Ashwin Chaugule · 18 years ago
  92. 098fe65 [PATCH] grab swap token reordered by Ashwin Chaugule · 18 years ago
  93. cd54e7e [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers by Nick Piggin · 18 years ago
  94. f2a2a71 [PATCH] oom: less memdie by Nick Piggin · 18 years ago
  95. f3af38d [PATCH] oom: cleanup messages by Nick Piggin · 18 years ago
  96. c33e0fc [PATCH] oom: don't kill unkillable children or siblings by Nick Piggin · 18 years ago
  97. 7253f4e [PATCH] memory page_alloc zonelist caching reorder structure by Paul Jackson · 18 years ago
  98. 9276b1bc [PATCH] memory page_alloc zonelist caching speedup by Paul Jackson · 18 years ago
  99. 89689ae [PATCH] Get rid of zone_table[] by Christoph Lameter · 18 years ago
  100. c0a499c [PATCH] __unmap_hugepage_range(): add comment by Chen, Kenneth W · 18 years ago