summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-02-29lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo
2024-02-29overflow: Use POD in check_shl_overflow()Andy Shevchenko
2024-02-29kernel.h: Move lib/cmdline.c prototypes to string.hAndy Shevchenko
2024-02-29fortify: Improve buffer overflow reportingKees Cook
2024-02-29fortify: Provide KUnit counters for failure testingKees Cook
2024-02-29fortify: Split reporting and avoid passing string pointerKees Cook
2024-02-29refcount: Annotated intentional signed integer wrap-aroundKees Cook
2024-02-29lib/string_choices: Add str_plural() helperMichal Wajdeczko
2024-02-29overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()Kees Cook
2024-02-29overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()Kees Cook
2024-02-29overflow: Adjust check_*_overflow() kern-doc to reflect resultsKees Cook
2024-02-29kernel.h: Move upper_*_bits() and lower_*_bits() to wordpart.hAndy Shevchenko
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-29cgroup/cpuset: Remove cpuset_do_slab_mem_spread()Xiongwei Song
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet
2024-02-29cpufreq: Limit resolving a frequency to policy min/maxShivnandan Kumar
2024-02-29f2fs: stop checkpoint when get a out-of-bounds segmentZhiguo Niu
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun
2024-02-29gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/Théo Lebrun
2024-02-28tcp: remove some holes in struct tcp_sockEric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-28clk: Add a devm variant of clk_rate_exclusive_get()Uwe Kleine-König
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-28SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-28swiotlb: add debugfs to track swiotlb transient pool usageZhangPeng
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn
2024-02-28locking/mutex: Simplify <linux/mutex.h>Waiman Long
2024-02-28bitfield: suppress "dubious: x & !y" sparse warningJohannes Berg
2024-02-28fbdev: Clean up include statements in header fileThomas Zimmermann
2024-02-28fbdev: Clean up forward declarations in header fileThomas Zimmermann
2024-02-28fbdev: Do not include <linux/slab.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/notifier.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/fs.h> in headerThomas Zimmermann
2024-02-28fbdev: Do not include <linux/backlight.h> in headerThomas Zimmermann
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi
2024-02-27fscrypt: Drop d_revalidate once the key is addedGabriel Krisman Bertazi
2024-02-27fscrypt: Drop d_revalidate for valid dentries during lookupGabriel Krisman Bertazi
2024-02-27fscrypt: Factor out a helper to configure the lookup dentryGabriel Krisman Bertazi
2024-02-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi
2024-02-27workqueue: Introduce from_work() helper for cleaner callback declarationsAllen Pais
2024-02-27io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe
2024-02-27platform/x86: wmi: Prevent incompatible event driver from probingArmin Wolf
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki