summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin-1/+1
2026-01-26drm/xe/ptl: Disable DCC on PTLVinay Belgaumkar-0/+34
2026-01-26drm/xe: Reduce LRC timestamp stuck message on VFs to noticeMatthew Brost-3/+8
2026-01-26perf session: Print all machines in session dumpHrishikesh Suresh-5/+8
2026-01-26perf unwind-libdw: Wire up e_flags for CSKYIan Rogers-4/+6
2026-01-26perf perf_regs: Accurately compute register names for CSKYIan Rogers-38/+62
2026-01-26vdso/gettimeofday: Force inlining of __cvdso_clock_getres_common()Thomas Weißschuh-1/+1
2026-01-26ASoC: codecs: wm8731: Remove unnecessary NULL check before clk_prepare_enable...Chen Ni-7/+4
2026-01-26ASoC: dt-bindings: fsl,mqs: make gpr optional for SM-based SoCsLaurentiu Mihalcea-2/+10
2026-01-26ASoC: codecs: rt1320-sdw: Refactor to reduce stack framesAndy Shevchenko-30/+13
2026-01-26ASoC: sdw_utils: Add quirk to ignore RT722 DMIC DAIMac Chiang-0/+2
2026-01-26perf thread: Add optional e_flags output argument to thread__e_machineIan Rogers-48/+122
2026-01-26perf dso: Factor out e_machine reading for use in threadIan Rogers-50/+75
2026-01-26perf vendor events amd: Fix Zen 5 MAB allocation eventsSandipan Das-3/+3
2026-01-26perf test: Fix test perf evlist for z/VM s390xThomas Richter-2/+2
2026-01-26perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointerArnaldo Carvalho de Melo-3/+3
2026-01-26tools headers: Don't check arm64's unistd.hLeo Yan-1/+0
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan-13/+2
2026-01-26tools headers: Go back to include asm-generic/unistd.h for arm64Leo Yan-1/+23
2026-01-26Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-5828/+10389
2026-01-26ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCOZhang Heng-0/+8
2026-01-26drm/display: bridge_connector: move audio_infoframe checks to OP_HDMIDmitry Baryshkov-3/+6
2026-01-26selftests/bpf: Harden cpu flags test for lru_percpu_hash mapLeon Hwang-3/+10
2026-01-26drivers/nvdimm: Use local kmapsDavidlohr Bueso-10/+10
2026-01-26idpf: export RX hardware timestamping information to XDPYiFei Zhu-0/+51
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin-57/+70
2026-01-26ice: convert all ring stats to u64_stats_tJacob Keller-90/+147
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller-35/+60
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller-22/+75
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller-17/+16
2026-01-26ice: pass pointer to ice_fetch_u64_stats_per_ringJacob Keller-18/+9
2026-01-26Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-40/+82
2026-01-26Documentation: nova: update pending tasksDanilo Krummrich-2/+15
2026-01-26samples: rust: remove imports available via preludeGary Guo-4/+1
2026-01-26sparc: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh-0/+11
2026-01-26Documentation: nova: remove completed tasksDanilo Krummrich-42/+0
2026-01-26PCI: Fix bridge window alignment with optional resourcesIlpo Järvinen-4/+6
2026-01-26gpu: tyr: remove redundant `.as_ref()` for `dev_*` printGary Guo-4/+4
2026-01-26Merge tag 'imx-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann-29/+347
2026-01-26remoteproc: mediatek: Break lock dependency to `prepare_lock`Tzung-Bi Shih-13/+30
2026-01-26dt-bindings: nvmem: qfprom: Add sm8750 compatibleKomal Bajaj-0/+1
2026-01-26nvmem: an8855: drop an unused Kconfig symbolRandy Dunlap-1/+1
2026-01-26nvmem: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+1
2026-01-26nvmem: Drop OF node reference on nvmem_add_one_cell() failureKrzysztof Kozlowski-0/+1
2026-01-26irqchip/ti-sci-intr: Allow parsing interrupt-types per-lineAniket Limaye-18/+36
2026-01-26dt-bindings: interrupt-controller: ti,sci-intr: Per-line interrupt-typesAniket Limaye-5/+33
2026-01-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas-2/+3
2026-01-26rust_binder: add additional alignment checksAlice Ryhl-14/+36
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas-1/+13
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl-25/+34