aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xtensa: add FDPIC and static PIE support for noMMUMax Filippov2022-09-132-0/+14
* | 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 '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 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
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-234-106/+1
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-254-97/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-9/+1
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* / xtensa: Implement "current_stack_pointer"Kees Cook2022-02-252-4/+6
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-3/+0
|\|
| * Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-3/+0
* | futex: Fix additional regressionsArnd Bergmann2021-12-111-1/+1
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
* | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-251-2/+6
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-11/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-11/+0
* | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2021-11-067-27/+166
|\ \
| * | xtensa: move section symbols to asm/sections.hMax Filippov2021-10-181-0/+41