aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva2-1/+4
2024-10-04ext4: fix off by one issue in alloc_flex_gd()Baokun Li1-8/+10
2024-10-04ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)1-1/+2
2024-10-04ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)1-8/+11
2024-10-04Bluetooth: btusb: Don't fail external suspend requestsLuiz Augusto von Dentz1-2/+18
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-04net: pse-pd: Fix enabled status mismatchKory Maincent1-0/+11
2024-10-04selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski1-1/+1
2024-10-04sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo1-1/+0
2024-10-04sched_ext: Improve error reporting during loadingTejun Heo1-11/+19
2024-10-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-4/+16
2024-10-04Merge tag 'riscv-for-linus-6.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+11
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-15/+34
2024-10-04Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+30
2024-10-04Merge branch 'ibmvnic-fix-for-send-scrq-direct'Jakub Kicinski1-2/+4
2024-10-04ibmvnic: Inspect header requirements before using scrq directNick Child1-2/+4
2024-10-04Merge tag 'acpi-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-17/+39
2024-10-04Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-13/+9
2024-10-04Merge branch 'netfilter-br_netfilter-fix-panic-with-metadata_dst-skb'Jakub Kicinski4-0/+129
2024-10-04selftests: add regression test for br_netfilter panicAndy Roulin3-0/+124
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-04nfsd/localio: fix nfsd_file tracepoints to handle NULL rqstpMike Snitzer1-3/+3
2024-10-04Merge tag 'gpio-fixes-for-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+7
2024-10-04Merge tag 'sound-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds43-107/+162
2024-10-04Merge tag 'drm-fixes-2024-10-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds42-108/+282
2024-10-04net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean1-1/+0
2024-10-04Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds3-7/+17
2024-10-04Merge tag 'io_uring-6.12-20241004' of git://git.kernel.dk/linuxLinus Torvalds2-3/+8
2024-10-04Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-34/+25
2024-10-04Merge tag 'fs_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-106/+224
2024-10-04Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-2/+5
2024-10-04Merge branches 'acpi-video' and 'acpi-battery'Rafael J. Wysocki2-11/+26
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-83/+58
2024-10-04thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki1-3/+1
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki3-6/+7
2024-10-04Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-59/+167
2024-10-04Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-83/+52
2024-10-04Merge tag 'i2c-host-fixes-6.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang1-3/+3
2024-10-04tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM supportPaul Moore11-577/+118
2024-10-04usb: xhci: Fix problem with xhci resume from suspendJose Alberto Reguero1-0/+5
2024-10-04usb: misc: onboard_usb_dev: introduce new config symbol for usb5744 SMBus sup...Radhey Shyam Pandey2-2/+16
2024-10-04usb: dwc3: core: Stop processing of pending events if controller is haltedSelvarasu Ganesan3-18/+19
2024-10-04usb: dwc3: re-enable runtime PM after failed resumeRoy Luo1-5/+3
2024-10-04usb: storage: ignore bogus device raised by JieLi BR21 USB sound chipIcenowy Zheng1-0/+11
2024-10-04usb: gadget: core: force synchronous registrationJohn Keeping1-0/+1
2024-10-04arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan2-0/+3
2024-10-04hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dmaSurajSonawane24151-1/+1
2024-10-04ALSA: hda/conexant: Fix conflicting quirk for System76 PangolinTakashi Iwai1-5/+19
2024-10-04ALSA: line6: add hw monitor volume control to POD HD500XHans P. Moller1-1/+1