index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-01
driver core: Fix adding device links to probing suppliers
Rafael J. Wysocki
2
-11
/
+73
2019-02-01
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
3
-31
/
+42
2019-02-01
driver core: Do not resume suppliers under device_links_write_lock()
Rafael J. Wysocki
1
-6
/
+14
2019-02-01
driver core: Avoid careless re-use of existing device links
Rafael J. Wysocki
1
-3
/
+20
2019-02-01
driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handling
Rafael J. Wysocki
1
-8
/
+12
2019-01-31
devres: always use dev_name() in devm_ioremap_resource()
Sergei Shtylyov
1
-3
/
+1
2019-01-31
drivers: base: Use __printf markup to silence compiler
Mathieu Malaterre
1
-0
/
+1
2019-01-31
firmware: intel_stratix10_service: add hardware dependency
Richard Gong
1
-1
/
+1
2019-01-31
driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...
Alexander Duyck
1
-60
/
+201
2019-01-31
libnvdimm: Schedule device registration on node local to the device
Alexander Duyck
1
-3
/
+8
2019-01-31
PM core: Use new async_schedule_dev command
Alexander Duyck
1
-6
/
+6
2019-01-31
driver core: Attach devices on CPU local to device node
Alexander Duyck
1
-2
/
+2
2019-01-31
async: Add support for queueing on specific NUMA node
Alexander Duyck
2
-27
/
+108
2019-01-31
workqueue: Provide queue_work_node to queue work near a given NUMA node
Alexander Duyck
2
-0
/
+86
2019-01-31
driver core: Probe devices asynchronously instead of the driver
Alexander Duyck
3
-20
/
+48
2019-01-31
device core: Consolidate locking and unlocking of parent and device
Alexander Duyck
3
-39
/
+81
2019-01-31
driver core: Establish order of operations for device_add and device_del via ...
Alexander Duyck
3
-11
/
+26
2019-01-22
driver core: Remove the link if there is no driver with AUTO flag
Yong Wu
1
-2
/
+2
2019-01-22
driver core: silence device link messages unless debugging
Jerome Brunet
1
-3
/
+3
2019-01-22
kobject: drop newline from msg string
Bo YU
1
-3
/
+3
2019-01-22
kobject: to repalce printk with pr_* style
Bo YU
1
-3
/
+2
2019-01-22
kobject: make kset_get_ownership() 'static'
Eric Biggers
1
-1
/
+1
2019-01-22
block: rbd: convert to use BUS_ATTR_WO and RO
Greg Kroah-Hartman
1
-26
/
+19
2019-01-22
rapidio: rio-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
1
-3
/
+2
2019-01-22
pseries: ibmebus.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
1
-6
/
+4
2019-01-22
PCI: pci-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
1
-3
/
+2
2019-01-22
PCI: pci.c: convert to use BUS_ATTR_RW
Greg Kroah-Hartman
1
-4
/
+3
2019-01-22
f2fs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-23
/
+6
2019-01-22
debugfs: debugfs_use_start/finish do not exist anymore
Sergey Senozhatsky
1
-2
/
+2
2019-01-22
firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/
Masahiro Yamada
4
-1
/
+3
2019-01-22
firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile
Masahiro Yamada
2
-6
/
+1
2019-01-22
tools/firmware/ihex2fw: Replace explicit alignment with ALIGN
Andrey Smirnov
1
-2
/
+4
2019-01-22
tools/firmware/ihex2fw: Simplify next record offset calculation
Andrey Smirnov
1
-1
/
+10
2019-01-22
ihex: Simplify next record offset calculation
Andrey Smirnov
1
-3
/
+7
2019-01-22
ihex: Check if zero-length record is at the end of the blob
Andrey Smirnov
1
-1
/
+1
2019-01-22
ihex: Share code between ihex_validate_fw() and ihex_next_binrec()
Andrey Smirnov
1
-8
/
+13
2019-01-18
driver core: move device->knode_class to device_private
Wei Yang
4
-7
/
+16
2019-01-18
sysfs: fix blank line coding style warning
Stephen Martin
1
-0
/
+1
2019-01-13
Linux 5.0-rc2
v5.0-rc2
Linus Torvalds
1
-1
/
+1
2019-01-13
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
1
-1
/
+2
2019-01-13
phy: fix build breakage: add PHY_MODE_SATA
John Hubbard
2
-2
/
+4
2019-01-11
ata: ahci: mvebu: request PHY suspend/resume for Armada 3700
Miquel Raynal
1
-0
/
+3
2019-01-11
ata: ahci: mvebu: add Armada 3700 initialization needed for S2RAM
Miquel Raynal
1
-9
/
+18
2019-01-11
ata: ahci: mvebu: do Armada 38x configuration only on relevant SoCs
Miquel Raynal
1
-17
/
+51
2019-01-11
ata: ahci: mvebu: remove stale comment
Miquel Raynal
1
-5
/
+0
2019-01-11
ata: libahci_platform: comply to PHY framework
Miquel Raynal
2
-0
/
+15
2019-01-11
x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...
Vitaly Kuznetsov
1
-2
/
+1
2019-01-11
Documentation/virtual/kvm: Update URL for AMD SEV API specification
Christophe de Dinechin
1
-1
/
+1
2019-01-11
KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...
Lan Tianyu
1
-1
/
+1
2019-01-11
kvm: sev: Fail KVM_SEV_INIT if already initialized
David Rientjes
1
-0
/
+3
[next]