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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-28
ipmi_si: Move PARISC handling to another file
Corey Minyard
4
-57
/
+71
2017-09-28
ipmi_si: Move PCI setup to another file
Corey Minyard
4
-161
/
+179
2017-09-28
ipmi_si: Move platform device handling to another file
Corey Minyard
4
-589
/
+613
2017-09-28
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
4
-147
/
+154
2017-09-28
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
4
-244
/
+264
2017-09-28
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
3
-309
/
+229
2017-09-28
ipmi_si: Move io setup into io structure
Corey Minyard
2
-92
/
+85
2017-09-28
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
3
-81
/
+82
2017-09-28
ipmi_si: Move some platform data into the io structure
Corey Minyard
2
-216
/
+213
2017-09-28
ipmi_si: Rename function to add smi, make it global
Corey Minyard
2
-16
/
+28
2017-09-28
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
1
-27
/
+23
2017-09-28
ipmi: Rescan channel list on BMC changes
Corey Minyard
1
-58
/
+111
2017-09-28
ipmi: Move lun and address out of channel struct
Corey Minyard
1
-22
/
+25
2017-09-28
ipmi: Retry BMC registration on a failure
Corey Minyard
1
-1
/
+23
2017-09-28
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
1
-73
/
+167
2017-09-28
ipmi: Use a temporary BMC for an interface
Corey Minyard
1
-9
/
+13
2017-09-28
ipmi: Dynamically fetch GUID periodically
Corey Minyard
1
-19
/
+42
2017-09-28
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
1
-28
/
+65
2017-09-28
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
4
-24
/
+1
2017-09-28
ipmi: allow dynamic BMC version information
Jeremy Kerr
1
-15
/
+190
2017-09-28
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
1
-35
/
+10
2017-09-28
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
2
-2
/
+4
2017-09-28
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
1
-0
/
+11
2017-09-28
ipmi: Get the device id through a function
Corey Minyard
2
-39
/
+127
2017-09-28
ipmi: Fix printing the BMC guid
Corey Minyard
1
-3
/
+6
2017-09-28
ipmi: Rework BMC registration
Corey Minyard
1
-23
/
+45
2017-09-28
ipmi: Prefer ACPI system interfaces over SMBIOS ones
Corey Minyard
1
-10
/
+23
2017-09-28
ipmi: Fix issues with BMC refcounts
Corey Minyard
1
-16
/
+35
2017-09-28
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
1
-3
/
+9
2017-09-28
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
1
-50
/
+51
2017-09-28
ipmi: Fix getting the GUID data
Corey Minyard
1
-1
/
+1
2017-09-28
IPMI: make ipmi_poweroff_handler const
Bhumika Goyal
1
-1
/
+1
2017-09-28
ipmi: Make IPMI panic strings always available
Corey Minyard
2
-23
/
+95
2017-09-28
char: ipmi: make function ipmi_get_info_from_resources static
Colin Ian King
1
-2
/
+3
2017-09-28
ipmi: fix unsigned long underflow
Corey Minyard
1
-4
/
+6
2017-09-28
char: ipmi: eliminate misleading print info when being probed via ACPI
Hanjun Guo
1
-1
/
+1
2017-09-27
Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2
-47
/
+15
2017-09-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
15
-128
/
+128
2017-09-25
nvme-fcloop: fix port deletes and callbacks
James Smart
1
-64
/
+38
2017-09-25
nvmet-fc: ensure target queue id within range.
James Smart
1
-0
/
+3
2017-09-25
nvmet-fc: on port remove call put outside lock
James Smart
1
-1
/
+5
2017-09-25
nvme-rdma: don't fully stop the controller in error recovery
Sagi Grimberg
1
-1
/
+1
2017-09-25
nvme-rdma: give up reconnect if state change fails
Sagi Grimberg
1
-1
/
+6
2017-09-25
nvme-core: Use nvme_wq to queue async events and fw activation
Sagi Grimberg
1
-2
/
+2
2017-09-25
nvme: fix sqhd reference when admin queue connect fails
James Smart
1
-1
/
+2
2017-09-25
nvmet: implement valid sqhd values in completions
James Smart
3
-6
/
+12
2017-09-25
nvme-fabrics: Allow 0 as KATO value
Guilherme G. Piccoli
1
-9
/
+9
2017-09-25
nvme: allow timed-out ios to retry
James Smart
1
-2
/
+0
2017-09-25
nvme: stop aer posting if controller state not live
James Smart
1
-2
/
+3
2017-09-25
nvme-pci: Print invalid SGL only once
Keith Busch
1
-12
/
+18
[next]