index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-17
ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...
Markus Elfring
1
-1
/
+0
2017-10-17
ipmi_si: fix memory leak on new_smi
Colin Ian King
1
-0
/
+1
2017-09-28
ipmi: remove redundant initialization of bmc
Colin Ian King
1
-1
/
+1
2017-09-28
ipmi: pr_err() strings should end with newlines
Arvind Yadav
1
-3
/
+3
2017-09-28
ipmi: Clean up some print operations
Corey Minyard
1
-56
/
+45
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
8
-95
/
+104
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
5
-21
/
+42
2017-09-28
ipmi_ssif: Add device attrs for the things in proc
Corey Minyard
1
-2
/
+74
2017-09-28
ipmi_si: Add device attrs for the things in proc
Corey Minyard
1
-1
/
+103
2017-09-28
ipmi_si: remove ipmi_smi_alloc() function
Corey Minyard
1
-10
/
+2
2017-09-28
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
5
-255
/
+263
2017-09-28
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
1
-10
/
+0
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
5
-25
/
+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
3
-14
/
+16
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
3
-42
/
+130
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
3
-24
/
+98
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 branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-0
/
+8
2017-09-27
Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
21
-67
/
+247
[next]