1. 02d324b uml: remove a useless function by WANG Cong · 17 years ago
  2. 3af7cb7 uml: make a function static by WANG Cong · 17 years ago
  3. 2f56deb uml: fix FP register corruption by Jeff Dike · 17 years ago
  4. ac2a659 uml: fix mm_context memory leak by Jeff Dike · 17 years ago
  5. 5134d8f uml: style fixes in arch/um/os-Linux by Jeff Dike · 17 years ago
  6. 536788f uml: runtime host VMSPLIT detection by Jeff Dike · 17 years ago
  7. f87ea91 uml: redo the calculation of NR_syscalls by Jeff Dike · 17 years ago
  8. d449c50 uml: remove unused fields from mm_context by Jeff Dike · 17 years ago
  9. 95906b2 uml: style fixes in arch/um/sys-x86_64 by Jeff Dike · 17 years ago
  10. 80e3931 uml: SMP locking commentary by Jeff Dike · 17 years ago
  11. 3a24ebf uml: remove init_irq_signals by Jeff Dike · 17 years ago
  12. 75ada8f uml: move sig_handler_common_skas by Jeff Dike · 17 years ago
  13. a9b71b6 uml: get rid of syscall counters by Jeff Dike · 17 years ago
  14. 1aa351a uml: tidy helper code by Jeff Dike · 17 years ago
  15. 0983a88 uml: install panic notifier earlier by Jeff Dike · 17 years ago
  16. 8efa3c9 uml: eliminate setjmp_wrapper by Jeff Dike · 17 years ago
  17. 1adfd60 uml: style fixes in file.c by Jeff Dike · 17 years ago
  18. bf8fde7 uml: miscellaneous code cleanups by Jeff Dike · 17 years ago
  19. 3963333 uml: cover stubs with a VMA by Jeff Dike · 17 years ago
  20. 42a2b54 uml: clean up TASK_SIZE usage by Jeff Dike · 17 years ago
  21. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 17 years ago
  22. d25f2e1 uml: use ptrace directly in libc code by Jeff Dike · 17 years ago
  23. 8192ab4 uml: header untangling by Jeff Dike · 17 years ago
  24. 6b7e967 uml: convert functions to void by Karol Swietlicki · 17 years ago
  25. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  26. e725a9b uml: delete some unused headers by Jeff Dike · 17 years ago
  27. 4bdf8bc uml: borrow const.h techniques by Jeff Dike · 17 years ago
  28. c0a9290 uml: const and other tidying by WANG Cong · 17 years ago
  29. 9226b83 uml: further bugs.c tidying by Jeff Dike · 17 years ago
  30. 235a6f0 uml: improve detection of host cmov by Karol Swietlicki · 17 years ago
  31. 0ba9d3f uml: fix URLs in Kconfig and help strings by Karol Swietlicki · 17 years ago
  32. c9a3072 uml: code tidying under arch/um/os-Linux by WANG Cong · 17 years ago
  33. 99c9f50 uml: arch/um/include/init.h needs a definition of __used by Jeff Dike · 17 years ago
  34. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  35. 4dbed85 uml: stop gdb from deleting breakpoints when running UML by Stanislaw Gruszka · 17 years ago
  36. 9c8d638 uml: fix build for !CONFIG_PRINTK by Jeff Dike · 17 years ago
  37. 54ae36f uml: fix stub address calculations by Jeff Dike · 17 years ago
  38. b53f35a uml: network driver MTU cleanups by Jeff Dike · 17 years ago
  39. 1a80521 uml: use *SEC_PER_*SEC constants by Jeff Dike · 17 years ago
  40. 5f73461 uml: time build fix by Jeff Dike · 17 years ago
  41. b160fb6 uml: eliminate interrupts in the idle loop by Jeff Dike · 17 years ago
  42. d2753a6d uml: tickless support by Jeff Dike · 17 years ago
  43. 78a26e2 uml: separate timer initialization by Jeff Dike · 17 years ago
  44. a2f018b uml: simplify interval setting by Jeff Dike · 17 years ago
  45. 181bde8 uml: fix timer switching by Jeff Dike · 17 years ago
  46. 532d0fa uml: eliminate hz() by Jeff Dike · 17 years ago
  47. 75c7e21 uml: eliminate floating point state from register file by Jeff Dike · 17 years ago
  48. f0c4cad uml: style fixes in FP code by Jeff Dike · 17 years ago
  49. a5f6096c uml: floating point signal delivery fixes by Jeff Dike · 17 years ago
  50. 1466abf uml: clean up tlb flush path by Jeff Dike · 17 years ago
  51. 512b6fb uml: userspace files should call libc directly by Jeff Dike · 17 years ago
  52. 8ca842c uml: remove os_* usage from userspace files by Jeff Dike · 17 years ago
  53. 18baddd uml: rename pt_regs general-purpose register file by Jeff Dike · 17 years ago
  54. 6c738ff uml: fold mmu_context_skas into mm_context by Jeff Dike · 17 years ago
  55. fab95c5 uml: get rid of do_longjmp by Jeff Dike · 17 years ago
  56. 0a7675a uml: remove __u64 usage from physical memory subsystem by Jeff Dike · 17 years ago
  57. ba180fd uml: style fixes pass 3 by Jeff Dike · 17 years ago
  58. 77bf440 uml: remove code made redundant by CHOOSE_MODE removal by Jeff Dike · 17 years ago
  59. ae2587e uml: style fixes pass 2 by Jeff Dike · 17 years ago
  60. 6aa802c uml: throw out CHOOSE_MODE by Jeff Dike · 17 years ago
  61. 4c9e138 uml: style fixes pass 1 by Jeff Dike · 17 years ago
  62. c28b59d uml: remove sysdep/thread.h by Jeff Dike · 17 years ago
  63. 42fda66 uml: throw out CONFIG_MODE_TT by Jeff Dike · 17 years ago
  64. 6d536e4 uml: physmem code tidying by Jeff Dike · 17 years ago
  65. 42daba3 uml: stop saving process FP state by Jeff Dike · 17 years ago
  66. 5c8aace uml: stop specially protecting kernel stacks by Jeff Dike · 17 years ago
  67. 71f926f uml: stop using libc asm/page.h by Jeff Dike · 17 years ago
  68. 8e2d10e uml: tidy recently-moved code by Jeff Dike · 17 years ago
  69. 508a927 uml: fix irqstack crash by Jeff Dike · 17 years ago
  70. e4c4bf9 uml: Eliminate kernel allocator wrappers by Jeff Dike · 17 years ago
  71. c439901 uml: simplify helper stack handling by Jeff Dike · 17 years ago
  72. 42a359e uml: SIGIO support cleanup by Jeff Dike · 17 years ago
  73. d14ad81 uml: handle errors on opening host side of consoles by Jeff Dike · 17 years ago
  74. 63920f4 uml: xterm driver tidying by Jeff Dike · 17 years ago
  75. c539ab7 uml: remove PAGE_SIZE from libc code by Jeff Dike · 17 years ago
  76. ecec5ba fix uml-x86_64 by Al Viro · 17 years ago
  77. c14b849 uml: iRQ stacks by Jeff Dike · 18 years ago
  78. 57598fd uml: remove task_protections by Jeff Dike · 18 years ago
  79. 5886269 fix file specification in comments by Uwe Kleine-König · 18 years ago
  80. c2f239d uml: fix prototypes by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  81. 16dd07b uml: more page fault path trimming by Jeff Dike · 18 years ago
  82. 64f6084 uml: speed page fault path by Jeff Dike · 18 years ago
  83. a6ea4cc uml: rename os_{read_write}_file_k back to os_{read_write}_file by Jeff Dike · 18 years ago
  84. 63843c2 uml: dump core on panic by Jeff Dike · 18 years ago
  85. 3d56404 uml: start fixing os_read_file and os_write_file by Jeff Dike · 18 years ago
  86. 377fad3 uml: kernel segfaults should dump proper registers by Jeff Dike · 18 years ago
  87. 5d86456 uml: tidy fault code by Jeff Dike · 18 years ago
  88. 1ffb916 uml: remove page_size() by Jeff Dike · 18 years ago
  89. 6e21aec uml: tidy process.c by Jeff Dike · 18 years ago
  90. c74c69b uml: Replace one-element array with zero-element array by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  91. 9218b17 uml: remove user_util.h by Jeff Dike · 18 years ago
  92. 24fa6c0 uml: move remaining useful contents of user_util.h by Jeff Dike · 18 years ago
  93. 4ff83ce uml: create as-layout.h by Jeff Dike · 18 years ago
  94. eb83075 uml: create arch.h by Jeff Dike · 18 years ago
  95. c65badb uml: move SIGIO testing to sigio.c by Jeff Dike · 18 years ago
  96. c5e631cf ARRAY_SIZE: check for type by Rusty Russell · 18 years ago
  97. f34d9d2 uml: network interface hotplug error handling by Jeff Dike · 18 years ago
  98. b4ffb6a uml: host_info tidying by Jeff Dike · 18 years ago
  99. 11100b1 uml: delete unused code by Jeff Dike · 18 years ago
  100. 622e696 [PATCH] uml: fix compilation problems by Jeff Dike · 18 years ago