aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells1-0/+6
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+81
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+62
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+5
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-21/+21
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+11
2019-01-25m68k: assign syscall number for seccompArnd Bergmann1-0/+1
2019-01-22m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain1-1/+81
2019-01-21m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven1-1/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-12-26Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds5-382/+500
2018-12-20Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-2/+0
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-19m68k: Fix memblock-related crashesGeert Uytterhoeven1-2/+0
2018-12-04m68k: Generate uapi header and syscall table header filesFiroz Khan1-382/+5
2018-12-04m68k: Add system call table generation supportFiroz Khan4-0/+495
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