aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-08netfs: avoid double increment of retry_count in subreqShyam Prasad N1-1/+0
2026-02-08netfs: when subreq is marked for retry, do not check if it faced an errorShyam Prasad N4-6/+17
2026-02-08cifs: on replayable errors back-off before replay, not afterShyam Prasad N4-42/+129
2026-02-08smb: client: fix potential UAF and double free in smb2_open_file()Paulo Alcantara1-0/+2
2026-02-08perf tests: Test annotate with data type profiling and CDmitrii Dolgov1-8/+23
2026-02-08perf tests: Test annotate with data type profiling and rustDmitrii Dolgov1-0/+69
2026-02-08perf test workload: Add code_with_type test workloadDmitrii Dolgov8-1/+99
2026-02-08Linux 6.19Linus Torvalds1-1/+1
2026-02-08ASoC: amd: maintainer informationVijendar Mukunda1-0/+7
2026-02-08Merge tag 'i2c-for-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+2
2026-02-08i2c: imx-lpi2c: fix SMBus block read NACK after byte countCarlos Song1-24/+83
2026-02-08Merge branch 'for-linus' into for-nextTakashi Iwai334-2067/+3780
2026-02-08ALSA: ctxfi: Add quirk for SE-300PCIE variant (160b:0102)Harin Lee1-5/+6
2026-02-08tools build: Add a feature test for rust compilerDmitrii Dolgov5-2/+27
2026-02-08perf test parse-metric: Ensure aggregate counts appear to have runIan Rogers1-0/+2
2026-02-08perf test record.sh: Fix shellcheck warningIan Rogers1-1/+1
2026-02-08ALSA: hda/generic: fix typos in commentsPedro Amarante1-2/+2
2026-02-08ALSA: hda/realtek - Enable mute LEDs on HP ENVY x360 15-es0xxxIllia Barbashyn1-0/+13
2026-02-08watchdog/hardlockup: simplify perf event probe and remove per-cpu dependencyQiliang Yuan1-22/+28
2026-02-08procfs: fix missing RCU protection when reading real_parent in do_task_stat()Jinliang Zheng1-1/+1
2026-02-08watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu1-1/+1
2026-02-08kcsan, compiler_types: avoid duplicate type issues in BPF Type FormatAlan Maguire1-7/+16
2026-02-08kho: fix doc for kho_restore_pages()Tycho Andersen (AMD)1-1/+1
2026-02-08tests/liveupdate: add in-kernel liveupdate testPasha Tatashin7-1/+203
2026-02-08liveupdate: luo_flb: introduce File-Lifecycle-Bound global statePasha Tatashin8-3/+924
2026-02-08liveupdate: luo_file: Use private listPasha Tatashin2-10/+4
2026-02-08list: add kunit test for private list primitivesPasha Tatashin3-0/+91
2026-02-08list: add primitives for private list manipulationsPasha Tatashin2-0/+265
2026-02-08delayacct: fix uapi timespec64 definitionArnd Bergmann2-20/+13
2026-02-07kbuild: remove dependency of run-command on configThomas Weißschuh1-1/+2
2026-02-07Merge tag 'spi-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-6/+59
2026-02-07Merge tag 'regulator-fix-v6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-3/+3
2026-02-07hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced raceGui-Dong Han1-13/+13
2026-02-07hwmon: (nct6775) use sysfs_emit instead of sprintfFilippo Muscherà1-34/+36
2026-02-07hwmon: pmbus: fix table in STEF48H28 documentationRandy Dunlap1-6/+4
2026-02-07hwmon: Add support for HiTRON HAC300S PSUVasileios Amoiridis6-0/+187
2026-02-07dt-bindings: trivial-devices: Add hitron,hac300sVasileios Amoiridis2-0/+4
2026-02-07hwmon: (cros_ec) Add support for temperature thresholdsThomas Weißschuh2-3/+57
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-50/+94
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-71/+163
2026-02-07workqueue: replace BUG_ON with panic in panic_on_wq_watchdogBreno Leitao1-2/+6
2026-02-07workqueue: add time-based panic for stallsBreno Leitao2-4/+26
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-31/+79
2026-02-07staging: rtl8723bs: refactor ODM_SetIQCbyRFpath to reduce duplicationBera Yüzlü1-17/+13
2026-02-07staging: rtl8723bs: rename CamelCase function Set_MSR to set_msrTan Kai Zhe5-13/+13
2026-02-07staging: rtl8723bs: remove unnecessary blank lines in rtw_io.cTan Kai Zhe1-1/+0
2026-02-07staging: rtl8723bs: remove stale TODO item regarding %pMHaroen Tmimi1-1/+0
2026-02-07staging: rtl8723bs: remove unused allocation wrapper functionsMinu Jin2-36/+0
2026-02-07staging: rtl8723bs: use standard skb allocation APIsMinu Jin4-7/+5
2026-02-07staging: rtl8723bs: replace rtw_zmalloc() with kzalloc()Minu Jin14-103/+90