index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2023-09-04
44
-1033
/
+724
|
\
|
*
ARC: boot log: fix warning
Vineet Gupta
2023-08-23
1
-2
/
+4
|
*
arc: Explicitly include correct DT includes
Rob Herring
2023-08-23
1
-1
/
+0
|
*
ARC: pt_regs: create seperate type for ecr
Vineet Gupta
2023-08-18
7
-45
/
+33
|
*
ARCv2: entry: rearrange pt_regs slightly
Vineet Gupta
2023-08-18
3
-13
/
+15
|
*
ARC: entry: replace 8 byte ADD.ne with 4 byte ADD2.ne
Vineet Gupta
2023-08-18
1
-1
/
+1
|
*
ARC: entry: replace 8 byte OR with 4 byte BSET
Vineet Gupta
2023-08-18
1
-2
/
+2
|
*
ARC: entry: Add more common chores to EXCEPTION_PROLOGUE
Vineet Gupta
2023-08-18
5
-47
/
+24
|
*
ARC: entry: EV_MachineCheck dont re-read ECR
Vineet Gupta
2023-08-17
1
-3
/
+2
|
*
ARC: entry: ARcompact EV_ProtV to use r10 directly
Vineet Gupta
2023-08-17
1
-4
/
+2
|
*
ARC: entry: rework (non-functional)
Vineet Gupta
2023-08-17
6
-37
/
+39
|
*
ARC: __switch_to: move ksp to thread_info from thread_struct
Vineet Gupta
2023-08-17
5
-23
/
+20
|
*
ARC: __switch_to: asm with dwarf ops (vs. inline asm)
Vineet Gupta
2023-08-17
4
-155
/
+61
|
*
ARC: kernel stack: INIT_THREAD need not setup @init_stack in @ksp
Vineet Gupta
2023-08-17
1
-3
/
+1
|
*
ARC: entry: use gp to cache task pointer (vs. r25)
Vineet Gupta
2023-08-17
13
-154
/
+58
|
*
ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISA
Vineet Gupta
2023-08-17
5
-343
/
+268
|
*
ARC: boot log: eliminate struct cpuinfo_arc #3: don't export
Vineet Gupta
2023-08-17
2
-4
/
+0
|
*
ARC: boot log: eliminate struct cpuinfo_arc #2: cache
Vineet Gupta
2023-08-17
4
-115
/
+97
|
*
ARC: boot log: eliminate struct cpuinfo_arc #1: mm
Vineet Gupta
2023-08-17
4
-67
/
+58
|
*
ARCv2: memset: don't prefetch for len == 0 which happens a alot
Vineet Gupta
2023-08-17
1
-1
/
+2
|
*
ARC: uaccess: elide unaliged handling if hardware supports
Vineet Gupta
2023-08-17
1
-4
/
+6
|
*
ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_user
Vineet Gupta
2023-08-17
1
-0
/
+2
|
*
ARC: uaccess: remove arc specific out-of-line handles for -Os
Vineet Gupta
2023-08-17
2
-20
/
+2
|
*
ARC: atomics: Add compiler barrier to atomic operations...
Pavel Kozlov
2023-08-15
2
-6
/
+6
|
*
ARC: -Wmissing-prototype warning fixes
Vineet Gupta
2023-08-13
17
-10
/
+48
*
|
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
2
-2
/
+2
|
\
\
|
*
|
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
2
-2
/
+2
|
|
/
*
|
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-08-29
11
-11
/
+11
|
\
\
|
*
|
treewide: drop CONFIG_EMBEDDED
Randy Dunlap
2023-08-21
11
-11
/
+11
|
|
/
*
|
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
8
-97
/
+66
|
\
\
|
*
|
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
2023-08-24
1
-9
/
+0
|
*
|
arc: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-24
5
-40
/
+59
|
*
|
arc: mm: convert to GENERIC_IOREMAP
Baoquan He
2023-08-18
3
-49
/
+8
|
|
/
*
/
csky: Cast argument to virt_to_pfn() to (void *)
Linus Walleij
2023-08-10
1
-1
/
+1
|
/
*
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-07-06
1
-1
/
+1
|
\
|
*
ARC: init: Pass a pointer to virt_to_pfn() in init
Linus Walleij
2023-05-29
1
-1
/
+1
*
|
Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-07-01
1
-4
/
+4
|
\
\
|
*
|
ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
Masahiro Yamada
2023-06-15
1
-4
/
+4
|
|
/
*
|
Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-06-29
5
-5
/
+0
|
\
\
|
*
|
mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
Vlastimil Babka
2023-05-26
5
-5
/
+0
|
|
/
*
|
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-06-29
1
-14
/
+2
|
\
\
|
*
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2023-05-09
5
-15
/
+12
|
|
\
|
|
*
|
arch/arc: Implement <asm/fb.h> with generic helpers
Thomas Zimmermann
2023-04-20
1
-14
/
+2
*
|
|
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
2
-8
/
+4
|
\
\
\
|
*
|
|
mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
Linus Torvalds
2023-06-24
2
-8
/
+4
|
|
|
/
|
|
/
|
*
|
|
locking/atomic: treewide: delete arch_atomic_*() kerneldoc
Mark Rutland
2023-06-05
1
-17
/
+0
*
|
|
locking/atomic: arc: add preprocessor symbols
Mark Rutland
2023-06-05
1
-0
/
+9
*
|
|
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
2023-06-05
2
-24
/
+2
|
/
/
*
|
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
1
-2
/
+2
|
\
\
|
*
|
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2023-04-29
1
-2
/
+2
|
|
/
[next]