index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-70
/
+0
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-10
/
+0
2018-01-15
arm64: capabilities: Handle duplicate entries for a capability
Suzuki K Poulose
1
-21
/
+23
2018-01-14
arm64: cpu_errata: Add Kryo to Falkor 1003 errata
Stephen Boyd
1
-0
/
+21
2018-01-14
arm64: Extend early page table code to allow for larger kernels
Steve Capper
2
-38
/
+107
2018-01-14
arm64: entry: Move the trampoline to be before PAN
Steve Capper
2
-7
/
+8
2018-01-14
arm64: Re-order reserved_ttbr0 in linker script
Steve Capper
1
-3
/
+2
2018-01-14
arm64: sdei: Add trampoline code for remapping the kernel
James Morse
2
-13
/
+105
2018-01-14
arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
James Morse
1
-1
/
+1
2018-01-13
arm64: kernel: Add arch-specific SDEI entry code and CPU masking
James Morse
5
-1
/
+336
2018-01-13
arm64: uaccess: Add PAN helper
James Morse
1
-2
/
+2
2018-01-13
arm64: Add vmap_stack header file
James Morse
1
-11
/
+2
2018-01-13
arm64: alternatives: use tpidr_el2 on VHE hosts
James Morse
2
-4
/
+22
2018-01-12
signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUS
Eric W. Biederman
1
-1
/
+1
2018-01-12
Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
Catalin Marinas
1
-10
/
+6
2018-01-08
arm64: Implement branch predictor hardening for Falkor
Shanker Donthineni
2
-2
/
+46
2018-01-08
arm64: Implement branch predictor hardening for affected Cortex-A CPUs
Will Deacon
2
-0
/
+66
2018-01-08
arm64: Add skeleton to harden the branch predictor against aliasing attacks
Will Deacon
5
-2
/
+139
2018-01-08
arm64: Move post_ttbr_update_workaround to C code
Marc Zyngier
1
-1
/
+1
2018-01-08
arm64: cpufeature: Pass capability structure to ->enable callback
Will Deacon
1
-2
/
+2
2018-01-08
arm64: Take into account ID_AA64PFR0_EL1.CSV3
Will Deacon
1
-1
/
+7
2018-01-08
arm64: use RET instruction for exiting the trampoline
Will Deacon
1
-1
/
+9
2018-01-05
arm64: do not use print_symbol()
Sergey Senozhatsky
1
-3
/
+2
2018-01-05
arm64: v8.4: Support for new floating point multiplication instructions
Dongjiu Geng
2
-0
/
+3
2018-01-03
arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set
Ard Biesheuvel
1
-1
/
+3
2018-01-02
arm64: Use of_cpu_node_to_id helper for CPU topology parsing
Suzuki K Poulose
1
-10
/
+6
2018-01-02
ARM64 / cpuidle: Use new cpuidle macro for entering retention state
Prashanth Prakash
1
-1
/
+7
2017-12-22
Merge branch 'for-next/52-bit-pa' into for-next/core
Catalin Marinas
3
-50
/
+89
2017-12-22
arm64: allow ID map to be extended to 52 bits
Kristina Martsenko
1
-31
/
+45
2017-12-22
arm64: handle 52-bit physical addresses in page table entries
Kristina Martsenko
1
-1
/
+1
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
1
-2
/
+1
2017-12-22
arm64: head.S: handle 52-bit PAs in PTEs in early page table setup
Kristina Martsenko
1
-9
/
+31
2017-12-22
arm64: handle 52-bit addresses in TTBR
Kristina Martsenko
3
-8
/
+12
2017-12-15
arm64: fpsimd: Fix copying of FP state from signal frame into task struct
Will Deacon
1
-1
/
+1
2017-12-14
arm64/sve: Report SVE to userspace via CPUID only if supported
Dave Martin
1
-1
/
+2
2017-12-12
arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.h
Will Deacon
1
-1
/
+1
2017-12-12
arm64: Add software workaround for Falkor erratum 1041
Shanker Donthineni
4
-0
/
+5
2017-12-11
arm64: kaslr: Put kernel vectors address in separate data page
Will Deacon
2
-1
/
+18
2017-12-11
arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
Will Deacon
1
-1
/
+1
2017-12-11
arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
Will Deacon
2
-4
/
+46
2017-12-11
arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
Will Deacon
1
-7
/
+5
2017-12-11
arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
Will Deacon
1
-0
/
+12
2017-12-11
arm64: entry: Hook up entry trampoline to exception vectors
Will Deacon
1
-3
/
+36
2017-12-11
arm64: entry: Explicitly pass exception level to kernel_ventry macro
Will Deacon
1
-23
/
+23
2017-12-11
arm64: mm: Map entry trampoline into trampoline and kernel page tables
Will Deacon
1
-1
/
+5
2017-12-11
arm64: entry: Add exception trampoline page for exceptions from EL0
Will Deacon
2
-0
/
+103
2017-12-11
arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
Will Deacon
1
-2
/
+2
2017-12-11
arm64: mm: Rename post_ttbr0_update_workaround
Will Deacon
1
-1
/
+1
2017-12-06
arm64/sve: Avoid dereference of dead task_struct in KVM guest entry
Dave Martin
1
-12
/
+16
2017-12-06
arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.
Dave Martin
1
-10
/
+15
[prev]
[next]