summaryrefslogtreecommitdiff
path: root/arch/xtensa/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-2/+2
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-2/+2
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\ \
| * | xtensa/cpu: Mark cpu_die() __noreturnJosh Poimboeuf2023-03-081-1/+1
| |/
* | docs: move xtensa documentation under Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-2/+2
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-5/+27
* xtensa: drop unused members of struct thread_structMax Filippov2023-01-061-9/+0
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-8/+1
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+2
|\ \
| * | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+2
| |/
* | xtensa: add FDPIC and static PIE support for noMMUMax Filippov2022-09-133-0/+18
* | xtensa: clean up ELF_PLAT_INIT macroMax Filippov2022-09-131-4/+9
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-20/+1
|\
| * xtensa: drop definition of PGD_ORDERMike Rapoport2022-07-172-2/+1
| * xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-3/+0
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-3/+0
| |/
* | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-7/+0
* | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-3/+0
|/
* Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-4/+2
|\
| * xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-4/+2
* | xtensa: improve call0 ABI probingMax Filippov2022-05-171-0/+4
* | xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov2022-05-011-1/+1
* | xtensa: support coprocessors on SMPMax Filippov2022-05-013-2/+15
* | xtensa: add xtensa_xsr macroMax Filippov2022-05-011-0/+7
* | xtensa: clean up excsave1 initializationMax Filippov2022-05-011-2/+2
* | xtensa: clean up declarations in coprocessor.hMax Filippov2022-05-011-4/+3
* | xtensa: clean up exception handler prototypesMax Filippov2022-05-011-8/+6
* | xtensa: clean up function declarations in traps.cMax Filippov2022-05-011-2/+16
* | xtensa: enable KCSANMax Filippov2022-05-012-7/+15
|/
* Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-281-221/+0
|\
| * xtensa: termbits.h is identical to asm-generic oneIlpo Järvinen2022-02-251-221/+0
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \
| * | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-0/+2
|\ \
| * | mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
* | | Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-03-256-21/+50
|\ \ \ | |/ / |/| |
| * | xtensa: define update_mmu_tlb functionMax Filippov2022-03-221-0/+4
| * | xtensa: fix xtensa_wsr always writing 0Max Filippov2022-03-201-2/+2
| * | xtensa: merge stack alignment definitionsMax Filippov2022-03-193-7/+8
| * | xtensa: add helpers for division, remainder and shiftsMax Filippov2022-03-091-0/+34
| * | xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov2022-03-071-4/+3
| * | xtensa: Remove unused early_read_config_byte() et al declarationsBjorn Helgaas2022-03-061-9/+0
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \