summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68knommu-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-212-1/+10
|\
| * m68k: m68328: remove duplicate codeArnd Bergmann2020-12-071-0/+9
| * m68knommu: align BSS section to 4-byte boundariesGreg Ungerer2020-12-071-1/+1
* | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+2
|\ \
| * | m68k: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+2
| |/
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-163-16/+6
|\ \
| * | m68k: remove timer_interrupt() functionArnd Bergmann2020-10-303-16/+3
| * | m68k: split heartbeat out of timer functionArnd Bergmann2020-10-301-2/+5
| |/
* | m68k: Add a missing ELF_DETAILS in link scriptYouling Tang2020-11-233-2/+3
* | m68k: Drop redundant NOTES in link scriptYouling Tang2020-11-233-3/+0
* | m68k: Remove unused mach_max_dma_addressLaurent Vivier2020-11-021-1/+0
|/
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-7/+0
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-7/+0
* | | Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-191-2/+4
|\ \ \
| * | | m68knommu: fix sparse warnings in signal codeGreg Ungerer2020-10-051-2/+4
* | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
| |_|/ |/| |
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| |/ /
* | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-5/+5
|\ \ \
| * | | m68k: switch to kernel_clone()Christian Brauner2020-08-201-5/+5
| | |/ | |/|
* | | Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-122-12/+9
|\ \ \ | |_|/ |/| |
| * | m68k: Correct some typos in commentsFinn Thain2020-08-261-8/+8
| * | m68k: Use get_kernel_nofault() in show_registers()Christoph Hellwig2020-08-261-4/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-072-3/+2
* Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\
| * arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-6/+2
|\ \
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
| * | fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-3/+0
| |/
* | Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-031-16/+16
|\ \
| * | m68k: Use sizeof_field() helperGustavo A. R. Silva2020-07-131-16/+16
| |/
* / m68k: nommu: register start of the memory with memblockMike Rapoport2020-06-291-1/+2
|/
* 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
| |/