summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-04perf jevents.py: Make generated C code more kernel styleIan Rogers
2026-06-04perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stopIan Rogers
2026-06-04perf annotate: Fix crashes on empty annotate windowsJames Clark
2026-06-04perf tools: Ensure event leader stays at head of evlist after sortingIan Rogers
2026-06-04perf: Fix off-by-one stack buffer overflow in kallsyms__parse()Rui Qi
2026-06-04perf stat: Use aggr_nr scaling for Intel uncore miss latency metricsChun-Tse Shao
2026-06-04perf stat: Add aggr_nr metric parser supportChun-Tse Shao
2026-06-04tools build: Fix feature checks to touch target files on successIan Rogers
2026-06-04perf build: Compile BPF skeletons with -mcpu=v3Suchit Karunakaran
2026-06-04gpio: remove obsolete UAF FIXMEs from lookup pathsMarco Scardovi (scardracs)
2026-06-04gpio: core: fix const-correctness of gpio_chip_guardMarco Scardovi (scardracs)
2026-06-04perf lock: Fix non-atomic max/time and min_time updates in contention_dataSuchit Karunakaran
2026-06-04perf bench: Add --write-size option to sched pipeBreno Leitao
2026-06-04drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura
2026-06-04drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh
2026-06-04Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh
2026-06-04timers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu
2026-06-04KVM: x86: Use <linux/lockdep.h> for lockdep header inclusionKai Huang
2026-06-04eventpoll: restore EP_UNACTIVE_PTR sentinel for ctx->tfile_check_listZhan Wei
2026-06-04Merge tag 'socfpga_dts_updates_for_v7.2' of git://git.kernel.org/pub/scm/linu...Linus Walleij
2026-06-04Merge tag 'iwlwifi-next-2026-06-03' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg
2026-06-04Merge tag 'ath-next-20260602' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg
2026-06-04wifi: wlcore: enable the right set of ciphersAndreas Kemnade
2026-06-04ipmi: si: Use platform_get_irq_optional() to retrieve interruptRosen Penev
2026-06-04vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson
2026-06-04wifi: mac80211: fix monitor mode frame capture for real chanctx drivers傅继晗
2026-06-04wifi: mac80211: Free keys associated with NAN DeviceIlan Peer
2026-06-04ASoC: amd: acp70: add standalone RT721 SoundWire machineAleksander Pshenitsyn
2026-06-04ASoC: tegra: ADX: use of_device_get_match_dataRosen Penev
2026-06-04spi: cadence-xspi: Support 32bit and 64bit slave dma interfaceJisheng Zhang
2026-06-04ASoC: soc-core: remove card->dmi_longnameKuninori Morimoto
2026-06-04xfrm: add documentation for XFRM_MSG_MIGRATE_STATEAntony Antony
2026-06-04xfrm: restrict netlink attributes for XFRM_MSG_MIGRATE_STATEAntony Antony
2026-06-04xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migrationAntony Antony
2026-06-04xfrm: make xfrm_dev_state_add xuo parameter constAntony Antony
2026-06-04xfrm: extract address family and selector validation helpersAntony Antony
2026-06-04xfrm: refactor XFRMA_MTIMER_THRESH validation into a helperAntony Antony
2026-06-04xfrm: move encap and xuo into struct xfrm_migrateAntony Antony
2026-06-04xfrm: add error messages to state migrationAntony Antony
2026-06-04xfrm: add state synchronization after migrationAntony Antony
2026-06-04xfrm: check family before comparing addresses in migrateAntony Antony
2026-06-04xfrm: split xfrm_state_migrate into create and install functionsAntony Antony
2026-06-04xfrm: rename reqid in xfrm_migrateAntony Antony
2026-06-04xfrm: fix NAT-related field inheritance in SA migrationAntony Antony
2026-06-04xfrm: allow migration from UDP encapsulated to non-encapsulated ESPAntony Antony
2026-06-04xfrm: add extack to xfrm_init_stateAntony Antony
2026-06-04xfrm: remove redundant assignmentsAntony Antony
2026-06-04ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk tableDavid Glushkov
2026-06-04ASoC: fsl_sai: Fix 32 slots TDM broken by integer shift UB in xMR writeChancel Liu
2026-06-03sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()Tejun Heo