index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
-106
/
+168
2025-03-19
ASoC: tas2781: Support dsp firmware Alpha and Beta seaies
Shenghao Ding
-3
/
+38
2025-03-19
Merge branch 'for-linus' into for-next
Takashi Iwai
-112
/
+451
2025-03-18
i2c: Introduce i2c_10bit_addr_*_from_msg() helpers
Andy Shevchenko
-0
/
+15
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
-3
/
+13
2025-03-18
locking: Move MCS struct definition to public header
Kumar Kartikeya Dwivedi
-0
/
+6
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
-0
/
+2
2025-03-18
iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
Nicolin Chen
-0
/
+23
2025-03-18
iommufd/viommu: Add iommufd_viommu_report_event helper
Nicolin Chen
-0
/
+11
2025-03-18
iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
Nicolin Chen
-0
/
+9
2025-03-18
iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
Nicolin Chen
-0
/
+85
2025-03-18
virtchnl: make proto and filter action count unsigned
Jan Glaza
-2
/
+2
2025-03-18
mtd: nand: Fix a kdoc comment
Miquel Raynal
-1
/
+1
2025-03-18
mtd: spinand: Improve spinand_info macros style
Miquel Raynal
-4
/
+4
2025-03-18
fs: dedup handling of struct filename init and refcounts bumps
Mateusz Guzik
-0
/
+6
2025-03-18
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
-1
/
+2
2025-03-18
spi: Merge up fixes
Mark Brown
-153
/
+357
2025-03-18
inet: frags: change inet_frag_kill() to defer refcount updates
Eric Dumazet
-2
/
+2
2025-03-18
inet: frags: add inet_frag_putn() helper
Eric Dumazet
-3
/
+4
2025-03-18
net: skbuff: Remove unused skb_add_data()
Yue Haibing
-19
/
+0
2025-03-18
Merge tag 'batadv-next-pullrequest-20250313' of git://git.open-mesh.org/linux...
Paolo Abeni
-9
/
+9
2025-03-18
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
-0
/
+4
2025-03-18
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
-0
/
+46
2025-03-18
net: mana: Support holes in device list reply msg
Haiyang Zhang
-4
/
+7
2025-03-18
RDMA/mlx5: Support optional-counters binding for QPs
Patrisious Haddad
-2
/
+2
2025-03-18
RDMA/core: Pass port to counter bind/unbind operations
Patrisious Haddad
-3
/
+4
2025-03-18
RDMA/core: Add support to optional-counters binding configuration
Patrisious Haddad
-1
/
+6
2025-03-18
RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()
Patrisious Haddad
-0
/
+6
2025-03-18
RDMA/mlx5: Add optional counters for RDMA_TX/RX_packets/bytes
Patrisious Haddad
-2
/
+2
2025-03-18
ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDs
Niklas Cassel
-0
/
+2
2025-03-18
Merge net-next/main to resolve conflicts
Johannes Berg
-441
/
+613
2025-03-18
net: phy: drop phy_settings and the associated lookup helpers
Maxime Chevallier
-13
/
+0
2025-03-18
net: phy: phy_caps: Move phy_speeds to phy_caps
Maxime Chevallier
-2
/
+0
2025-03-18
net: ethtool: Export the link_mode_params definitions
Maxime Chevallier
-0
/
+8
2025-03-17
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...
Linus Torvalds
-5
/
+19
2025-03-17
mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
Johannes Weiner
-0
/
+1
2025-03-17
mm: compaction: push watermark into compaction_suitable() callers
Johannes Weiner
-2
/
+3
2025-03-17
mm/page_alloc: add trace event for totalreserve_pages calculation
Martin Liu
-0
/
+18
2025-03-17
mm/page_alloc: add trace event for per-zone lowmem reserve setup
Martin Liu
-0
/
+27
2025-03-17
mm/page_alloc: add trace event for per-zone watermark setup
Martin Liu
-0
/
+33
2025-03-17
drivers/base/memory: correct the field name in the header
Gavin Shan
-1
/
+1
2025-03-17
drivers/base/memory: improve add_boot_memory_block()
Gavin Shan
-0
/
+5
2025-03-17
mm/filemap: use xas_try_split() in __filemap_add_folio()
Zi Yan
-0
/
+7
2025-03-17
mm/truncate: use folio_split() in truncate operation
Zi Yan
-0
/
+36
2025-03-17
xarray: add xas_try_split() to split a multi-index entry
Zi Yan
-0
/
+6
2025-03-17
mm: page_ext: add an iteration API for page extensions
Luiz Capitulino
-0
/
+93
2025-03-17
mm/damon: remove damon_operations->reset_aggregated
SeongJae Park
-6
/
+1
2025-03-17
mm/damon: remove damon_callback->before_damos_apply
SeongJae Park
-5
/
+0
2025-03-17
mm/damon: remove damon_callback->after_sampling
SeongJae Park
-7
/
+4
2025-03-17
mm/damon: remove ->before_start of damon_callback
SeongJae Park
-5
/
+2
[prev]
[next]