1. fda83a9 uml: change remaining callers of os_{read_write}_file by Jeff Dike · 17 years ago
  2. 77f6af7 uml: don't try to handle signals on initial process stack by Jeff Dike · 17 years ago
  3. 63843c2 uml: dump core on panic by Jeff Dike · 17 years ago
  4. 990c558 uml: fixup allocation in the ubd driver by Peter Zijlstra · 17 years ago
  5. 2adcec2 uml: send pointers instead of structures to I/O thread by Jeff Dike · 17 years ago
  6. a0044bd uml: batch I/O requests by Jeff Dike · 17 years ago
  7. a61f334 uml: convert libc layer to call read and write by Jeff Dike · 17 years ago
  8. ef0470c uml: tidy libc code by Jeff Dike · 17 years ago
  9. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 17 years ago
  10. f9d6e5f uml: remove unused x86_64 code by Jeff Dike · 17 years ago
  11. 7f0536f uml: speed up page table walking by Jeff Dike · 17 years ago
  12. f30c2c9 uml: dump registers on ptrace or wait failure by Jeff Dike · 17 years ago
  13. 2e3f525 uml: drivers get release methods by Jeff Dike · 17 years ago
  14. d883935 uml: delete HOST_FRAME_SIZE by Jeff Dike · 17 years ago
  15. d973a77 uml: irq locking commentary by Jeff Dike · 17 years ago
  16. 1d1497e uml: comment early boot locking by Jeff Dike · 17 years ago
  17. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 17 years ago
  18. 5d86456 uml: tidy fault code by Jeff Dike · 17 years ago
  19. ccdddb5 uml: kernel_thread shouldn't panic by Jeff Dike · 17 years ago
  20. 1ffb916 uml: remove page_size() by Jeff Dike · 17 years ago
  21. 6e21aec uml: tidy process.c by Jeff Dike · 17 years ago
  22. 65a58ab uml: no locking needed in tls.c by Jeff Dike · 17 years ago
  23. a18ff1b uml: speed up exec by Jeff Dike · 17 years ago
  24. 57ac895 uml: fix umid in xterm titles by Davide Brini · 17 years ago
  25. c74c69b uml: Replace one-element array with zero-element array by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  26. 8c84083 uml: Eliminate temporary buffer in eth_configure by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  27. e024715 uml: improve checking and diagnostics of ethernet MACs by Paolo 'Blaisorblade' Giarrusso · 17 years ago
  28. 85ee2ce remove unused header file: arch/um/kernel/tt/include/mode_kern-tt.h by Robert P. J. Day · 17 years ago
  29. 36e4546 uml: add missing __init declarations by Jeff Dike · 17 years ago
  30. 9218b17 uml: remove user_util.h by Jeff Dike · 17 years ago
  31. 24fa6c0 uml: move remaining useful contents of user_util.h by Jeff Dike · 17 years ago
  32. 4ff83ce uml: create as-layout.h by Jeff Dike · 17 years ago
  33. eb83075 uml: create arch.h by Jeff Dike · 17 years ago
  34. c65badb uml: move SIGIO testing to sigio.c by Jeff Dike · 17 years ago
  35. c5e631cf ARRAY_SIZE: check for type by Rusty Russell · 17 years ago
  36. f34d9d2 uml: network interface hotplug error handling by Jeff Dike · 17 years ago
  37. b16895b uml-driver-formatting-fixes-fix by Andrew Morton · 17 years ago
  38. 56bd194 uml: driver formatting fixes by Jeff Dike · 17 years ago
  39. b47d2de uml: handle block device hotplug errors by Jeff Dike · 17 years ago
  40. 1d94cda uml: print coredump limits by Jeff Dike · 17 years ago
  41. 48b2018 uml: mark tt-mode code for future removal by Jeff Dike · 17 years ago
  42. b4ffb6a uml: host_info tidying by Jeff Dike · 17 years ago
  43. a5ed1ff uml: formatting fixes by Jeff Dike · 17 years ago
  44. 11100b1 uml: delete unused code by Jeff Dike · 17 years ago
  45. 7a3e965 CRIS: remove code related to pre-2.2 kernel by Robert P. J. Day · 17 years ago
  46. 542401d CRIS: check for memory allocation by Cyrill Gorcunov · 17 years ago
  47. c65808e remove unused header file: drivers/serial/crisv10.h by Robert P. J. Day · 17 years ago
  48. 241258d SPIN_LOCK_UNLOCKED cleanup in arch/m68k by Milind Arun Choudhary · 17 years ago
  49. edfe7a5 remove unused header file: arch/m68k/atari/atasound.h by Robert P. J. Day · 17 years ago
  50. 56f99bc swsusp: free more memory by Rafael J. Wysocki · 17 years ago
  51. 9b95e43 swsusp: fix snapshot_release by Rafael J. Wysocki · 17 years ago
  52. a7ee2e5 kconfig: mention 'hibernation' not just swsusp by David Brownell · 17 years ago
  53. f0ced9b power management: change /sys/power/disk display by Johannes Berg · 17 years ago
  54. ab3bfca remove software_suspend() by Johannes Berg · 17 years ago
  55. b1296cc freezer: fix racy usage of try_to_freeze in kswapd by Rafael J. Wysocki · 17 years ago
  56. d1d241c swsusp: use rbtree for tracking allocated swap by Rafael J. Wysocki · 17 years ago
  57. 726162b freezer: remove PF_NOFREEZE from handle_initrd by Rafael J. Wysocki · 17 years ago
  58. 0709db6 swsusp: use GFP_KERNEL for creating basic data structures by Rafael J. Wysocki · 17 years ago
  59. 1525a2a swsusp: fix error paths in snapshot_open by Rafael J. Wysocki · 17 years ago
  60. 0429335 mm: remove unused page flags by Rafael J. Wysocki · 17 years ago
  61. 74dfd66 swsusp: do not use page flags by Rafael J. Wysocki · 17 years ago
  62. 7be9823 swsusp: use inline functions for changing page flags by Rafael J. Wysocki · 17 years ago
  63. 433ecb4 fix refrigerator() vs thaw_process() race by Oleg Nesterov · 17 years ago
  64. e87be11 ARM26: remove useless config option GENERIC_BUST_SPINLOCK. by Robert P. J. Day · 17 years ago
  65. 2af0bc9 srmcons: fix kmalloc(GFP_KERNEL) inside spinlock by Andrew Morton · 17 years ago
  66. ed58a59 ALPHA: "prctl" macros by Ivan Kokshaysky · 17 years ago
  67. eb2bce7 ALPHA: fix BOOTP image creation by Ivan Kokshaysky · 17 years ago
  68. 180e53a ROUND_UP macro cleanup in arch/alpha/kernel/osf_sys.c by Milind Arun Choudhary · 17 years ago
  69. 97a572b h8300: add zImage support by Yoshinori Sato · 17 years ago
  70. c728d60 h8300 generic irq by Yoshinori Sato · 17 years ago
  71. aeecf314 Convert h8/300 to generic timekeeping by john stultz · 17 years ago
  72. a5f6abd Blackfin: blackfin on-chip SPI controller driver by Wu, Bryan · 17 years ago
  73. 8cc75c9 Blackfin: on-chip RTC controller driver by Wu, Bryan · 17 years ago
  74. 0851a28 Blackfin: add blackfin support in smc91x ethernet controller driver by Wu, Bryan · 17 years ago
  75. 194de56 blackfin: serial driver by Bryan Wu · 17 years ago
  76. 1394f03 blackfin architecture by Bryan Wu · 17 years ago
  77. 7324328 Return EPERM not ECHILD on security_task_wait failure by Roland McGrath · 17 years ago
  78. 906e0be page migration: Only migrate pages if allocation in the highest zone is possible by Christoph Lameter · 17 years ago
  79. 4ab688c slob: fix page order calculation on not 4KB page by Akinobu Mita · 17 years ago
  80. 5bc9859 hugetlbfs: add NULL check in hugetlb_zero_setup() by Akinobu Mita · 17 years ago
  81. cfce660 Slab allocators: remove useless __GFP_NO_GROW flag by Christoph Lameter · 17 years ago
  82. 4f10493 slab allocators: Remove SLAB_CTOR_ATOMIC by Christoph Lameter · 17 years ago
  83. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  84. 4b1d892 get_unmapped_area doesn't need hugetlbfs hacks anymore by Benjamin Herrenschmidt · 17 years ago
  85. 06abdfb get_unmapped_area handles MAP_FIXED in generic code by Benjamin Herrenschmidt · 17 years ago
  86. 036e085 get_unmapped_area handles MAP_FIXED in hugetlbfs by Benjamin Herrenschmidt · 17 years ago
  87. 11300a6 get_unmapped_area handles MAP_FIXED on x86_64 by Benjamin Herrenschmidt · 17 years ago
  88. ac35ee4 get_unmapped_area handles MAP_FIXED on sparc64 by Benjamin Herrenschmidt · 17 years ago
  89. 869e510 get_unmapped_area handles MAP_FIXED on parisc by Benjamin Herrenschmidt · 17 years ago
  90. afa3739 get_unmapped_area handles MAP_FIXED on ia64 by Benjamin Herrenschmidt · 17 years ago
  91. 5a8130f get_unmapped_area handles MAP_FIXED on i386 by Benjamin Herrenschmidt · 17 years ago
  92. 2fd3beb get_unmapped_area handles MAP_FIXED on frv by Benjamin Herrenschmidt · 17 years ago
  93. acec0ac get_unmapped_area handles MAP_FIXED on arm by Benjamin Herrenschmidt · 17 years ago
  94. 4b87b3b get_unmapped_area handles MAP_FIXED on alpha by Benjamin Herrenschmidt · 17 years ago
  95. d506a77 get_unmapped_area handles MAP_FIXED on powerpc by Benjamin Herrenschmidt · 17 years ago
  96. 2b45ab3 oom: fix constraint deadlock by David Rientjes · 17 years ago
  97. 2b744c0 mm: fix handling of panic_on_oom when cpusets are in use by Yasunori Goto · 17 years ago
  98. 824ebef fault injection: fix failslab with CONFIG_NUMA by Akinobu Mita · 17 years ago
  99. f0f3980 slab allocators: remove multiple alignment specifications by Christoph Lameter · 17 years ago
  100. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago