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
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
Masahiro Yamada
1
-4
/
+4
2023-08-11
ARCv2: entry: rewrite to enable use of double load/stores LDD/STD
Vineet Gupta
2
-157
/
+158
2023-08-11
ARCv2: entry: avoid a branch
Vineet Gupta
1
-3
/
+2
2023-08-11
ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE
Vineet Gupta
1
-8
/
+0
2023-08-11
ARCv2: entry: comments about hardware auto-save on taken interrupts
Vineet Gupta
1
-16
/
+62
2022-11-03
arc: iounmap() arg is volatile
Randy Dunlap
1
-1
/
+1
2021-11-06
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+2
2021-01-19
arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
Randy Dunlap
1
-0
/
+1
2020-07-16
ARC: elf: use right ELF_ARCH
Vineet Gupta
1
-1
/
+1
2020-03-18
ARC: define __ALIGN_STR and __ALIGN symbols for ARC
Eugeniy Paltsev
1
-0
/
+2
2019-12-13
ARC: IOC: panic if kernel was started with previously enabled IOC
Eugeniy Paltsev
1
-0
/
+2
2019-06-25
ARC: fix build warnings
Vineet Gupta
1
-4
/
+10
2019-03-23
ARCv2: don't assume core 0x54 has dual issue
Vineet Gupta
1
-0
/
+8
2019-03-23
ARCv2: support manual regfile save on interrupts
Vineet Gupta
1
-0
/
+54
2019-03-23
ARC: uacces: remove lp_start, lp_end from clobber list
Vineet Gupta
1
-4
/
+4
2019-03-05
ARC: fix __ffs return value to avoid build warnings
Eugeniy Paltsev
1
-3
/
+3
2019-02-27
ARC: define ARCH_SLAB_MINALIGN = 8
Alexey Brodkin
1
-0
/
+11
2019-01-31
ARC: perf: map generic branches to correct hardware condition
Eugeniy Paltsev
1
-1
/
+2
2018-12-21
ARC: io.h: Implement reads{x}()/writes{x}()
Jose Abreu
1
-0
/
+72
2018-09-04
ARC: dma [IOC] Enable per device io coherency
Eugeniy Paltsev
1
-0
/
+13
2018-08-31
ARC: atomics: unbork atomic_fetch_##op()
Will Deacon
1
-1
/
+1
2018-08-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-69
/
+17
2018-07-30
arc: fix build errors in arc/include/asm/delay.h
Randy Dunlap
1
-0
/
+3
2018-07-27
ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size
Eugeniy Paltsev
1
-1
/
+3
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-7
/
+8
2018-07-20
Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
5
-7
/
+8
2018-07-11
ARC: mm: allow mprotect to make stack mappings executable
Vineet Gupta
1
-1
/
+1
2018-07-09
ARC: Fix CONFIG_SWAP
Alexey Brodkin
1
-1
/
+1
2018-07-09
ARC: [arcompact] entry.S: minor code movement
Vineet Gupta
2
-3
/
+6
2018-06-21
atomics/treewide: Clean up '*_andnot()' ifdeffery
Mark Rutland
1
-4
/
+4
2018-06-21
atomics/treewide: Make conditional inc/dec ops optional
Mark Rutland
1
-0
/
+1
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
1
-11
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
1
-10
/
+0
2018-06-21
atomics/arc: Define atomic64_fetch_add_unless()
Mark Rutland
1
-13
/
+12
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-28
/
+0
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
1
-1
/
+0
2018-06-21
atomics/treewide: Remove redundant atomic_inc_not_zero() definitions
Mark Rutland
1
-2
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-21
ARC/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-2
/
+0
2018-06-20
ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
Alexey Brodkin
1
-2
/
+0
2018-06-07
mm: introduce ARCH_HAS_PTE_SPECIAL
Laurent Dufour
1
-2
/
+0
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-05-19
arc: use generic dma_noncoherent_ops
Christoph Hellwig
2
-21
/
+1
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-6
/
+0
2018-04-19
time: Add an asm-generic/compat.h file
Arnd Bergmann
1
-0
/
+1
2018-03-01
Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
1
-1
/
+1
2018-02-21
bug.h: work around GCC PR82365 in BUG()
Arnd Bergmann
1
-1
/
+2
2018-02-01
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+0
2018-01-31
arc: use generic_pmdp_establish as pmdp_establish
Kirill A. Shutemov
1
-0
/
+3
[next]