summaryrefslogtreecommitdiff
path: root/arch/xtensa/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+10
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-19Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-2/+4
2024-01-17Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2023-12-29xtensa, kasan: define KASAN_SHADOW_ENDAndrey Konovalov1-0/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-2/+4
2023-11-29xtensa: replace <asm-generic/export.h> with <linux/export.h>Masahiro Yamada1-1/+1
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeRandy Dunlap1-0/+2
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeRandy Dunlap1-0/+1
2023-09-20xtensa: smp: add headers for missing function prototypesRandy Dunlap1-0/+1
2023-09-20xtensa: signal: include headers for function prototypesRandy Dunlap1-0/+1
2023-09-20xtensa: processor.h: add init_arch() prototypeRandy Dunlap1-0/+4
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap1-0/+3
2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov1-0/+4
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-0/+27
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-29xtensa: add XIP-aware MTD supportMax Filippov2-0/+18
2023-08-28xtensa: PMU: fix base address for the newer hardwareMax Filippov1-0/+9
2023-08-25mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)1-4/+0
2023-08-25xtensa: implement the new page table range APIMatthew Wilcox (Oracle)2-11/+16
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPBaoquan He1-20/+12
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-28Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds7-32/+45
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2023-06-16init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2023-06-14xtensa: add load/store exception handlerMax Filippov1-0/+5
2023-06-14xtensa: move early_trap_init from kasan_early_init to init_archMax Filippov1-0/+2
2023-06-13xtensa: drop ARCH_WANT_FRAME_POINTERSMax Filippov1-9/+0
2023-06-13xtensa: report trax and perf counters in cpuinfoMax Filippov1-0/+8
2023-06-13xtensa: add asm-prototypes.hMax Filippov2-0/+30
2023-06-13xtensa: drop bcopy implementationMax Filippov1-3/+0
2023-06-13xtensa: drop platform_halt and platform_power_offMax Filippov1-10/+0
2023-06-13xtensa: drop platform_restartMax Filippov1-5/+0
2023-06-13xtensa: drop platform_heartbeatMax Filippov1-5/+0
2023-06-05locking/atomic: xtensa: add preprocessor symbolsMark Rutland1-0/+9
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-3/+0
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda1-2/+2
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-03-30docs: move xtensa documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-03-08xtensa/cpu: Mark cpu_die() __noreturnJosh Poimboeuf1-1/+1
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+27
2023-01-07xtensa: drop unused members of struct thread_structMax Filippov1-9/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-8/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0