summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Merge tag 'drm-intel-next-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+5
2023-10-20Merge tag 'drm-misc-fixes-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-4/+3
2023-10-20virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORTDan Williams2-1/+4
2023-10-20mm/slab: Add __free() support for kvfreeDan Williams1-0/+2
2023-10-20configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams1-0/+69
2023-10-20bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou2-8/+12
2023-10-20cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou1-7/+5
2023-10-20io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao1-0/+1
2023-10-20io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao1-0/+7
2023-10-20io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao1-0/+1
2023-10-20net/socket: Break down __sys_getsockoptBreno Leitao2-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-23/+60
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao1-0/+2
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao1-1/+1
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao1-2/+3
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-12/+27
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet1-1/+60
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet1-0/+7
2023-10-19closures: closure_nr_remaining()Kent Overstreet1-1/+6
2023-10-19closures: closure_wait_event()Kent Overstreet1-0/+22
2023-10-19bcache: move closures to lib/Kent Overstreet1-0/+377
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-0/+23
2023-10-19ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst1-2/+2
2023-10-19ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst1-2/+2
2023-10-19Merge branch 'for-linus' into for-nextTakashi Iwai2-0/+3
2023-10-19PM / devfreq: rockchip-dfi: add support for RK3588Sascha Hauer1-0/+18
2023-10-19PM / devfreq: rockchip-dfi: Add perf supportSascha Hauer2-0/+3
2023-10-19PM / devfreq: rockchip-dfi: Handle LPDDR4XSascha Hauer1-0/+1
2023-10-19PM / devfreq: rockchip-dfi: Add RK3568 supportSascha Hauer1-0/+12
2023-10-19PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE definesSascha Hauer2-6/+18
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet1-0/+1
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink1-1/+0
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann1-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein2-20/+5
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-0/+14
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik1-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2-15/+6
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook1-1/+1
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann1-0/+16
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann1-3/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton2-1/+26
2023-10-19vlynq: remove bus driverWolfram Sang1-149/+0
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra1-0/+1
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad1-0/+2
2023-10-19buildid: reduce header file dependencies for moduleArnd Bergmann1-1/+2
2023-10-19string: Adjust strtomem() logic to allow for smaller sourcesKees Cook1-2/+5
2023-10-19dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for mt...Balsam CHIHI1-0/+19
2023-10-19compiler.h: move __is_constexpr() to compiler.hDavid Laight2-8/+8
2023-10-19minmax: relax check to allow comparison between unsigned arguments and signed...David Laight1-7/+17