summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* m68k: Use sizeof_field() helperGustavo A. R. Silva2020-07-131-16/+16
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-7/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-095-5/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-8/+3
* m68k: add show_stack_loglvl()Dmitry Safonov2020-06-091-5/+11
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-4/+4
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-292-8/+0
|\ \
| * | arch/m68k/setup: Drop dummy_con initializationArvind Sankar2020-01-142-8/+0
| |/
* | m68k: Implement copy_thread_tls()Geert Uytterhoeven2020-01-141-9/+22
* | m68k: Wire up clone3() syscallKars de Jong2020-01-123-2/+20
|/
* m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-041-1/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* | m68k: Convert missed RODATA to RO_DATAKees Cook2019-11-122-2/+2
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-043-3/+3
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
|/
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-2/+1
|\
| * dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-2/+1
* | driver core: initialize a default DMA mask for platform deviceChristoph Hellwig2019-08-221-9/+0
|/
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-101-0/+1
|\
| * arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-12/+12
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-10/+10
| |/
* | Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-081-46/+11
|\ \
| * | m68k: Implement arch_dma_prep_coherent()Christoph Hellwig2019-07-011-0/+5
| * | m68k: Use the generic dma coherent remap allocatorChristoph Hellwig2019-07-011-48/+8
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-1/+81
|\
| * m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-221-1/+81
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-26/+62
|\ \
| * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
| * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+5
| * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-21/+21
| * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
| * | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
| * | m68k: assign syscall number for seccompArnd Bergmann2019-01-251-0/+1
| |/
* / m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven2019-01-211-1/+2
|/