summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-07Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linuxLinus Torvalds
2025-02-08kbuild: install-extmod-build: add missing quotation marks for CC variableWangYuli
2025-02-07Merge tag 'pm-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-02-07Merge tag 'acpi-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-02-07Merge tag 'gpio-fixes-for-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-07Merge tag 'bcachefs-2025-02-06.2' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-07MAINTAINERS: Remove myselfHector Martin
2025-02-07MAINTAINERS: Move Pavel to kernel.org addressPavel Machek
2025-02-07Merge tag 'md-6.14-20250206' of https://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe
2025-02-07HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ contextVicki Pfau
2025-02-07HID: hid-steam: Move hidraw input (un)registering to workVicki Pfau
2025-02-07HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()Tulio Fernandes
2025-02-07HID: apple: fix up the F6 key on the Omoton KB066 keyboardAlex Henrie
2025-02-07HID: hid-apple: Apple Magic Keyboard a3203 USB-C supportIevgen Vovk
2025-02-07Merge branches 'acpi-property' and 'acpi-resource'Rafael J. Wysocki
2025-02-07Merge branch 'pm-powercap'Rafael J. Wysocki
2025-02-07vfs: sanity check the length passed to inode_set_cached_link()Mateusz Guzik
2025-02-07pidfs: improve ioctl handlingChristian Brauner
2025-02-07Merge patch series "Fix for huge faults regression"Christian Brauner
2025-02-07fsnotify: disable pre-content and permission events by defaultAmir Goldstein
2025-02-07selftests: always check mask returned by statmount(2)Miklos Szeredi
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein
2025-02-07fs: fix adding security options to statmount.mnt_optMiklos Szeredi
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein
2025-02-07Merge patch series "further lockref cleanups"Christian Brauner
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher
2025-02-07gfs2: switch to lockref_init(..., 1)Andreas Gruenbacher
2025-02-07gfs2: use lockref_init for gl_lockrefAndreas Gruenbacher
2025-02-07statmount: let unset strings be emptyMiklos Szeredi
2025-02-07vboxsf: fix building with GCC 15Brahmajit Das
2025-02-07fs/stat.c: avoid harmless garbage value problem in vfs_statx_path()Su Hui
2025-02-07timers/migration: Fix off-by-one root mis-connectionFrederic Weisbecker
2025-02-07genirq: Remove leading space from irq_chip::irq_print_chip() callbacksGeert Uytterhoeven
2025-02-07Merge tag 'drm-intel-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-02-07Merge tag 'drm-xe-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2025-02-07Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-02-07Merge tag 'amd-drm-fixes-6.14-2025-02-05' of https://gitlab.freedesktop.org/a...Dave Airlie
2025-02-06bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...Kent Overstreet
2025-02-06bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()Kent Overstreet
2025-02-06bcachefs: Fix discard path journal flushingKent Overstreet
2025-02-06bcachefs: fix deadlock in journal_entry_open()Jeongjun Park
2025-02-06bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()Jeongjun Park
2025-02-06bcachefs docs: SubmittingPatches.rstKent Overstreet
2025-02-06string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()Kees Cook
2025-02-06compiler.h: Introduce __must_be_byte_array()Kees Cook
2025-02-06compiler.h: Move C string helpers into C-only kernel sectionKees Cook
2025-02-07x86: rust: set rustc-abi=x86-softfloat on rustc>=1.86.0Alice Ryhl
2025-02-06selftests/seccomp: validate uretprobe syscall passes through seccompEyal Birger
2025-02-06seccomp: passthrough uretprobe systemcall without filteringEyal Birger