summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-5/+0
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-7/+0
2025-11-22crypto: ansi_cprng - Remove unused ansi_cprng algorithmEric Biggers7-7/+0
2025-11-21serial: drop SERIAL_8250_DEPRECATED_OPTIONSJiri Slaby (SUSE)5-5/+0
2025-11-03arch: hookup listns() system callChristian Brauner1-0/+1
2025-10-15Merge tag 'ext4_for_linus-6.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-7/+7
2025-10-14Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigsTheodore Ts'o7-7/+7
2025-10-10Merge tag 'xtensa-20251010' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-3/+8
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-8/+8
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-30Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-22mm: constify highmem related functions for improved const-correctnessMax Kellermann1-1/+1
2025-09-22kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov1-1/+1
2025-09-16kill FIRST_USER_PGD_NRAl Viro1-1/+0
2025-09-15xtensa: use HZ_PER_MHZ in platform_calibrate_ccountThorsten Blum1-2/+3
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-6/+6
2025-09-09xtensa: Add __attribute_const__ to ffs()-family implementationsKees Cook1-5/+5
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-09-01xtensa: simdisk: add input size check in proc_write_simdiskMiaoqian Lin1-1/+5
2025-08-09Merge tag 'xtensa-20250808' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds19-43/+43
2025-07-29Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-2/+2
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-07-28Merge tag 'pull-headers_param' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-32/+0
2025-07-15xtensa: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn1-0/+2
2025-06-25loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.hAl Viro1-1/+0
2025-06-25xtensa: get rid uapi/asm/param.hAl Viro1-31/+0
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-06-06xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth16-37/+37
2025-06-06xtensa: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headersThomas Huth3-6/+6
2025-06-03Merge tag 'xtensa-20250603' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds12-15/+12
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+18
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-05-21xtensa/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+7
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+11
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-6/+0
2025-04-21fs: remove uselib() system callChristian Brauner1-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-57/+19
2025-03-25Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+1
2025-03-25arch: xtensa: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEXJohan Korsnes1-1/+0
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-9/+0
2025-03-18arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-29/+0
2025-03-18arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-2/+0