]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2024-09-12 Will DeaconMerge branch 'for-next/timers' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/selftests' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/poe' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/pkvm-guest' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/perf' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/mm' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/misc' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/errata' into for-next/core
2024-09-12 Will DeaconMerge branch 'for-next/acpi' into for-next/core
2024-09-12 Dan Carpenterperf: arm-ni: Fix an NULL vs IS_ERR() bug
2024-09-12 Min-Hua Chenarm64: hibernate: Fix warning for cast from restricted...
2024-09-10 Anastasia Belovaarm64: esr: Define ESR_ELx_EC_* constants as UL
2024-09-10 Joey Goulyarm64: pkeys: remove redundant WARN
2024-09-09 Ilkka Koskinenperf: arm_pmuv3: Use BR_RETIRED for HW branch event...
2024-09-06 Robin MurphyMAINTAINERS: List Arm interconnect PMUs as supported
2024-09-06 Robin Murphyperf: Add driver for Arm NI-700 interconnect PMU
2024-09-06 Robin Murphydt-bindings/perf: Add Arm NI-700 PMU
2024-09-06 Robin Murphyperf/arm-cmn: Improve format attr printing
2024-09-06 Robin Murphyperf/arm-cmn: Clean up unnecessary NUMA_NO_NODE check
2024-09-06 Joey Goulyarm64/mm: use lm_alias() with addresses passed to membl...
2024-09-06 Barry Songmm: arm64: document why pte is not advanced in contpte_...
2024-09-04 D Scott Phillipsarm64: Expose the end of the linear map in PHYSMEM_END
2024-09-04 Fares Mehannaarm64: trans_pgd: mark PTEs entries as valid to avoid...
2024-09-04 Rong Qianfengarm64/mm: Delete __init region from memblock.reserved
2024-09-04 Robin Murphyperf/arm-cmn: Support CMN S3
2024-09-04 Robin Murphydt-bindings: perf: arm-cmn: Add CMN S3
2024-09-04 Robin Murphyperf/arm-cmn: Refactor DTC PMU register access
2024-09-04 Robin Murphyperf/arm-cmn: Make cycle counts less surprising
2024-09-04 Robin Murphyperf/arm-cmn: Improve build-time assertion
2024-09-04 Robin Murphyperf/arm-cmn: Ensure dtm_idx is big enough
2024-09-04 Robin Murphyperf/arm-cmn: Fix CCLA register offset
2024-09-04 Robin Murphyperf/arm-cmn: Refactor node ID handling. Again.
2024-09-04 Joey Goulykselftest/arm64: Add test case for POR_EL0 signal frame...
2024-09-04 Joey Goulykselftest/arm64: parse POE_MAGIC in a signal frame
2024-09-04 Joey Goulykselftest/arm64: add HWCAP test for FEAT_S1POE
2024-09-04 Joey Goulyselftests: mm: make protection_keys test work on arm64
2024-09-04 Joey Goulyselftests: mm: move fpregs printing
2024-09-04 Joey Goulykselftest/arm64: move get_header()
2024-09-04 Joey Goulyarm64: add Permission Overlay Extension Kconfig
2024-09-04 Joey Goulyarm64: enable PKEY support for CPUs with S1POE
2024-09-04 Joey Goulyarm64: enable POE and PIE to coexist
2024-09-04 Joey Goulyarm64/ptrace: add support for FEAT_POE
2024-09-04 Joey Goulyarm64: add POE signal support
2024-09-04 Joey Goulyarm64: implement PKEYS support
2024-09-04 Joey Goulyarm64: add pte_access_permitted_no_overlay()
2024-09-04 Joey Goulyarm64: handle PKEY/POE faults
2024-09-04 Joey Goulyarm64: mask out POIndex when modifying a PTE
2024-09-04 Joey Goulyarm64: convert protection key into vm_flags and pgprot...
2024-09-04 Joey Goulyarm64: add POIndex defines
2024-09-04 Joey Goulyarm64: re-order MTE VM_ flags
2024-09-04 Joey Goulyarm64: enable the Permission Overlay Extension for EL0
2024-09-04 Joey Goulymm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
2024-09-04 Joey Goulyx86/mm: add ARCH_PKEY_BITS to Kconfig
2024-09-04 Joey Goulypowerpc/mm: add ARCH_PKEY_BITS to Kconfig
2024-09-04 Joey GoulyKVM: selftests: get-reg-list: add Permission Overlay...
2024-09-04 Joey GoulyKVM: arm64: Sanitise ID_AA64MMFR3_EL1
2024-09-04 Joey GoulyKVM: arm64: use `at s1e1a` for POE
2024-09-04 Joey GoulyKVM: arm64: Save/restore POE registers
2024-09-04 Joey Goulyarm64: context switch POR_EL0 register
2024-09-04 Joey Goulyarm64: cpufeature: add Permission Overlay Extension...
2024-09-04 Joey Goulyarm64: disable trapping of POR_EL0 to EL2
2024-09-04 Will DeaconMerge remote-tracking branch 'kvmarm/arm64-shared-6...
2024-08-30 Will Deaconarm64: smccc: Reserve block of KVM "vendor" services...
2024-08-30 Will Deacondrivers/virt: pkvm: Intercept ioremap using pKVM MMIO_G...
2024-08-30 Will Deaconarm64: mm: Add confidential computing hook to ioremap_p...
2024-08-30 Will Deacondrivers/virt: pkvm: Hook up mem_encrypt API using pKVM...
2024-08-30 Will Deaconarm64: mm: Add top-level dispatcher for internal mem_en...
2024-08-30 Will Deacondrivers/virt: pkvm: Add initial support for running...
2024-08-30 Marc Zyngierfirmware/smccc: Call arch-specific hook on discovering...
2024-08-30 Dev Jainkselftest/arm64: Fix build warnings for ptrace
2024-08-30 D Scott Phillipsarm64: errata: Enable the AC03_CPU_38 workaround for...
2024-08-30 Mark Brownkselftest/arm64: Actually test SME vector length change...
2024-08-30 Joey GoulyKVM: arm64: Make kvm_at() take an OP_AT_*
2024-08-30 Yicong Yangdrivers/perf: hisi_pcie: Export supported Root Ports...
2024-08-30 Yicong Yangdrivers/perf: hisi_pcie: Fix TLP headers bandwidth...
2024-08-30 Yicong Yangdrivers/perf: hisi_pcie: Record hardware counts correctly
2024-08-30 James Clarkdrivers/perf: arm_spe: Use perf_allow_kernel() for...
2024-08-27 Huang Xiaojiaarm64: Constify struct kobj_type
2024-08-27 Peter Collingbournearm64: Implement prctl(PR_{G,S}ET_TSC)
2024-08-23 Krishna chaitanya... perf/dwc_pcie: Add support for QCOM vendor devices
2024-08-23 Krishna chaitanya... perf/dwc_pcie: Always register for PCIe bus notifier
2024-08-23 Krishna chaitanya... Documentation: dwc_pcie_pmu: Update bdf to sbdf
2024-08-23 Krishna chaitanya... perf/dwc_pcie: Fix registration issue in multi PCIe...
2024-08-23 Jing Zhangdrivers/perf: Fix ali_drw_pmu driver interrupt status...
2024-08-23 Yangyu Chendrivers/perf: apple_m1: add known PMU events
2024-08-23 Douglas Andersonarm64: smp: smp_send_stop() and crash_smp_send_stop...
2024-08-23 Andre Przywarakselftest/arm64: signal: fix/refactor SVE vector length...
2024-08-20 Yicong YangACPI/IORT: Add PMCG platform information for HiSilicon...
2024-08-16 Rob Herring... perf: arm_pmuv3: Add support for Armv9.4 PMU instructio...
2024-08-16 Rob Herring... KVM: arm64: Refine PMU defines for number of counters
2024-08-16 Rob Herring... arm64: perf/kvm: Use a common PMU cycle counter define
2024-08-16 Rob Herring... KVM: arm64: pmu: Use generated define for PMSELR_EL0...
2024-08-16 Rob Herring... KVM: arm64: pmu: Use arm_pmuv3.h register accessors
2024-08-16 Rob Herring... perf: arm_pmuv3: Prepare for more than 32 counters
2024-08-16 Rob Herring... perf: arm_pmu: Remove event index to counter remapping
2024-08-16 Rob Herring... perf: arm_pmu: Use of_property_present()
2024-08-16 Yue Haibingarm64/sve: Remove unused declaration read_smcr_features()
2024-08-16 Hanjun GuoACPI: ARM64: add acpi_iort.h to MAINTAINERS
2024-08-16 Andy ShevchenkoACPI/IORT: Switch to use kmemdup_array()
2024-08-16 Yue Haibingarm64: mm: Remove unused declaration early_io_map()
next