| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-07-22 | 2 | -6/+6 |
|\ |
|
| * | mm: implement update_mmu_tlb() using update_mmu_tlb_range() | Bang Li | 2024-07-04 | 2 | -9/+0 |
| * | mm: add update_mmu_tlb_range() | Bang Li | 2024-07-04 | 2 | -0/+9 |
* | | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-07-16 | 1 | -1/+0 |
|\ \ |
|
| * | | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 2024-07-10 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-15 | 1 | -1/+4 |
|\ \ |
|
| * | | block: move the nonrot flag to queue_limits | Christoph Hellwig | 2024-06-19 | 1 | -1/+4 |
| |/ |
|
* / | arch/xtensa: always_inline get_current() and current_thread_info() | Suren Baghdasaryan | 2024-07-10 | 2 | -2/+2 |
|/ |
|
* | mseal: wire up mseal syscall | Jeff Xu | 2024-05-24 | 1 | -0/+1 |
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 2 | -7/+10 |
|\ |
|
| * | xtensa/mm: convert check_tlb_entry() to sanity check folios | David Hildenbrand | 2024-05-06 | 1 | -5/+6 |
| * | xtensa: remove uses of PG_arch_1 on individual pages | Matthew Wilcox (Oracle) | 2024-04-26 | 1 | -2/+4 |
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-05-18 | 1 | -2/+1 |
|\ \ |
|
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-09 | 1 | -2/+1 |
| |/ |
|
* | | Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2024-05-02 | 6 | -28/+20 |
|\ \
| |/
|/| |
|
| * | xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P... | Barry Song | 2024-04-29 | 1 | -16/+8 |
| * | tty: xtensa/iss: Use min() to fix Coccinelle warning | Thorsten Blum | 2024-04-04 | 1 | -4/+2 |
| * | xtensa: fix MAKE_PC_FROM_RA second argument | Max Filippov | 2024-04-03 | 4 | -8/+10 |
* | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 2 | -0/+11 |
|\ \ |
|
| * | | Introduce cpu_dcache_is_aliasing() across all architectures | Mathieu Desnoyers | 2024-02-23 | 2 | -0/+11 |
| |/ |
|
* | | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-03-12 | 2 | -1/+2 |
|\ \ |
|
| * | | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 2 | -1/+2 |
| |/ |
|
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 2024-03-11 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | block: pass a queue_limits argument to blk_alloc_disk | Christoph Hellwig | 2024-02-20 | 1 | -3/+5 |
* | | work around gcc bugs with 'asm goto' with outputs | Linus Torvalds | 2024-02-10 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2024-01-19 | 1 | -2/+4 |
|\ |
|
| * | mm: Introduce flush_cache_vmap_early() | Alexandre Ghiti | 2023-12-14 | 1 | -2/+4 |
* | | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2024-01-18 | 1 | -1/+1 |
|\ \ |
|
| * | | tty: xtensa/iss: use u8 | Jiri Slaby (SUSE) | 2023-12-08 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2024-01-17 | 4 | -6/+12 |
|\ \ |
|
| * | | xtensa: don't produce FDPIC output with fdpic toolchain | Max Filippov | 2024-01-12 | 1 | -1/+5 |
| * | | xtensa: Use PCI_HEADER_TYPE_MFD instead of literal | Ilpo Järvinen | 2023-11-29 | 1 | -3/+5 |
| * | | xtensa: replace <asm-generic/export.h> with <linux/export.h> | Masahiro Yamada | 2023-11-29 | 1 | -1/+1 |
| * | | xtensa: fix variants path in the Kconfig help | Yujie Liu | 2023-11-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-09 | 1 | -0/+3 |
|\ \ |
|
| * | | LSM: wireup Linux Security Module syscalls | Casey Schaufler | 2023-11-13 | 1 | -0/+3 |
| |/ |
|
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-01-09 | 2 | -1/+3 |
|\ \ |
|
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 2024-01-09 | 1 | -1/+1 |
| * | | xtensa, kasan: define KASAN_SHADOW_END | Andrey Konovalov | 2023-12-29 | 1 | -0/+2 |
| |/ |
|
* / | wire up syscalls for statmount/listmount | Miklos Szeredi | 2023-12-14 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2023-11-04 | 1 | -12/+0 |
|\ |
|
| * | vgacon, arch/*: remove unused screen_info definitions | Arnd Bergmann | 2023-10-17 | 1 | -12/+0 |
* | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-02 | 1 | -1/+2 |
|\ \ |
|
| * | | arch: Reserve map_shadow_stack() syscall number for all architectures | Sohil Mehta | 2023-10-06 | 1 | -0/+1 |
| * | | syscalls: Cleanup references to sys_lookup_dcookie() | Sohil Mehta | 2023-10-03 | 1 | -1/+1 |
* | | | Merge tag 'v6.6-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2023-10-09 | 19 | -8/+34 |
|\ \ \
| | |/
| |/| |
|
| * | | xtensa: boot/lib: fix function prototypes | Max Filippov | 2023-09-20 | 1 | -2/+3 |
| * | | xtensa: umulsidi3: fix conditional expression | Randy Dunlap | 2023-09-20 | 1 | -1/+3 |
| * | | xtensa: boot: don't add include-dirs | Randy Dunlap | 2023-09-20 | 1 | -2/+1 |
| * | | xtensa: iss/network: make functions static | Randy Dunlap | 2023-09-20 | 1 | -2/+2 |