summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'xtensa-20250126' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-5/+4
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-5/+1
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-1/+1
2024-12-10xtensa/simdisk: Use str_write_read() helper in simdisk_transfer()Thorsten Blum1-1/+2
2024-12-09xtensa: Remove zero-length alignment arrayThorsten Blum1-3/+1
2024-12-09xtensa: annotate dtb_start variable as static __initdataMasahiro Yamada1-1/+1
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+4
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-18/+0
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+1
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-12Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-11xtensa: remove the get_order() implementationYunsheng Lin1-18/+0
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes1-0/+3
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-1/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-7/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2024-09-13xtensa: Emulate one-byte cmpxchgPaul E. McKenney2-0/+3
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-1/+2
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-1/+4
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-10arch/xtensa: always_inline get_current() and current_thread_info()Suren Baghdasaryan2-2/+2
2024-07-04mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2-9/+0
2024-07-04mm: add update_mmu_tlb_range()Bang Li2-0/+9
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+4
2024-05-24mseal: wire up mseal syscallJeff Xu1-0/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+10
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-2/+1
2024-05-06xtensa/mm: convert check_tlb_entry() to sanity check foliosDavid Hildenbrand1-5/+6
2024-05-02Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds6-28/+20
2024-04-29xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Barry Song1-16/+8
2024-04-26xtensa: remove uses of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)1-2/+4
2024-04-04tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum1-4/+2
2024-04-03xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov4-8/+10
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+11
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+2
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-3/+5
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+11
2024-02-20block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig1-3/+5
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2