aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-12-04m68k/defconfig: fix stmark2 broken local compilationAngelo Dureghello1-1/+0
2017-12-04m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer3-0/+6
2017-11-24m68k/macboing: Fix missed timer callback assignmentKees Cook1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-4/+4
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-6/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2017-11-13Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds19-76/+89
2017-11-09m68k/defconfig: Update defconfigs for v4.14-rc7Geert Uytterhoeven12-24/+48
2017-11-09m68k/mac: Add mutual exclusion for IOP interrupt pollingFinn Thain2-0/+10
2017-11-09m68k/mac: Disentangle VIA/RBV and NuBus initializationFinn Thain2-9/+4
2017-11-09m68k/mac: Disentangle VIA and OSS initializationFinn Thain3-24/+18
2017-11-09m68k/mac: More printk modernizationFinn Thain4-20/+10
2017-11-07m68k: add Sysam stmark2 open board supportAngelo Dureghello4-1/+219
2017-11-07m68k: coldfire: add dspi0 module supportAngelo Dureghello2-1/+8
2017-11-06m68k: pull mach_beep in setup.cAlexandre Belloni2-4/+5
2017-11-06m68k: allow ColdFire m5441x parts to run with MMU enabledGreg Ungerer1-1/+1
2017-11-06m68k: fix ColdFire node shift size calculationGreg Ungerer1-1/+1
2017-11-06m68k: move coldfire MMU initialization codeGreg Ungerer5-6/+4
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman21-0/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman234-0/+234
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-6/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2-2/+2
2017-09-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-37/+3
2017-09-10m68k: Add braces to __pmd(x) initializer to kill compiler warningGeert Uytterhoeven1-1/+1
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+32
2017-09-05Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds14-26/+80
2017-08-28m68knommu: remove dead codeAlexandre Belloni1-37/+0
2017-08-28m68k: allow NULL clock for clk_get_rateJonas Gorski1-0/+3
2017-08-21m68k/mac: Avoid soft-lockup warning after mach_power_offFinn Thain1-2/+3
2017-08-21m68k/mac: Don't hang waiting for Cuda power-down commandFinn Thain1-0/+11
2017-08-21m68k: Restore symbol versions for symbols exported from assemblyBen Hutchings1-0/+5
2017-08-21m68k/defconfig: Update defconfigs for v4.13-rc1Geert Uytterhoeven12-24/+61
2017-08-03m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-4/+32
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven1-2/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-10/+20
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-12/+11
2017-07-12m68k: coldfire: move inline before return typeJoe Perches1-2/+2
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds6-6/+0
2017-07-10m68k: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2-12/+11
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+1
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-7/+0
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro1-3/+20
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds14-33/+84