summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen1-1/+1
2026-08-24Bluetooth: hci_event: clear HCI_LE_ADV only on a created connectionValentin Kindschi1-3/+4
2026-08-24Bluetooth: hci_conn: re-enable advertising only for peripheral roleValentin Kindschi1-1/+2
2026-08-24Bluetooth: hci_bcm4377: Ignore reserved PHY in ext adv reports on BCM4378Lorenzo Stoakes (ARM)1-0/+1
2026-08-24Bluetooth: eir: Fix OOB read in eir_get_service_data()HyeongJun An1-1/+2
2026-08-24Bluetooth: btnxpuart: Validate the FW dump header lengthAli Ahmet Memis1-3/+12
2026-08-24docs: kernel-parameters: add CPU_FREQ, CPU_IDLE build optionsRandy Dunlap1-0/+2
2026-08-24Bluetooth: hci_sync: add conditional locking annotationsPauli Virtanen1-0/+5
2026-08-24Bluetooth: btnxpuart: Check remote M.2 connector availability before pwrseqSherry Sun1-1/+23
2026-08-24Bluetooth: btmtksdio: Fix out-of-bounds DMA read in the TX pathChris Lu1-5/+21
2026-08-24Bluetooth: btmtksdio: Take exclusive ownership of the SKB before TXChris Lu1-7/+6
2026-08-24Bluetooth: btmtk: Do not discard the subsystem reset timeoutIsmail Tarim1-2/+5
2026-08-24Bluetooth: btmtk: Do not report success when subsys reset failsIsmail Tarim1-1/+3
2026-08-24Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen2-10/+18
2026-08-24Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereferencePavel Shpakovskiy2-6/+14
2026-08-24docs/sched_ext: document that cgroup CPU knobs are scheduler-dependentTao Cui1-0/+15
2026-08-24Bluetooth: L2CAP: reject accept queue add unless BT_LISTENPauli Virtanen1-0/+13
2026-08-24Bluetooth: L2CAP: access chan->conn safely in get/setsockoptPauli Virtanen1-16/+48
2026-08-24Bluetooth: hci_intel: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+1
2026-08-24Bluetooth: hci_h5: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-1/+3
2026-08-24Bluetooth: hci_bcm: fix usage_count leak when autosuspend_delay is negativeGuangshuo Li1-0/+1
2026-08-24Merge tag 'mailbox-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds33-198/+814
2026-08-24doc:it_IT: align Italian documentation in processFederico Vaga16-245/+519
2026-08-24selftests/cgroup: Add test for preserving boot-isolated CPUsGuopeng Zhang1-0/+58
2026-08-24docs: threat-model: fix /dev/kmsg referenceJohan Hovold1-1/+1
2026-08-24cgroup/cpuset: Preserve boot-isolated CPUs on partition releaseGuopeng Zhang1-10/+29
2026-08-24selftests/cgroup: Drop invalid boot isolation comparisonGuopeng Zhang1-6/+0
2026-08-24docs: block: fix dead http link in blk-mq.rstJenson Johnathon Reggentin1-1/+1
2026-08-24docs/ja_JP: translate submitting-patches.rst (tag usage)Akiyoshi Kurita1-0/+94
2026-08-24docs: cgroup-v2: fix misc.events key format descriptionCheng Lingfei1-1/+1
2026-08-24Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last requestIbrahim Abdelkader1-0/+2
2026-08-24Merge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini66-476/+1579
2026-08-24accel/amdxdna: put the chained BO when its mapping failsTaimuraz Kaitmazov1-1/+3
2026-08-24accel/amdxdna: reject a command chain that carries no commandsTaimuraz Kaitmazov1-1/+1
2026-08-24accel/amdxdna: Remove __counted_by from struct amdxdna_cmd_chainLizhi Hou1-1/+1
2026-08-24Merge tag 'i2c-7.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Linus Torvalds30-74/+78
2026-08-24Merge tag 'pinctrl-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds119-2902/+15232
2026-08-24f2fs: use adjusted write range after f2fs_write_checks()Seongjae Jeong1-8/+9
2026-08-24Merge tag 'auxdisplay-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-48/+15
2026-08-24fuse: zero the partial EOF page when extending a fileJimmy Zuber2-0/+12
2026-08-24arm64: process: Fix context switching MTE store-only tag checkVladimir Murzin1-1/+1
2026-08-24dma-contiguous: fix truncation of numa_cma / cma_pernuma sizes >= 2GAlexander Graf1-7/+9
2026-08-24KVM: arm64: ptdump: Flush the last regionWei-Lin Chang1-4/+7
2026-08-24arm64: ptdump: Make note_page_flush() range awareWei-Lin Chang2-1/+15
2026-08-24ASoC: rt766: add RT766/RT767 VA1 device IDsShuming Fan1-0/+2
2026-08-24printk: Don't WARN on kthread_run failure.Tetsuo Handa2-2/+2
2026-08-24Merge branch 'slab/for-7.3/kfree_rcu_nolock' into slab/for-nextVlastimil Babka (SUSE)8-172/+435
2026-08-24Merge branch 'slab/for-7.3/objext_split' into slab/for-nextVlastimil Babka (SUSE)12-224/+458
2026-08-24rtc: msc313: Select by default on MSTARV7Daniel Palmer1-1/+2
2026-08-24selftests: dmabuf-heaps: add fd-leak-on-EFAULT regression testBaineng Shou1-1/+112