summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-03KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson-4/+7
2026-04-03misc: pci_endpoint_test: Use -EINVAL for small subrange sizeKoichiro Den-1/+1
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson-12/+40
2026-04-03Merge tag 'gpio-fixes-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-93/+124
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed-55/+57
2026-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-0/+57
2026-04-03selftests/seccomp: Add hard-coded __NR_uprobe for x86_64Oleg Nesterov-0/+6
2026-04-03Merge branch 'bpf-prep-patches-for-static-stack-liveness'Alexei Starovoitov-98/+1057
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov-0/+194
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov-34/+38
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov-32/+490
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov-0/+228
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov-5/+98
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov-28/+10
2026-04-03Merge tag 'drm-fixes-2026-04-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-108/+1013
2026-04-03ipmi: ssif_bmc: add unit test for state machineJian Zhang-0/+380
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov-2932/+7843
2026-04-03x86/alternative: delay freeing of smp_locks sectionMike Rapoport (Microsoft)-5/+17
2026-04-03ASoC: Intel: Fix MCLK leaks and clean up errorMark Brown-3/+11
2026-04-03ASoC: Intel: Standardize MCLK error logs across RT boardsAravind Anilraj-3/+3
2026-04-03ASoC: Intel: cht_bsw_rt5672: Fix MCLK leak on platform_clock_control errorAravind Anilraj-0/+4
2026-04-03ASoC: Intel: bytcr_rt5651: Fix MCLK leak on platform_clock_control errorAravind Anilraj-0/+2
2026-04-03ASoC: Intel: bytcr_rt5640: Fix MCLK leak on platform_clock_control errorAravind Anilraj-0/+2
2026-04-03ASoC: imx-rpmsg: Add DSD format support with dynamic DAI format switchingChancel Liu-0/+48
2026-04-03ASoC: SDCA: Export Q7.8 volume control helpersNiranjan H Y-7/+50
2026-04-03ASoC: codecs: tlv320dac33: remove kmemdup_arrayRosen Penev-6/+4
2026-04-03ASoC: SDCA: Add RJ support to class driverCharles Keepax-1/+11
2026-04-03exfat: use exfat_chain_advance helperChi Zhiling-74/+25
2026-04-03exfat: introduce exfat_chain_advance helperChi Zhiling-0/+21
2026-04-03exfat: remove NULL cache pointer case in exfat_ent_getChi Zhiling-14/+9
2026-04-03exfat: use exfat_cluster_walk helperChi Zhiling-45/+13
2026-04-03exfat: introduce exfat_cluster_walk helperChi Zhiling-1/+22
2026-04-03exfat: fix incorrect directory checksum after rename to shorter nameChi Zhiling-0/+1
2026-04-03ipmi: ssif_bmc: change log level to dbg in irq callbackJian Zhang-9/+9
2026-04-03ipmi: ssif_bmc: fix message desynchronization after truncated responseJian Zhang-0/+14
2026-04-03ipmi: ssif_bmc: fix missing check for copy_to_user() partial failureJian Zhang-0/+2
2026-04-03ipmi: ssif_bmc: cancel response timer on removeJian Zhang-0/+1
2026-04-03ASoC: rsnd: Fix potential out-of-bounds access of component_dais[]Denis Rastyogin-1/+1
2026-04-03ASoC: amd: acp-sdw-legacy: remove unnecessary condition checkVijendar Mukunda-3/+1
2026-04-03perf/x86/msr: Make SMI and PPERF on by defaultKan Liang-79/+3
2026-04-03sched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot-22/+34
2026-04-03sched/fair: Use sched_energy_enabled()Vincent Guittot-5/+4
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz-38/+194
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz-26/+23
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz-1/+9
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz-11/+74
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz-3/+13
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz-50/+58
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz-1/+23