summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-10-12Linux 6.6.111v6.6.111Greg Kroah-Hartman1-1/+1
2025-10-12KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson3-14/+13
2025-10-12net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2025-10-12crypto: rng - Ensure set_ent is always presentHerbert Xu1-0/+8
2025-10-12riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-20/+2
2025-10-12riscv: mm: Use hint address in mmap if availableCharlie Jenkins1-16/+11
2025-10-12driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki1-0/+3
2025-10-12staging: axis-fifo: flush RX FIFO on read errorsOvidiu Panait1-7/+11
2025-10-12staging: axis-fifo: fix TX handling on copy_from_user() failureOvidiu Panait1-26/+10
2025-10-12staging: axis-fifo: fix maximum TX packet length checkOvidiu Panait1-4/+10
2025-10-12serial: stm32: allow selecting console when the driver is moduleRaphael Gallais-Pou1-1/+1
2025-10-12hid: fix I2C read buffer overflow in raw_event() for mcp2221Arnaud Lecomte1-0/+4
2025-10-12ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_freeJeongjun Park1-5/+4
2025-10-12ALSA: usb-audio: Kill timer properly at removalTakashi Iwai1-1/+2
2025-10-12platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks listChristoffer Sandberg1-0/+7
2025-10-12can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-10-12can: hi311x: fix null pointer dereference when resuming from sleep before int...Chen Yufeng1-16/+17
2025-10-12btrfs: ref-verify: handle damaged extent root treeDavid Sterba1-1/+8
2025-10-12ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issueJack Yu1-8/+9
2025-10-12perf subcmd: avoid crash in exclude_cmds when excludes is emptyhupu1-0/+3
2025-10-12platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042 listaprilgrimoire1-0/+8
2025-10-12dm-integrity: limit MAX_TAG_SIZE to 255Mikulas Patocka1-1/+1
2025-10-12ASoC: amd: acp: Adjust pdm gain valueVenkata Prasad Potturu1-1/+1
2025-10-12wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188Bitterblue Smith1-1/+0
2025-10-12USB: serial: option: add SIMCom 8230C compositionsXiaowei Li1-0/+6
2025-10-12media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou1-2/+2
2025-10-12media: tuner: xc5000: Fix use-after-free in xc5000_releaseDuoming Zhou1-1/+1
2025-10-12media: tunner: xc5000: Refactor firmware loadRicardo Ribalda1-22/+17
2025-10-12KVM: arm64: Fix softirq masking in FPSIMD register saving sequenceWill Deacon1-2/+6
2025-10-06Linux 6.6.110v6.6.110Greg Kroah-Hartman1-1/+1
2025-10-06ASoC: qcom: audioreach: fix potential null pointer dereferenceSrinivas Kandagatla1-2/+2
2025-10-06media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo2-27/+48
2025-10-06media: rc: fix races with imon_disconnect()Larshin Sergey1-7/+20
2025-10-06media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_removeDuoming Zhou1-1/+1
2025-10-06scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran1-1/+1
2025-10-06gcc-plugins: Remove TODO_verify_il for GCC >= 16Kees Cook1-0/+7
2025-10-06crypto: sha256 - fix crash at kexecBreno Leitao1-1/+1
2025-10-02Linux 6.6.109v6.6.109Greg Kroah-Hartman1-1/+1
2025-10-02drm/i915/backlight: Return immediately when scale() finds invalid parametersGuenter Roeck1-2/+3
2025-10-02minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-10-02minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-10-02minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-10-02minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-10-02minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-10-02minmax.h: update some commentsDavid Laight1-29/+24
2025-10-02minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-10-02minmax: fix up min3() and max3() tooLinus Torvalds1-2/+10
2025-10-02minmax: improve macro expansion and type checkingLinus Torvalds2-15/+68
2025-10-02minmax: don't use max() in situations that want a C constant expressionLinus Torvalds6-6/+6
2025-10-02minmax: simplify min()/max()/clamp() implementationLinus Torvalds1-23/+20