summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-27spi: rzv2h-rspi: Fix silent failure in clock setup error pathJohn Madieu
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson
2026-04-26driver core: Replace dev->state_synced with dev_state_synced()Douglas Anderson
2026-04-26driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson
2026-04-26driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson
2026-04-26driver core: Replace dev->dma_iommu with dev_dma_iommu()Douglas Anderson
2026-04-26driver core: Replace dev->can_match with dev_can_match()Douglas Anderson
2026-04-26Input: stmfts - fix formatting issuesDmitry Torokhov
2026-04-26Input: stmfts - add optional reset GPIO supportPetr Hodina
2026-04-26dt-bindings: input: touchscreen: st,stmfts: Introduce reset GPIODavid Heidelberg
2026-04-26Input: stmfts - use client to make future code cleanerPetr Hodina
2026-04-26Input: stmfts - disable regulators and disable irq when power on failsDavid Heidelberg
2026-04-26Input: stmfts - abstract reading information from the firmwareDavid Heidelberg
2026-04-26Input: stmfts - switch to devm_regulator_bulk_get_constDavid Heidelberg
2026-04-26Input: stmfts - use dev struct directlyDavid Heidelberg
2026-04-26Input: stmfts - fix the MODULE_LICENSE() stringDavid Heidelberg
2026-04-26Linux 7.1-rc1v7.1-rc1Linus Torvalds
2026-04-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2026-04-26Merge tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds
2026-04-26drm/hyperv: use VMBUS_RING_SIZE()Hamza Mahfooz
2026-04-26drm/edid: add CTA Video Format Data Block supportHamza Mahfooz
2026-04-25Merge tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-25Merge tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-25Merge tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2026-04-25Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-25Merge branches 'turbostat' and 'x86_energy_perf_policy' into power-utilitiesLen Brown
2026-04-25tools/power x86_energy_perf_policy: Version 2026.04.25Len Brown
2026-04-25tools/power x86_energy_perf_policy.8: Document SoC Slider OptionsLen Brown
2026-04-25tools/power x86_energy_perf_policy: Enhances SoC Slider related checksLen Brown
2026-04-25clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSEDMaĆ­ra Canal
2026-04-25Merge tag 'fbdev-for-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2026-04-24Merge branch 'bpf-replace-min-max-fields-with-struct-cnum-32-64'Alexei Starovoitov
2026-04-24selftests/bpf: new cases handled by 32->64 range refinementsEduard Zingerman
2026-04-24bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman
2026-04-24bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman
2026-04-24bpf: representation and basic operations on circular numbersEduard Zingerman
2026-04-24Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-04-24sched_ext: Release cpus_read_lock on scx_link_sched() failure in root enableTejun Heo
2026-04-24sched_ext: Reject NULL-sch callers in scx_bpf_task_set_slice/dsq_vtimeTejun Heo
2026-04-24sched_ext: Refuse cross-task select_cpu_from_kfunc callsTejun Heo
2026-04-24sched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo
2026-04-24sched_ext: Make bypass LB cpumasks per-schedulerTejun Heo
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo
2026-04-24sched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo
2026-04-24sched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo
2026-04-24sched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo
2026-04-24sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo
2026-04-24sched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo