summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-09-14xtensa: add FDPIC and static PIE support for noMMUMax Filippov2-0/+14
2022-09-14xtensa: clean up ELF_PLAT_INIT macroMax Filippov1-4/+9
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+0
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-7/+0
2022-07-23PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-3/+0
2022-07-18xtensa: drop definition of PGD_ORDERMike Rapoport2-2/+1
2022-07-18xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-18/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-3/+0
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+2
2022-05-17xtensa: improve call0 ABI probingMax Filippov1-0/+4
2022-05-14xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-05-02xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov1-1/+1
2022-05-02xtensa: support coprocessors on SMPMax Filippov3-2/+15
2022-05-02xtensa: add xtensa_xsr macroMax Filippov1-0/+7
2022-05-02xtensa: clean up excsave1 initializationMax Filippov1-2/+2
2022-05-02xtensa: clean up declarations in coprocessor.hMax Filippov1-4/+3
2022-05-02xtensa: clean up exception handler prototypesMax Filippov1-8/+6
2022-05-02xtensa: clean up function declarations in traps.cMax Filippov1-2/+16
2022-05-02xtensa: enable KCSANMax Filippov2-7/+15