aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-101/+15
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15m68k: handle pgtable_page_ctor() failKirill A. Shutemov3-3/+14
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13hardirq: Make hardirq bits genericThomas Gleixner1-11/+0
2013-11-13m68k: Simplify low level interrupt handling codeThomas Gleixner4-88/+15
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds8-9/+16
2013-10-23m68k: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-09-26m68k: Remove deprecated IRQF_DISABLEDMichael Opdenacker7-9/+9
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-10m68k/m68knommu: Implement __get_user_unaligned/__put_user_unaligned()Geert Uytterhoeven1-0/+7
2013-09-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds12-147/+27
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-3/+3
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2013-08-26m68k: remove 16 unused boards in Kconfig.machinePaul Bolle1-134/+0
2013-08-26m68k: define 'VM_DATA_DEFAULT_FLAGS' no matter whether has 'NOMMU' or notGreg Ungerer2-3/+3
2013-08-26m68knommu: user generic iomap to support ioread*/iowrite*Greg Ungerer2-1/+2
2013-08-26m68k/coldfire: flush cache when creating the signal stack frameAlexander Stein1-0/+8
2013-08-26m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven6-9/+14
2013-08-23m68k/atari: ARAnyM - Always use physical addresses in NatFeat callsGeert Uytterhoeven4-15/+18
2013-08-23m68k: Ignore disabled HSYNC interrupt on Atari for irqs_disabled()Geert Uytterhoeven1-0/+4
2013-08-14m68k: hardirq_count() only need preempt_mask.hFrederic Weisbecker1-1/+1
2013-08-14m68k: Truncate base in do_div()Andreas Schwab1-4/+5
2013-08-14m68k/atari: ARAnyM - Fix NatFeat module supportGeert Uytterhoeven1-4/+19
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell3-3/+3
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-37/+11
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2013-07-03mm/m68k: fix build warning of unused variableJiang Liu1-5/+8
2013-07-03mm/m68k: prepare for killing free_all_bootmem_node()Jiang Liu1-3/+1
2013-07-03mm/m68k: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-29/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+2
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+1
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds12-67/+22
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro2-6/+0
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven1-1/+1
2013-06-24m68k/q40: Enable PC parallel port in defconfigGeert Uytterhoeven2-0/+8
2013-06-24m68k/q40: Undefine insl/outsl before redefining themGeert Uytterhoeven1-0/+2
2013-06-24m68k/uaccess: Fix asm constraints for userspace accessGeert Uytterhoeven2-7/+7
2013-06-24m68k/irq: Vector ints need a valid interrupt handlerThomas Bogendoerfer1-1/+1
2013-06-24m68k/math-emu: unsigned issue, 'unsigned long' will never be less than zeroChen Gang1-1/+1
2013-06-24m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to nFinn Thain1-2/+1
2013-06-24m68k/sun3: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-06-24m68k: Remove inline strcpy() and strcat() implementationsGeert Uytterhoeven3-55/+1