aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
AgeCommit message (Expand)Author
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada
2021-01-24fs: add mount_setattr()Christian Brauner
2020-12-21Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-07m68k: m68328: remove duplicate codeArnd Bergmann
2020-12-07m68knommu: align BSS section to 4-byte boundariesGreg Ungerer
2020-11-23m68k: Add a missing ELF_DETAILS in link scriptYouling Tang
2020-11-23m68k: Drop redundant NOTES in link scriptYouling Tang
2020-11-09m68k: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-02m68k: Remove unused mach_max_dma_addressLaurent Vivier
2020-10-30m68k: remove timer_interrupt() functionArnd Bergmann
2020-10-30m68k: split heartbeat out of timer functionArnd Bergmann
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-05m68knommu: fix sparse warnings in signal codeGreg Ungerer
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-08-26m68k: Correct some typos in commentsFinn Thain
2020-08-26m68k: Use get_kernel_nofault() in show_registers()Christoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20m68k: switch to kernel_clone()Christian Brauner
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-08-03Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-07-13m68k: Use sizeof_field() helperGustavo A. R. Silva
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-29m68k: nommu: register start of the memory with memblockMike Rapoport
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner
2020-06-17arch: wire-up close_range()Christian Brauner
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi