aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-1/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-19Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-559/+402
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIGravatar Minchan Kim 1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+5
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-73/+22
2020-10-12Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 11-91/+136
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-10-05m68knommu: include SDHC support only when hardware has itGravatar Greg Ungerer 1-3/+3
2020-10-05m68knommu: fix sparse warnings in signal codeGravatar Greg Ungerer 1-2/+4
2020-10-05m68knommu: switch to using asm-generic/uaccess.hGravatar Greg Ungerer 4-554/+395
2020-09-28ide/macide: Convert Mac IDE driver to platform driverGravatar Finn Thain 3-0/+43
2020-09-25kbuild: preprocess module linker scriptGravatar Masahiro Yamada 2-1/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-07m68k: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-09-07m68k: mm: Remove superfluous memblock_alloc*() castsGravatar Geert Uytterhoeven 2-4/+3
2020-09-07m68k: mm: Use PAGE_ALIGNED() helperGravatar Geert Uytterhoeven 1-2/+2
2020-09-07m68k: Sort selects in main KconfigGravatar Geert Uytterhoeven 1-12/+12
2020-09-07m68k: amiga: Clean up Amiga hardware configurationGravatar Geert Uytterhoeven 1-60/+58
2020-09-07m68k: Revive _TIF_* masksGravatar Geert Uytterhoeven 1-0/+8
2020-08-26m68k: Correct some typos in commentsGravatar Finn Thain 1-8/+8
2020-08-26m68k: Use get_kernel_nofault() in show_registers()Gravatar Christoph Hellwig 1-4/+1
2020-08-26m68k: amiga: Fix Denise detection on OCSGravatar Geert Uytterhoeven 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 5-5/+5
2020-08-20m68k: get rid of zeroing destination on error in csum_and_copy_from_user()Gravatar Al Viro 1-64/+15
2020-08-20saner calling conventions for csum_and_copy_..._user()Gravatar Al Viro 2-7/+4
2020-08-20csum_partial_copy_nocheck(): drop the last argumentGravatar Al Viro 2-3/+3
2020-08-20unify generic instances of csum_partial_copy_nocheck()Gravatar Al Viro 1-0/+1
2020-08-20m68k: switch to kernel_clone()Gravatar Christian Brauner 1-5/+5
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 2-3/+2
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 1-1/+1
2020-08-14dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigGravatar Christoph Hellwig 2-3/+2
2020-08-12mm/m68k: use general page fault accountingGravatar Peter Xu 1-10/+4
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 1-3/+3
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-15/+8
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-6/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 9-9/+7
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2020-08-07Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-47/+45
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 2-7/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2020-08-03Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 18-99/+129
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+4
2020-07-29Merge branch 'locking/header'Gravatar Peter Zijlstra 1-2/+0