1. 1aa351a uml: tidy helper code by Jeff Dike · 17 years ago
  2. fce8c41 uml: use barrier() instead of mb() by Jeff Dike · 17 years ago
  3. 0983a88 uml: install panic notifier earlier by Jeff Dike · 17 years ago
  4. 8efa3c9 uml: eliminate setjmp_wrapper by Jeff Dike · 17 years ago
  5. 0b4e273 uml: customize tlb.h by Jeff Dike · 17 years ago
  6. 909e90d uml: 64-bit tlb fixes by Jeff Dike · 17 years ago
  7. 1adfd60 uml: style fixes in file.c by Jeff Dike · 17 years ago
  8. bf8fde7 uml: miscellaneous code cleanups by Jeff Dike · 17 years ago
  9. 7b5cc6e uml: fix mconsole stop by Karol Swietlicki · 17 years ago
  10. 2dc5802 uml: remove duplicate config symbol and unused file and variables by Karol Swietlicki · 17 years ago
  11. fee64d3 uml: syle fixes in arch/um/os-Linux by Jeff Dike · 17 years ago
  12. 260c0cb uml: fx command-line CFLAGS and LDFLAGS support by Jeff Dike · 17 years ago
  13. 3963333 uml: cover stubs with a VMA by Jeff Dike · 17 years ago
  14. 42a2b54 uml: clean up TASK_SIZE usage by Jeff Dike · 17 years ago
  15. b7c000c uml: add missing space by Joe Perches · 17 years ago
  16. 3e6f2ac uml: kill processes instead of panicing kernel by Jeff Dike · 17 years ago
  17. d25f2e1 uml: use ptrace directly in libc code by Jeff Dike · 17 years ago
  18. ee3d9bd uml: simplify SIGSEGV handling by Jeff Dike · 17 years ago
  19. ca77b55 uml: add virt_to_pte by Jeff Dike · 17 years ago
  20. 655e4ed uml: fix page table data sizes by Jeff Dike · 17 years ago
  21. a5a678c uml: current.h cleanup by Jeff Dike · 17 years ago
  22. 009ec2a9 uml: style cleanup by Jeff Dike · 17 years ago
  23. 8192ab4 uml: header untangling by Jeff Dike · 17 years ago
  24. 9157f90 uml: move um_virt_to_phys by Jeff Dike · 17 years ago
  25. b8bec82 uml: host TLS diagnostics by Jeff Dike · 17 years ago
  26. 6b7e967 uml: convert functions to void by Karol Swietlicki · 17 years ago
  27. 291248f uml: remove unused variables in the context switcher by Karol Swietlicki · 17 years ago
  28. ab8cda4 arch/um: remove duplicate includes by Lucas Woods · 17 years ago
  29. 8299ca5 uml: reconst a parameter by Jeff Dike · 17 years ago
  30. d83ecf0 uml: tidy pgtable.h by Jeff Dike · 17 years ago
  31. edea138 uml: tidy kern_util.h by Jeff Dike · 17 years ago
  32. 0ba7fe0 uml: allow LFLAGS on command line by Jeff Dike · 17 years ago
  33. e725a9b uml: delete some unused headers by Jeff Dike · 17 years ago
  34. 4bdf8bc uml: borrow const.h techniques by Jeff Dike · 17 years ago
  35. ee56314 uml: clone.c tidying by Jeff Dike · 17 years ago
  36. acb2cf3 uml: console driver cleanups by Jeff Dike · 17 years ago
  37. 054211a uml: GPROF needs to depend on FRAME_POINTER by Karol Swietlicki · 17 years ago
  38. 02bff1f uml: SMP needs to depend on BROKEN for now by Jeff Dike · 17 years ago
  39. c0a9290 uml: const and other tidying by WANG Cong · 17 years ago
  40. 9226b83 uml: further bugs.c tidying by Jeff Dike · 17 years ago
  41. 06d9bd3 uml: remove now unused code by Karol Swietlicki · 17 years ago
  42. 235a6f0 uml: improve detection of host cmov by Karol Swietlicki · 17 years ago
  43. 0ba9d3f uml: fix URLs in Kconfig and help strings by Karol Swietlicki · 17 years ago
  44. 20ede45 uml: document new ubd flag by Jeff Dike · 17 years ago
  45. b2cf770 uml: get rid of asmlinkage by Jeff Dike · 17 years ago
  46. c112746 uml: implement get_wchan by Jeff Dike · 17 years ago
  47. c9a3072 uml: code tidying under arch/um/os-Linux by WANG Cong · 17 years ago
  48. 4d18de4 uml: remove xmm checking on x86 by Karol Swietlicki · 17 years ago
  49. 99c9f50 uml: arch/um/include/init.h needs a definition of __used by Jeff Dike · 17 years ago
  50. 6d9f4c5 arch/cris: add a missing iounmap by Julia Lawall · 17 years ago
  51. 2d33d56 CRIS: avoid using arch links in Kconfig by Jesper Nilsson · 17 years ago
  52. 7e02dbf mac68k: remove dead MAC_ADBKEYCODES by Stanislav Brabec · 17 years ago
  53. 00bf59c mac68k: remove dead code by Finn Thain · 17 years ago
  54. 612e484 m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c by Adrian Bunk · 17 years ago
  55. a3b2004 m68k: kill arch/m68k/atari/atari_ksyms.c by Adrian Bunk · 17 years ago
  56. 8b169fa m68k: kill arch/m68k/amiga/amiga_ksyms.c by Adrian Bunk · 17 years ago
  57. 3456fef m68k: kill arch/m68k/hp300/ksyms.c by Adrian Bunk · 17 years ago
  58. deea777 m68k: kill arch/m68k/mac/mac_ksyms.c by Adrian Bunk · 17 years ago
  59. 9676237 m68k: Balance ioremap and iounmap in m68k/atari/hades-pci.c by Roel Kluin · 17 years ago
  60. b9e5e11 m68k: ARRAY_SIZE() cleanup by Alejandro Martinez Ruiz · 17 years ago
  61. 6f7127d m68k: Use cc-cross-prefix by Geert Uytterhoeven · 17 years ago
  62. fd2e263 alpha: kill deprecated virt_to_bus by FUJITA Tomonori · 17 years ago
  63. e820ce7 arch/alpha: remove duplicate includes by Lucas Woods · 17 years ago
  64. 49eaf7d m68knommu: remove duplicate exports by Adrian Bunk · 17 years ago
  65. f156ac8 m68knommu: removing config variable DUMPTOFLASH by Jiri Olsa · 17 years ago
  66. c155f3f m68knomu: remove dead config symbols from m68knomu code by Jiri Olsa · 17 years ago
  67. 540e310 frv: use find_task_by_vpid in cxn_pin_by_pid by Pavel Emelyanov · 17 years ago
  68. 7038220 FRV: permit the memory to be located elsewhere in NOMMU mode by David Howells · 17 years ago
  69. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  70. b98348b gpiolib: avr32 at32ap platform support by David Brownell · 17 years ago
  71. 1c44f5f gpiolib support for the PXA architecture by Philipp Zabel · 17 years ago
  72. a9c5fff gpiolib: add drivers/gpio directory by David Brownell · 17 years ago
  73. 67ec11c iommu sg: kill __clear_bit_string and find_next_zero_string by FUJITA Tomonori · 17 years ago
  74. fde9a10 iommu sg: x86: convert gart IOMMU to use the IOMMU helper by FUJITA Tomonori · 17 years ago
  75. 1b39b07 iommu sg: x86: convert calgary IOMMU to use the IOMMU helper by FUJITA Tomonori · 17 years ago
  76. 383af95 iommu sg: powerpc: remove DMA 4GB boundary protection by FUJITA Tomonori · 17 years ago
  77. fb3475e iommu sg: powerpc: convert iommu to use the IOMMU helper by FUJITA Tomonori · 17 years ago
  78. fde6a3c iommu sg merging: sparc64: make iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  79. 7c53664 iommu sg merging: alpha: make pci_iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  80. a031bbc iommu sg merging: IA64: make sba_iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  81. 740c3ce iommu sg merging: ppc: make iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  82. 42d0028 iommu sg merging: x86: make pci-gart iommu respect the segment size limits by FUJITA Tomonori · 17 years ago
  83. 7852375 m32r: remove dead config symbols from M32R code by Jiri Olsa · 17 years ago
  84. cb9282e timerfd: wire the new timerfd API to the x86 family by Davide Libenzi · 17 years ago
  85. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  86. c0b49b0 kvm: i386 fix by Andrew Morton · 17 years ago
  87. 9ef9dc6 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  88. 0d899e1 Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel by Russell King · 17 years ago
  89. 41579f4 [ARM] 4822/1: RealView: Change the REALVIEW_MPCORE configuration option by Catalin Marinas · 17 years ago
  90. 39e823e [ARM] 4821/1: RealView: Remove the platform dependencies from localtimer.c by Catalin Marinas · 17 years ago
  91. 8cc4c54 [ARM] 4820/1: RealView: Select the timer IRQ at run-time by Catalin Marinas · 17 years ago
  92. c4057f5 [ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms by Catalin Marinas · 17 years ago
  93. 7dd19e7 [ARM] 4818/1: RealView: Add core-tile detection by Catalin Marinas · 17 years ago
  94. 0fc2a16 [ARM] 4817/1: RealView: Move the AMBA resource definitions to realview_eb.c by Catalin Marinas · 17 years ago
  95. 356cb47 [ARM] 4816/1: RealView: Move the platform-specific definitions into board-eb.h by Catalin Marinas · 17 years ago
  96. 93c2904 [ARM] 4815/1: RealView: Add clockevents suport for the local timers by Catalin Marinas · 17 years ago
  97. a8655e8 [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore by Catalin Marinas · 17 years ago
  98. 3e45999 [ARM] 4813/1: Add SMP helper functions for clockevents support by Catalin Marinas · 17 years ago
  99. ae30cea [ARM] 4812/1: RealView: clockevents support for the RealView platforms by Catalin Marinas · 17 years ago
  100. 85802af [ARM] 4811/1: RealView: clocksource support for the RealView platforms by Catalin Marinas · 17 years ago