aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+0
2022-09-13xtensa: add FDPIC and static PIE support for noMMUMax Filippov2-0/+14
2022-09-13xtensa: clean up ELF_PLAT_INIT macroMax Filippov1-4/+9
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-20/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+0
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-7/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-3/+0
2022-07-17xtensa: drop definition of PGD_ORDERMike Rapoport2-2/+1
2022-07-17xtensa/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/kernel/git/crng/randomLinus Torvalds1-4/+2
2022-05-17xtensa: improve call0 ABI probingMax Filippov1-0/+4
2022-05-13xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-05-01xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov1-1/+1
2022-05-01xtensa: support coprocessors on SMPMax Filippov3-2/+15
2022-05-01xtensa: add xtensa_xsr macroMax Filippov1-0/+7
2022-05-01xtensa: clean up excsave1 initializationMax Filippov1-2/+2
2022-05-01xtensa: clean up declarations in coprocessor.hMax Filippov1-4/+3
2022-05-01xtensa: clean up exception handler prototypesMax Filippov1-8/+6
2022-05-01xtensa: clean up function declarations in traps.cMax Filippov1-2/+16
2022-05-01xtensa: enable KCSANMax Filippov2-7/+15
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds6-21/+50
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-106/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22xtensa: define update_mmu_tlb functionMax Filippov1-0/+4
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-20xtensa: fix xtensa_wsr always writing 0Max Filippov1-2/+2
2022-03-19xtensa: merge stack alignment definitionsMax Filippov3-7/+8
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-09xtensa: add helpers for division, remainder and shiftsMax Filippov1-0/+34
2022-03-07xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov1-4/+3
2022-03-06xtensa: Remove unused early_read_config_byte() et al declarationsBjorn Helgaas1-9/+0
2022-02-25xtensa: Implement "current_stack_pointer"Kees Cook2-4/+6
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann4-97/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-9/+1
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-3/+0
2021-12-11futex: Fix additional regressionsArnd Bergmann1-1/+1
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann1-2/+6
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-3/+0
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-11/+0
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds7-27/+166
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+4