index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()
Miles Chen
1
-0
/
+1
2018-12-13
arm64: sysreg: Use _BITUL() when defining register bits
Will Deacon
1
-40
/
+41
2018-12-13
arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches
Will Deacon
3
-89
/
+99
2018-12-13
arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4
Will Deacon
3
-17
/
+8
2018-12-13
arm64: docs: document pointer authentication
Mark Rutland
4
-0
/
+116
2018-12-13
arm64: ptr auth: Move per-thread keys from thread_info to thread_struct
Will Deacon
4
-8
/
+7
2018-12-13
arm64: enable pointer authentication
Mark Rutland
1
-0
/
+23
2018-12-13
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
6
-0
/
+71
2018-12-13
arm64: perf: strip PAC when unwinding userspace
Mark Rutland
2
-1
/
+12
2018-12-13
arm64: expose user PAC bit positions via ptrace
Mark Rutland
6
-2
/
+57
2018-12-13
arm64: add basic pointer authentication support
Mark Rutland
6
-0
/
+104
2018-12-13
arm64/cpufeature: detect pointer authentication
Mark Rutland
3
-1
/
+109
2018-12-13
arm64: Don't trap host pointer auth use to EL2
Mark Rutland
1
-1
/
+3
2018-12-13
arm64/kvm: hide ptrauth from guests
Mark Rutland
2
-0
/
+26
2018-12-13
arm64/kvm: consistently handle host HCR_EL2 flags
Mark Rutland
3
-4
/
+4
2018-12-13
arm64: add pointer authentication register bits
Mark Rutland
2
-1
/
+32
2018-12-13
arm64: add comments about EC exception levels
Kristina Martsenko
1
-7
/
+7
2018-12-13
arm64: perf: Treat EXCLUDE_EL* bit definitions as unsigned
Will Deacon
1
-3
/
+3
2018-12-13
arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field
Will Deacon
1
-0
/
+6
2018-12-12
Merge branch 'for-next/perf' into aarch64/for-next/core
Will Deacon
10
-184
/
+1205
2018-12-12
arm64: enable per-task stack canaries
Ard Biesheuvel
5
-2
/
+23
2018-12-12
arm64: Add memory hotplug support
Robin Murphy
4
-0
/
+38
2018-12-12
arm64: percpu: Fix LSE implementation of value-returning pcpu atomics
Will Deacon
1
-1
/
+1
2018-12-12
arm64: add <asm/asm-prototypes.h>
Mark Rutland
1
-0
/
+26
2018-12-12
arm64: mm: Introduce MAX_USER_VA_BITS definition
Will Deacon
3
-10
/
+8
2018-12-11
arm64: fix ARM64_USER_VA_BITS_52 builds
Arnd Bergmann
1
-1
/
+1
2018-12-11
arm64: preempt: Fix big-endian when checking preempt count in assembly
Will Deacon
2
-9
/
+5
2018-12-11
arm64: kexec_file: include linux/vmalloc.h
Arnd Bergmann
1
-0
/
+1
2018-12-10
arm64: mm: EXPORT vabits_user to modules
Will Deacon
1
-0
/
+1
2018-12-10
Merge branch 'for-next/kexec' into aarch64/for-next/core
Will Deacon
18
-90
/
+623
2018-12-10
Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/core
Will Deacon
11
-21
/
+129
2018-12-10
arm64: smp: Handle errors reported by the firmware
Suzuki K Poulose
1
-0
/
+1
2018-12-10
arm64: smp: Rework early feature mismatched detection
Will Deacon
3
-19
/
+19
2018-12-10
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA
Will Deacon
8
-30
/
+41
2018-12-10
arm64: mm: Allow forcing all userspace addresses to 52-bit
Steve Capper
3
-1
/
+25
2018-12-10
arm64: mm: introduce 52-bit userspace support
Steve Capper
8
-10
/
+43
2018-12-10
arm64: mm: Prevent mismatched 52-bit VA support
Steve Capper
2
-0
/
+31
2018-12-10
arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
Steve Capper
5
-0
/
+39
2018-12-10
arm64: mm: Define arch_get_mmap_end, arch_get_mmap_base
Steve Capper
1
-0
/
+7
2018-12-10
arm64: mm: Introduce DEFAULT_MAP_WINDOW
Steve Capper
5
-6
/
+12
2018-12-10
mm: mmap: Allow for "high" userspace addresses
Steve Capper
1
-7
/
+18
2018-12-10
arm64: kasan: Increase stack size for KASAN_EXTRA
Qian Cai
1
-1
/
+6
2018-12-10
arm64: Fix minor issues with the dcache_by_line_op macro
Will Deacon
2
-12
/
+21
2018-12-10
arm64: Add configuration/documentation for Cortex-A76 erratum 1165522
Marc Zyngier
2
-0
/
+13
2018-12-10
arm64: KVM: Handle ARM erratum 1165522 in TLB invalidation
Marc Zyngier
1
-15
/
+51
2018-12-10
arm64: KVM: Add synchronization on translation regime change for erratum 1165522
Marc Zyngier
2
-0
/
+27
2018-12-10
arm64: KVM: Force VHE for systems affected by erratum 1165522
Marc Zyngier
3
-1
/
+14
2018-12-10
arm64: Add TCR_EPD{0,1} definitions
Marc Zyngier
1
-0
/
+4
2018-12-10
arm64: KVM: Install stage-2 translation before enabling traps
Marc Zyngier
1
-2
/
+2
2018-12-10
KVM: arm64: Rework detection of SVE, !VHE systems
Marc Zyngier
3
-8
/
+8
[next]