summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-14iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-0/+19
2023-12-14ice: refactor RSS configurationQi Zhang1-8/+8
2023-12-14net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki1-0/+6
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki1-15/+11
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-8/+30
2023-12-14bus: mhi: host: Add a separate timeout parameter for waiting readyQiang Yu1-0/+4
2023-12-14Input: as5011 - convert to GPIO descriptorLinus Walleij1-1/+0
2023-12-14Input: omap-keypad - drop optional GPIO supportLinus Walleij1-3/+0
2023-12-14Input: navpoint - convert to use GPIO descriptorLinus Walleij1-1/+0
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-1/+1
2023-12-14ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+2
2023-12-14net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan1-0/+2
2023-12-14net/mlx5: Expose Management PCIe Index Register (MPIR)Tariq Toukan2-0/+15
2023-12-14net/mlx5: Add mlx5_ifc bits used for supporting single netdev Socket-DirectTariq Toukan1-6/+25
2023-12-14net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-0/+1
2023-12-14mlx5: implement VLAN tag XDP hintLarysa Zaremba1-1/+1
2023-12-14net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba1-2/+2
2023-12-14bpf: Support uid and gid when mounting bpffsJie Jiang1-0/+2
2023-12-13Merge tag 'platform-drivers-x86-amd-wbrf-v6.8-1' into amd-drm-nextAlex Deucher1-0/+91
2023-12-13Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',...Neeraj Upadhyay (AMD)3-7/+10
2023-12-13rculist.h: docs: Fix wrong function summaryPhilipp Stanner1-1/+1
2023-12-13srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior2-1/+7
2023-12-13io_uring/poll: don't enable lazy wake for POLLEXCLUSIVEJens Axboe1-0/+3
2023-12-13leds: trigger: Remove unused function led_trigger_rename_static()Heiner Kallweit1-17/+0
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue1-0/+2
2023-12-13PCI: Add Alibaba Vendor ID to linux/pci_ids.hShuai Xue1-0/+2
2023-12-13thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki1-0/+2
2023-12-13tty: add new helper function tty_get_tiocmFlorian Eckert1-0/+1
2023-12-13leds: trigger: netdev: Extend speeds up to 10GDaniel Golle1-0/+3
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-3/+0
2023-12-13PM: domains: Drop the unused pm_genpd_opp_to_performance_state()Ulf Hansson1-12/+0
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton4-28/+39
2023-12-13mm/mglru: reclaim offlined memcgs harderYu Zhao1-4/+4
2023-12-13mm/mglru: respect min_ttl_ms with memcgsYu Zhao1-13/+17
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao1-9/+14
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+2
2023-12-13mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-13Merge tag 'pef2256-framer' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Jakub Kicinski3-0/+430
2023-12-13Merge tag 'pef2256-framer' into develLinus Walleij3-0/+430
2023-12-13net: wan: framer: Add support for the Lantiq PEF2256 framerHerve Codina1-0/+31
2023-12-13net: wan: Add framer framework supportHerve Codina2-0/+399
2023-12-12Merge tag 'ext4_for_linus-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2023-12-12mm/rmap: fix misplaced parenthesis of a likely()Steven Rostedt (Google)1-2/+2
2023-12-12mm: ksm: use more folio api in ksm_might_need_to_copy()Kefeng Wang1-2/+2
2023-12-12mm/damon/core: implement goal-oriented feedback-driven quota auto-tuningSeongJae Park1-0/+20
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham2-2/+25
2023-12-12mm: memcg: add per-memcg zswap writeback statDomenico Cerasuolo1-0/+1
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo2-0/+7
2023-12-12memcontrol: implement mem_cgroup_tryget_online()Nhat Pham1-0/+10
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham1-3/+51