summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski
2023-10-20net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf
2023-10-20Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu
2023-10-20crypto: pkcs7 - remove sha1 supportDimitri John Ledkov
2023-10-19mm/slab: Add __free() support for kvfreeDan Williams
2023-10-19configfs-tsm: Introduce a shared ABI for attestation reportsDan Williams
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou
2023-10-19io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19bpf: Add sockptr support for setsockoptBreno Leitao
2023-10-19bpf: Add sockptr support for getsockoptBreno Leitao
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-19lib/generic-radix-tree.c: Add peek_prev()Kent Overstreet
2023-10-19lib/generic-radix-tree.c: Don't overflow in peek()Kent Overstreet
2023-10-19closures: closure_nr_remaining()Kent Overstreet
2023-10-19closures: closure_wait_event()Kent Overstreet
2023-10-19bcache: move closures to lib/Kent Overstreet
2023-10-19Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-19net: stmmac: intel: remove unnecessary field struct plat_stmmacenet_data::ext...Johannes Zink
2023-10-19fs: fix umask on NFS with CONFIG_FS_POSIX_ACL=nMax Kellermann
2023-10-19fs: store real path instead of fake path in backing file f_pathAmir Goldstein
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-19vfs: predict the error in retry_estale as unlikelyMateusz Guzik
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-19watch_queue: Annotate struct watch_filter with __counted_byKees Cook
2023-10-19fs/pipe: move check to pipe_has_watch_queue()Max Kellermann
2023-10-19pipe: reduce padding in struct pipe_inode_infoMax Kellermann
2023-10-19fs: add a new SB_I_NOUMASK flagJeff Layton
2023-10-19vlynq: remove bus driverWolfram Sang
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-10-18buildid: reduce header file dependencies for moduleArnd Bergmann
2023-10-18string: Adjust strtomem() logic to allow for smaller sourcesKees Cook
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-18minmax: relax check to allow comparison between unsigned arguments and signed...David Laight
2023-10-18minmax: allow comparisons of 'int' against 'unsigned char/short'David Laight
2023-10-18minmax: fix indentation of __cmp_once() and __clamp_once()David Laight
2023-10-18minmax: allow min()/max()/clamp() if the arguments have the same signedness.David Laight
2023-10-18minmax: add umin(a, b) and umax(a, b)David Laight
2023-10-18kstrtox: remove strtobool()Christophe JAILLET
2023-10-18extract and use FILE_LINE macroAlexey Dobriyan
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes