index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-26
xtensa: mm: fix PMD folding implementation
Mike Rapoport
1
-3
/
+0
2019-11-26
xtensa: use "m" constraint instead of "r" in futex.h assembly
Max Filippov
1
-5
/
+5
2019-11-26
xtensa: use "m" constraint instead of "a" in cmpxchg.h assembly
Max Filippov
1
-15
/
+16
2019-11-26
xtensa: use named assembly arguments in cmpxchg.h
Max Filippov
1
-35
/
+35
2019-11-26
xtensa: use "m" constraint instead of "a" in atomic.h assembly
Max Filippov
1
-24
/
+28
2019-11-26
xtensa: use named assembly arguments in atomic.h
Max Filippov
1
-60
/
+60
2019-11-26
xtensa: use "m" constraint instead of "a" in bitops.h assembly
Max Filippov
1
-8
/
+10
2019-11-26
xtensa: use named assembly arguments in bitops.h
Max Filippov
1
-28
/
+28
2019-11-26
xtensa: use macros to generate *_bit and test_and_*_bit functions
Max Filippov
1
-229
/
+92
2019-11-26
xtensa: use "m" constraint instead of "a" in uaccess.h assembly
Max Filippov
1
-8
/
+8
2019-11-26
xtensa: add XIP kernel support
Max Filippov
3
-0
/
+21
2019-11-11
arch: rely on asm-generic/io.h for default ioremap_* definitions
Christoph Hellwig
1
-4
/
+0
2019-11-11
xtensa: clean up ioremap
Christoph Hellwig
1
-10
/
+4
2019-11-11
xtensa: use the generic uncached segment support
Christoph Hellwig
1
-27
/
+0
2019-10-21
xtensa: move MPU constants from .data to .ref.rodata
Max Filippov
1
-1
/
+2
2019-10-21
xtensa: move XCHAL_KIO_* definitions to kmem_layout.h
Max Filippov
2
-39
/
+32
2019-10-21
xtensa: clean up empty include files
Max Filippov
3
-34
/
+2
2019-10-16
xtensa: fix change_bit in exclusive access option
Max Filippov
1
-1
/
+1
2019-10-15
xtensa: fix type conversion in __get_user_[no]check
Max Filippov
1
-26
/
+29
2019-10-14
xtensa: clean up assembly arguments in uaccess macros
Max Filippov
1
-21
/
+21
2019-10-14
xtensa: fix {get,put}_user() for 64bit values
Al Viro
1
-2
/
+11
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-2
/
+2
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-1
/
+0
2019-09-25
mm: remove quicklist page table caches
Nicholas Piggin
1
-3
/
+0
2019-09-02
xtensa: virt: move PCI root complex to KIO range
Max Filippov
1
-0
/
+1
2019-09-01
xtensa: add support for call0 ABI in userspace
Max Filippov
1
-1
/
+8
2019-09-01
xtensa: clean up PS_WOE_BIT usage
Max Filippov
2
-1
/
+2
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
1
-1
/
+1
2019-07-16
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
3
-33
/
+46
2019-07-15
docs: xtensa: convert to ReST
Mauro Carvalho Chehab
1
-1
/
+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-08
xtensa: abstract 'entry' and 'retw' in assembly code
Max Filippov
1
-0
/
+46
2019-06-28
xtensa: remove arch/xtensa/include/asm/types.h
Max Filippov
1
-23
/
+0
2019-06-24
binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
Christoph Hellwig
1
-1
/
+1
2019-06-24
binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable
Christoph Hellwig
1
-1
/
+0
2019-06-24
binfmt_flat: remove flat_old_ram_flag
Christoph Hellwig
1
-1
/
+0
2019-06-24
binfmt_flat: provide a default version of flat_get_relocate_addr
Christoph Hellwig
1
-1
/
+0
2019-06-24
binfmt_flat: remove flat_set_persistent
Christoph Hellwig
1
-1
/
+0
2019-06-24
binfmt_flat: remove flat_reloc_valid
Christoph Hellwig
1
-1
/
+0
2019-06-21
arch: handle arches who do not yet define clone3
Christian Brauner
1
-0
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
3
-12
/
+3
2019-06-17
xtensa: drop dead PCI support code
Max Filippov
1
-10
/
+0
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-05-18
arch: remove dangling asm-generic wrappers
Masahiro Yamada
1
-1
/
+0
2019-05-16
Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-16
/
+0
2019-05-15
xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
Sinan Kaya
1
-1
/
+1
2019-05-11
Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
19
-79
/
+362
2019-05-08
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2019-05-07
xtensa: implement initialize_cacheattr for MPU cores
Max Filippov
2
-1
/
+37
2019-05-07
xtensa: add exclusive atomics support
Max Filippov
6
-6
/
+264
[prev]
[next]