summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-18drm: Add CRTC background color propertyCristian Ciocaltea-5/+147
2026-03-18uapi: Provide DIV_ROUND_CLOSEST()Cristian Ciocaltea-17/+19
2026-03-18autofs: replace manual symlink buffer allocation in autofs_dir_symlinkThorsten Blum-5/+3
2026-03-18drm/i915/gt: Check set_default_submission() before deferencingRahul Bukte-1/+2
2026-03-18iomap: fix invalid folio access when i_blkbits differs from I/O granularityJoanne Koong-5/+10
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma-15/+143
2026-03-18dmaengine: dw-edma: Add AMD MDB Endpoint SupportDevendra K Verma-14/+176
2026-03-18dt-bindings: dmaengine: Fix spelling mistake "Looongson" -> "Looogson"Colin Ian King-1/+1
2026-03-18dmaengine: loongson: Fix spelling mistake "Looongson" -> "Looogson"Colin Ian King-2/+2
2026-03-18xfs: avoid unnecessary calculations in xfs_zoned_need_gc()Damien Le Moal-6/+18
2026-03-18xfs: display more zone related information in mountstatsDamien Le Moal-1/+6
2026-03-18xfs: fix a comment typo in xfs_select_zone_nowait()Damien Le Moal-1/+1
2026-03-18xfs: avoid unnecessary open zone check in xfs_select_zone_nowait()Damien Le Moal-3/+4
2026-03-18arm64: Kconfig: provide a top-level switch for Microchip platformsBartosz Golaszewski-6/+5
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling-3/+4
2026-03-18xfs: cleanup buftarg handling in XFS_IOC_VERIFY_MEDIAChristoph Hellwig-10/+8
2026-03-18xfs: scrub: unlock dquot before early return in quota scrubhongao-1/+3
2026-03-18xfs: refactor xfsaild_push loop into helperYuto Ohnuki-58/+69
2026-03-18xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki-4/+14
2026-03-18xfs: avoid dereferencing log items after push callbacksYuto Ohnuki-11/+51
2026-03-18xfs: stop reclaim before pushing AIL during unmountYuto Ohnuki-3/+4
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf-49/+58
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf-0/+18
2026-03-18xfs: opencode xfs_zone_record_blocksCarlos Maiolino-22/+11
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau-10/+9
2026-03-18sched/fair: Simplify SIS_UTIL handling in select_idle_cpu()K Prateek Nayak-11/+16
2026-03-18sched/fair: Simplify the entry condition for update_idle_cpu_scan()K Prateek Nayak-6/+4
2026-03-18sched/fair: Remove superfluous rcu_read_lock() in the wakeup pathK Prateek Nayak-21/+12
2026-03-18PM: EM: Switch to rcu_dereference_all() in wakeup pathDietmar Eggemann-2/+2
2026-03-18sched/core: Check for rcu_read_lock_any_held() in idle_get_state()K Prateek Nayak-1/+1
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak-20/+0
2026-03-18sched/topology: Switch to assigning "sd->shared" from s_dataK Prateek Nayak-29/+44
2026-03-18sched/topology: Allocate per-CPU sched_domain_shared in s_dataK Prateek Nayak-1/+47
2026-03-18sched/topology: Extract "imb_numa_nr" calculation into a separate helperK Prateek Nayak-53/+80
2026-03-18sched/topology: Compute sd_weight considering cpuset partitionsK Prateek Nayak-8/+6
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck-1/+1
2026-03-18wifi: mac80211: fix NULL deref in mesh_matches_local()Xiang Mei-0/+3
2026-03-18ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen from SKIP_IFACE_SETUPGeoffrey D. Bennett-0/+1
2026-03-18tracing: Restore accidentally removed SPDX tagMarc Zyngier-1/+1
2026-03-17Input: atlas - convert ACPI driver to a platform oneRafael J. Wysocki-10/+12
2026-03-17drm/xe/lrc: Fix uninitialized new_ts when capturing context timestampUmesh Nerlige Ramappa-2/+2
2026-03-17tools/power turbostat: Fix --show/--hide for individual cpuidle countersArtem Bityutskiy-14/+21
2026-03-17tools/power turbostat: Fix incorrect format variableArtem Bityutskiy-3/+3
2026-03-17tools/power turbostat: Consistently use print_float_value()Artem Bityutskiy-2/+2
2026-03-17Merge branch 'net-stmmac-clean-up-descriptor-handling-part-1'Jakub Kicinski-273/+197
2026-03-17net: stmmac: use queue rather than ->queue_indexRussell King (Oracle)-14/+11
2026-03-17net: stmmac: remove tx_tail_addrRussell King (Oracle)-4/+4
2026-03-17net: stmmac: add helper to set transmit tail pointerRussell King (Oracle)-14/+16
2026-03-17net: stmmac: add helper to get size of a transmit descriptorRussell King (Oracle)-25/+15
2026-03-17net: stmmac: add helper to get hardware transmit descriptorRussell King (Oracle)-63/+28