aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-08-17ksmbd: return buffer overflow for partial filesystem infoNamjae Jeon1-1/+25
2026-08-17ksmbd: allow I/O on directory named streamsNamjae Jeon1-2/+3
2026-08-17ksmbd: protect private extended attributesNamjae Jeon1-6/+22
2026-08-17ksmbd: reject delete-on-close for read-only filesNamjae Jeon1-3/+32
2026-08-17ksmbd: honor owner rights ACEs in maximal accessNamjae Jeon2-3/+26
2026-08-17ksmbd: support access-based directory enumerationNamjae Jeon4-5/+36
2026-08-17ksmbd: fix maximum allowed access checksNamjae Jeon3-33/+61
2026-08-17ksmbd: validate SMB2 write offsetsNamjae Jeon1-2/+20
2026-08-17ksmbd: reject SMB3.1.1 binding with mismatched cipherNamjae Jeon1-0/+15
2026-08-17net: ionic: Fetch RCQ sign bit from firmwareAbhijit Gangurde1-1/+5
2026-08-17Revert "esp: do not unref managed frag pages in esp_ssg_unref()"Steffen Klassert2-14/+0
2026-08-16Merge branch 'bpf-reject-mixed-arena-and-ordinary-atomic-paths'Eduard Zingerman1-1/+31
2026-08-16selftests/bpf: Cover mixed arena and stack atomicsYiyang Chen1-1/+31
2026-08-17rust: pci: expose the allocated interrupt typeDanilo Krummrich2-0/+28
2026-08-17PCI: Add pci_irq_type() to query the allocated interrupt typeDanilo Krummrich1-0/+30
2026-08-17rust: pci: remove request_irq() and request_threaded_irq() from DeviceDanilo Krummrich1-43/+5
2026-08-17rust: pci: resolve IRQ in index() and embed IrqRequest in IrqVectorDanilo Krummrich1-44/+23
2026-08-17rust: pci: convert IrqVectorRegistration to a lifetime-managed owning typeDanilo Krummrich2-61/+70
2026-08-16bpf: Check pointer type for all atomic RMW pathsYiyang Chen1-5/+3
2026-08-16hwmon: (emc1403) Drop hysteresis for low limit temperatureMarius Cristea2-20/+15
2026-08-16hwmon: (coretemp) Fix core_data leak on CPUs without PTSSzymon Wilczek1-0/+1
2026-08-16hwmon: (max6621) fix negative temperature offset and crit readingsCong Nguyen1-2/+2
2026-08-16hwmon: (max6621) fix temperature clamp rangeCong Nguyen1-2/+2
2026-08-16Linux 7.2Linus Torvalds1-1/+1
2026-08-16Merge tag 'sched_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2026-08-16Merge tag 'timers_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+25
2026-08-16Merge tag 'core_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-08-16wifi: mt76: mt7921: refactor regd update to fix recursive mutex deadlockCharlie-cy Wu3-12/+22
2026-08-16Revert "i2c: designware: defer probe if child GpioInt controllers are not bound"Linus Torvalds1-80/+0
2026-08-16Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+44
2026-08-16Merge tag 'x86_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+14
2026-08-16Merge tag 'pinctrl-qcom-updates-for-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij12-128/+2300
2026-08-16Merge tag 'pinctrl-qcom-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij6-20/+27
2026-08-16parisc: Fix alignment of asm statements in head.SHelge Deller1-0/+1
2026-08-16Merge tag 'block-7.2-20260815' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-14/+25
2026-08-16alpha: read $gp and $sp explicitly for clangMatt Turner2-3/+4
2026-08-16Merge tag 'io_uring-7.2-20260815' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-2/+6
2026-08-15apparmor: fix deadlock in complain-mode change_hatJohn Johansen3-14/+37
2026-08-15selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE checkMike Rapoport (Microsoft)1-5/+10
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo1-2/+2
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo3-15/+51
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo2-83/+25
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo2-3/+9
2026-08-15nbd: add pre_defined_connections module parameter for pre-created devicesYang Erkun1-1/+15
2026-08-15nbd: remove queue freeze for newly created nbd from netlink pathYang Erkun1-4/+9
2026-08-15nbd: factor out a nbd_genl_foreach_sockYang Erkun1-66/+62
2026-08-15nbd: skip queue freeze when setting size at device startupYang Erkun1-1/+5
2026-08-15nbd: remove queue freeze in nbd_add_socketYang Erkun1-9/+0
2026-08-15nbd: clear queue limits on disconnectYang Erkun1-17/+26
2026-08-15nbd: disallow NBD_SET_SOCK on an active deviceYang Erkun1-0/+7