aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
AgeCommit message (Expand)Author
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-10Merge tag 'm68k-for-v5.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08ptrace/m68k: Stop open coding ptrace_report_syscallEric W. Biederman
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-13m68k: defconfig: Update defconfigs for v5.16-rc1Geert Uytterhoeven
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-11-29m68k: Enable memtest functionalityFinn Thain
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)
2021-11-11Merge tag 'm68knommu-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'm68k-for-v5.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-26m68knommu: Remove MCPU32 config symbolGeert Uytterhoeven
2021-10-26m68k: set a default value for MEMORY_RESERVERandy Dunlap
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada
2021-10-21m68k/emu/nfblock: add error handling support for add_disk()Luis Chamberlain
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-11m68k: defconfig: Update defconfigs for v5.15-rc1Geert Uytterhoeven
2021-10-02arch: use eth_hw_addr_set()Jakub Kicinski
2021-09-24m68k: muldi3: Use semicolon instead of commaGeert Uytterhoeven
2021-09-24m68k: Remove set_fs()Christoph Hellwig
2021-09-24m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig
2021-09-24m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig
2021-09-24m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig
2021-09-24m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig
2021-09-24m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig
2021-09-24m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro
2021-09-24m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro