summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-02USB: typec: no opencoding FIELD_GETOliver Neukum1-4/+5
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-2/+2
2024-03-02Merge tag 'coresight-next-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-91/+57
2024-03-02Merge tag 'mhi-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman1-19/+0
2024-03-02block: define bvec_iter as __packed __aligned(4)Ming Lei1-1/+1
2024-03-02net/mlx5: Check capability for fw_resetMoshe Shemesh1-1/+3
2024-03-02compiler.h: Explain how __is_constexpr() worksKees Cook1-0/+39
2024-03-02overflow: Allow non-type arg to type_max() and type_min()Kees Cook1-5/+7
2024-03-01power: supply: core: make power_supply_class constantRicardo B. Marliere1-1/+1
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2-0/+5
2024-03-01Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-2/+4
2024-03-01Merge tag 'drm-fixes-2024-03-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-20/+16
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig1-0/+2
2024-03-01block: add a queue_limits_set helperChristoph Hellwig1-0/+1
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever1-3/+10
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever1-3/+3
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever1-4/+9
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2-0/+29
2024-03-01svcrdma: Post Send WR chainChuck Lever1-2/+4
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever1-0/+34
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski1-2/+2
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski1-2/+2
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner2-0/+2
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner2-2/+2
2024-03-01pidfd: add pidfsChristian Brauner3-2/+12
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers12-377/+30
2024-03-01Merge tag 'qcom-arm64-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann7-0/+322
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann2-6/+11
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven1-4/+1
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet1-1/+1
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet1-3/+5
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet1-1/+1
2024-03-01ipv6: add ipv6_devconf_read_txrx cacheline_groupEric Dumazet1-4/+9
2024-03-01Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley1-1/+21
2024-03-01lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko1-3/+7
2024-03-01Merge tag 'drm-misc-next-2024-02-29' of https://anongit.freedesktop.org/git/d...Dave Airlie3-11/+46
2024-03-01Merge tag 'drm-xe-fixes-2024-02-29' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-20/+1
2024-03-01Merge tag 'drm-misc-fixes-2024-02-29' of https://anongit.freedesktop.org/git/...Dave Airlie1-0/+15
2024-03-01Merge tag 'drm-intel-gt-next-2024-02-28' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+4
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-34/+49
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-1/+18
2024-03-01workqueue: Drain BH work items on hot-unplugged CPUsTejun Heo1-0/+1
2024-03-01overflow: Use POD in check_shl_overflow()Andy Shevchenko1-1/+1
2024-03-01kernel.h: Move lib/cmdline.c prototypes to string.hAndy Shevchenko2-6/+8
2024-03-01fortify: Improve buffer overflow reportingKees Cook1-26/+30
2024-03-01fortify: Provide KUnit counters for failure testingKees Cook1-20/+23
2024-03-01fortify: Split reporting and avoid passing string pointerKees Cook1-21/+60
2024-03-01refcount: Annotated intentional signed integer wrap-aroundKees Cook1-3/+6