| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2024-02-16 | 1 | -0/+1 |
* | Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem... | Linus Torvalds | 2023-09-05 | 1 | -67/+0 |
|\ |
|
| * | m68k: Remove <asm/ide.h> | Geert Uytterhoeven | 2023-08-24 | 1 | -67/+0 |
* | | Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-09-04 | 2 | -7/+1 |
|\ \ |
|
| * | | m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar" | hexingwei001@208suo.com | 2023-08-21 | 1 | -1/+1 |
| * | | m68k/pci: Drop useless pcibios_setup() | Bjorn Helgaas | 2023-08-21 | 1 | -6/+0 |
| |/ |
|
* | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-09-01 | 1 | -4/+4 |
|\ \ |
|
| * | | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -1/+2 |
| * | | tty: propagate u8 data to tty_operations::put_char() | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -2/+2 |
| * | | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -2/+1 |
| |/ |
|
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-08-31 | 3 | -3/+3 |
|\ \ |
|
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2023-07-11 | 3 | -3/+3 |
* | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-08-29 | 4 | -20/+5 |
|\ \ \ |
|
| * | | | treewide: drop CONFIG_EMBEDDED | Randy Dunlap | 2023-08-21 | 3 | -3/+3 |
| * | | | m68k/kexec: refactor for kernel/Kconfig.kexec | Eric DeVolder | 2023-08-18 | 1 | -17/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-08-29 | 10 | -47/+57 |
|\ \ \ |
|
| * | | | mm: rationalise flush_icache_pages() and flush_icache_page() | Matthew Wilcox (Oracle) | 2023-08-24 | 1 | -1/+0 |
| * | | | m68k: implement the new page table range API | Matthew Wilcox (Oracle) | 2023-08-24 | 6 | -14/+28 |
| * | | | m68k: convert various functions to use ptdescs | Vishal Moola (Oracle) | 2023-08-21 | 3 | -29/+30 |
| * | | | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros | Baoquan He | 2023-08-18 | 2 | -4/+0 |
| |/ / |
|
* | | | Merge tag 'm68k-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-08-28 | 20 | -18/+21 |
|\ \ \ |
|
| * | | | m68k: Add memcmp() declaration | Arnd Bergmann | 2023-08-21 | 1 | -0/+1 |
| * | | | m68k: Define __div64_32() to avoid a warning | Arnd Bergmann | 2023-08-21 | 1 | -0/+3 |
| * | | | m68k: Remove <asm/export.h> | Masahiro Yamada | 2023-08-21 | 1 | -1/+0 |
| * | | | m68k: Replace #include <asm/export.h> with #include <linux/export.h> | Masahiro Yamada | 2023-08-21 | 5 | -5/+5 |
| * | | | m68k: defconfig: Update defconfigs for v6.5-rc1 | Geert Uytterhoeven | 2023-08-21 | 12 | -12/+12 |
| |/ / |
|
* | | | Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-08-28 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | arch: Register fchmodat2, usually as syscall 452 | Palmer Dabbelt | 2023-07-27 | 1 | -0/+1 |
| |/ |
|
* / | m68k: Fix invalid .section syntax | Ben Hutchings | 2023-07-24 | 3 | -6/+6 |
|/ |
|
* | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-07-06 | 9 | -14/+28 |
|\ |
|
| * | Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux... | Arnd Bergmann | 2023-05-31 | 9 | -14/+28 |
| |\ |
|
| | * | m68k/mm: Make pfn accessors static inlines | Linus Walleij | 2023-05-29 | 2 | -4/+18 |
| | * | m68k: Pass a pointer to virt_to_pfn() virt_to_page() | Linus Walleij | 2023-05-29 | 7 | -10/+10 |
* | | | Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2023-06-29 | 12 | -12/+0 |
|\ \ \ |
|
| * | | | mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED | Vlastimil Babka | 2023-05-26 | 12 | -12/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2023-06-29 | 1 | -15/+7 |
|\ \ \ |
|
| * \ \ | Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor... | Dave Airlie | 2023-06-19 | 1 | -4/+10 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2023-05-09 | 21 | -148/+42 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | arch/m68k: Implement <asm/fb.h> with generic helpers | Thomas Zimmermann | 2023-04-20 | 1 | -6/+4 |
| * | | | arch/m68k: Merge variants of fb_pgprotect() into single function | Thomas Zimmermann | 2023-04-20 | 1 | -9/+3 |
* | | | | Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-06-29 | 1 | -8/+0 |
|\ \ \ \ |
|
| * | | | | gpiolib: remove unused gpio_cansleep() | Andy Shevchenko | 2023-06-13 | 1 | -8/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'expand-stack' | Linus Torvalds | 2023-06-28 | 1 | -3/+6 |
|\ \ \ \ |
|
| * | | | | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 2023-06-27 | 1 | -3/+6 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-06-28 | 4 | -33/+28 |
|\ \ \ \ |
|
| * | | | | m68k: allow pte_offset_map[_lock]() to fail | Hugh Dickins | 2023-06-19 | 3 | -33/+27 |
| * | | | | cachestat: wire up cachestat for other architectures | Nhat Pham | 2023-06-09 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-06-27 | 1 | -6/+12 |
|\ \ \ \ |
|
| * | | | | locking/atomic: m68k: add preprocessor symbols | Mark Rutland | 2023-06-05 | 1 | -0/+9 |
| * | | | | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 2023-06-05 | 1 | -6/+3 |
| | |/ /
| |/| | |
|