summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-10-19configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams-0/+69
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou-8/+12
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou-7/+5
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao-0/+1
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao-0/+7
2023-10-19io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao-0/+1
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao-3/+3
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+60
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao-0/+2
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao-1/+1
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao-2/+3
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-12/+27
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet-1/+60
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet-0/+7
2023-10-19closures: closure_nr_remaining()Kent Overstreet-1/+6
2023-10-19closures: closure_wait_event()Kent Overstreet-0/+22
2023-10-19bcache: move closures to lib/Kent Overstreet-0/+377
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi-0/+23
2023-10-19ALSA: hda: i915: Remove extra argument from snd_hdac_i915_initMaarten Lankhorst-2/+2
2023-10-19ALSA: hda: i915: Add an allow_modprobe argument to snd_hdac_i915_initMaarten Lankhorst-2/+2
2023-10-19Merge branch 'for-linus' into for-nextTakashi Iwai-0/+3
2023-10-19PM / devfreq: rockchip-dfi: add support for RK3588Sascha Hauer-0/+18
2023-10-19PM / devfreq: rockchip-dfi: Add perf supportSascha Hauer-0/+3
2023-10-19PM / devfreq: rockchip-dfi: Handle LPDDR4XSascha Hauer-0/+1
2023-10-19PM / devfreq: rockchip-dfi: Add RK3568 supportSascha Hauer-0/+12
2023-10-19PM / devfreq: rk3399_dmc,dfi: generalize DDRTYPE definesSascha Hauer-6/+18
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet-0/+1
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink-1/+0
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann-0/+5
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein-20/+5
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein-0/+14
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik-1/+1
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner-15/+6
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook-1/+1
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann-0/+16
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann-3/+3
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton-1/+26
2023-10-19vlynq: remove bus driverWolfram Sang-149/+0
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra-0/+1
2023-10-19RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad-0/+2
2023-10-18buildid: reduce header file dependencies for moduleArnd Bergmann-1/+2
2023-10-18string: Adjust strtomem() logic to allow for smaller sourcesKees Cook-2/+5
2023-10-19dt-bindings: thermal: mediatek: Add LVTS thermal controller definition for mt...Balsam CHIHI-0/+19
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight-8/+8
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight-7/+17
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight-2/+3
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight-15/+15
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight-28/+32
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight-0/+17