index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
ipmi_si: Move port and mem I/O handling to their own files
Corey Minyard
2017-09-28
5
-255
/
+263
|
*
|
|
|
|
|
ipmi_si: Get rid of unused spacing and port fields
Corey Minyard
2017-09-28
1
-10
/
+0
|
*
|
|
|
|
|
ipmi_si: Move PARISC handling to another file
Corey Minyard
2017-09-28
4
-57
/
+71
|
*
|
|
|
|
|
ipmi_si: Move PCI setup to another file
Corey Minyard
2017-09-28
4
-161
/
+179
|
*
|
|
|
|
|
ipmi_si: Move platform device handling to another file
Corey Minyard
2017-09-28
4
-589
/
+613
|
*
|
|
|
|
|
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
2017-09-27
4
-147
/
+154
|
*
|
|
|
|
|
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
2017-09-27
4
-244
/
+264
|
*
|
|
|
|
|
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
2017-09-27
3
-309
/
+229
|
*
|
|
|
|
|
ipmi_si: Move io setup into io structure
Corey Minyard
2017-09-27
2
-92
/
+85
|
*
|
|
|
|
|
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
2017-09-27
3
-81
/
+82
|
*
|
|
|
|
|
ipmi_si: Move some platform data into the io structure
Corey Minyard
2017-09-27
2
-216
/
+213
|
*
|
|
|
|
|
ipmi_si: Rename function to add smi, make it global
Corey Minyard
2017-09-27
2
-16
/
+28
|
*
|
|
|
|
|
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
2017-09-27
1
-27
/
+23
|
*
|
|
|
|
|
ipmi: Rescan channel list on BMC changes
Corey Minyard
2017-09-27
1
-58
/
+111
|
*
|
|
|
|
|
ipmi: Move lun and address out of channel struct
Corey Minyard
2017-09-27
1
-22
/
+25
|
*
|
|
|
|
|
ipmi: Retry BMC registration on a failure
Corey Minyard
2017-09-27
1
-1
/
+23
|
*
|
|
|
|
|
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
2017-09-27
1
-73
/
+167
|
*
|
|
|
|
|
ipmi: Use a temporary BMC for an interface
Corey Minyard
2017-09-27
1
-9
/
+13
|
*
|
|
|
|
|
ipmi: Dynamically fetch GUID periodically
Corey Minyard
2017-09-27
1
-19
/
+42
|
*
|
|
|
|
|
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
2017-09-27
1
-28
/
+65
|
*
|
|
|
|
|
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
4
-24
/
+1
|
*
|
|
|
|
|
ipmi: allow dynamic BMC version information
Jeremy Kerr
2017-09-27
1
-15
/
+190
|
*
|
|
|
|
|
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
2017-09-27
1
-35
/
+10
|
*
|
|
|
|
|
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
2017-09-27
2
-2
/
+4
|
*
|
|
|
|
|
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
2017-09-27
1
-0
/
+11
|
*
|
|
|
|
|
ipmi: Get the device id through a function
Corey Minyard
2017-09-27
2
-39
/
+127
|
*
|
|
|
|
|
ipmi: Fix printing the BMC guid
Corey Minyard
2017-09-27
1
-3
/
+6
|
*
|
|
|
|
|
ipmi: Rework BMC registration
Corey Minyard
2017-09-27
1
-23
/
+45
|
*
|
|
|
|
|
ipmi: Prefer ACPI system interfaces over SMBIOS ones
Corey Minyard
2017-09-27
1
-10
/
+23
|
*
|
|
|
|
|
ipmi: Fix issues with BMC refcounts
Corey Minyard
2017-09-27
1
-16
/
+35
|
*
|
|
|
|
|
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
2017-09-27
1
-3
/
+9
|
*
|
|
|
|
|
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
2017-09-27
1
-50
/
+51
|
*
|
|
|
|
|
ipmi: Fix getting the GUID data
Corey Minyard
2017-09-27
1
-1
/
+1
|
*
|
|
|
|
|
IPMI: make ipmi_poweroff_handler const
Bhumika Goyal
2017-09-27
1
-1
/
+1
|
*
|
|
|
|
|
ipmi: Make IPMI panic strings always available
Corey Minyard
2017-09-27
2
-23
/
+95
|
*
|
|
|
|
|
char: ipmi: make function ipmi_get_info_from_resources static
Colin Ian King
2017-09-27
1
-2
/
+3
|
*
|
|
|
|
|
ipmi: fix unsigned long underflow
Corey Minyard
2017-09-27
1
-4
/
+6
|
*
|
|
|
|
|
char: ipmi: eliminate misleading print info when being probed via ACPI
Hanjun Guo
2017-09-27
1
-1
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-15
2
-3
/
+3
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
/
/
/
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-31
2
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-14
6
-32
/
+58
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
hwrng: iproc-rng200 - Add support for BCM7278
Florian Fainelli
2017-11-10
2
-3
/
+4
|
*
|
|
hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resume
Jim Quigley
2017-11-06
1
-1
/
+20
|
*
|
|
hwrng: core - Reset user selected rng by writing "" to rng_current
PrasannaKumar Muralidharan
2017-11-03
1
-19
/
+32
|
*
|
|
hwrng: xgene - Convert timers to use timer_setup()
Kees Cook
2017-11-03
1
-5
/
+3
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2017-11-03
7
-52
/
+83
|
|
\
|
|
|
*
|
|
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-1
/
+1
|
*
|
|
hwrng: timeriomem - Remove 'max < 4' condition check
PrasannaKumar Muralidharan
2017-09-22
1
-7
/
+0
|
*
|
|
hwrng: pseries - constify vio_device_id
Arvind Yadav
2017-09-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-11-14
6
-16
/
+12
|
\
\
\
[prev]
[next]