index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
*
perf core: Pass max stack as a perf_callchain_entry context
Arnaldo Carvalho de Melo
2022-04-19
*
Merge 4.4.269 into android-4.4-p
Greg Kroah-Hartman
2021-05-22
|
\
|
*
ARC: entry: fix off-by-one error in syscall number validation
Vineet Gupta
2021-05-22
*
|
Merge 4.4.268 into android-4.4-p
Greg Kroah-Hartman
2021-04-28
|
\
|
|
*
arc: kernel: Return -EFAULT if copy_to_user() fails
Wang Qing
2021-04-28
*
|
Merge 4.4.249 into android-4.4-p
Greg Kroah-Hartman
2020-12-29
|
\
|
|
*
ARC: stack unwinding: don't assume non-current task is sleeping
Vineet Gupta
2020-12-29
*
|
Merge 4.4.242 into android-4.4-p
Greg Kroah-Hartman
2020-11-10
|
\
|
|
*
Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"
Vineet Gupta
2020-11-10
|
*
ARC: stack unwinding: avoid indefinite looping
Vineet Gupta
2020-11-10
*
|
Merge 4.4.231 into android-4.4-p
Greg Kroah-Hartman
2020-07-22
|
\
|
|
*
ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE
Vineet Gupta
2020-07-22
*
|
Merge 4.4.227 into android-4.4-p
Greg Kroah-Hartman
2020-06-11
|
\
|
|
*
ARC: Fix ICCM & DCCM runtime size checks
Eugeniy Paltsev
2020-06-11
*
|
Merge 4.4.204 into android-4.4-p
Greg Kroah-Hartman
2019-11-28
|
\
|
|
*
ARC: perf: Accommodate big-endian CPU
Alexey Brodkin
2019-11-28
*
|
Merge 4.4.194 into android-4.4-p
Greg Kroah-Hartman
2019-09-21
|
\
|
|
*
ARC: export "abort" for modules
Vineet Gupta
2019-09-21
*
|
Merge 4.4.186 into android-4.4-p
Greg Kroah-Hartman
2019-07-22
|
\
|
|
*
ARC: hide unused function unw_hdr_alloc
Arnd Bergmann
2019-07-21
*
|
Merge 4.4.185 into android-4.4-p
Greg Kroah-Hartman
2019-07-10
|
\
|
|
*
ARC: handle gcc generated __builtin_trap for older compiler
Vineet Gupta
2019-07-10
|
*
ARC: Assume multiplier is always present
Vineet Gupta
2019-07-10
*
|
Merge 4.4.177 into android-4.4-p
Greg Kroah-Hartman
2019-03-23
|
\
|
|
*
ARCv2: Enable unaligned access in early ASM code
Eugeniy Paltsev
2019-03-23
*
|
Merge 4.4.161 into android-4.4-p
Greg Kroah-Hartman
2018-10-13
|
\
|
|
*
ARC: clone syscall to setp r25 as thread pointer
Vineet Gupta
2018-10-13
*
|
Merge 4.4.152 into android-4.4-p
Greg Kroah-Hartman
2018-08-24
|
\
|
|
*
ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
Alexey Brodkin
2018-08-24
*
|
BACKPORT: exit_thread: remove empty bodies
Jiri Slaby
2018-02-05
|
/
*
ARC: Re-enable MMU upon Machine Check exception
Jose Abreu
2017-09-27
*
ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup
Vineet Gupta
2017-02-14
*
ARC: [arcompact] handle unaligned access delay slot corner case
Vineet Gupta
2017-02-01
*
ARC: timer: rtc: implement read loop in "C" vs. inline asm
Vineet Gupta
2016-11-18
*
arc: don't leak bits of kernel stack into coredump
Al Viro
2016-10-28
*
arc: unwind: warn only once if DW2_UNWIND is disabled
Alexey Brodkin
2016-08-10
*
ARCv2: LLSC: software backoff is NOT needed starting HS2.1c
Vineet Gupta
2016-07-27
*
ARCv2: Check for LL-SC livelock only if LLSC is enabled
Vineet Gupta
2016-07-27
*
ARCv2: SMP: Emulate IPI to self using software triggered interrupt
Vineet Gupta
2016-03-03
*
ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
Vineet Gupta
2016-03-03
*
ARC: dw2 unwind: Catch Dwarf SNAFUs early
Vineet Gupta
2015-12-21
*
ARC: dw2 unwind: Don't bail for CIE.version != 1
Vineet Gupta
2015-12-21
*
Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"
Vineet Gupta
2015-12-21
*
ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpu
Vineet Gupta
2015-12-17
*
ARC: rename smp operation init_irq_cpu() to init_per_cpu()
Noam Camus
2015-12-17
*
ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing
Vineet Gupta
2015-12-17
*
ARC: dw2 unwind: Reinstante unwinding out of modules
Vineet Gupta
2015-12-17
*
ARC: intc: Document arc_request_percpu_irq() better
Vineet Gupta
2015-12-12
*
ARCv2: perf: Ensure perf intr gets enabled on all cores
Vineet Gupta
2015-12-12
*
ARC: intc: No need to clear IRQ_NOAUTOEN
Vineet Gupta
2015-12-12
[next]