aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)Author
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-26m68k: remove 16 unused boards in Kconfig.machinePaul Bolle
2013-08-26m68k: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or notGreg Ungerer
2013-08-26m68knommu: user generic iomap to support ioread*/iowrite*Greg Ungerer
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein
2013-08-26m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven
2013-08-23m68k/atari: ARAnyM - Always use physical addresses in NatFeat callsGeert Uytterhoeven
2013-08-23m68k: Ignore disabled HSYNC interrupt on Atari for irqs_disabled()Geert Uytterhoeven
2013-08-14m68k: hardirq_count() only need preempt_mask.hFrederic Weisbecker
2013-08-14m68k: Truncate base in do_div()Andreas Schwab
2013-08-14m68k/atari: ARAnyM - Fix NatFeat module supportGeert Uytterhoeven
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-03mm/m68k: fix build warning of unused variableJiang Liu
2013-07-03mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu
2013-07-03mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geer...Linus Torvalds
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven
2013-06-24m68k/q40: Enable PC parallel port in defconfigGeert Uytterhoeven
2013-06-24m68k/q40: Undefine insl/outsl before redefining themGeert Uytterhoeven
2013-06-24m68k/uaccess: Fix asm constraints for userspace accessGeert Uytterhoeven
2013-06-24m68k/irq: Vector ints need a valid interrupt handlerThomas Bogendoerfer
2013-06-24m68k/math-emu: unsigned issue, 'unsigned long' will never be less than zeroChen Gang
2013-06-24m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to nFinn Thain
2013-06-24m68k/sun3: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov
2013-06-24m68k: Remove inline strcpy() and strcat() implementationsGeert Uytterhoeven
2013-06-14m68k/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu
2013-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2013-05-31m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain
2013-05-29m68k: only use local gpio_request_one if not using GPIOLIBGreg Ungerer
2013-05-28m68k: Update defconfigs for v3.9Geert Uytterhoeven
2013-05-21m68k: implement futex.h to support userspace robust futexes and PI mutexesMikael Pettersson
2013-05-10Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds
2013-05-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo