index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-16
ARC: fix potential build snafu
Vineet Gupta
1
-5
/
+0
2021-09-05
Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
21
-1394
/
+1119
2021-09-02
Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-72
/
+0
2021-08-26
ARC: mm: support 4 levels of page tables
Vineet Gupta
3
-5
/
+62
2021-08-26
ARC: mm: support 3 levels of page tables
Vineet Gupta
4
-6
/
+81
2021-08-26
ARC: mm: switch to asm-generic/pgalloc.h
Vineet Gupta
1
-41
/
+1
2021-08-26
ARC: mm: switch pgtable_t back to struct page *
Vineet Gupta
4
-50
/
+25
2021-08-26
ARC: mm: disintegrate pgtable.h into levels and flags
Vineet Gupta
3
-273
/
+248
2021-08-26
ARC: mm: disintegrate mmu.h (arcv2 bits out)
Vineet Gupta
3
-84
/
+105
2021-08-25
ARC: mm: move MMU specific bits out of entry code ...
Vineet Gupta
1
-0
/
+8
2021-08-25
ARC: mm: move MMU specific bits out of ASID allocator
Vineet Gupta
2
-15
/
+26
2021-08-25
ARC: mm: non-functional code movement/cleanup
Vineet Gupta
1
-14
/
+16
2021-08-25
ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
Vineet Gupta
2
-10
/
+10
2021-08-25
ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
Vineet Gupta
1
-3
/
+0
2021-08-25
ARC: mm: Enable STRICT_MM_TYPECHECKS
Vineet Gupta
1
-26
/
+0
2021-08-25
ARC: mm: move mmu/cache externs out to setup.h
Vineet Gupta
3
-10
/
+10
2021-08-25
ARC: mm: remove tlb paranoid code
Vineet Gupta
1
-6
/
+0
2021-08-25
ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
Vineet Gupta
4
-36
/
+1
2021-08-25
ARC: retire MMUv1 and MMUv2 support
Vineet Gupta
3
-143
/
+6
2021-08-25
ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
Vineet Gupta
2
-23
/
+27
2021-08-25
ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
Vineet Gupta
1
-9
/
+2
2021-08-25
ARC: cmpxchg/xchg: rewrite as macros to make type safe
Vineet Gupta
1
-96
/
+117
2021-08-25
ARC: xchg: !LLSC: remove UP micro-optimization/hack
Vineet Gupta
1
-7
/
+1
2021-08-25
ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
Vineet Gupta
1
-2
/
+2
2021-08-25
ARC: switch to generic bitops
Vineet Gupta
2
-196
/
+2
2021-08-25
ARC: atomics: implement relaxed variants
Vineet Gupta
2
-30
/
+26
2021-08-25
ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
Vineet Gupta
1
-0
/
+6
2021-08-25
ARC: atomic: !LLSC: use int data type consistently
Vineet Gupta
1
-2
/
+2
2021-08-25
ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
Vineet Gupta
1
-13
/
+4
2021-08-25
ARC: atomics: disintegrate header
Vineet Gupta
4
-424
/
+461
2021-08-04
arc: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2
-2
/
+2
2021-07-28
asm-generic: remove extra strn{cpy_from,len}_user declarations
Arnd Bergmann
1
-5
/
+0
2021-07-23
arc: use generic strncpy/strnlen from_user
Arnd Bergmann
1
-78
/
+5
2021-07-23
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
1
-4
/
+10
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+2
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2
-2
/
+2
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
1
-6
/
+0
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-40
/
+0
2021-06-29
arc: remove support for DISCONTIGMEM
Mike Rapoport
1
-40
/
+0
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-35
/
+35
2021-05-26
locking/atomic: arc: move to ARCH_ATOMIC
Mark Rutland
2
-35
/
+35
2021-05-10
ARC: mm: PAE: use 40-bit physical page mask
Vladimir Isaev
2
-9
/
+15
2021-05-10
arc: Fix typos/spellos
Bhaskar Chowdhury
1
-2
/
+2
2021-01-05
arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
Randy Dunlap
1
-0
/
+1
2020-12-30
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
1
-1
/
+0
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2020-12-16
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-8
/
+9
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+17
2020-12-15
arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
Mike Rapoport
1
-3
/
+17
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-20
/
+20
[next]