aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-2/+10
2018-04-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+62
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-1/+1
2018-04-02m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman1-0/+62
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-1/+1
2018-03-28m68k: set dma and coherent masks for platform FEC ethernetsGreg Ungerer1-2/+10
2018-03-26m68k/mac: Remove bogus "FIXME" commentFinn Thain1-4/+0
2018-03-26m68k/mac: Enable RTC for 100-series PowerBooksFinn Thain1-29/+41
2018-03-26m68k/mac: Clean up whitespace and remove redundant parenthesesFinn Thain1-27/+37
2018-03-19m68k/defconfig: Update defconfigs for v4.16-rc5Geert Uytterhoeven12-12/+132
2018-03-19m68k/time: Stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-19m68k/mm: Stop printing the virtual memory layoutGeert Uytterhoeven1-27/+0
2018-03-19macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcallFinn Thain1-0/+4
2018-03-19m68k/mac: Fix apparent race condition in Baboon interrupt dispatchFinn Thain1-19/+8
2018-03-19m68k/mac: Enable PDMA support for PowerBook 190Finn Thain1-4/+2
2018-03-01net/mac89x0: Convert to platform_driverFinn Thain1-0/+4
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+3
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-18/+1
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-1/+2
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds12-12/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+18
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2018-01-29Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds15-120/+114
2018-01-25firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert12-12/+0
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-1/+2
2018-01-16m68k/mac: Fix race conditions in OSS interrupt dispatchFinn Thain1-41/+26
2018-01-16nubus: Add expansion_type values for various Mac modelsFinn Thain2-67/+52
2018-01-16m68k/defconfig: Update defconfigs for v4.15-rc1Geert Uytterhoeven12-12/+36
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-2/+0
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-4/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
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-29make kernel-side POLL... arch-independentAl Viro1-0/+17
2017-11-27define __poll_t, annotate constantsAl Viro1-1/+1
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