index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARC: mm: hack to allow 2 level build with 4 level code
Vineet Gupta
2021-08-26
1
-0
/
+8
*
ARC: mm: disintegrate pgtable.h into levels and flags
Vineet Gupta
2021-08-26
3
-273
/
+248
*
ARC: mm: disintegrate mmu.h (arcv2 bits out)
Vineet Gupta
2021-08-26
3
-84
/
+105
*
ARC: mm: move MMU specific bits out of entry code ...
Vineet Gupta
2021-08-24
3
-5
/
+11
*
ARC: mm: move MMU specific bits out of ASID allocator
Vineet Gupta
2021-08-24
3
-22
/
+30
*
ARC: mm: non-functional code movement/cleanup
Vineet Gupta
2021-08-24
1
-14
/
+16
*
ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)
Vineet Gupta
2021-08-24
2
-10
/
+10
*
ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag
Vineet Gupta
2021-08-24
2
-4
/
+2
*
ARC: mm: Enable STRICT_MM_TYPECHECKS
Vineet Gupta
2021-08-24
2
-27
/
+1
*
ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS
Vineet Gupta
2021-08-24
1
-5
/
+8
*
ARC: mm: move mmu/cache externs out to setup.h
Vineet Gupta
2021-08-24
3
-10
/
+10
*
ARC: mm: remove tlb paranoid code
Vineet Gupta
2021-08-24
4
-99
/
+0
*
ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
Vineet Gupta
2021-08-24
7
-40
/
+5
*
ARC: retire MMUv1 and MMUv2 support
Vineet Gupta
2021-08-24
7
-412
/
+42
*
ARC: retire ARC750 support
Vineet Gupta
2021-08-24
1
-11
/
+1
*
ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
Vineet Gupta
2021-08-24
2
-23
/
+27
*
ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
Vineet Gupta
2021-08-24
1
-9
/
+2
*
ARC: cmpxchg/xchg: rewrite as macros to make type safe
Vineet Gupta
2021-08-24
1
-96
/
+117
*
ARC: xchg: !LLSC: remove UP micro-optimization/hack
Vineet Gupta
2021-08-24
1
-7
/
+1
*
ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
Vineet Gupta
2021-08-24
1
-2
/
+2
*
ARC: switch to generic bitops
Vineet Gupta
2021-08-24
3
-198
/
+2
*
ARC: atomics: implement relaxed variants
Vineet Gupta
2021-08-24
2
-30
/
+26
*
ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
Vineet Gupta
2021-08-24
1
-0
/
+6
*
ARC: atomic: !LLSC: use int data type consistently
Vineet Gupta
2021-08-24
1
-2
/
+2
*
ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
Vineet Gupta
2021-08-24
1
-13
/
+4
*
ARC: atomics: disintegrate header
Vineet Gupta
2021-08-24
4
-424
/
+461
*
ARC: export clear_user_page() for modules
Randy Dunlap
2021-08-24
1
-1
/
+1
*
arch/arc/kernel/: fix misspellings using codespell tool
Changcheng Deng
2021-08-24
3
-3
/
+3
*
Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-08-22
3
-14
/
+31
|
\
|
*
powerpc/mm: Fix set_memory_*() against concurrent accesses
Michael Ellerman
2021-08-19
1
-13
/
+10
|
*
powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEP
Christophe Leroy
2021-08-19
1
-0
/
+20
|
*
powerpc/xive: Do not mark xive_request_ipi() as __init
Nathan Chancellor
2021-08-18
1
-1
/
+1
*
|
Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-21
1
-2
/
+2
|
\
\
|
*
|
riscv: Fix a number of free'd resources in init_resources()
Petr Pavlu
2021-08-20
1
-2
/
+2
*
|
|
Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-08-21
2
-0
/
+11
|
\
\
\
|
*
|
|
s390/pci: fix use after free of zpci_dev
Niklas Schnelle
2021-08-18
2
-0
/
+11
*
|
|
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-08-20
2
-2
/
+3
|
\
\
\
\
|
*
|
|
|
arm64: initialize all of CNTHCTL_EL2
Mark Rutland
2021-08-19
1
-2
/
+1
|
*
|
|
|
arm64: clean vdso & vdso32 files
Andrew Delgadillo
2021-08-11
1
-0
/
+2
*
|
|
|
|
Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-08-20
7
-34
/
+48
|
\
\
\
\
\
|
*
\
\
\
\
Merge tag 'qcom-arm64-fixes-for-5.14' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
2021-08-16
5
-5
/
+21
|
|
\
\
\
\
\
|
|
*
|
|
|
|
arm64: dts: qcom: sdm845-oneplus: fix reserved-mem
Caleb Connolly
2021-08-05
1
-2
/
+2
|
|
*
|
|
|
|
arm64: dts: qcom: msm8994-angler: Disable cont_splash_mem
Petr Vorel
2021-08-05
1
-0
/
+4
|
|
*
|
|
|
|
arm64: dts: qcom: sc7280: Fixup cpufreq domain info for cpu7
Sibi Sankar
2021-07-20
1
-1
/
+1
|
|
*
|
|
|
|
arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem mapping
Petr Vorel
2021-07-19
1
-0
/
+8
|
|
*
|
|
|
|
arm64: dts: qcom: msm8992-bullhead: Remove PSCI
Petr Vorel
2021-07-19
1
-0
/
+4
|
|
*
|
|
|
|
arm64: dts: qcom: c630: fix correct powerdown pin for WSA881x
Srinivas Kandagatla
2021-07-19
1
-2
/
+2
|
*
|
|
|
|
|
ARM: ixp4xx: fix building both pci drivers
Arnd Bergmann
2021-08-12
1
-24
/
+24
|
*
|
|
|
|
|
ARM: configs: Update the nhk8815_defconfig
Linus Walleij
2021-08-12
1
-5
/
+3
*
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-08-16
3
-7
/
+17
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
[next]