]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2026-06-15  Linus Walleijpinctrl: Export pinctrl_get_group_selector()
2026-06-15  Jiri KosinaHID: hidpp: fix potential UAF in hidpp_connect_event()
2026-06-15  Zhenghang Xiaofuse-uring: clear ent->fuse_req in commit_fetch error...
2026-06-15  Mohammed EL... keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP
2026-06-15  Mohammed EL... keys: request_key: replace BUG with return -EINVAL
2026-06-15  Shaomin Chenkeys: Pin request_key_auth payload in instantiate paths
2026-06-15  Mohammed EL... keys: prevent slab cache merging for key_jar
2026-06-15  David Laightkeys: Replace strcpy(derived_buf, "AUTH_KEY") with...
2026-06-15  Gui-Dong HanKEYS: Use acquire when reading state in keyring search
2026-06-15  Len Baokeys/trusted_keys: mark 'migratable' as __ro_after_init
2026-06-15  Thorsten Blumkeys: use kmalloc_flex in user_preparse
2026-06-15  Jarkko SakkinenKEYS: trusted: Debugging as a feature
2026-06-15  Eric BiggersKEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
2026-06-15  Jarkko SakkinenKEYS: fix overflow in keyctl_pkey_params_get_2()
2026-06-15  Douglas FreimuthKVM: s390: Introducing kvm_arch_set_irq_inatomic fast...
2026-06-15  Douglas FreimuthKVM: s390: Enable adapter_indicators_set to use mapped...
2026-06-15  Douglas FreimuthKVM: s390: Add map/unmap ioctl and clean mappings post...
2026-06-15  Joanne Koongfuse-uring: use named constants for io-uring iovec...
2026-06-15  Joanne Koongfuse-uring: refactor setting up copy state for payload...
2026-06-15  Joanne Koongfuse-uring: use enum types for header copying
2026-06-15  Joanne Koongfuse-uring: refactor io-uring header copying from ring
2026-06-15  Joanne Koongfuse-uring: refactor io-uring header copying to ring
2026-06-15  Joanne Koongfuse-uring: separate next request fetching from sending...
2026-06-15  Jun Wufuse: invalidate readdir cache on epoch bump
2026-06-15  Yung-Tse Chengvirtio-fs: avoid double-free on failed queue setup
2026-06-15  Cheng Dingfuse: invalidate page cache after DIO and async DIO...
2026-06-15  Zhang Tiancifuse: set ff->flock only on success
2026-06-15  Joanne Koongfuse: clean up interrupt reading
2026-06-15  Joanne Koongfuse: remove stray newline in fuse_dev_do_read()
2026-06-15  Li Wangfuse: use READ_ONCE in fuse_chan_num_background()
2026-06-15  Marco Crivellarifuse: dax: Move long delayed work on system_dfl_long_wq
2026-06-15  Amir Goldsteinfuse: add fuse_request_sent tracepoint
2026-06-15  Tim Birdfuse: Add SPDX ID lines to some files
2026-06-15  Thorsten Blumfuse: use QSTR() instead of QSTR_INIT() in fuse_get_dentry
2026-06-15  William Theesfeldfuse: convert page array allocation to kcalloc()
2026-06-15  GuoHan Zhaofuse: use current creds for backing files
2026-06-15  Miklos Szeredifuse: expand MAINTAINERS with subsystem info, update...
2026-06-15  Joanne Koongfuse: remove redundant buffer size checks for interrupt...
2026-06-15  Li Wangfuse: drop redundant check in fuse_sync_bucket_alloc()
2026-06-15  Konrad Sztyberfuse: reduce attributes invalidated on directory change
2026-06-15  Li Wangfuse: drop redundant err assignment in fuse_create_open()
2026-06-15  Randy Dunlapfuse: fuse_i.h: clean up kernel-doc comments
2026-06-15  Randy Dunlapfuse: fuse_dev_i.h: clean up kernel-doc warnings
2026-06-15  Randy Dunlapfuse-uring: drop kernel-doc notation for a comment
2026-06-15  Miklos Szeredifuse: simplify fuse_dev_ioctl_clone()
2026-06-15  Miklos Szeredifuse: alloc pqueue before installing fch in fuse_dev
2026-06-15  Miklos Szeredifuse: remove #include "fuse_i.h" from dev.c and dev_uring.c
2026-06-15  Miklos Szeredifuse: change ring->fc to ring->chan
2026-06-15  Miklos Szeredifuse: remove fuse_mutex protection from fuse_dev_ioctl_...
2026-06-15  Miklos Szeredifuse: set params in fuse_chan_set_initialized()
2026-06-15  Miklos Szeredifuse: create notify.c
2026-06-15  Miklos Szeredifuse: create poll.c
2026-06-15  Miklos Szeredifuse: change fud->fc to fud->chan
2026-06-15  Miklos Szeredifuse: split out filesystem part of request sending
2026-06-15  Miklos Szeredifuse: change req->fm to req->chan
2026-06-15  Miklos Szeredifuse: remove fm arg of args->end callback
2026-06-15  Miklos Szeredifuse: split off fuse_args and related definitions into...
2026-06-15  Miklos Szeredifuse: abort related layering cleanup
2026-06-15  Miklos Szeredifuse: remove #include "fuse_i.h" from "req_timeout.c"
2026-06-15  Miklos Szeredifuse: remove #include "fuse_i.h" from "dev_uring_i.h"
2026-06-15  Miklos Szeredifuse: move fuse_dev_waitq to dev.c
2026-06-15  Miklos Szeredifuse: move forget related struct and helpers
2026-06-15  Miklos Szeredifuse: don't access transport layer structs directly...
2026-06-15  Miklos Szeredifuse: move struct fuse_req and related to fuse_dev_i.h
2026-06-15  Miklos Szeredifuse: move request timeout to fuse_chan
2026-06-15  Miklos Szeredifuse: add back pointer from fuse_chan to fuse_conn
2026-06-15  Miklos Szeredifuse: split off fch->lock from fc->lock
2026-06-15  Miklos Szeredifuse: move interrupt related members to fuse_chan
2026-06-15  Miklos Szeredifuse: move io_uring related members to fuse_chan
2026-06-15  Miklos Szeredifuse: move request blocking related members to fuse_chan
2026-06-15  Miklos Szeredifuse: move background queuing related members to fuse_chan
2026-06-15  Miklos Szeredifuse: move 'devices' member from fuse_conn to fuse_chan
2026-06-15  Miklos Szeredifuse: move fuse_dev and fuse_pqueue to dev.c
2026-06-15  Miklos Szeredifuse: move fuse_iqueue to fuse_chan
2026-06-15  Miklos Szeredifuse: add struct fuse_chan
2026-06-15  Miklos Szeredifuse: move request timeout code to a new source file
2026-06-15  Joanne Koongfuse: fix io-uring background queue dispatch on request...
2026-06-15  Alberto Ruizfuse: fix device node leak in cuse_process_init_reply()
2026-06-15  Miklos Szeredifuse: do not use start_removing_noperm()
2026-06-15  Miklos SzerediRevert "fuse: fix conversion of fuse_reverse_inval_entr...
2026-06-15  Samuel Moeliusfuse: avoid 32-bit prune notification count wrap
2026-06-15  Joanne Koongfuse-uring: remove request-less entries from ent_w_req_...
2026-06-15  Ji'an Zhoufuse: clear intr_entry in fuse_resend and fuse_remove_p...
2026-06-15  Bernd Schubertfuse-uring: make a fuse_req on SQE commit only findable...
2026-06-15  Bernd Schubertfuse-uring: Avoid queue->stopped races and set/read...
2026-06-15  Bernd Schubertfuse-uring: Avoid use-after-free in fuse_uring_async_st...
2026-06-15  Chris Masonfuse-uring: end fuse_req on io-uring cancel task work
2026-06-15  Joanne Koongfuse-uring: fix moving cancelled entry to ent_in_usersp...
2026-06-15  Joanne Koongfuse-uring: check connection abort during ring creation
2026-06-15  Joanne Koongfuse-uring: fix race between registration and connectio...
2026-06-15  Chris Masonfuse-uring: fix data races on ring->ready
2026-06-15  Chris Masonfuse-uring: fix EFAULT clobber in fuse_uring_commit
2026-06-15  Matthew R.... fuse: back uncached readdir buffers with pages
2026-06-15  Miklos Szeredivirtiofs: fix UAF on submount umount
2026-06-15  Ian Rogersperf inject/aslr: Add ASLR tool infrastructure and...
2026-06-15  Ian Rogersperf maps: Add maps__mutate_mapping
2026-06-15  Arnd BergmannMerge tag 'memory-controller-drv-7.2-2' of https:/...
2026-06-15  Arnd BergmannRevert "firmware: zynqmp: Add dynamic CSU register...
2026-06-15  Arnd BergmannRevert "Documentation: ABI: add sysfs interface for...
2026-06-15  Vlastimil Babka... mm/slab: introduce kmalloc_flags()
next