index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
safesetid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSO
Nick Desaulniers
2
-0
/
+16
2020-06-08
drivers/perf: hisi: Fix wrong value for all counters enable
Shaokun Zhang
1
-1
/
+1
2020-06-08
arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGS
Joe Perches
1
-1
/
+2
2020-06-04
arm64: debug: mark a function as __init to save some memory
Christophe JAILLET
1
-1
/
+1
2020-06-04
scs: Report SCS usage in bytes rather than number of entries
Will Deacon
1
-1
/
+1
2020-05-28
KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
Marc Zyngier
2
-18
/
+17
2020-05-28
KVM: arm64: Check advertised Stage-2 page size capability
Marc Zyngier
5
-6
/
+58
2020-05-27
arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
Anshuman Khandual
1
-10
/
+34
2020-05-26
ACPI/IORT: Remove the unused __get_pci_rid()
Zenghui Yu
1
-9
/
+0
2020-05-21
arm64/cpuinfo: Add ID_MMFR4_EL1 into the cpuinfo_arm64 context
Anshuman Khandual
3
-0
/
+6
2020-05-21
arm64/cpufeature: Add remaining feature bits in ID_AA64PFR1 register
Anshuman Khandual
2
-0
/
+6
2020-05-21
arm64/cpufeature: Add remaining feature bits in ID_AA64PFR0 register
Anshuman Khandual
2
-0
/
+4
2020-05-21
arm64/cpufeature: Add remaining feature bits in ID_AA64ISAR0 register
Anshuman Khandual
2
-0
/
+2
2020-05-21
arm64/cpufeature: Add remaining feature bits in ID_MMFR4 register
Anshuman Khandual
2
-0
/
+21
2020-05-21
arm64/cpufeature: Add remaining feature bits in ID_PFR0 register
Anshuman Khandual
2
-0
/
+5
2020-05-21
arm64/cpufeature: Introduce ID_MMFR5 CPU register
Anshuman Khandual
5
-1
/
+16
2020-05-21
arm64/cpufeature: Introduce ID_DFR1 CPU register
Anshuman Khandual
5
-1
/
+16
2020-05-21
arm64/cpufeature: Introduce ID_PFR2 CPU register
Anshuman Khandual
5
-1
/
+18
2020-05-21
arm64/cpufeature: Make doublelock a signed feature in ID_AA64DFR0
Anshuman Khandual
1
-1
/
+1
2020-05-21
arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register
Anshuman Khandual
1
-1
/
+1
2020-05-21
arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 register
Anshuman Khandual
2
-2
/
+20
2020-05-21
arm64: mm: Add asid_gen_match() helper
Jean-Philippe Brucker
1
-3
/
+5
2020-05-21
firmware: smccc: Fix missing prototype warning for arm_smccc_version_init
Sudeep Holla
2
-1
/
+3
2020-05-21
arm64: vdso: Fix CFI directives in sigreturn trampoline
Will Deacon
2
-7
/
+40
2020-05-21
arm64: vdso: Don't prefix sigreturn trampoline with a BTI C instruction
Will Deacon
3
-13
/
+20
2020-05-20
firmware: smccc: Add function to fetch SMCCC version
Sudeep Holla
2
-0
/
+16
2020-05-20
firmware: smccc: Refactor SMCCC specific bits into separate file
Sudeep Holla
6
-18
/
+45
2020-05-20
firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x instead
Sudeep Holla
3
-11
/
+6
2020-05-20
firmware: smccc: Add the definition for SMCCCv1.2 version/error codes
Sudeep Holla
1
-2
/
+7
2020-05-20
firmware: smccc: Update link to latest SMCCC specification
Sudeep Holla
1
-1
/
+3
2020-05-20
firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and above
Sudeep Holla
2
-4
/
+18
2020-05-20
ACPI/IORT: Fix PMCG node single ID mapping handling
Tuan Phan
1
-0
/
+5
2020-05-20
arm64/cpufeature: Drop open encodings while extracting parange
Anshuman Khandual
2
-4
/
+10
2020-05-20
arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
Anshuman Khandual
4
-1
/
+56
2020-05-20
firmware: arm_sdei: Document the motivation behind these set_fs() calls
James Morse
1
-0
/
+8
2020-05-20
firmware: arm_sdei: remove unused interfaces
Christoph Hellwig
1
-4
/
+0
2020-05-20
firmware: arm_sdei: Put the SDEI table after using it
Hanjun Guo
1
-0
/
+2
2020-05-18
pmu/smmuv3: Clear IRQ affinity hint on device removal
Jean-Philippe Brucker
1
-1
/
+4
2020-05-18
drivers/perf: hisi: Permit modular builds of HiSilicon uncore drivers
Zhou Wang
7
-22
/
+50
2020-05-18
ACPI: IORT: Add comments for not calling acpi_put_table()
Hanjun Guo
1
-0
/
+4
2020-05-18
ACPI: GTDT: Put GTDT table after parsing
Hanjun Guo
1
-1
/
+3
2020-05-18
arm64: stacktrace: Factor out some common code into on_stack()
Yunfeng Ye
2
-52
/
+16
2020-05-18
arm64: Call debug_traps_init() from trap_init() to help early kgdb
Douglas Anderson
3
-4
/
+4
2020-05-18
arm64: entry-ftrace.S: Update comment to indicate that x18 is live
Will Deacon
1
-2
/
+3
2020-05-18
scs: Move DEFINE_SCS macro into core code
Will Deacon
2
-4
/
+4
2020-05-18
scs: Remove references to asm/scs.h from core code
Will Deacon
2
-3
/
+2
2020-05-18
scs: Move scs_overflow_check() out of architecture code
Will Deacon
6
-24
/
+8
2020-05-18
arm64: scs: Use 'scs_sp' register alias for x18
Will Deacon
3
-8
/
+10
2020-05-18
scs: Move accounting into alloc/free functions
Will Deacon
1
-24
/
+21
2020-05-18
arm64: scs: Store absolute SCS stack pointer value in thread_info
Will Deacon
5
-14
/
+12
[next]