aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+1
2018-10-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2018-10-16m68k: fix command-line parsing when passed from u-bootAngelo Dureghello1-1/+1
2018-08-31m68k/sun3: Remove is_medusa and m68k_pgtable_cachemodeРуслан Исаев1-6/+0
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport2-26/+8
2018-07-29m68k: Remove unused set_clock_mmss() helpersArnd Bergmann2-2/+0
2018-07-23m68k: Use generic dma_noncoherent_opsChristoph Hellwig1-60/+8
2018-06-04Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds3-22/+36
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-33/+25
2018-05-31m68k: Set default dma mask for platform devicesFinn Thain1-0/+10
2018-05-22m68k: Use read_persistent_clock64() consistentlyArnd Bergmann1-6/+9
2018-05-22m68k: Fix off-by-one calendar monthFinn Thain1-7/+7
2018-05-22m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven1-11/+12
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman1-35/+25
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-04-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+62
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-19m68k/time: Stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-2/+0
2017-12-04m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer3-0/+6
2017-11-06m68k: pull mach_beep in setup.cAlexandre Belloni2-4/+5
2017-11-06m68k: move coldfire MMU initialization codeGreg Ungerer1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-07-03Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-16/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-14/+0
2017-06-19m68k: Remove ptrace_signal_deliverAndreas Schwab1-16/+0
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro3-3/+9
2017-03-28m68k: switch to generic extable.hAl Viro2-3/+8
2017-03-20m68k: Wire up statxGeert Uytterhoeven1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>Ingo Molnar1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-12m68k/kernel: Modernize printing of kernel messagesGeert Uytterhoeven5-37/+26
2017-02-09m68k: Delete an unnecessary variable assignment in sys_cacheflush()Markus Elfring1-1/+0
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-12-14arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck1-1/+7
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds2-33/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf3-0/+3
2016-10-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds5-120/+153
2016-10-03Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-2/+2
2016-09-30m68k: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-09-26m68knommu: convert printk(KERN_INFO) to pr_info()Greg Ungerer1-11/+11
2016-09-26m68knommu: clean up uClinux boot log outputGreg Ungerer1-1/+1
2016-09-26m68k: generalize uboot command line supportGreg Ungerer4-79/+111