summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-10-21bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao1-0/+1
2023-10-21bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-0/+1
2023-10-21mm/percpu.c: introduce pcpu_alloc_size()Hou Tao1-0/+1
2023-10-20seq_buf: fix a misleading commentJonathan Corbet1-1/+1
2023-10-20Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+6
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-1/+2
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2-4/+3
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski2-35/+16
2023-10-20net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel1-0/+4
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-10-20Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman4-7/+15
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-0/+1
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov1-4/+0
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: Pass compat mode in issue_flagsBreno Leitao1-0/+1
2023-10-20net/socket: Break down __sys_getsockoptBreno Leitao1-1/+1
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-6/+41
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 Torvalds1-3/+16
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-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-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-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
2023-10-19minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight1-2/+3
2023-10-19minmax: fix indentation of __cmp_once() and __clamp_once()David Laight1-15/+15
2023-10-19minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight1-28/+32
2023-10-19minmax: add umin(a, b) and umax(a, b)David Laight1-0/+17