index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-09-19
10
-94
/
+81
|
\
|
*
mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLE
Yoshihiro Shimoda
2019-09-12
1
-1
/
+1
|
*
mmc: queue: Fix bigger segments usage
Yoshihiro Shimoda
2019-09-12
1
-1
/
+7
|
*
swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page
Christoph Hellwig
2019-09-11
1
-11
/
+4
|
*
swiotlb-xen: simplify cache maintainance
Christoph Hellwig
2019-09-11
1
-10
/
+10
|
*
swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtable
Christoph Hellwig
2019-09-11
1
-27
/
+2
|
*
xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance
Christoph Hellwig
2019-09-11
1
-20
/
+0
|
*
dma-mapping: introduce a dma_common_find_pages helper
Christoph Hellwig
2019-09-04
1
-12
/
+3
|
*
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
2019-09-04
1
-3
/
+3
|
*
remoteproc: don't allow modular build
Christoph Hellwig
2019-09-04
1
-1
/
+1
|
*
dma-mapping: remove dma_{alloc,free,mmap}_writecombine
Christoph Hellwig
2019-09-04
1
-6
/
+5
|
*
parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
2019-09-04
2
-2
/
+0
|
*
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
2019-09-04
4
-0
/
+8
|
*
iommu/dma: add a new dma_map_ops of get_merge_boundary()
Yoshihiro Shimoda
2019-09-03
1
-0
/
+8
|
*
mmc: queue: use bigger segments if DMA MAP layer can merge the segments
Yoshihiro Shimoda
2019-09-03
1
-3
/
+32
*
|
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-19
2
-198
/
+29
|
\
\
|
*
|
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
2019-09-12
1
-10
/
+6
|
*
|
make shmem_fill_super() static
Al Viro
2019-09-05
1
-1
/
+1
|
*
|
devtmpfs: don't mix {ramfs,shmem}_fill_super() with mount_single()
Al Viro
2019-09-05
1
-6
/
+30
|
*
|
mtd: Kill mount_mtd()
David Howells
2019-09-05
1
-189
/
+0
*
|
|
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-09-18
2
-2
/
+178
|
\
|
|
|
*
|
mtd: Provide fs_context-aware mount_mtd() replacement
David Howells
2019-09-05
2
-2
/
+178
*
|
|
Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-09-18
1
-1
/
+1
|
\
\
\
|
*
|
|
infiniband: don't bother with d_delete()
Al Viro
2019-09-03
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-18
1052
-28669
/
+85832
|
\
\
\
\
|
*
\
\
\
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-17
3
-6
/
+11
|
|
\
\
\
\
|
|
*
|
|
|
xen-netfront: do not assume sk_buff_head list is empty in error handling
Dongli Zhang
2019-09-16
1
-1
/
+1
|
|
*
|
|
|
net: ena: don't wake up tx queue when down
Sameeh Jubran
2019-09-16
1
-1
/
+2
|
|
*
|
|
|
net: stmmac: Hold rtnl lock in suspend/resume callbacks
Jose Abreu
2019-09-16
1
-4
/
+8
|
*
|
|
|
|
mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared buffer
Shalom Toledo
2019-09-16
1
-8
/
+33
|
*
|
|
|
|
mlxsw: spectrum: Register CPU port with devlink
Shalom Toledo
2019-09-16
3
-9
/
+105
|
*
|
|
|
|
mlxsw: spectrum_buffers: Prevent changing CPU port's configuration
Shalom Toledo
2019-09-16
1
-0
/
+10
|
*
|
|
|
|
net: ena: fix incorrect update of intr_delay_resolution
Arthur Kiyanovski
2019-09-16
3
-4
/
+19
|
*
|
|
|
|
net: ena: fix retrieval of nonadaptive interrupt moderation intervals
Arthur Kiyanovski
2019-09-16
1
-2
/
+3
|
*
|
|
|
|
net: ena: fix update of interrupt moderation register
Arthur Kiyanovski
2019-09-16
1
-1
/
+4
|
*
|
|
|
|
net: ena: remove all old adaptive rx interrupt moderation code from ena_com
Arthur Kiyanovski
2019-09-16
2
-252
/
+0
|
*
|
|
|
|
net: ena: remove ena_restore_ethtool_params() and relevant fields
Arthur Kiyanovski
2019-09-16
2
-13
/
+0
|
*
|
|
|
|
net: ena: remove old adaptive interrupt moderation code from ena_netdev
Arthur Kiyanovski
2019-09-16
2
-10
/
+0
|
*
|
|
|
|
net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...
Arthur Kiyanovski
2019-09-16
1
-14
/
+16
|
*
|
|
|
|
net: ena: enable the interrupt_moderation in driver_supported_features
Arthur Kiyanovski
2019-09-16
2
-0
/
+11
|
*
|
|
|
|
net: ena: reimplement set/get_coalesce()
Arthur Kiyanovski
2019-09-16
1
-58
/
+26
|
*
|
|
|
|
net: ena: switch to dim algorithm for rx adaptive interrupt moderation
Arthur Kiyanovski
2019-09-16
3
-21
/
+41
|
*
|
|
|
|
net: ena: add intr_moder_rx_interval to struct ena_com_dev and use it
Arthur Kiyanovski
2019-09-16
3
-18
/
+13
|
*
|
|
|
|
net: phy: adin: implement Energy Detect Powerdown mode via phy-tunable
Alexandru Ardelean
2019-09-16
1
-0
/
+61
|
*
|
|
|
|
s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-09-16
1
-4
/
+2
|
*
|
|
|
|
netdevsim: Set offsets to various protocol layers
Ido Schimmel
2019-09-16
1
-0
/
+3
|
*
|
|
|
|
net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offload
Vladimir Oltean
2019-09-16
6
-1
/
+500
|
*
|
|
|
|
net: dsa: sja1105: Advertise the 8 TX queues
Vladimir Oltean
2019-09-16
1
-1
/
+6
|
*
|
|
|
|
net: dsa: sja1105: Add static config tables for scheduling
Vladimir Oltean
2019-09-16
3
-1
/
+222
|
*
|
|
|
|
bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.
Vasundhara Volam
2019-09-16
2
-5
/
+46
[next]