index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sys_ni.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
arm64: scs: Work around full LTO issue with dynamic SCS
Ard Biesheuvel
1
-1
/
+7
2024-01-12
arm64: irq: include <linux/cpumask.h>
Tudor Ambarus
1
-0
/
+2
2023-12-19
kselftest/arm64: Don't probe the current VL for unsupported vector types
Mark Brown
1
-3
/
+11
2023-12-19
efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad
Masahiro Yamada
2
-3
/
+3
2023-12-17
arm64: properly install vmlinuz.efi
Josef Bacik
1
-1
/
+2
2023-12-17
arm64/sysreg: Add missing system instruction definitions for FGT
Fuad Tabba
1
-0
/
+7
2023-12-17
arm64/sysreg: Add missing system register definitions for FGT
Fuad Tabba
1
-0
/
+43
2023-12-17
arm64/sysreg: Add missing ExtTrcBuff field definition to ID_AA64DFR0_EL1
Fuad Tabba
1
-1
/
+4
2023-12-17
arm64/sysreg: Add missing Pauth_LR field definitions to ID_AA64ISAR1_EL1
Fuad Tabba
1
-0
/
+2
2023-12-17
arm64: memory: remove duplicated include
Wang Jinchao
1
-1
/
+0
2023-12-17
arm: perf: Fix ARCH=arm build with GCC
James Clark
1
-2
/
+2
2023-12-13
arm64: Align boot cpucap handling with system cpucap handling
Mark Rutland
3
-34
/
+33
2023-12-13
arm64: Cleanup system cpucap handling
Mark Rutland
3
-23
/
+30
2023-12-13
MAINTAINERS: add maintainers for DesignWare PCIe PMU driver
Shuai Xue
1
-0
/
+7
2023-12-13
drivers/perf: add DesignWare PCIe PMU driver
Shuai Xue
3
-0
/
+800
2023-12-13
PCI: Move pci_clear_and_set_dword() helper to PCI header
Shuai Xue
3
-35
/
+44
2023-12-13
PCI: Add Alibaba Vendor ID to linux/pci_ids.h
Shuai Xue
2
-2
/
+2
2023-12-13
docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
Shuai Xue
2
-0
/
+95
2023-12-13
arm64: irq: set the correct node for shadow call stack
Huang Shijie
1
-1
/
+1
2023-12-13
Revert "perf/arm_dmc620: Remove duplicate format attribute #defines"
Will Deacon
1
-1
/
+21
2023-12-12
arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify
James Houghton
1
-0
/
+6
2023-12-12
arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD
Ard Biesheuvel
2
-0
/
+19
2023-12-12
arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
Ard Biesheuvel
3
-18
/
+77
2023-12-12
arm64: fpsimd: Drop unneeded 'busy' flag
Ard Biesheuvel
2
-51
/
+15
2023-12-12
perf/arm-cmn: Fail DTC counter allocation correctly
Robin Murphy
1
-1
/
+1
2023-12-12
arm64/kernel: Move 'nokaslr' parsing out of early idreg code
Ard Biesheuvel
2
-7
/
+7
2023-12-12
arm64: idreg-override: Avoid kstrtou64() to parse a single hex digit
Ard Biesheuvel
1
-1
/
+15
2023-12-12
arm64: idreg-override: Avoid sprintf() for simple string concatenation
Ard Biesheuvel
1
-6
/
+13
2023-12-12
arm64: idreg-override: avoid strlen() to check for empty strings
Ard Biesheuvel
1
-1
/
+1
2023-12-12
arm64: idreg-override: Avoid parameq() and parameqn()
Ard Biesheuvel
1
-11
/
+17
2023-12-12
arm64: idreg-override: Prepare for place relative reloc patching
Ard Biesheuvel
1
-33
/
+56
2023-12-12
arm64: idreg-override: Omit non-NULL checks for override pointer
Ard Biesheuvel
1
-11
/
+5
2023-12-12
arm64: mm: get rid of kimage_vaddr global variable
Ard Biesheuvel
3
-8
/
+3
2023-12-12
arm64: mm: Take potential load offset into account when KASLR is off
Ard Biesheuvel
1
-21
/
+6
2023-12-12
arm64: kernel: Disable latent_entropy GCC plugin in early C runtime
Ard Biesheuvel
1
-0
/
+1
2023-12-12
Documentation: arm64: Document the PMU event counting threshold feature
James Clark
1
-0
/
+72
2023-12-12
arm64: perf: Add support for event counting threshold
James Clark
2
-1
/
+79
2023-12-12
arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
James Clark
4
-12
/
+17
2023-12-12
KVM: selftests: aarch64: Update tools copy of arm_pmuv3.h
James Clark
2
-20
/
+28
2023-12-12
perf/arm_dmc620: Remove duplicate format attribute #defines
James Clark
1
-21
/
+1
2023-12-12
arm: pmu: Share user ABI format mechanism with SPE
James Clark
3
-27
/
+38
2023-12-12
arm64: perf: Include threshold control fields in PMEVTYPER mask
James Clark
2
-2
/
+10
2023-12-12
arm: perf: Convert remaining fields to use GENMASK
James Clark
2
-6
/
+14
2023-12-12
arm: perf: Use GENMASK for PMMIR fields
James Clark
2
-11
/
+6
2023-12-12
arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
James Clark
4
-11
/
+8
2023-12-12
arm: perf: Remove inlines from arm_pmuv3.c
James Clark
1
-23
/
+23
2023-12-12
drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntax
Will Deacon
1
-3
/
+3
2023-12-12
drivers/perf: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2023-12-11
arm64/sysreg: Add new system registers for GCS
Mark Brown
1
-0
/
+55
2023-12-11
arm64/sysreg: Add definition for FPMR
Mark Brown
1
-0
/
+23
[next]