index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-06-29
context_tracking: Split user tracking Kconfig
Frederic Weisbecker
2022-06-29
context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...
Frederic Weisbecker
2022-06-20
xtensa: change '.bss' to '.section .bss'
Max Filippov
2022-05-17
xtensa: improve call0 ABI probing
Max Filippov
2022-05-01
xtensa: clean up labels in the kernel entry assembly
Max Filippov
2022-05-01
xtensa: don't leave invalid TLB entry in fast_store_prohibited
Max Filippov
2022-05-01
xtensa: add hibernation support
Max Filippov
2022-05-01
xtensa: support coprocessors on SMP
Max Filippov
2022-05-01
xtensa: enable context tracking
Max Filippov
2022-05-01
xtensa: use abi_* register names in the kernel exit code
Max Filippov
2022-05-01
xtensa: move trace_hardirqs_off call back to entry.S
Max Filippov
2022-05-01
xtensa: drop dead code from entry.S
Max Filippov
2022-03-19
xtensa: clean up kernel exit assembly code
Max Filippov
2022-03-19
xtensa: rearrange NMI exit path
Max Filippov
2022-03-07
xtensa: rename PT_SIZE to PT_KERNEL_SIZE
Max Filippov
2022-01-08
exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_dead
Eric W. Biederman
2021-10-18
xtensa: only build windowed register support code when needed
Max Filippov
2021-10-18
xtensa: use register window specific opcodes only when present
Max Filippov
2021-10-18
xtensa: implement call0 ABI support in assembly
Max Filippov
2020-11-12
xtensa: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-07-31
xtensa: add missing exclusive access state management
Max Filippov
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-05-25
xtensa: Fix spelling/grammar in comment
Chris Packham
2020-02-07
Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2020-02-04
xtensa: move fast exception handlers close to vectors
Max Filippov
2019-12-08
sched/rt, xtensa: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-11-29
xtensa: clean up system_call/xtensa_rt_sigreturn interaction
Max Filippov
2019-11-29
xtensa: fix system_call interaction with ptrace
Max Filippov
2019-11-29
xtensa: rearrange syscall tracing
Max Filippov
2019-11-26
xtensa: entry: Remove unneeded need_resched() loop
Valentin Schneider
2019-09-01
xtensa: add support for call0 ABI in userspace
Max Filippov
2019-09-01
xtensa: clean up PS_WOE_BIT usage
Max Filippov
2019-07-08
xtensa: abstract 'entry' and 'retw' in assembly code
Max Filippov
2019-04-03
xtensa: use actual syscall number in do_syscall_trace_leave
Max Filippov
2018-12-17
xtensa: call do_syscall_trace_{enter,leave} selectively
Max Filippov
2018-12-17
xtensa: use NO_SYSCALL instead of -1
Max Filippov
2018-12-03
xtensa: drop fast_syscall_kernel
Max Filippov
2018-12-02
xtensa: add __NR_syscalls along with __NR_syscall_count
Firoz Khan
2018-06-14
Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables
Linus Torvalds
2017-12-16
xtensa: enable stack protector
Max Filippov
2017-12-10
xtensa: clean up fixups in assembly code
Max Filippov
2017-12-10
xtensa: use call instead of callx in assembly code
Max Filippov
2017-12-10
xtensa: build kernel with text-section-literals
Max Filippov
2017-05-01
xtensa: use generic tracehooks
Max Filippov
2016-10-11
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-09-27
xtensa: split uaccess.h into C and asm sides
Al Viro
2016-07-24
xtensa: cleanup MMU setup and kernel layout macros
Max Filippov
2016-03-11
xtensa: support hardware breakpoints/watchpoints
Max Filippov
[next]