index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-09
ASoC: add snd_soc_dapm_kcontrol_component()
Kuninori Morimoto
1
-0
/
+13
2017-11-09
ASoC: add snd_soc_component_cache_sync()
Kuninori Morimoto
1
-0
/
+12
2017-11-09
ASoC: add snd_soc_component_xxx_bias_level()
Kuninori Morimoto
1
-0
/
+45
2017-11-09
ASoC: add snd_soc_component_read32
Kuninori Morimoto
2
-0
/
+16
2017-10-23
ASoC: snd_soc_component_driver has non_legacy_dai_naming
Kuninori Morimoto
2
-1
/
+3
2017-10-23
ASoC: snd_soc_component_driver has endianness
Kuninori Morimoto
2
-35
/
+46
2017-10-23
ASoC: snd_soc_component_driver has pmdown_time
Kuninori Morimoto
2
-1
/
+11
2017-10-23
ASoC: snd_soc_component_driver has snd_compr_ops
Kuninori Morimoto
2
-34
/
+428
2017-10-23
ASoC: snd_soc_component_driver has snd_pcm_ops
Kuninori Morimoto
2
-14
/
+355
2017-10-10
ASoC: soc-core: remove unnecessary message from snd_soc_register_component()
Kuninori Morimoto
1
-3
/
+1
2017-10-10
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
2
-11
/
+28
2017-10-10
ASoC: soc-core: add snd_soc_add_component()
Kuninori Morimoto
2
-11
/
+28
2017-10-04
ASoC: soc-core: add component lookup functions
Kuninori Morimoto
2
-0
/
+28
2017-09-27
ASoC: add Component level set_bias_level
Kuninori Morimoto
2
-1
/
+20
2017-09-27
ASoC: add Component level pcm_new/pcm_free v2
Kuninori Morimoto
3
-8
/
+69
2017-09-27
Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Mark Brown
1
-1
/
+12
2017-09-27
ASoC: pcm: Sync delayed work before releasing resources
Takashi Iwai
1
-1
/
+12
2017-09-26
ASoC: add null_snd_soc_ops and reduce NULL ops check
Kuninori Morimoto
2
-8
/
+13
2017-09-25
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
1
-0
/
+2
2017-09-25
ASoC: remove unneeded dai->driver->ops check
Kuninori Morimoto
2
-20
/
+19
2017-09-25
ASoC: remove unneeded dai->driver check
Kuninori Morimoto
1
-8
/
+8
2017-09-25
ASoC: soc-core: remove rtd NULL check on soc_free_pcm_runtime()
Kuninori Morimoto
1
-2
/
+1
2017-09-20
ASoC: soc-pcm: check symmetry after hw_params
jiada wang
1
-5
/
+4
2017-09-20
ASoC: add missing snd_soc_component_set_jack
Kuninori Morimoto
1
-0
/
+2
2017-09-17
Linux 4.14-rc1
v4.14-rc1
Linus Torvalds
1
-2
/
+2
2017-09-16
Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
4
-16
/
+16
2017-09-16
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-27
/
+41
2017-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-234
/
+467
2017-09-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
12
-11
/
+380
2017-09-16
firmware: Restore support for built-in firmware
Markus Trippelsdorf
4
-5
/
+71
2017-09-16
mlxsw: spectrum_router: Only handle IPv4 and IPv6 events
Ido Schimmel
1
-1
/
+2
2017-09-16
Documentation: link in networking docs
Pavel Machek
1
-1
/
+1
2017-09-16
tcp: fix data delivery rate
Eric Dumazet
1
-4
/
+3
2017-09-16
Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...
Linus Torvalds
205
-3427
/
+6399
2017-09-16
Merge tag 'pci-v4.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+2
2017-09-16
Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
28
-160
/
+236
2017-09-16
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-14
/
+1602
2017-09-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
18
-111
/
+257
2017-09-16
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2
-1
/
+18
2017-09-16
sctp: do not mark sk dumped when inet_sctp_diag_fill returns err
Xin Long
1
-1
/
+0
2017-09-16
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
3
-39
/
+36
2017-09-16
netvsc: increase default receive buffer size
Stephen Hemminger
1
-1
/
+1
2017-09-16
tcp: update skb->skb_mstamp more carefully
Eric Dumazet
1
-7
/
+12
2017-09-16
net: ipv4: fix l3slave check for index returned in IP_PKTINFO
David Ahern
1
-2
/
+6
2017-09-16
net: smsc911x: Quieten netif during suspend
Geert Uytterhoeven
1
-1
/
+14
2017-09-16
net: systemport: Fix 64-bit stats deadlock
Florian Fainelli
1
-3
/
+0
2017-09-16
net: vrf: avoid gcc-4.6 warning
Arnd Bergmann
1
-3
/
+3
2017-09-16
qed: remove unnecessary call to memset
Himanshu Jha
1
-1
/
+0
2017-09-15
Merge tag 'firmware_removal-4.14-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
153
-129170
/
+1
2017-09-15
Merge tag 'nios2-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+6
[next]