aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-09mfd: ocelot: Add helper to get regmap from a resourceColin Foster2-0/+67
2022-09-09thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2-0/+2
2022-09-08MAINTAINERS: Add maintainer for HiSilicon PTT driverYicong Yang1-0/+8
2022-09-08docs: trace: Add HiSilicon PTT device driver documentationYicong Yang3-0/+360
2022-09-08module/decompress: generate sysfs string at compile timeDavid Disseldorp1-1/+1
2022-09-08kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hundred}Liu Shixin1-23/+20
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2-8/+8
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin1-6/+1
2022-09-08module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin1-0/+68
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian1-3/+3
2022-09-08proc: remove initialization assignmentLi zeming1-1/+1
2022-09-08arm64: dts: qcom: sa8155p-adp: Remove unused properties from eth nodeBhupesh Sharma1-3/+0
2022-09-08arm64: dts: qcom: sc7280: correct CPU BWMON unit addressKrzysztof Kozlowski1-1/+1
2022-09-08hwtracing: hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace deviceYicong Yang2-0/+154
2022-09-08hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace deviceYicong Yang6-0/+1110
2022-09-08iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang1-0/+21
2022-09-08NFSD: fix regression with setting ACLs.NeilBrown1-10/+9
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz1-2/+0
2022-09-08mm/slub: fix to return errno if kmalloc() failsChao Yu1-1/+4
2022-09-08tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris1-8/+23
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-08Input: hgpk - fix repeated word in a commentwangjianli1-1/+1
2022-09-08perf: RISC-V: fix access beyond allocated arraySergey Matyukevich1-1/+1
2022-09-08perf: RISC-V: throttle perf eventsSergey Matyukevich1-0/+4
2022-09-08perf: RISC-V: exclude invalid pmu counters from SBI callsSergey Matyukevich3-14/+19
2022-09-08soc: sunxi: sram: Fix debugfs info for A64 SRAM CSamuel Holland1-2/+2
2022-09-08x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang1-1/+4
2022-09-08soc: sunxi: sram: Fix probe function ordering issuesSamuel Holland1-8/+5
2022-09-08x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen1-6/+9
2022-09-08soc: sunxi: sram: Prevent the driver from being unboundSamuel Holland1-3/+2
2022-09-08soc: sunxi: sram: Actually claim SRAM regionsSamuel Holland1-0/+1
2022-09-08iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch1-6/+3
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui1-16/+26
2022-09-08arm64: defconfig: Enable devfreq cooling deviceClément Péron1-0/+1
2022-09-08arm64: dts: allwinner: beelink-gs1: Enable GPU OPPClément Péron1-0/+1
2022-09-08arm64: dts: allwinner: h6: Add GPU OPP tableClément Péron1-0/+87
2022-09-08arm64: dts: allwinner: h6: Add cooling map for GPUClément Péron1-2/+49
2022-09-08arm64: dts: allwinner: a100: Add I2C DMA requestsSamuel Holland1-0/+12
2022-09-08arm64: dts: allwinner: a100: Add device node for DMA controllerYangtao Li1-0/+12
2022-09-08clk: sunxi-ng: ccu-sun9i-a80-usb: Use dev_err_probe() helperYang Yingliang1-6/+3
2022-09-08clk: sunxi-ng: ccu-sun9i-a80-de: Use dev_err_probe() helperYang Yingliang1-13/+6
2022-09-08clk: sunxi-ng: sun8i-de2: Use dev_err_probe() helperYang Yingliang1-19/+9
2022-09-08vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas3-3/+14
2022-09-08vfio/mlx5: Manage error scenarios on trackerYishai Hadas2-2/+61
2022-09-08vfio/mlx5: Report dirty pages from trackerYishai Hadas2-0/+195
2022-09-08vfio/mlx5: Create and destroy page tracker objectYishai Hadas2-0/+148
2022-09-08vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas2-12/+636
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas4-2/+207
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins3-2/+452