1. e55380e [CVE-2009-0029] Rename old_readdir to sys_old_readdir by Heiko Carstens · 16 years ago
  2. 877d524 m68k: Fix --build-id breakage for sun3 by Al Viro · 16 years ago
  3. c162564 m68k: Wire up sys_restart_syscall by Andreas Schwab · 16 years ago
  4. c85627f m68k: Kill several external declarations in source files by Geert Uytterhoeven · 16 years ago
  5. 2455e3c m68k: Add vmlinux.lds to .gitignore by Kars de Jong · 16 years ago
  6. 0211a9c trivial: fix an -> a typos in documentation and comments by Frederik Schwarzer · 16 years ago
  7. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  8. 27123cb m68k: Fix off-by-one in m68k_setup_user_interrupt() by Geert Uytterhoeven · 16 years ago
  9. 813dcf7 proc: move /proc/hardware to m68k-specific code by Alexey Dobriyan · 16 years ago
  10. da9870e m68k: init_irq_proc depends on CONFIG_PROC_FS by Geert Uytterhoeven · 16 years ago
  11. 2171a19 m68k: remove the dead PCI code by Adrian Bunk · 16 years ago
  12. 29c8a24 m68k: Remove the broken Hades support by Adrian Bunk · 16 years ago
  13. dec6d14 m68k: Add missing dma_sync_single_range_for_{cpu,device}() by Geert Uytterhoeven · 16 years ago
  14. 08a3db9 m68k: Add NOTES to init data so its discarded at boot by Roman Zippel · 16 years ago
  15. 68abcee m68k: Put .bss at the end of the data section by Roman Zippel · 16 years ago
  16. 8fbbae6 m68k: Use new printk() extension %pS to print symbols by Geert Uytterhoeven · 16 years ago
  17. 0e7d5bb m68k{,nommu}: Wire up new system calls by Geert Uytterhoeven · 16 years ago
  18. 635c0a2 m68k/apollo: Add missing call to apollo_parse_bootinfo() by Geert Uytterhoeven · 16 years ago
  19. a0c14d2 Stringify support commas by Mathieu Desnoyers · 16 years ago
  20. edfd92f m68k: Allow no CPU/platform type for allnoconfig by Geert Uytterhoeven · 16 years ago
  21. 97d26e7 m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macro by Cyrill Gorcunov · 16 years ago
  22. e23a5f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  23. d5ec550 m68k: Correctly handle multi-ISA at runtime by Geert Uytterhoeven · 17 years ago
  24. 52de114 m68k: Prefix ISA type with ISA_TYPE_ by Geert Uytterhoeven · 17 years ago
  25. 91cf248 m68k: export m68k_mmutype by Geert Uytterhoeven · 17 years ago
  26. 3f365e8 m68k: Correct jump if not running on HP300 by Geert Uytterhoeven · 17 years ago
  27. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
  28. 3b17f13 m68k: Handle 68040 bus faults by Roman Zippel · 17 years ago
  29. d35c7b0 unified (weak) sys_pipe implementation by Ulrich Drepper · 17 years ago
  30. d8045b4 m68k/m68kmmu: use kbuild.h instead of defining macros in asm-offsets.c by Christoph Lameter · 17 years ago
  31. f85e7cd m68k: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  32. 64ac24e Generic semaphore implementation by Matthew Wilcox · 17 years ago
  33. 8727e28 m68k{,nommu}: Wire up new timerfd syscalls by Geert Uytterhoeven · 17 years ago
  34. 03a4482 procfs: constify function pointer tables by Jan Engelhardt · 17 years ago
  35. 1eb1141 aout: remove unnecessary inclusions of {asm, linux}/a.out.h by David Howells · 17 years ago
  36. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 17 years ago
  37. 145e923 m68k: correct setting of struct user.u_ar0 by Geert Uytterhoeven · 17 years ago
  38. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  39. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  40. 01ba2bd all archs: consolidate init and exit sections in vmlinux.lds.h by Sam Ravnborg · 17 years ago
  41. 5a1cb47 m68k: sg fallout by Geert Uytterhoeven · 17 years ago
  42. 58b053e Update arch/ to use sg helpers by Jens Axboe · 17 years ago
  43. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  44. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  45. 1bcf548 Consolidate PTRACE_DETACH by Alexey Dobriyan · 17 years ago
  46. e845498 m68k(nommu): add missing syscalls by Geert Uytterhoeven · 17 years ago
  47. 7d94143 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH by Roland McGrath · 17 years ago
  48. fe6d9da m68k: Dont include RODATA into text segment by Roman Zippel · 17 years ago
  49. 4088af3 m68k: Remove unnecessary m68k_memoffset export and init by Roman Zippel · 17 years ago
  50. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  51. e9ed7e7 take declarations of enable_irq() et.al. to linux/interrupt.h by Al Viro · 17 years ago
  52. 66a3f82 m68k: missing __init by Al Viro · 17 years ago
  53. 88f8bb7 m68k: missing exports by Al Viro · 17 years ago
  54. 7e5de05 m68k: use .text.head by Al Viro · 17 years ago
  55. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  56. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  57. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  58. 12d810c m68k: discontinuous memory support by Roman Zippel · 18 years ago
  59. fbe9c96 m68k: runtime patching infrastructure by Roman Zippel · 18 years ago
  60. ca96725 all-archs: consolidate .data section definition in asm-generic by Sam Ravnborg · 18 years ago
  61. 7664709 all-archs: consolidate .text section definition in asm-generic by Sam Ravnborg · 18 years ago
  62. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  63. 241258d SPIN_LOCK_UNLOCKED cleanup in arch/m68k by Milind Arun Choudhary · 18 years ago
  64. d95fd5f m68k: Mac II ADB fixes by Finn Thain · 18 years ago
  65. d6713b4 m68k: early parameter support by Roman Zippel · 18 years ago
  66. 6ff5801 m68k: reformat various m68k files by Roman Zippel · 18 years ago
  67. 6168a70 [PATCH] Declare init_irq_proc before we use it. by Andrew Morton · 18 years ago
  68. 187959f [PATCH] Dynamic kernel command-line: m68k by Alon Bar-Lev · 18 years ago
  69. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 18 years ago
  70. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 18 years ago
  71. 67d3822 [PATCH] disable init/initramfs.c: architectures by Jean-Paul Saman · 18 years ago
  72. ea5e1a8 [PATCH] M68K: user ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
  73. a3a79bd [PATCH] Sun3: General updates by Sam Creasey · 18 years ago
  74. 5fdb51a [PATCH] m68k: consolidate initcall sections by Geert Uytterhoeven · 18 years ago
  75. 2e81148 [PATCH] clean m68k ksyms by Al Viro · 18 years ago
  76. 1e5c374 [PATCH] misc m68k __user annotations by Al Viro · 18 years ago
  77. 69961c3 [PATCH] m68k/Atari: Interrupt updates by Geert Uytterhoeven · 18 years ago
  78. 6fb8296 [PATCH] m68k: more syscall updates by Geert Uytterhoeven · 18 years ago
  79. 6aabd6a [PATCH] m68k: syscall updates by Geert Uytterhoeven · 18 years ago
  80. 40220c1 IRQ: Use the new typedef for interrupt handler function pointers by David Howells · 18 years ago
  81. 58ba81d [PATCH] m68k/kernel/dma.c assumes !MMU_SUN3 by Al Viro · 18 years ago
  82. 2850bc2 [PATCH] m68k pt_regs fixes by Al Viro · 18 years ago
  83. dc36670 [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argument by Al Viro · 18 years ago
  84. d6359fd [PATCH] m68k: cleanup string functions by Roman Zippel · 18 years ago
  85. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  86. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 18 years ago
  87. 8ef3860 [PATCH] kill wall_jiffies by Atsushi Nemoto · 18 years ago
  88. 3171a03 [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem) by Atsushi Nemoto · 18 years ago
  89. b0b9fdc [PATCH] irq-flags: M68K: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  90. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  91. 77dda33 [PATCH] m68k: convert q40 irq code by Roman Zippel · 19 years ago
  92. 68387c4 [PATCH] m68k: convert generic irq code to irq controller by Roman Zippel · 19 years ago
  93. b5dc784 [PATCH] m68k: introduce irq controller by Roman Zippel · 19 years ago
  94. 4facfde [PATCH] m68k: cleanup generic irq names by Roman Zippel · 19 years ago
  95. 92445ea [PATCH] m68k: separate handler for auto and user vector interrupt by Roman Zippel · 19 years ago
  96. f2325ec [PATCH] m68k: fix show_registers() by Roman Zippel · 19 years ago
  97. b035c96 [PATCH] m68k: Add the generic dma API functions by Roman Zippel · 19 years ago
  98. d09042d [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes by Laurent MEYER · 19 years ago
  99. f1b5e52 [PATCH] m68k traps.c constraints by Al Viro · 19 years ago
  100. 6d2f16a [PATCH] m68k: adjust to changed HARDIRQ_MASK by Roman Zippel · 19 years ago