aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-4/+4
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-8/+0
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/m68k/setup: Drop dummy_con initializationArvind Sankar2-8/+0
2020-01-14m68k: Implement copy_thread_tls()Geert Uytterhoeven1-9/+22
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-12m68k: Wire up clone3() syscallKars de Jong3-2/+20
2019-12-04m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-1/+9
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-11-12m68k: Convert missed RODATA to RO_DATAKees Cook2-2/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook3-3/+3
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-2/+1
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig1-9/+0
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-12/+12
2019-07-08Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-46/+11
2019-07-01m68k: Implement arch_dma_prep_coherent()Christoph Hellwig1-0/+5
2019-07-01m68k: Use the generic dma coherent remap allocatorChristoph Hellwig1-48/+8
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-10/+10
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