index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
arm64: enable KEXEC_FILE config
AKASHI Takahiro
2018-12-06
3
-1
/
+27
|
*
|
arm64: cpufeature: add MMFR0 helper functions
AKASHI Takahiro
2018-12-06
1
-0
/
+48
|
*
|
arm64: add image head flag definitions
AKASHI Takahiro
2018-12-06
3
-9
/
+74
|
*
|
kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump
AKASHI Takahiro
2018-12-06
1
-3
/
+6
|
*
|
powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
AKASHI Takahiro
2018-12-06
3
-60
/
+57
|
*
|
s390, kexec_file: drop arch_kexec_mem_walk()
AKASHI Takahiro
2018-12-06
3
-10
/
+12
|
*
|
kexec_file: make kexec_image_post_load_cleanup_default() global
AKASHI Takahiro
2018-12-06
2
-1
/
+2
|
*
|
asm-generic: add kexec_file_load system call to unistd.h
AKASHI Takahiro
2018-12-06
1
-1
/
+3
|
|
/
*
|
Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core
Will Deacon
2018-12-10
11
-21
/
+129
|
\
\
|
*
|
arm64: Add configuration/documentation for Cortex-A76 erratum 1165522
Marc Zyngier
2018-12-10
2
-0
/
+13
|
*
|
arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation
Marc Zyngier
2018-12-10
1
-15
/
+51
|
*
|
arm64: KVM: Add synchronization on translation regime change for erratum 1165522
Marc Zyngier
2018-12-10
2
-0
/
+27
|
*
|
arm64: KVM: Force VHE for systems affected by erratum 1165522
Marc Zyngier
2018-12-10
3
-1
/
+14
|
*
|
arm64: Add TCR_EPD{0,1} definitions
Marc Zyngier
2018-12-10
1
-0
/
+4
|
*
|
arm64: KVM: Install stage-2 translation before enabling traps
Marc Zyngier
2018-12-10
1
-2
/
+2
|
*
|
KVM: arm64: Rework detection of SVE, !VHE systems
Marc Zyngier
2018-12-10
3
-8
/
+8
|
*
|
arm64: KVM: Make VHE Stage-2 TLB invalidation operations non-interruptible
Marc Zyngier
2018-12-10
1
-10
/
+25
|
|
/
*
|
arm64: smp: Handle errors reported by the firmware
Suzuki K Poulose
2018-12-10
1
-0
/
+1
*
|
arm64: smp: Rework early feature mismatched detection
Will Deacon
2018-12-10
3
-19
/
+19
*
|
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA
Will Deacon
2018-12-10
8
-30
/
+41
*
|
arm64: mm: Allow forcing all userspace addresses to 52-bit
Steve Capper
2018-12-10
3
-1
/
+25
*
|
arm64: mm: introduce 52-bit userspace support
Steve Capper
2018-12-10
8
-10
/
+43
*
|
arm64: mm: Prevent mismatched 52-bit VA support
Steve Capper
2018-12-10
2
-0
/
+31
*
|
arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
Steve Capper
2018-12-10
5
-0
/
+39
*
|
arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base
Steve Capper
2018-12-10
1
-0
/
+7
*
|
arm64: mm: Introduce DEFAULT_MAP_WINDOW
Steve Capper
2018-12-10
5
-6
/
+12
*
|
mm: mmap: Allow for "high" userspace addresses
Steve Capper
2018-12-10
1
-7
/
+18
*
|
arm64: kasan: Increase stack size for KASAN_EXTRA
Qian Cai
2018-12-10
1
-1
/
+6
*
|
arm64: Fix minor issues with the dcache_by_line_op macro
Will Deacon
2018-12-10
2
-12
/
+21
*
|
arm64: remove arm64ksyms.c
Mark Rutland
2018-12-10
2
-31
/
+1
*
|
arm64: frace: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
2
-5
/
+4
*
|
arm64: string: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
12
-20
/
+14
*
|
arm64: uaccess: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
5
-10
/
+11
*
|
arm64: page: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
3
-3
/
+2
*
|
arm64: smccc: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
2
-5
/
+4
*
|
arm64: tishift: use asm EXPORT_SYMBOL()
Mark Rutland
2018-12-10
2
-7
/
+5
*
|
arm64: add EXPORT_SYMBOL_NOKASAN()
Mark Rutland
2018-12-10
1
-0
/
+9
*
|
arm64: move memstart_addr export inline
Mark Rutland
2018-12-10
2
-3
/
+2
*
|
arm64: remove bitop exports
Mark Rutland
2018-12-10
1
-8
/
+0
*
|
arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraint
Will Deacon
2018-12-07
1
-1
/
+1
*
|
arm64: percpu: Rewrite per-cpu ops to allow use of LSE atomics
Will Deacon
2018-12-07
1
-230
/
+160
*
|
arm64: Avoid masking "old" for LSE cmpxchg() implementation
Will Deacon
2018-12-07
3
-4
/
+12
*
|
arm64: Avoid redundant type conversions in xchg() and cmpxchg()
Will Deacon
2018-12-07
3
-107
/
+108
*
|
arm64: preempt: Provide our own implementation of asm/preempt.h
Will Deacon
2018-12-07
3
-2
/
+101
*
|
preempt: Move PREEMPT_NEED_RESCHED definition into arch code
Will Deacon
2018-12-07
3
-3
/
+5
*
|
arm64: hugetlb: Register hugepages during arch init
Allen Pais
2018-12-06
1
-11
/
+22
*
|
arm64: crypto: add NEON accelerated XOR implementation
Jackie Liu
2018-12-06
4
-1
/
+263
*
|
arm64/neon: add workaround for ambiguous C99 stdint.h types
Jackie Liu
2018-12-06
1
-0
/
+39
*
|
arm64: entry: Remove confusing comment
Will Deacon
2018-12-06
1
-4
/
+0
*
|
arm64: entry: Place an SB sequence following an ERET instruction
Will Deacon
2018-12-06
3
-0
/
+7
[prev]
[next]