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