1. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  2. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  3. 833ae40 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 11 years ago
  4. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  5. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  7. c065edd m68k: remove 16 unused boards in Kconfig.machine by Paul Bolle · 11 years ago
  8. 0c7e59c m68k: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or not by Greg Ungerer · 11 years ago
  9. f79b859 m68knommu: user generic iomap to support ioread*/iowrite* by Greg Ungerer · 11 years ago
  10. 42cb38b m68k/coldfire: flush cache when creating the signal stack frame by Alexander Stein · 11 years ago
  11. df592eb m68knommu: Mark functions only called from setup_arch() __init by Geert Uytterhoeven · 11 years ago
  12. 5549005 m68k/atari: ARAnyM - Always use physical addresses in NatFeat calls by Geert Uytterhoeven · 11 years ago
  13. 3c776a0 m68k: Ignore disabled HSYNC interrupt on Atari for irqs_disabled() by Geert Uytterhoeven · 11 years ago
  14. a703f9b m68k: hardirq_count() only need preempt_mask.h by Frederic Weisbecker · 11 years ago
  15. ea077b1 m68k: Truncate base in do_div() by Andreas Schwab · 11 years ago
  16. e8184e1 m68k/atari: ARAnyM - Fix NatFeat module support by Geert Uytterhoeven · 11 years ago
  17. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  18. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  19. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  20. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  21. 3e548a9 mm/m68k: fix build warning of unused variable by Jiang Liu · 11 years ago
  22. b69a978 mm/m68k: prepare for killing free_all_bootmem_node() by Jiang Liu · 11 years ago
  23. 9671468 mm/m68k: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  24. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  25. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  26. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  27. ab53485 Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  28. 0e97456 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  29. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  30. ee89bd6 lib: Move fonts from drivers/video/console/ to lib/fonts/ by Geert Uytterhoeven · 11 years ago
  31. 980f3a7 m68k/q40: Enable PC parallel port in defconfig by Geert Uytterhoeven · 11 years ago
  32. db8ac55 m68k/q40: Undefine insl/outsl before redefining them by Geert Uytterhoeven · 11 years ago
  33. 631d8b6 m68k/uaccess: Fix asm constraints for userspace access by Geert Uytterhoeven · 11 years ago
  34. 378f7ca m68k/irq: Vector ints need a valid interrupt handler by Thomas Bogendoerfer · 11 years ago
  35. ddc2fc2 m68k/math-emu: unsigned issue, 'unsigned long' will never be less than zero by Chen Gang · 11 years ago
  36. 220921a m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to n by Finn Thain · 11 years ago
  37. 5ecf85f m68k/sun3: remove inline marking of EXPORT_SYMBOL functions by Denis Efremov · 11 years ago
  38. d346a5db m68k: Remove inline strcpy() and strcat() implementations by Geert Uytterhoeven · 11 years ago
  39. d9e6ba5 m68k/PCI: Remove redundant call of pci_bus_add_devices() by Jiang Liu · 11 years ago
  40. 17d8dfc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 11 years ago
  41. aa4f608 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  42. df66834 m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTK by Finn Thain · 11 years ago
  43. cf6c31f m68k: only use local gpio_request_one if not using GPIOLIB by Greg Ungerer · 11 years ago
  44. 37c14e8 m68k: Update defconfigs for v3.9 by Geert Uytterhoeven · 11 years ago
  45. e4f2dfb m68k: implement futex.h to support userspace robust futexes and PI mutexes by Mikael Pettersson · 11 years ago
  46. f741df1 Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6 by Linus Torvalds · 11 years ago
  47. 977b58e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 11 years ago
  48. 5647ac0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  49. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  50. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  51. 165bc51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  52. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  53. 920f1ad mm/m68k: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  54. 2842e5b0 m68knommu: enable Timer on coldfire 532x by Greg Ungerer · 11 years ago
  55. 42feae2 m68knommu: fix ColdFire 5373/5329 QSPI base address by Greg Ungerer · 11 years ago
  56. 74169f9 m68knommu: add support for configuring a Freescale M5373EVB board by Greg Ungerer · 12 years ago
  57. e9d9dc6 m68knommu: add support for the ColdFire 537x family of CPUs by Greg Ungerer · 12 years ago
  58. e73cbe2 m68knommu: make ColdFire M532x platform support more v3 generic by Greg Ungerer · 12 years ago
  59. 6eac402 m68knommu: create and use a common M53xx ColdFire class of CPUs by Greg Ungerer · 12 years ago
  60. 0d5340f m68k: remove unused asm/dbg.h by Greg Ungerer · 12 years ago
  61. a4eff48 m68k: Set ColdFire ACR1 cache mode depending on kernel configuration by Stany MARCEL · 12 years ago
  62. 5143661 m68k: clean up unused "config ROMVECSIZE" by Paul Bolle · 11 years ago
  63. d190e81 idle: Remove GENERIC_IDLE_LOOP config switch by Thomas Gleixner · 11 years ago
  64. e00c73e m68k: Remove inline strlen() implementation by Michal Marek · 11 years ago
  65. 01a18d1 m68k/atari: USB - add platform devices for EtherNAT/NetUSBee ISP1160 HCD by Michael Schmitz · 11 years ago
  66. c8ee038 m68k: Implement ndelay() based on the existing udelay() logic by Michael Schmitz · 11 years ago
  67. e6f80e8 m68k/atari: EtherNAT - add interrupt chip definition for CPLD interrupts by Michael Schmitz · 11 years ago
  68. 1d87a8f m68k/atari: EtherNEC - add platform device support by Michael Schmitz · 11 years ago
  69. 736b24d m68k/atari: EtherNAT - platform device and IRQ support code by Michael Schmitz · 11 years ago
  70. b1ae432 m68k/atari: use dedicated irq_chip for timer D interrupts by Michael Schmitz · 11 years ago
  71. 84b16b7 m68k/atari: ROM port ISA adapter support by Michael Schmitz · 11 years ago
  72. feb20ec m68k: Add missing cmpxchg64() if CONFIG_RMW_INSNS=y by Geert Uytterhoeven · 11 years ago
  73. 7fd2bf3 Remove GENERIC_GPIO config option by Alexandre Courbot · 11 years ago
  74. b2dfaa8 m68k: define a local gpio_request_one() function by Greg Ungerer · 11 years ago
  75. dfa174d m68k: Use generic idle loop by Thomas Gleixner · 11 years ago
  76. 78ce3ab m68k: remove rpxlite stuff by Artem Bityutskiy · 11 years ago
  77. 765278b m68k: coldfire: use gpiolib by Alexandre Courbot · 11 years ago
  78. 4febd95 Select VIRT_TO_BUS directly where needed by Stephen Rothwell · 11 years ago
  79. ef9240f m68k: drop "select EMAC_INC" by Paul Bolle · 11 years ago
  80. 0371a1c m68knommu: fix misnamed GPIO pin definition for ColdFire 528x CPU by Greg Ungerer · 11 years ago
  81. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 11 years ago
  82. e97e9c9 m68knommu: fix MC68328.h defines by Luis Alves · 11 years ago
  83. be3f695 m68knommu: fix build when CPU is not coldfire by Thadeu Lima de Souza Cascardo · 11 years ago
  84. 1a62fe8 m68knommu: add CPU_NAME for 68000 by Luis Alves · 11 years ago
  85. 887cbce0 arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS by Stephen Rothwell · 11 years ago
  86. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. e72837e default SET_PERSONALITY() in linux/elf.h by Al Viro · 11 years ago
  88. 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  89. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  90. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  91. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  92. e177bb5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 11 years ago
  93. d64008a burying unused conditionals by Al Viro · 12 years ago
  94. f2ea97c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu into akpm by Linus Torvalds · 11 years ago
  95. 5618395 m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA by Geert Uytterhoeven · 12 years ago
  96. e95c3f7 m68knommu: fix trap on execing /bin/init by Greg Ungerer · 11 years ago
  97. 8be433a m68k: switch to generic old sigaction() by Al Viro · 12 years ago
  98. 1ba3e7e m68k: switch to generic old sigsuspend by Al Viro · 12 years ago
  99. 08d4f65 m68k: switch to generic sigaltstack by Al Viro · 12 years ago
  100. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago