summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-03-03RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang
2024-03-03of: Reimplement of_machine_is_compatible() using of_machine_compatible_match()Christophe Leroy
2024-03-03of: Change of_machine_is_compatible() to return boolMichael Ellerman
2024-03-03of: Add of_machine_compatible_match()Michael Ellerman
2024-03-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-02nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy
2024-03-02nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy
2024-03-02nvme-rdma: move NVME_RDMA_IP_PORT from common fileMax Gurtovoy
2024-03-02USB: typec: no opencoding FIELD_GETOliver Neukum
2024-03-02Merge tag 'thunderbolt-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-03-02Merge tag 'coresight-next-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2024-03-02Merge tag 'mhi-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2024-03-02block: define bvec_iter as __packed __aligned(4)Ming Lei
2024-03-01net/mlx5: Check capability for fw_resetMoshe Shemesh
2024-03-01compiler.h: Explain how __is_constexpr() worksKees Cook
2024-03-01overflow: Allow non-type arg to type_max() and type_min()Kees Cook
2024-03-01power: supply: core: make power_supply_class constantRicardo B. Marliere
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner
2024-03-01Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2024-03-01Merge tag 'drm-fixes-2024-03-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-01drm/ttm: improve idle/busy handling v5Christian König
2024-03-01block: add a queue_limits_stack_bdev helperChristoph Hellwig
2024-03-01block: add a queue_limits_set helperChristoph Hellwig
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever
2024-03-01svcrdma: Post Send WR chainChuck Lever
2024-03-01NFSD: Add callback operation lifetime trace pointsChuck Lever
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01pidfd: add pidfsChristian Brauner
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2024-03-01Merge tag 'qcom-arm64-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2024-03-01drm/i915: Add missing doc for drm_i915_reset_statsNirmoy Das
2024-03-01drm/panthor: Add uAPIBoris Brezillon
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet
2024-03-01ipv6: add ipv6_devconf_read_txrx cacheline_groupEric Dumazet
2024-03-01Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley
2024-02-29lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko