index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-27
Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
7
-8
/
+1928
2020-01-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-0
/
+1
2020-01-27
Merge tag 'platform-drivers-x86-v5.6-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2
-0
/
+3
2020-01-27
Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
4
-6
/
+15
2020-01-27
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-01-27
Merge tag 'hwmon-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2
-4
/
+33
2020-01-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+2
2020-01-26
Merge tag 'block-5.5-2020-01-26' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+12
2020-01-26
block: allow partitions on host aware zone devices
Christoph Hellwig
1
-0
/
+12
2020-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-8
/
+4
2020-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-8
/
+2
2020-01-24
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
2
-1
/
+2
2020-01-24
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
1
-0
/
+4
2020-01-24
dmaengine: idxd: Init and probe for Intel data accelerators
Dave Jiang
1
-0
/
+228
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
1
-0
/
+4
2020-01-23
hwmon: (pmbus) Detect if chip is write protected
Guenter Roeck
1
-1
/
+10
2020-01-23
hwmon: Add support for enable attributes to hwmon core
Guenter Roeck
1
-3
/
+15
2020-01-23
hwmon: Add intrusion templates
Dr. David Alan Gilbert
1
-0
/
+8
2020-01-23
Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-5
/
+40
2020-01-23
Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+5
2020-01-23
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
1
-0
/
+2
2020-01-22
Merge tag 'io_uring-5.5-2020-01-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-01-21
dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h
Geert Uytterhoeven
1
-2
/
+0
2020-01-21
dmaengine: Remove dma_request_slave_channel_compat() wrapper
Geert Uytterhoeven
1
-4
/
+2
2020-01-21
dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
Grygorii Strashko
1
-0
/
+134
2020-01-21
dmaengine: ti: k3 PSI-L remote endpoint configuration
Peter Ujfalusi
1
-0
/
+71
2020-01-21
dmaengine: ti: Add cppi5 header for K3 NAVSS/UDMA
Peter Ujfalusi
1
-0
/
+1059
2020-01-21
dmaengine: Add helper function to convert direction value to text
Peter Ujfalusi
1
-0
/
+19
2020-01-21
dmaengine: Add support for reporting DMA cached data amount
Peter Ujfalusi
1
-0
/
+2
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
1
-0
/
+112
2020-01-21
Merge TI ringacc driver from Santosh
Vinod Koul
1
-0
/
+244
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
1
-1
/
+2
2020-01-20
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
1
-7
/
+0
2020-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-8
/
+20
2020-01-18
Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+6
2020-01-18
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2020-01-17
XArray: Add xa_for_each_range
Matthew Wilcox (Oracle)
1
-5
/
+32
2020-01-17
XArray: Add wrappers for nested spinlocks
Matthew Wilcox (Oracle)
1
-0
/
+8
2020-01-18
Merge tag 'drm-misc-fixes-2020-01-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+6
2020-01-17
Merge tag 'block-5.5-2020-01-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+4
2020-01-17
mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use
Dave Martin
1
-0
/
+2
2020-01-16
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-3
/
+3
2020-01-16
x86/amd_nb: Add Family 19h PCI IDs
Yazen Ghannam
1
-0
/
+1
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-7
/
+14
2020-01-15
block: fix an integer overflow in logical block size
Mikulas Patocka
1
-4
/
+4
2020-01-15
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
2
-6
/
+12
2020-01-15
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
John Fastabend
1
-0
/
+1
2020-01-15
drm/dp_mst: Have DP_Tx send one msg at a time
Wayne Lin
1
-0
/
+6
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-1
/
+1
2020-01-15
soc: ti: k3: add navss ringacc driver
Grygorii Strashko
1
-0
/
+244
[next]