aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-02Merge tag 'xtensa-20240502' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-21/+13
2024-04-28xtensa: remove redundant flush_dcache_page and ARCH_IMPLEMENTS_FLUSH_DCACHE_P...Gravatar Barry Song 1-16/+8
2024-04-02xtensa: fix MAKE_PC_FROM_RA second argumentGravatar Max Filippov 2-5/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+10
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesGravatar Arnd Bergmann 1-1/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesGravatar Mathieu Desnoyers 1-0/+10
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-2/+4
2024-01-17Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+1
2023-12-29xtensa, kasan: define KASAN_SHADOW_ENDGravatar Andrey Konovalov 1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Gravatar Alexandre Ghiti 1-2/+4
2023-11-29xtensa: replace <asm-generic/export.h> with <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeGravatar Randy Dunlap 1-0/+2
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: smp: add headers for missing function prototypesGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: signal: include headers for function prototypesGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: processor.h: add init_arch() prototypeGravatar Randy Dunlap 1-0/+4
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Gravatar Randy Dunlap 1-0/+3
2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Gravatar Max Filippov 1-0/+4
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-0/+27
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-28xtensa: add XIP-aware MTD supportGravatar Max Filippov 2-0/+18
2023-08-27xtensa: PMU: fix base address for the newer hardwareGravatar Max Filippov 1-0/+9
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-4/+0
2023-08-24xtensa: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 2-11/+16
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 1-20/+12
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 7-32/+45
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+9
2023-06-16init: Remove check_bugs() leftoversGravatar Thomas Gleixner 1-18/+0
2023-06-13xtensa: add load/store exception handlerGravatar Max Filippov 1-0/+5
2023-06-13xtensa: move early_trap_init from kasan_early_init to init_archGravatar Max Filippov 1-0/+2
2023-06-12xtensa: drop ARCH_WANT_FRAME_POINTERSGravatar Max Filippov 1-9/+0
2023-06-12xtensa: report trax and perf counters in cpuinfoGravatar Max Filippov 1-0/+8
2023-06-12xtensa: add asm-prototypes.hGravatar Max Filippov 2-0/+30
2023-06-12xtensa: drop bcopy implementationGravatar Max Filippov 1-3/+0
2023-06-12xtensa: drop platform_halt and platform_power_offGravatar Max Filippov 1-10/+0
2023-06-12xtensa: drop platform_restartGravatar Max Filippov 1-5/+0
2023-06-12xtensa: drop platform_heartbeatGravatar Max Filippov 1-5/+0
2023-06-05locking/atomic: xtensa: add preprocessor symbolsGravatar Mark Rutland 1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-3/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 1-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2023-03-30docs: move xtensa documentation under Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2023-03-08xtensa/cpu: Mark cpu_die() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-2/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-1/+0
2023-02-02xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-5/+27
2023-01-06xtensa: drop unused members of struct thread_structGravatar Max Filippov 1-9/+0