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
2020-12-04
KVM: arm64: Add function to enter host from KVM nVHE hyp code
David Brazdil
1
-0
/
+9
2020-12-04
KVM: arm64: Extract __do_hyp_init into a helper function
David Brazdil
1
-15
/
+32
2020-12-04
KVM: arm64: Forward safe PSCI SMCs coming from host
David Brazdil
1
-1
/
+41
2020-12-04
KVM: arm64: Add offset for hyp VA <-> PA conversion
David Brazdil
2
-3
/
+30
2020-12-04
KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2
David Brazdil
6
-6
/
+151
2020-12-04
KVM: arm64: Add SMC handler in nVHE EL2
David Brazdil
2
-3
/
+70
2020-12-04
KVM: arm64: Create nVHE copy of cpu_logical_map
David Brazdil
2
-0
/
+35
2020-12-04
KVM: arm64: Support per_cpu_ptr in nVHE hyp code
David Brazdil
4
-1
/
+35
2020-12-04
KVM: arm64: Add .hyp.data..ro_after_init ELF section
David Brazdil
4
-0
/
+20
2020-12-04
KVM: arm64: Init MAIR/TCR_EL2 from params struct
David Brazdil
5
-33
/
+34
2020-12-04
KVM: arm64: Move hyp-init params to a per-CPU struct
David Brazdil
6
-20
/
+32
2020-12-04
KVM: arm64: Remove vector_ptr param of hyp-init
David Brazdil
4
-8
/
+31
2020-12-04
arm64: Extract parts of el2_setup into a macro
David Brazdil
2
-120
/
+199
2020-12-04
arm64: Make cpu_logical_map() take unsigned int
David Brazdil
2
-3
/
+3
2020-12-04
psci: Add accessor for psci_0_1_function_ids
David Brazdil
2
-7
/
+14
2020-12-04
psci: Replace psci_function_id array with a struct
David Brazdil
1
-15
/
+14
2020-12-04
psci: Split functions to v0.1 and v0.2+ variants
David Brazdil
1
-34
/
+60
2020-12-04
psci: Support psci_ops.get_version for v0.1
David Brazdil
1
-3
/
+10
2020-12-04
KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capability
David Brazdil
5
-2
/
+41
2020-12-04
KVM: arm64: Add kvm-arm.mode early kernel parameter
David Brazdil
3
-0
/
+35
2020-12-04
Merge remote-tracking branch 'arm64/for-next/uaccess' into HEAD
Marc Zyngier
39
-579
/
+564
2020-12-03
arm64: mark __system_matches_cap as __maybe_unused
Mark Rutland
1
-1
/
+1
2020-12-02
arm64: uaccess: remove vestigal UAO support
Mark Rutland
3
-33
/
+0
2020-12-02
arm64: uaccess: remove redundant PAN toggling
Mark Rutland
3
-58
/
+19
2020-12-02
arm64: uaccess: remove addr_limit_user_check()
Mark Rutland
2
-7
/
+2
2020-12-02
arm64: uaccess: remove set_fs()
Mark Rutland
13
-92
/
+13
2020-12-02
arm64: uaccess cleanup macro naming
Mark Rutland
6
-26
/
+26
2020-12-02
arm64: uaccess: split user/kernel routines
Mark Rutland
2
-65
/
+47
2020-12-02
arm64: uaccess: refactor __{get,put}_user
Mark Rutland
1
-17
/
+27
2020-12-02
arm64: uaccess: simplify __copy_user_flushcache()
Mark Rutland
1
-3
/
+1
2020-12-02
arm64: uaccess: rename privileged uaccess routines
Mark Rutland
3
-8
/
+8
2020-12-02
arm64: sdei: explicitly simulate PAN/UAO entry
Mark Rutland
2
-6
/
+39
2020-12-02
arm64: sdei: move uaccess logic to arch/arm64/
Mark Rutland
2
-20
/
+12
2020-12-02
arm64: head.S: always initialize PSTATE
Mark Rutland
2
-11
/
+26
2020-12-02
arm64: head.S: cleanup SCTLR_ELx initialization
Mark Rutland
3
-10
/
+16
2020-12-02
arm64: head.S: rename el2_setup -> init_kernel_el
Mark Rutland
2
-8
/
+9
2020-12-02
arm64: add C wrappers for SET_PSTATE_*()
Mark Rutland
3
-3
/
+7
2020-12-02
arm64: ensure ERET from kthread is illegal
Mark Rutland
1
-9
/
+8
2020-11-27
KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exception
Marc Zyngier
1
-3
/
+3
2020-11-27
KVM: arm64: Simplify __kvm_enable_ssbs()
Marc Zyngier
4
-14
/
+6
2020-11-27
KVM: arm64: Patch kimage_voffset instead of loading the EL1 value
Marc Zyngier
4
-7
/
+30
2020-11-09
arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y
Will Deacon
4
-3
/
+76
2020-11-09
arm64: alternatives: Remove READ_ONCE() usage during patch operation
Will Deacon
1
-3
/
+4
2020-11-09
arm64: cpufeatures: Add capability for LDAPR instruction
Will Deacon
3
-1
/
+15
2020-11-09
arm64: alternatives: Split up alternative.h
Will Deacon
5
-209
/
+222
2020-11-09
arm64: uaccess: move uao_* alternatives to asm-uaccess.h
Mark Rutland
3
-60
/
+60
2020-11-09
KVM: arm64: Turn host HVC handling into a dispatch table
Marc Zyngier
2
-94
/
+135
2020-11-09
KVM: arm64: Add kimg_hyp_va() helper
Marc Zyngier
2
-0
/
+68
2020-11-08
Linux 5.10-rc3
v5.10-rc3
Linus Torvalds
1
-1
/
+1
2020-11-08
Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-7
/
+30
[next]