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
/
arc
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
2020-06-16
ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE
Vineet Gupta
2020-01-31
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2020-01-15
ARC: wireup clone3 syscall
Vineet Gupta
2019-12-08
sched/rt, ARC: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-07-08
ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause
Vineet Gupta
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-09-01
ARC: Re-enable MMU upon Machine Check exception
Jose Abreu
2016-09-30
ARC: entry: make ret_from_system_call local label
Vineet Gupta
2016-09-30
ARC: dw2 unwind: switch to .eh_frame based unwinding
Vineet Gupta
2015-11-14
ARC: [arcompact] Handle bus error from userspace as Interrupt not exception
Vineet Gupta
2015-08-20
ARC: change some branchs to jumps to resolve linkage errors
Yuriy Kolerov
2015-06-19
ARC: entry.S: micro-optimize Trap handler
Vineet Gupta
2015-06-19
ARC: entry.S: move some code around for cache locality in return path
Vineet Gupta
2015-06-19
ARC: entry.S: split into ARCompact ISA specific, common bits
Vineet Gupta
2015-06-19
ARC: entry.S: Ensure that restore_regs is local to compilation unit
Vineet Gupta
2015-06-19
ARC: entry.S: comments cleanup
Vineet Gupta
2015-06-19
ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision
Vineet Gupta
2015-06-19
ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9
Vineet Gupta
2015-06-19
ARC: entry.S: confine EXCEPTION_* macros to one file
Vineet Gupta
2015-06-19
ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}
Vineet Gupta
2015-06-19
ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}
Vineet Gupta
2015-06-19
ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions
Vineet Gupta
2015-02-02
ARC: add some more comments to ret_from_fork
Vineet Gupta
2014-05-05
ARC: Fixed spelling errors within comments
Terence Eden
2014-04-30
ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe
Vineet Gupta
2014-03-26
ARC: switch to generic ENTRY/END assembler annotations
Vineet Gupta
2013-11-06
ARC: Add support for irqflags tracing and lockdep
Vineet Gupta
2013-11-06
ARC: Reduce #ifdef'ery for unaligned access emulation
Vineet Gupta
2013-11-06
ARC: Change calling convention of do_page_fault()
Vineet Gupta
2013-08-26
ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE
Vineet Gupta
2013-08-26
ARC: Exception Handlers Code consolidation
Vineet Gupta
2013-06-26
ARC: Remove explicit passing around of ECR
Vineet Gupta
2013-06-26
ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values
Vineet Gupta
2013-06-22
ARC: pt_regs update #4: r25 saved/restored unconditionally
Vineet Gupta
2013-06-22
ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption
Vineet Gupta
2013-06-22
ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values
Vineet Gupta
2013-06-22
ARC: [mm] Remove @write argument to do_page_fault()
Vineet Gupta
2013-05-07
ARC: unaligned access emulation broken if callee-reg dest of LD/ST
Vineet Gupta
2013-05-07
ARC: unaligned access emulation error handling consolidation
Vineet Gupta
2013-03-20
ARC: Fix the typo in event identifier flags used by ptrace
Vineet Gupta
2013-03-11
ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI
Vineet Gupta
2013-02-15
ARC: Fix pt_orig_r8 access
Vineet Gupta
2013-02-15
ARC: Support for single cycle Close Coupled Mem (CCM)
Vineet Gupta
2013-02-15
ARC: Unaligned access emulation
Vineet Gupta
2013-02-15
ARC: DWARF2 .debug_frame based stack unwinder
Vineet Gupta
2013-02-15
ARC: SMP support
Vineet Gupta
2013-02-15
ARC: Support for high priority interrupts in the in-core intc
Vineet Gupta
2013-02-15
ARC: ptrace support
Vineet Gupta
2013-02-15
ARC: [optim] Cache "current" in Register r25
Vineet Gupta
2013-02-15
ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
Vineet Gupta
[next]