Age | Commit message (Expand) | Author |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM | Mike Rapoport |
2020-12-15 | m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM | Mike Rapoport |
2020-12-14 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-11-23 | arch: move SA_* definitions to generic headers | Peter Collingbourne |
2020-11-02 | m68k: Remove unused mach_max_dma_address | Laurent Vivier |
2020-11-02 | m68k: Avoid xchg() warning | Arnd Bergmann |
2020-10-22 | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-10-19 | Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-12 | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-10-05 | m68knommu: switch to using asm-generic/uaccess.h | Greg Ungerer |
2020-09-25 | kbuild: preprocess module linker script | Masahiro Yamada |
2020-09-07 | m68k: Revive _TIF_* masks | Geert Uytterhoeven |
2020-08-20 | saner calling conventions for csum_and_copy_..._user() | Al Viro |
2020-08-20 | csum_partial_copy_nocheck(): drop the last argument | Al Viro |
2020-08-20 | unify generic instances of csum_partial_copy_nocheck() | Al Viro |
2020-08-12 | uaccess: add force_uaccess_{begin,end} helpers | Christoph Hellwig |
2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig |
2020-08-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport |
2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-08-07 | Merge tag 'm68knommu-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-08-03 | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu |
2020-07-27 | m68k: use asm-generic cmpxchg_local() | Greg Ungerer |
2020-07-27 | m68knommu: fix overwriting of bits in ColdFire V3 cache control | Greg Ungerer |
2020-07-27 | m68knommu: fix use of cpu_to_le() on IO access | Greg Ungerer |
2020-07-27 | m68knommu: __force type casts for raw IO access | Greg Ungerer |
2020-07-26 | macintosh/adb-iop: Implement SRQ autopolling | Finn Thain |
2020-07-13 | m68k: atari: Annotate dummy read in ROM port IO code as __maybe_unused | Michael Schmitz |
2020-06-11 | Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | m68k/mm: move {cache,nocahe}_page() definitions close to their user | Mike Rapoport |
2020-06-09 | m68k/mm/motorola: move comment about page table allocation funcitons | Mike Rapoport |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-08 | m68k: implement flush_icache_user_range | Christoph Hellwig |
2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig |
2020-06-08 | m68knommu: use asm-generic/cacheflush.h | Christoph Hellwig |
2020-06-02 | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-02 | Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2020-06-01 | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-06-01 | Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-05-30 | m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm() | Luc Van Oostenryck |
2020-05-30 | m68k,nommu: add missing __user in uaccess' __ptr() macro | Luc Van Oostenryck |
2020-05-29 | m68k: convert to csum_and_copy_from_user() | Al Viro |
2020-05-28 | m68k: mcf5441x: add support for esdhc mmc controller | Angelo Dureghello |
2020-05-25 | m68k: Add missing __user annotation in get_user() | Jason Wang |
2020-05-25 | m68k: mac: Don't call via_flush_cache() on Mac IIfx | Finn Thain |