index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-21
ARC: hide unused function unw_hdr_alloc
Arnd Bergmann
1
-5
/
+4
2019-07-10
ARC: handle gcc generated __builtin_trap for older compiler
Vineet Gupta
1
-0
/
+8
2019-04-20
ARC: u-boot args: check that magic number is correct
Eugeniy Paltsev
2
-0
/
+9
2019-03-23
ARCv2: support manual regfile save on interrupts
Vineet Gupta
2
-1
/
+5
2019-02-27
ARC: U-boot: check arguments paranoidly
Eugeniy Paltsev
2
-27
/
+64
2019-02-27
ARCv2: Enable unaligned access in early ASM code
Eugeniy Paltsev
1
-0
/
+10
2018-10-13
ARC: clone syscall to setp r25 as thread pointer
Vineet Gupta
1
-0
/
+20
2018-08-24
ARC: Improve cmpxchg syscall implementation
Peter Zijlstra
1
-11
/
+36
2018-08-24
ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
Alexey Brodkin
1
-1
/
+1
2018-05-30
ARC: setup cpu possible mask according to possible-cpus dts property
Eugeniy Paltsev
1
-10
/
+40
2018-05-30
ARC: mcip: update MCIP debug mask when the new cpu came online
Eugeniy Paltsev
1
-5
/
+32
2018-05-30
ARC: mcip: halt GFRC counter when ARC cores halt
Eugeniy Paltsev
1
-0
/
+37
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-11
ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSC
Vineet Gupta
1
-0
/
+5
2017-10-03
ARCv2: boot log: identify HS48 cores (dual issue)
Vineet Gupta
1
-3
/
+14
2017-10-03
ARC: boot log: decontaminate ARCv2 ISA_CONFIG register
Vineet Gupta
1
-4
/
+11
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2
-2
/
+2
2017-09-08
Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
7
-21
/
+60
2017-09-08
Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-23
/
+0
2017-09-01
ARC: Re-enable MMU upon Machine Check exception
Jose Abreu
1
-0
/
+6
2017-09-01
ARC: Show fault information passed to show_kernel_fault_diag()
Jose Abreu
2
-2
/
+5
2017-09-01
ARC: [plat-hsdk] initial port for HSDK board
Alexey Brodkin
1
-2
/
+3
2017-08-28
ARCv2: SMP: Mask only private-per-core IRQ lines on boot at core intc
Alexey Brodkin
2
-3
/
+10
2017-08-28
ARC: [plat-eznps] handle extra aux regs #2: kernel/entry exit
Liav Rehana
1
-0
/
+4
2017-08-28
ARC: set boot print log level to PR_INFO
Noam Camus
1
-3
/
+3
2017-08-28
ARC: [plat-eznps] Handle user memory error same in simulation and silicon
Noam Camus
1
-1
/
+1
2017-08-28
ARC: [plat-eznps] use schd.wft instruction instead of sleep at idle task
Noam Camus
1
-1
/
+12
2017-08-28
ARC: create cpu specific version of arch_cpu_idle()
Vineet Gupta
1
-2
/
+16
2017-08-28
ARC: typos fix in kernel/entry-compact.S
Liav Rehana
1
-11
/
+11
2017-08-11
arc: Mask individual IRQ lines during core INTC init
Alexey Brodkin
2
-1
/
+16
2017-08-02
ARC: Remove empty kernel/pcibios.c
Palmer Dabbelt
2
-10
/
+0
2017-08-02
PCI: Add a generic weak pcibios_align_resource()
Palmer Dabbelt
1
-9
/
+0
2017-08-02
PCI: Add a generic weak pcibios_fixup_bus()
Palmer Dabbelt
1
-4
/
+0
2017-06-14
clocksource/drivers: Rename clocksource_probe to timer_probe
Daniel Lezcano
1
-1
/
+1
2017-05-09
Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
1
-3
/
+59
2017-05-08
scripts/spelling.txt: add regsiter -> register spelling mistake
Stephen Boyd
1
-1
/
+1
2017-05-03
ARCv2: ptrace: provide regset for accumulator/r30 regs
Vineet Gupta
1
-3
/
+59
2017-04-20
ARCv2: entry: save Accumulator register pair (r58:59) if present
Vineet Gupta
1
-9
/
+21
2017-03-20
ARCv2: make unimplemented vectors as no-ops rather than halt core
Vineet Gupta
1
-3
/
+9
2017-03-05
ARC: get rate from clk driver instead of reading device tree
Vlad Zakharov
1
-4
/
+12
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
4
-0
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-02-27
mm: add new mmget() helper
Vegard Nossum
1
-1
/
+1
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "aligment" pattern and fix typo instances
Masahiro Yamada
1
-2
/
+2
[next]