summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-15Merge tag 'loongarch-kvm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2026-06-15Merge tag 'kvm-s390-next-7.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-06-15pinctrl: Export pinctrl_get_group_selector()Linus Walleij
2026-06-15HID: hidpp: fix potential UAF in hidpp_connect_event()Jiri Kosina
2026-06-15fuse-uring: clear ent->fuse_req in commit_fetch error pathZhenghang Xiao
2026-06-15keys: keyctl_pkey: replace BUG with return -EOPNOTSUPPMohammed EL Kadiri
2026-06-15keys: request_key: replace BUG with return -EINVALMohammed EL Kadiri
2026-06-15keys: Pin request_key_auth payload in instantiate pathsShaomin Chen
2026-06-15keys: prevent slab cache merging for key_jarMohammed EL Kadiri
2026-06-15keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)David Laight
2026-06-15KEYS: Use acquire when reading state in keyring searchGui-Dong Han
2026-06-15keys/trusted_keys: mark 'migratable' as __ro_after_initLen Bao
2026-06-15keys: use kmalloc_flex in user_preparseThorsten Blum
2026-06-15KEYS: trusted: Debugging as a featureJarkko Sakkinen
2026-06-15KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNGEric Biggers
2026-06-15KEYS: fix overflow in keyctl_pkey_params_get_2()Jarkko Sakkinen
2026-06-15KVM: s390: Introducing kvm_arch_set_irq_inatomic fast injectDouglas Freimuth
2026-06-15KVM: s390: Enable adapter_indicators_set to use mapped pagesDouglas Freimuth
2026-06-15KVM: s390: Add map/unmap ioctl and clean mappings post-guestDouglas Freimuth
2026-06-15fuse-uring: use named constants for io-uring iovec indicesJoanne Koong
2026-06-15fuse-uring: refactor setting up copy state for payload copyingJoanne Koong
2026-06-15fuse-uring: use enum types for header copyingJoanne Koong
2026-06-15fuse-uring: refactor io-uring header copying from ringJoanne Koong
2026-06-15fuse-uring: refactor io-uring header copying to ringJoanne Koong
2026-06-15fuse-uring: separate next request fetching from sending logicJoanne Koong
2026-06-15fuse: invalidate readdir cache on epoch bumpJun Wu
2026-06-15virtio-fs: avoid double-free on failed queue setupYung-Tse Cheng
2026-06-15fuse: invalidate page cache after DIO and async DIO writesCheng Ding
2026-06-15fuse: set ff->flock only on successZhang Tianci
2026-06-15fuse: clean up interrupt readingJoanne Koong
2026-06-15fuse: remove stray newline in fuse_dev_do_read()Joanne Koong
2026-06-15fuse: use READ_ONCE in fuse_chan_num_background()Li Wang
2026-06-15fuse: dax: Move long delayed work on system_dfl_long_wqMarco Crivellari
2026-06-15fuse: add fuse_request_sent tracepointAmir Goldstein
2026-06-15fuse: Add SPDX ID lines to some filesTim Bird
2026-06-15fuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentryThorsten Blum
2026-06-15fuse: convert page array allocation to kcalloc()William Theesfeld
2026-06-15fuse: use current creds for backing filesGuoHan Zhao
2026-06-15fuse: expand MAINTAINERS with subsystem info, update mailing listMiklos Szeredi
2026-06-15fuse: remove redundant buffer size checks for interrupt and forget requestsJoanne Koong
2026-06-15fuse: drop redundant check in fuse_sync_bucket_alloc()Li Wang
2026-06-15fuse: reduce attributes invalidated on directory changeKonrad Sztyber
2026-06-15fuse: drop redundant err assignment in fuse_create_open()Li Wang
2026-06-15fuse: fuse_i.h: clean up kernel-doc commentsRandy Dunlap
2026-06-15fuse: fuse_dev_i.h: clean up kernel-doc warningsRandy Dunlap
2026-06-15fuse-uring: drop kernel-doc notation for a commentRandy Dunlap
2026-06-15fuse: simplify fuse_dev_ioctl_clone()Miklos Szeredi
2026-06-15fuse: alloc pqueue before installing fch in fuse_devMiklos Szeredi
2026-06-15fuse: remove #include "fuse_i.h" from dev.c and dev_uring.cMiklos Szeredi
2026-06-15fuse: change ring->fc to ring->chanMiklos Szeredi