aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-12/+0
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+2
2023-10-17vgacon, arch/*: remove unused screen_info definitionsGravatar Arnd Bergmann 1-12/+0
2023-10-09Merge tag 'v6.6-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 19-8/+34
2023-10-06arch: Reserve map_shadow_stack() syscall number for all architecturesGravatar Sohil Mehta 1-0/+1
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Gravatar Sohil Mehta 1-1/+1
2023-09-21futex: Add sys_futex_requeue()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wait()Gravatar peterz@infradead.org 1-0/+1
2023-09-21futex: Add sys_futex_wake()Gravatar peterz@infradead.org 1-0/+1
2023-09-20xtensa: boot/lib: fix function prototypesGravatar Max Filippov 1-2/+3
2023-09-20xtensa: umulsidi3: fix conditional expressionGravatar Randy Dunlap 1-1/+3
2023-09-20xtensa: boot: don't add include-dirsGravatar Randy Dunlap 1-2/+1
2023-09-20xtensa: iss/network: make functions staticGravatar Randy Dunlap 1-2/+2
2023-09-20xtensa: tlb: include <asm/tlb.h> for missing prototypeGravatar Randy Dunlap 2-0/+3
2023-09-20xtensa: hw_breakpoint: include header for missing prototypeGravatar Randy Dunlap 2-0/+2
2023-09-20xtensa: smp: add headers for missing function prototypesGravatar Randy Dunlap 2-0/+2
2023-09-20xtensa: traps: add <linux/cpu.h> for function prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: stacktrace: include <asm/ftrace.h> for prototypeGravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: signal: include headers for function prototypesGravatar Randy Dunlap 2-0/+3
2023-09-20xtensa: processor.h: add init_arch() prototypeGravatar Randy Dunlap 1-0/+4
2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Gravatar Randy Dunlap 2-1/+3
2023-09-20xtensa: irq: include <asm/traps.h>Gravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: fault: include <asm/traps.h>Gravatar Randy Dunlap 1-0/+1
2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Gravatar Max Filippov 1-0/+4
2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 7-5/+56
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-26/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-114/+89
2023-08-28xtensa: add XIP-aware MTD supportGravatar Max Filippov 5-1/+34
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-27xtensa: PMU: fix base address for the newer hardwareGravatar Max Filippov 2-4/+22
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Gravatar Matthew Wilcox (Oracle) 1-4/+0
2023-08-24xtensa: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 3-47/+63
2023-08-21treewide: drop CONFIG_EMBEDDEDGravatar Randy Dunlap 1-1/+1
2023-08-18xtensa: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 3-64/+27
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+1
2023-08-11tty: xtensa/iss: drop unneeded tty_operations hooksGravatar Jiri Slaby (SUSE) 1-24/+0
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-07-10xtensa: fix unaligned and load/store configuration interactionGravatar Max Filippov 2-21/+16
2023-07-10xtensa: ISS: fix call to split_if_specGravatar Max Filippov 1-1/+1
2023-07-10xtensa: ISS: add comment about etherdev freeingGravatar Max Filippov 1-0/+1
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-56/+0
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 2-11/+4
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+5
2023-06-27Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 41-326/+467
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+9
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-18/+0