summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-12Linux 6.6.111v6.6.111Greg Kroah-Hartman
2025-10-12KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-10-12net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey
2025-10-12crypto: rng - Ensure set_ent is always presentHerbert Xu
2025-10-12riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins
2025-10-12riscv: mm: Use hint address in mmap if availableCharlie Jenkins
2025-10-12driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki
2025-10-12staging: axis-fifo: flush RX FIFO on read errorsOvidiu Panait
2025-10-12staging: axis-fifo: fix TX handling on copy_from_user() failureOvidiu Panait
2025-10-12staging: axis-fifo: fix maximum TX packet length checkOvidiu Panait
2025-10-12serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou
2025-10-12hid: fix I2C read buffer overflow in raw_event() for mcp2221Arnaud Lecomte
2025-10-12ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_freeJeongjun Park
2025-10-12ALSA: usb-audio: Kill timer properly at removalTakashi Iwai
2025-10-12platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks listChristoffer Sandberg
2025-10-12can: rcar_canfd: Fix controller mode settingDuy Nguyen
2025-10-12can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba
2025-10-12ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issueJack Yu
2025-10-12perf subcmd: avoid crash in exclude_cmds when excludes is emptyhupu
2025-10-12platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 listaprilgrimoire
2025-10-12dm-integrity: limit MAX_TAG_SIZE to 255Mikulas Patocka
2025-10-12ASoC: amd: acp: Adjust pdm gain valueVenkata Prasad Potturu
2025-10-12wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith
2025-10-12USB: serial: option: add SIMCom 8230C compositionsXiaowei Li
2025-10-12media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou
2025-10-12media: tuner: xc5000: Fix use-after-free in xc5000_releaseDuoming Zhou
2025-10-12media: tunner: xc5000: Refactor firmware loadRicardo Ribalda
2025-10-12KVM: arm64: Fix softirq masking in FPSIMD register saving sequenceWill Deacon
2025-10-06Linux 6.6.110v6.6.110Greg Kroah-Hartman
2025-10-06ASoC: qcom: audioreach: fix potential null pointer dereferenceSrinivas Kandagatla
2025-10-06media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo
2025-10-06media: rc: fix races with imon_disconnect()Larshin Sergey
2025-10-06media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_removeDuoming Zhou
2025-10-06scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran
2025-10-06gcc-plugins: Remove TODO_verify_il for GCC >= 16Kees Cook
2025-10-06crypto: sha256 - fix crash at kexecBreno Leitao
2025-10-02Linux 6.6.109v6.6.109Greg Kroah-Hartman
2025-10-02drm/i915/backlight: Return immediately when scale() finds invalid parametersGuenter Roeck
2025-10-02minmax.h: remove some #defines that are only expanded onceDavid Laight
2025-10-02minmax.h: simplify the variants of clamp()David Laight
2025-10-02minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight
2025-10-02minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight
2025-10-02minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight
2025-10-02minmax.h: update some commentsDavid Laight
2025-10-02minmax.h: add whitespace around operators and after commasDavid Laight
2025-10-02minmax: fix up min3() and max3() tooLinus Torvalds
2025-10-02minmax: improve macro expansion and type checkingLinus Torvalds
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2025-10-02minmax: simplify min()/max()/clamp() implementationLinus Torvalds