summaryrefslogtreecommitdiffstats
path: root/arch/xtensa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-261-1/+1
|\
| * Improve consistency of '#error' directive messagesNataniel Farzan2024-11-121-1/+1
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-232-0/+4
|\ \
| * | mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2024-11-111-0/+3
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| |/
* | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-211-18/+0
|\ \
| * | xtensa: remove the get_order() implementationYunsheng Lin2024-11-111-18/+0
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-211-1/+0
|\ \
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-1/+0
| |/
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-201-1/+1
|\ \
| * | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-1/+1
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-7/+1
|\ \ \
| * | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-7/+1
| | |/ | |/|
* | | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-0/+4
|\ \ \ | |/ / |/| |
| * | fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+4
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-1/+2
|\
| * mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-101-1/+2
* | xtensa: Emulate one-byte cmpxchgPaul E. McKenney2024-09-132-0/+3
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-222-6/+6
|\
| * mm: implement update_mmu_tlb() using update_mmu_tlb_range()Bang Li2024-07-042-9/+0
| * mm: add update_mmu_tlb_range()Bang Li2024-07-042-0/+9
* | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-161-1/+0
|\ \
| * | clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann2024-07-101-1/+0
| |/
* | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-1/+4
|\ \
| * | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+4
| |/
* / arch/xtensa: always_inline get_current() and current_thread_info()Suren Baghdasaryan2024-07-102-2/+2
|/
* mseal: wire up mseal syscallJeff Xu2024-05-241-0/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-7/+10
|\
| * xtensa/mm: convert check_tlb_entry() to sanity check foliosDavid Hildenbrand2024-05-061-5/+6
| * xtensa: remove uses of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)2024-04-261-2/+4
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+1
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-2/+1
| |/
* | Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2024-05-026-28/+20
|\ \ | |/ |/|
| * xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Barry Song2024-04-291-16/+8
| * tty: xtensa/iss: Use min() to fix Coccinelle warningThorsten Blum2024-04-041-4/+2
| * xtensa: fix MAKE_PC_FROM_RA second argumentMax Filippov2024-04-034-8/+10
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-152-0/+11
|\ \
| * | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-232-0/+11
| |/
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-122-1/+2
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-062-1/+2
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-3/+5
|\ \ | |/ |/|
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+5
* | work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-101-2/+2
|/
* Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-191-2/+4
|\
| * mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2023-12-141-2/+4
* | Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-1/+1
|\ \
| * | tty: xtensa/iss: use u8Jiri Slaby (SUSE)2023-12-081-1/+1
| |/
* | Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2024-01-174-6/+12
|\ \
| * | xtensa: don't produce FDPIC output with fdpic toolchainMax Filippov2024-01-121-1/+5