summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-02ata: libata-eh: Do not retry reset if the device is goneIgor Pylypiv1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski383-1985/+5159
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt2-1/+26
2026-04-02tracing/Documentation: Add a section about backup instanceMasami Hiramatsu (Google)1-0/+19
2026-04-02thermal/drivers/brcmstb_thermal: Use max to simplify brcmstb_get_tempThorsten Blum1-5/+3
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)2-6/+79
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)4-65/+104
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort1-1/+18
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann1-0/+341
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds98-493/+1147
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+4
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-02Merge tag 'sound-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds12-52/+146
2026-04-02Merge tag 'auxdisplay-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+14
2026-04-02Merge tag 'reset-fixes-for-v7.0-2' into reset/nextPhilipp Zabel3-37/+76
2026-04-02Merge branch 'bpf-migrate-bpf_task_work-and-file-dynptr-to-kmalloc_nolock'Alexei Starovoitov1-21/+39
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-19/+37
2026-04-02MAINTAINERS: amd-pstate: Step down as maintainer, add Prateek as reviewerGautham R. Shenoy1-1/+1
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak6-18/+17
2026-04-02cpufreq/amd-pstate: Pass the policy to amd_pstate_update()K Prateek Nayak1-7/+4
2026-04-02cpufreq/amd-pstate-ut: Add a unit test for raw EPPMario Limonciello (AMD)3-4/+120
2026-04-02Merge branch 'bpf-fix-abuse-of-kprobe_write_ctx-via-freplace'Alexei Starovoitov3-0/+100
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang2-0/+83
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang1-0/+17
2026-04-02cpufreq/amd-pstate: Add support for raw EPP writesMario Limonciello (AMD)3-15/+38
2026-04-02cpufreq/amd-pstate: Add support for platform profile classMario Limonciello (AMD)4-7/+110
2026-04-02cpufreq/amd-pstate: add kernel command line to override dynamic eppMario Limonciello (AMD)3-0/+25
2026-04-02cpufreq/amd-pstate: Add dynamic energy performance preferenceMario Limonciello (AMD)4-8/+160
2026-04-02Documentation: amd-pstate: fix dead links in the reference sectionNinad Naik1-2/+2
2026-04-02cpufreq/amd-pstate: Cache the max frequency in cpudataMario Limonciello (AMD)2-18/+11
2026-04-02Documentation/amd-pstate: Add documentation for amd_pstate_floor_{freq,count}Gautham R. Shenoy1-0/+32
2026-04-02Documentation/amd-pstate: List amd_pstate_prefcore_ranking sysfs fileGautham R. Shenoy1-1/+3
2026-04-02Documentation/amd-pstate: List amd_pstate_hw_prefcore sysfs fileGautham R. Shenoy1-2/+4
2026-04-02amd-pstate-ut: Add a testcase to validate the visibility of driver attributesGautham R. Shenoy3-5/+146
2026-04-02amd-pstate-ut: Add module parameter to select testcasesGautham R. Shenoy1-1/+30
2026-04-02amd-pstate: Introduce a tracepoint trace_amd_pstate_cppc_req2()Gautham R. Shenoy2-3/+46
2026-04-02amd-pstate: Add sysfs support for floor_freq and floor_countGautham R. Shenoy2-6/+89
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy3-1/+90
2026-04-02x86/cpufeatures: Add AMD CPPC Performance Priority feature.Gautham R. Shenoy3-2/+3
2026-04-02amd-pstate: Make certain freq_attrs conditionally visibleGautham R. Shenoy1-31/+93
2026-04-02amd-pstate: Update cppc_req_cached in fast_switch caseGautham R. Shenoy1-1/+0
2026-04-02amd-pstate: Fix memory leak in amd_pstate_epp_cpu_init()Gautham R. Shenoy1-1/+1
2026-04-02f2fs: fix to preserve previous reserve_{blocks,node} value when remountZhiguo Niu1-0/+2
2026-04-02f2fs: invalidate block device page cache on umountYongpeng Yang1-0/+6
2026-04-02f2fs: fix to freeze GC and discard threads quicklyDaeho Jeong2-1/+21