Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
aa24163
cgroup/cpuset: remove circular dependency deadlock
KAGA-KOKO Nov 15, 2017
1599a18
cpuset: Make cpuset hotplug synchronous
KAGA-KOKO Nov 15, 2017
7d229c6
main: kernel_start: move housekeeping_init() before workqueue_init_ea…
talshorer Nov 3, 2017
c98a980
workqueue: respect isolated cpus when queueing an unbound work
talshorer Nov 3, 2017
16a27df
ata: mediatek: Fix typo in module description
AlbertJP Nov 20, 2017
ddf7005
debug cgroup: use task_css_set instead of rcu_dereference
Nov 19, 2017
c1da86c
pata_pdc2027x: Remove unnecessary error check
ArvindYadavCs Nov 25, 2017
20f9cee
pata_pdc2027x : make pdc2027x_*_timing structures const
ArvindYadavCs Nov 25, 2017
abee210
percpu: hack to let the CRIS architecture to boot until they clean up
Nov 27, 2017
52cf373
cgroup: properly init u64_stats
lynxeye-dev Nov 28, 2017
d2890c3
crypto: rsa - fix buffer overread when stripping leading zeroes
ebiggers Nov 27, 2017
b32a7dc
crypto: algif_aead - fix reference counting of null skcipher
ebiggers Nov 28, 2017
887207e
crypto: af_alg - fix NULL pointer dereference in
ebiggers Nov 28, 2017
af3ff80
crypto: hmac - require that the underlying hash algorithm is unkeyed
ebiggers Nov 29, 2017
ecaaab5
crypto: salsa20 - fix blkcipher_walk API usage
ebiggers Nov 29, 2017
ce179cb
ahci: qoriq: refine port register configuration
andynxp Dec 4, 2017
2467c04
ahci: mtk: Change driver name to ahci-mtk
mbgg Dec 1, 2017
2dc0b46
libata: sata_down_spd_limit should return if driver has not recorded …
Nov 14, 2017
11db855
Revert "cpuset: Make cpuset hotplug synchronous"
htejun Dec 4, 2017
e8b3f8d
workqueue/hotplug: simplify workqueue_offline_cpu()
laijs Dec 1, 2017
62408c1
workqueue/hotplug: remove the workaround in rebind_workers()
laijs Dec 1, 2017
bdfbbda
Revert "cgroup/cpuset: remove circular dependency deadlock"
htejun Dec 4, 2017
c2f31b7
cgroup: add warning about RT not being supported on cgroup2
htejun Dec 5, 2017
4f7f555
ipmi: Stop timers before cleaning up the module
Nov 15, 2017
1ac8aa8
ipmi_si: Fix oops with PCI devices
cminyard Nov 30, 2017
51614b2
ipmi_si: fix crash on parisc
Dec 6, 2017
01dfee9
workqueue: remove unneeded kallsyms include
sergey-senozhatsky Dec 8, 2017
916b20e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git…
torvalds Dec 12, 2017
bfb529e
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
torvalds Dec 12, 2017
a83cb7e
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/k…
torvalds Dec 12, 2017
72dd379
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/k…
torvalds Dec 12, 2017
085bec8
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/k…
torvalds Dec 12, 2017
a638349
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/k…
torvalds Dec 12, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ata: mediatek: Fix typo in module description
Signed-off-by: Albert Pool <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
AlbertJP authored and htejun committed Nov 27, 2017
commit 16a27dfd218566f9604d5542c6285395cfc6831c
4 changes: 2 additions & 2 deletions drivers/ata/ahci_mtk.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MeidaTek AHCI SATA driver
* MediaTek AHCI SATA driver
*
* Copyright (c) 2017 MediaTek Inc.
* Author: Ryder Lee <[email protected]>
Expand Down Expand Up @@ -192,5 +192,5 @@ static struct platform_driver mtk_ahci_driver = {
};
module_platform_driver(mtk_ahci_driver);

MODULE_DESCRIPTION("MeidaTek SATA AHCI Driver");
MODULE_DESCRIPTION("MediaTek SATA AHCI Driver");
MODULE_LICENSE("GPL v2");