index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-29
xtensa: rearrange syscall tracing
Max Filippov
2
-6
/
+2
2019-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
2
-114
/
+18
2019-11-26
xtensa: drop unneeded headers from coprocessor.S
Max Filippov
1
-9
/
+1
2019-11-26
xtensa: entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-1
/
+1
2019-11-26
xtensa: make stack dump size configurable
Max Filippov
1
-1
/
+1
2019-11-26
xtensa: improve stack dumping
Max Filippov
1
-16
/
+11
2019-11-26
xtensa: merge .fixup with .text
Max Filippov
1
-5
/
+1
2019-11-26
xtensa: add XIP kernel support
Max Filippov
3
-2
/
+64
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-4
/
+4
2019-11-11
xtensa: use the generic uncached segment support
Christoph Hellwig
2
-110
/
+14
2019-11-04
xtensa: Move EXCEPTION_TABLE to RO_DATA segment
Kees Cook
1
-1
/
+2
2019-11-04
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Replace RODATA with RO_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
1
-1
/
+0
2019-10-20
xtensa: fix section name for start_info
Max Filippov
1
-3
/
+3
2019-10-14
xtensa: drop EXPORT_SYMBOL for outs*/ins*
Max Filippov
1
-7
/
+0
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-09-04
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
1
-2
/
+2
2019-09-01
xtensa: add support for call0 ABI in userspace
Max Filippov
4
-8
/
+61
2019-09-01
xtensa: clean up PS_WOE_BIT usage
Max Filippov
2
-5
/
+5
2019-08-26
xtensa: remove free_initrd_mem
Mike Rapoport
1
-6
/
+3
2019-08-12
xtensa: add missing isync to the cpu_reset TLB code
Max Filippov
1
-0
/
+1
2019-07-24
xtensa: fix build for cores with coprocessors
Max Filippov
1
-0
/
+1
2019-07-16
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
6
-142
/
+17
2019-07-12
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-7
/
+1
2019-07-11
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-0
/
+1
2019-07-10
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-5
/
+5
2019-07-08
xtensa: abstract 'entry' and 'retw' in assembly code
Max Filippov
3
-12
/
+17
2019-06-28
arch: wire-up pidfd_open()
Christian Brauner
1
-0
/
+1
2019-06-25
dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code
Christoph Hellwig
1
-7
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-16
xtensa: use generic pcibios_set_master and pcibios_enable_device
Max Filippov
1
-32
/
+0
2019-06-16
xtensa: drop dead PCI support code
Max Filippov
3
-97
/
+0
2019-06-16
xtensa/PCI: Remove unused variable
Guenter Roeck
1
-1
/
+0
2019-06-09
arch: wire-up clone3() syscall
Christian Brauner
1
-0
/
+1
2019-06-07
Merge tag 'xtensa-20190607' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-11
/
+2
2019-05-30
xtensa: Fix section mismatch between memblock_reserve and mem_reserve
Guenter Roeck
1
-1
/
+2
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-1
/
+1
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2
-4
/
+4
2019-05-17
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+6
2019-05-16
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
1
-0
/
+6
2019-05-14
xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
Sinan Kaya
1
-1
/
+1
2019-05-07
xtensa: add exclusive atomics support
Max Filippov
1
-0
/
+3
2019-05-06
xtensa: replace variant/core.h with asm/core.h
Max Filippov
2
-2
/
+2
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-0
/
+4
2019-04-15
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
1
-0
/
+4
2019-04-04
xtensa: fix return_address
Max Filippov
1
-1
/
+5
[prev]
[next]