summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-27Linux 6.18.37v6.18.37Greg Kroah-Hartman1-1/+1
2026-06-27mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes2-2/+10
2026-06-27virtiofs: fix UAF on submount umountMiklos Szeredi1-1/+7
2026-06-27media: vidtv: fix NULL pointer dereference in vidtv_mux_push_siRuslan Valiyev1-1/+7
2026-06-27ksmbd: reject non-VALID session in compound request branchGil Portnoy1-0/+5
2026-06-27drivers/base/memory: set mem->altmap after successful device registrationGeorgi Djakov1-1/+2
2026-06-27serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zeroViken Dadhaniya1-6/+3
2026-06-27vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_writeYi Yang1-1/+1
2026-06-27crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu8-558/+1
2026-06-27iio: adc: ti-ads1298: add bounds check to pga_settings indexSam Daly1-1/+6
2026-06-27iio: light: veml6075: add bounds check to veml6075_it_ms indexSam Daly1-2/+6
2026-06-27net: net_failover: Fix the deadlock in slave registerFaicker Mo2-7/+11
2026-06-27net: export netif_open for self_test usageMike Marciniszyn (Meta)1-0/+1
2026-06-27testing/selftests/mm: add soft-dirty merge self-testLorenzo Stoakes1-1/+126
2026-06-27mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes2-20/+13
2026-06-27mm: set the VM_MAYBE_GUARD flag on guard region installLorenzo Stoakes2-32/+61
2026-06-27mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes3-14/+56
2026-06-27mm: implement sticky VMA flagsLorenzo Stoakes4-20/+77
2026-06-27mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes7-69/+143
2026-06-27mm: add atomic VMA flags and set VM_MAYBE_GUARD as suchLorenzo Stoakes1-0/+44
2026-06-27mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes6-2/+13
2026-06-27sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-06-27firmware: samsung: acpm: Fix cross-thread RX length corruptionTudor Ambarus1-7/+7
2026-06-27Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMsDexuan Cui1-3/+26
2026-06-27hv: utils: handle and propagate errors in kvp_registerThorsten Blum1-12/+13
2026-06-27regulator: core: fix locking in regulator_resolve_supply() error pathAndré Draszik1-1/+9
2026-06-27rose: don't free fd-owned sockets when reaping in the heartbeatBernard Pidoux1-1/+56
2026-06-27rose: clear neighbour pointer in rose_kill_by_device()Bernard Pidoux1-1/+9
2026-06-27rose: cancel neighbour timers in rose_neigh_put() before freeingBernard Pidoux1-0/+12
2026-06-27rose: drop CALL_REQUEST in loopback timer when device is not runningBernard Pidoux1-0/+10
2026-06-27rose: release netdev ref and destroy orphaned incoming socketsBernard Pidoux2-4/+14
2026-06-27rose: fix netdev double-hold in rose_make_new()Bernard Pidoux1-3/+1
2026-06-27rose: disconnect orphaned STATE_2 sockets when device is goneBernard Pidoux1-0/+14
2026-06-27rose: set SOCK_DESTROY in rose_kill_by_device() for prompt cleanupBernard Pidoux1-0/+5
2026-06-27rose: fix notifier unregistered too early in rose_exit()Bernard Pidoux1-2/+11
2026-06-27rose: fix netdev double-hold in rose_rx_call_request()Bernard Pidoux1-3/+5
2026-06-27rose: guard rose_neigh_put() against NULL in timer expiryBernard Pidoux1-1/+4
2026-06-27rose: clear neighbour pointer after rose_neigh_put() in state machinesBernard Pidoux1-0/+6
2026-06-27rose: fix race between loopback timer and module removalBernard Pidoux1-7/+24
2026-06-27rose: hold loopback neighbour reference across timer callbackBernard Pidoux1-1/+10
2026-06-27rose: fix dev_put() leak in rose_loopback_timer()Bernard Pidoux1-9/+2
2026-06-27ACPI: scan: Use async schedule function in acpi_scan_clear_dep_fn()Yicong Yang1-26/+15
2026-06-27agp/amd64: Fix broken error propagation in agp_amd64_probe()Mingyu Wang1-1/+1
2026-06-27net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi2-4/+5
2026-06-27i2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi1-0/+5
2026-06-27RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-06-27debugobjects: Dont call fill_pool() in early boot hardirq contextWaiman Long1-9/+37
2026-06-27debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike1-4/+14
2026-06-27debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPSebastian Andrzej Siewior1-2/+2
2026-06-27debugobjects: Allow to refill the pool before SYSTEM_SCHEDULINGSebastian Andrzej Siewior1-1/+1