aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25perf offcpu: Add missed btf_freeIan Rogers1-4/+6
2023-10-25perf threads: Remove unused dead thread listIan Rogers2-2/+0
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers1-3/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers9-15/+21
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers1-10/+12
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers2-0/+45
2023-10-25file, i915: fix file reference for mmap_singleton()Christian Brauner3-3/+27
2023-10-25dt-bindings: watchdog: cnxt,cx92755-wdt: convert txt to yamlNik Bune2-25/+45
2023-10-25dt-bindings: watchdog: da9062-wdt: convert txt to yamlNik Bune2-34/+50
2023-10-25dt-bindings: watchdog: fsl,scu-wdt: Document imx8dlFabio Estevam1-1/+3
2023-10-25dt-bindings: watchdog: atmel,at91rm9200-wdt: convert txt to yamlNik Bune2-9/+33
2023-10-25hwmon: (nct6775) Fix incorrect variable reuse in fan_div calculationZev Weiss1-4/+8
2023-10-25irqchip/gic-v3-its: Don't override quirk settings with default valuesMarc Zyngier1-2/+2
2023-10-25Merge branch 'mptcp-features-and-fixes-for-v6-7'Jakub Kicinski8-77/+224
2023-10-25mptcp: refactor sndbuf auto-tuningPaolo Abeni4-10/+70
2023-10-25mptcp: ignore notsent_lowat setting at the subflow levelPaolo Abeni1-0/+6
2023-10-25mptcp: consolidate sockopt synchronizationPaolo Abeni3-33/+9
2023-10-25mptcp: use copy_from_iter helpers on transmitPaolo Abeni1-4/+15
2023-10-25mptcp: give rcvlowat some lovePaolo Abeni4-15/+83
2023-10-25tcp: define initial scaling factor value as a macroPaolo Abeni1-5/+7
2023-10-25mptcp: use plain bool instead of custom binary enumPaolo Abeni2-12/+7
2023-10-25mptcp: properly account fastopen dataPaolo Abeni1-0/+1
2023-10-25mptcp: add a new sysctl for make after break timeoutPaolo Abeni4-3/+31
2023-10-25hwmon: (coretemp) Fix potentially truncated sysfs attribute nameZhang Rui1-1/+1
2023-10-25hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceDragos Bogdan1-13/+16
2023-10-25ext2: Convert ext2_prepare_chunk and ext2_commit_chunk to foliosMatthew Wilcox (Oracle)1-15/+14
2023-10-25ext2: Convert ext2_make_empty() to use a folioMatthew Wilcox (Oracle)1-8/+8
2023-10-25ext2: Convert ext2_unlink() and ext2_rename() to use foliosMatthew Wilcox (Oracle)3-75/+55
2023-10-25ext2: Convert ext2_delete_entry() to use foliosMatthew Wilcox (Oracle)1-13/+17
2023-10-25ext2: Convert ext2_empty_dir() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Convert ext2_add_link() to use a folioMatthew Wilcox (Oracle)1-12/+12
2023-10-25ext2: Convert ext2_readdir to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-10-25ext2: Add ext2_get_folio()Matthew Wilcox (Oracle)1-12/+24
2023-10-25ext2: Convert ext2_check_page to ext2_check_folioMatthew Wilcox (Oracle)1-14/+14
2023-10-25highmem: Add folio_release_kmap()Matthew Wilcox (Oracle)1-2/+16
2023-10-25PCI: acpiphp: Allow built-in drivers for Attention IndicatorsD Scott Phillips1-2/+1
2023-10-25regulator: qcom-rpmh: Fix smps4 regulator for pm8550veAbel Vesa1-1/+1
2023-10-25Merge tag 'acpi-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-11/+11
2023-10-25regulator: qcom,rpmh: Add PMC8380 compatibleRajendra Nayak1-0/+12
2023-10-25regulator: qcom-rpmh: Add regulators support for PMC8380Rajendra Nayak1-0/+19
2023-10-25wifi: ray_cs: Remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-10-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-225/+589
2023-10-25perf build: Address stray '\' before # that is warned about since grep 3.8Arnaldo Carvalho de Melo1-1/+1
2023-10-25perf report: Fix hierarchy mode on pipe inputNamhyung Kim1-0/+15
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim1-17/+72
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim1-1/+5
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim1-0/+4
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong5-34/+42
2023-10-25perf bench sched pipe: Add -G/--cgroups optionNamhyung Kim2-4/+147