1. 7483cb7 uml got broken by commit 30742d5c2277c325fb0e9d2d817d55a19995fe8f by Al Viro · 16 years ago
  2. d1a7618 Merge commit 'v2.6.28-rc2' into core/locking by Ingo Molnar · 16 years ago
  3. 87e299e x86, um: get rid of uml-config.h by Al Viro · 16 years ago
  4. ec82c32 x86, um: get rid of arch/um/os symlink by Al Viro · 16 years ago
  5. 887c57d x86, um: get rid of excessive includes of uml-config.h by Al Viro · 16 years ago
  6. aa7bd94 x86, um: get rid of header symlinks by Al Viro · 16 years ago
  7. f5ad6a4 x86, um: get rid of sysdep symlink by Al Viro · 16 years ago
  8. 17dcf75 x86, um: trim the junk from uml ptrace-*.h by Al Viro · 16 years ago
  9. 2985cfd x86, um: take vm-flags.h to sysdep by Al Viro · 16 years ago
  10. 6b0eed4 x86, um: get rid of uml asm/arch by Al Viro · 16 years ago
  11. fe1cd98 x86, um: get rid of uml highmem.h by Al Viro · 16 years ago
  12. ff64b4c x86, um: get rid of uml unistd.h by Al Viro · 16 years ago
  13. 6a0eec8 x86, um: get rid of system.h -> system.h include by Al Viro · 16 years ago
  14. 32926b3 x86, um: uml atomic.h is not needed anymore by Al Viro · 16 years ago
  15. efb21cc x86, um: untangle uml ldt.h by Al Viro · 16 years ago
  16. 5077c2a x86, um: get rid of more uml asm/arch uses by Al Viro · 16 years ago
  17. 7127da4 x86, um: remove dead header (uml module-generic.h; never used these days) by Al Viro · 16 years ago
  18. 2e07400 x86, um: get rid of uml signal.h by Al Viro · 16 years ago
  19. 3be311e x86, um: sanitize uml sigcontext.h uses by Al Viro · 16 years ago
  20. 1de1502 x86, um: now we can get rid of trivial uml headers by Al Viro · 16 years ago
  21. 8ede0bd x86, um: initial part of asm-um move by Al Viro · 16 years ago
  22. 8569c91 x86, um: take arch/um/include/* out of the way by Al Viro · 16 years ago
  23. 99764fa UML: make several more things static by WANG Cong · 16 years ago
  24. 4c182ae arch/um/kernel/irq.c: clean up some functions by WANG Cong · 16 years ago
  25. 7c1fed0 UML - Fix boot crash by Jeff Dike · 16 years ago
  26. 40fb16a uml: deal with inaccessible address space start by Tom Spink · 16 years ago
  27. fe2cc53 uml: track and make up lost ticks by Jeff Dike · 16 years ago
  28. 5d33e4d uml: random driver fixes by Jeff Dike · 16 years ago
  29. a7dfa94 uml: use PAGE_SIZE in linker scripts by Cyrill Gorcunov · 16 years ago
  30. 5563d72 uml: use __SPIN_LOCK_UNLOCKED by Jeff Dike · 16 years ago
  31. 43f5b30 uml: fix build when SLOB is enabled by Jeff Dike · 16 years ago
  32. 47906dd uml: tidy ptrace interface by Jeff Dike · 16 years ago
  33. 96cee30 uml: style fixes by Jeff Dike · 16 years ago
  34. 3168cb9 uml: fix inconsistence due to tty_operation change by WANG Cong · 16 years ago
  35. 02d324b uml: remove a useless function by WANG Cong · 16 years ago
  36. 3af7cb7 uml: make a function static by WANG Cong · 16 years ago
  37. 2f56deb uml: fix FP register corruption by Jeff Dike · 16 years ago
  38. ac2a659 uml: fix mm_context memory leak by Jeff Dike · 16 years ago
  39. 5134d8f uml: style fixes in arch/um/os-Linux by Jeff Dike · 16 years ago
  40. 536788f uml: runtime host VMSPLIT detection by Jeff Dike · 16 years ago
  41. f87ea91 uml: redo the calculation of NR_syscalls by Jeff Dike · 16 years ago
  42. d449c50 uml: remove unused fields from mm_context by Jeff Dike · 16 years ago
  43. 95906b2 uml: style fixes in arch/um/sys-x86_64 by Jeff Dike · 16 years ago
  44. 80e3931 uml: SMP locking commentary by Jeff Dike · 16 years ago
  45. 3a24ebf uml: remove init_irq_signals by Jeff Dike · 16 years ago
  46. 75ada8f uml: move sig_handler_common_skas by Jeff Dike · 16 years ago
  47. a9b71b6 uml: get rid of syscall counters by Jeff Dike · 16 years ago
  48. 1aa351a uml: tidy helper code by Jeff Dike · 16 years ago
  49. 0983a88 uml: install panic notifier earlier by Jeff Dike · 16 years ago
  50. 8efa3c9 uml: eliminate setjmp_wrapper by Jeff Dike · 16 years ago
  51. 1adfd60 uml: style fixes in file.c by Jeff Dike · 16 years ago
  52. bf8fde7 uml: miscellaneous code cleanups by Jeff Dike · 16 years ago
  53. 3963333 uml: cover stubs with a VMA by Jeff Dike · 16 years ago
  54. 42a2b54 uml: clean up TASK_SIZE usage by Jeff Dike · 16 years ago
  55. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 16 years ago
  56. d25f2e1 uml: use ptrace directly in libc code by Jeff Dike · 16 years ago
  57. 8192ab4 uml: header untangling by Jeff Dike · 16 years ago
  58. 6b7e967 uml: convert functions to void by Karol Swietlicki · 16 years ago
  59. edea138 uml: tidy kern_util.h by Jeff Dike · 16 years ago
  60. e725a9b uml: delete some unused headers by Jeff Dike · 16 years ago
  61. 4bdf8bc uml: borrow const.h techniques by Jeff Dike · 16 years ago
  62. c0a9290 uml: const and other tidying by WANG Cong · 16 years ago
  63. 9226b83 uml: further bugs.c tidying by Jeff Dike · 16 years ago
  64. 235a6f0 uml: improve detection of host cmov by Karol Swietlicki · 16 years ago
  65. 0ba9d3f uml: fix URLs in Kconfig and help strings by Karol Swietlicki · 16 years ago
  66. c9a3072 uml: code tidying under arch/um/os-Linux by WANG Cong · 16 years ago
  67. 99c9f50 uml: arch/um/include/init.h needs a definition of __used by Jeff Dike · 16 years ago
  68. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  69. 4dbed85 uml: stop gdb from deleting breakpoints when running UML by Stanislaw Gruszka · 17 years ago
  70. 9c8d638 uml: fix build for !CONFIG_PRINTK by Jeff Dike · 17 years ago
  71. 54ae36f uml: fix stub address calculations by Jeff Dike · 17 years ago
  72. b53f35a uml: network driver MTU cleanups by Jeff Dike · 17 years ago
  73. 1a80521 uml: use *SEC_PER_*SEC constants by Jeff Dike · 17 years ago
  74. 5f73461 uml: time build fix by Jeff Dike · 17 years ago
  75. b160fb6 uml: eliminate interrupts in the idle loop by Jeff Dike · 17 years ago
  76. d2753a6d uml: tickless support by Jeff Dike · 17 years ago
  77. 78a26e2 uml: separate timer initialization by Jeff Dike · 17 years ago
  78. a2f018b uml: simplify interval setting by Jeff Dike · 17 years ago
  79. 181bde8 uml: fix timer switching by Jeff Dike · 17 years ago
  80. 532d0fa uml: eliminate hz() by Jeff Dike · 17 years ago
  81. 75c7e21 uml: eliminate floating point state from register file by Jeff Dike · 17 years ago
  82. f0c4cad uml: style fixes in FP code by Jeff Dike · 17 years ago
  83. a5f6096c uml: floating point signal delivery fixes by Jeff Dike · 17 years ago
  84. 1466abf uml: clean up tlb flush path by Jeff Dike · 17 years ago
  85. 512b6fb uml: userspace files should call libc directly by Jeff Dike · 17 years ago
  86. 8ca842c uml: remove os_* usage from userspace files by Jeff Dike · 17 years ago
  87. 18baddd uml: rename pt_regs general-purpose register file by Jeff Dike · 17 years ago
  88. 6c738ff uml: fold mmu_context_skas into mm_context by Jeff Dike · 17 years ago
  89. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  90. 0a7675a uml: remove __u64 usage from physical memory subsystem by Jeff Dike · 17 years ago
  91. ba180fd uml: style fixes pass 3 by Jeff Dike · 17 years ago
  92. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  93. ae2587e uml: style fixes pass 2 by Jeff Dike · 17 years ago
  94. 6aa802c uml: throw out CHOOSE_MODE by Jeff Dike · 17 years ago
  95. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  96. c28b59d uml: remove sysdep/thread.h by Jeff Dike · 17 years ago
  97. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  98. 6d536e4 uml: physmem code tidying by Jeff Dike · 17 years ago
  99. 42daba3 uml: stop saving process FP state by Jeff Dike · 17 years ago
  100. 5c8aace uml: stop specially protecting kernel stacks by Jeff Dike · 17 years ago