1. 0fab6de synclink drivers bool conversion by Joe Perches · 16 years ago
  2. 7a63ce5 serial: silence section mismatch warnings in 8250_pci by Sam Ravnborg · 16 years ago
  3. eee3754f ncpfs: fix sparse warning in ncpsign_kernel.c by Harvey Harrison · 16 years ago
  4. 305787e ncpfs: fix sparse warnings in ioctl.c by Harvey Harrison · 16 years ago
  5. cdf8803 ncpfs: add prototypes to ncp_fs.h by Harvey Harrison · 16 years ago
  6. 5dc62b1 uml: clean up arch/um/drivers/ubd_kern.c by WANG Cong · 16 years ago
  7. 4415d8a arch/um/os-Linux/sys-i386/task_size.c: improve a bit by WANG Cong · 16 years ago
  8. 074a0db uml: make several things static by WANG Cong · 16 years ago
  9. 1605ec0 uml: make three functions static by WANG Cong · 16 years ago
  10. 02d324b uml: remove a useless function by WANG Cong · 16 years ago
  11. 3af7cb7 uml: make a function static by WANG Cong · 16 years ago
  12. 626c59f arch/um/os-Linux/start_up.c: various improvements. by WANG Cong · 16 years ago
  13. 3595726 uml: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  14. 3af9c5b arch/um/kernel/um_arch.c: some small improvements by WANG Cong · 16 years ago
  15. 16a26ef cris: add constfy to pgd_offset() by KOSAKI Motohiro · 16 years ago
  16. 5fd284f cris: remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  17. 032c17e crisv10: prepare for BKL push down by Alan Cox · 16 years ago
  18. f85e7cd m68k: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  19. 6feef6e m68k: remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  20. ed6b9b9 alpha: teach the compiler that BUG doesn't return by Andrew Morton · 16 years ago
  21. 037f436 arch/alpha/kernel/traps.c: use time_* macros by S.Caglar Onur · 16 years ago
  22. 95d193a alpha: replace __inline with inline by Harvey Harrison · 16 years ago
  23. bbb8d34 alpha: remove remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  24. b901d40 alpha: handle kcalloc failure by Jim Meyering · 16 years ago
  25. 1236cc3 smack: use cap_task_prctl by Serge E. Hallyn · 16 years ago
  26. 30aa4fa smack: make smk_cipso_doi() and smk_unlbl_ambient() by Casey Schaufler · 16 years ago
  27. 55d00cc root_plug: use cap_task_prctl by Serge E. Hallyn · 16 years ago
  28. c60264c smack: fix integer as NULL pointer warning in smack_lsm.c by Harvey Harrison · 16 years ago
  29. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  30. 4016a13 mm/nommu.c: return 0 from kobjsize with invalid objects by Michael Hennerich · 16 years ago
  31. 468fd62 vmstats: add cond_resched() to refresh_cpu_vm_stats() by Dimitri Sivanich · 16 years ago
  32. 8cece85 mm: fix broken gfp_zone with __GFP_THISNODE by KAMEZAWA Hiroyuki · 16 years ago
  33. 2309f9e mm/page_alloc.c: remove hand-coded get_order() by Pavel Machek · 16 years ago
  34. 97d87c9 oom_kill: remove unused parameter in badness() by Li Zefan · 16 years ago
  35. 0c0a4a5 memory hotplug: free memmaps allocated by bootmem by Yasunori Goto · 16 years ago
  36. 86f6dae memory hotplug: allocate usemap on the section with pgdat by Yasunori Goto · 16 years ago
  37. e70260a memory hotplug: make alloc_bootmem_section() by Yasunori Goto · 16 years ago
  38. 9d99217 memory hotplug: align memmap to page size by Yasunori Goto · 16 years ago
  39. 0475327 memory hotplug: register section/node id to free by Yasunori Goto · 16 years ago
  40. 7f2e952 hugetlbfs: common code update for s390 by Gerald Schaefer · 16 years ago
  41. 8fe627e hugetlbfs: add missing TLB flush to hugetlb_cow() by Gerald Schaefer · 16 years ago
  42. 6d77907 hugetlbfs: architecture header cleanup by Gerald Schaefer · 16 years ago
  43. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago
  44. 3f226aa mempolicy: support mpol=local tmpfs mount option by Lee Schermerhorn · 16 years ago
  45. 095f1fc mempolicy: rework shmem mpol parsing and display by Lee Schermerhorn · 16 years ago
  46. 2291990 mempolicy: clean-up mpol-to-str() mempolicy formatting by Lee Schermerhorn · 16 years ago
  47. fc36b8d mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy by Lee Schermerhorn · 16 years ago
  48. 53f2556 mempolicy: mPOL_PREFERRED cleanups for "local allocation" by Lee Schermerhorn · 16 years ago
  49. bea904d mempolicy: use MPOL_PREFERRED for system-wide default policy by Lee Schermerhorn · 16 years ago
  50. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  51. a6020ed mempolicy: document {set|get}_policy() vm_ops APIs by Lee Schermerhorn · 16 years ago
  52. aab0b10 mempolicy: mark shared policies for unref by Lee Schermerhorn · 16 years ago
  53. 45c4745 mempolicy: rename struct mempolicy 'policy' member to 'mode' by Lee Schermerhorn · 16 years ago
  54. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  55. f4e53d9 mempolicy: write lock mmap_sem while changing task mempolicy by Lee Schermerhorn · 16 years ago
  56. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  57. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  58. 3b11630 Subject: [PATCH] hugetlb: vmstat events for huge page allocations by Adam Litke · 16 years ago
  59. 122c7a5 vmcoreinfo: add page flags values by Ken'ichi Ohmichi · 16 years ago
  60. a08cb62 s390: implement pte special bit by Nick Piggin · 16 years ago
  61. 70688e4 xip: support non-struct page backed memory by Nick Piggin · 16 years ago
  62. 30afcb4 return pfn from direct_access, for XIP by Jared Hulbert · 16 years ago
  63. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  64. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  65. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  66. 214e471 smaps: account swap entries by Peter Zijlstra · 16 years ago
  67. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 16 years ago
  68. 9796547 mm: Get rid of __ZONE_COUNT by Christoph Lameter · 16 years ago
  69. ec7cade page flags: add PAGEFLAGS_FALSE for flags that are always false by Christoph Lameter · 16 years ago
  70. 602c4d1 page flags: handle PG_uncached like all other flags by Christoph Lameter · 16 years ago
  71. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 16 years ago
  72. d60cd46 pageflags: use proper page flag functions in Xen by Christoph Lameter · 16 years ago
  73. 6a1e7f7 pageflags: convert to the use of new macros by Christoph Lameter · 16 years ago
  74. f94a62e pageflags: introduce macros to generate page flag functions by Christoph Lameter · 16 years ago
  75. 9223b41 pageflags: get rid of FLAGS_RESERVED by Christoph Lameter · 16 years ago
  76. e268318 pageflags: use an enum for the flags by Christoph Lameter · 16 years ago
  77. bf2ae2b pageflags: standardize comment inclusion in asm-offsets.h and fix MIPS by Christoph Lameter · 16 years ago
  78. 726b801 page_mapping(): add ifdef around reference to swapper_space by Andrew Morton · 16 years ago
  79. 1cdf25d kbuild: create a way to create preprocessor constants from C expressions by Christoph Lameter · 16 years ago
  80. 308c05e sparsemem: vmemmap does not need section bits by Christoph Lameter · 16 years ago
  81. 2301696 vmallocinfo: add caller information by Christoph Lameter · 16 years ago
  82. a10aa57 vmalloc: show vmalloced areas via /proc/vmallocinfo by Christoph Lameter · 16 years ago
  83. b454456 mm: make early_pfn_to_nid() a C function by Andrew Morton · 16 years ago
  84. ac6aadb mm: rotate_reclaimable_page() cleanup by Miklos Szeredi · 16 years ago
  85. f05111f mm/page_alloc.c: fix indentation by S.Caglar Onur · 16 years ago
  86. 7edf85a mm: save some bytes in mm_struct by filling holes on 64bit by Andi Kleen · 16 years ago
  87. b5ee5be dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too by Andi Kleen · 16 years ago
  88. a43361c mempolicy: fix parsing of tmpfs mpol mount option by Lee Schermerhorn · 16 years ago
  89. 3e1f064 mempolicy: disallow static or relative flags for local preferred mode by David Rientjes · 16 years ago
  90. 3842b46 mempolicy: small header file cleanup by David Rientjes · 16 years ago
  91. 3701294 mempolicy: create mempolicy_operations structure by David Rientjes · 16 years ago
  92. 1d0d268 mempolicy: move rebind functions by David Rientjes · 16 years ago
  93. 65d66fc mempolicy: update NUMA memory policy documentation by David Rientjes · 16 years ago
  94. 4c50bc0 mempolicy: add MPOL_F_RELATIVE_NODES flag by David Rientjes · 16 years ago
  95. 7ea931c mempolicy: add bitmap_onto() and bitmap_fold() operations by Paul Jackson · 16 years ago
  96. f5b087b mempolicy: add MPOL_F_STATIC_NODES flag by David Rientjes · 16 years ago
  97. 028fec4 mempolicy: support optional mode flags by David Rientjes · 16 years ago
  98. a3b51e0 mempolicy: convert MPOL constants to enum by David Rientjes · 16 years ago
  99. 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 16 years ago
  100. 19fc3f0 hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pages by Adam Litke · 16 years ago