summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-24bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko1-23/+19
2026-07-24xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-07-24hfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani2-2/+2
2026-07-24hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko12-153/+171
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn3-19/+40
2026-07-24seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
2026-07-24seqlock: Introduce scoped_seqlock_read()Peter Zijlstra1-0/+111
2026-07-24proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn3-89/+59
2026-07-24proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig5-19/+19
2026-07-24ksmbd: validate NTLMv2 response before updating session keyHaofeng Li1-4/+16
2026-07-24ksmbd: Use HMAC-MD5 library for NTLMv2Eric Biggers5-165/+27
2026-07-24ksmbd: Use HMAC-SHA256 library for message signing and key generationEric Biggers8-176/+52
2026-07-24ksmbd: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers5-48/+8
2026-07-24ksmbd: track the connection owning a byte-range lockNamjae Jeon3-8/+26
2026-07-24ksmbd: centralize ksmbd_conn final release to plug transport leakDaeMyung Kang5-30/+156
2026-07-24ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi3-40/+32
2026-07-24ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon2-7/+16
2026-07-24cifs: SMB1 split: Add some #includesDavid Howells2-4/+5
2026-07-24cifs: SMB1 split: Rename cifstransport.cDavid Howells2-1/+4
2026-07-24Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang5-109/+127
2026-07-24Bluetooth: 6lowpan: fix cyclic locking warning on netdev unregisterPauli Virtanen1-2/+23
2026-07-24media: nxp: imx8-isi: Fix use-after-free on removeXiaolei Wang1-1/+1
2026-07-24media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify codeFrank Li1-9/+7
2026-07-24crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
2026-07-24staging: rtl8723bs: fix OOB reads in rtw_get_sec_ie(), rtw_get_wapi_ie(), and...Alexandru Hossu1-0/+15
2026-07-24staging: rtl8723bs: fix spaces around binary operatorsNikolay Kulikov1-36/+42
2026-07-24staging: rtl8723bs: core: move constants to right side in comparisonWilliam Hansen-Baird2-3/+3
2026-07-24PCI: Skip Resizable BAR restore on read errorMarco Nenciarini1-0/+6
2026-07-24PCI: Move Resizable BAR code to rebar.cIlpo Järvinen6-235/+252
2026-07-24PCI: Add kerneldoc for pci_resize_resource()Ilpo Järvinen1-0/+20
2026-07-24PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen8-62/+93
2026-07-24PCI: Free saved list without holding pci_bus_semIlpo Järvinen1-1/+1
2026-07-24PCI: Try BAR resize even when no window was releasedIlpo Järvinen1-4/+2
2026-07-24PCI: Change pci_dev variable from 'bridge' to 'dev'Ilpo Järvinen1-8/+9
2026-07-24PCI/IOV: Adjust ->barsz[] when changing BAR sizeIlpo Järvinen4-20/+14
2026-07-24PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95Richard Zhu1-3/+24
2026-07-24PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder1-6/+8
2026-07-24binder: cache secctx size before release zeroes itChris Mason1-6/+6
2026-07-24binder: Use LIST_HEAD() to initialize on stack list headJisheng Zhang1-4/+2
2026-07-24vfio/mlx5: Fix racy bitfields and tighten struct layoutAlex Williamson1-6/+9
2026-07-24ALSA: hda/tas2781: Cancel async firmware request at unbindCássio Gabriel2-0/+6
2026-07-24firmware_loader: Add cancel helper for async requestsCássio Gabriel2-4/+74
2026-07-24ALSA: scarlett2: Update offsets for 2i2 Gen 4 firmware 2417Geoffrey D. Bennett1-0/+58
2026-07-24ALSA: scarlett2: Allow selecting config_set by firmware versionGeoffrey D. Bennett1-22/+121
2026-07-24iio: hid-sensor-rotation: Fix stale or zero output when reading raw valuesZhang Lixu1-2/+38
2026-07-24ACPI: NFIT: core: Fix possible deadlock and missing notificationsRafael J. Wysocki2-14/+54
2026-07-24ACPI: NFIT: core: Use devm_acpi_install_notify_handler()Rafael J. Wysocki1-20/+7
2026-07-24ACPI: bus: Introduce devm_acpi_install_notify_handler()Rafael J. Wysocki2-0/+68
2026-07-24ACPI: driver: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki6-6/+26
2026-07-24ACPI: NFIT: core: Fix acpi_nfit_init() error cleanupRafael J. Wysocki1-3/+15