index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
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-27
ipmi_si: Move hardcode handling to a separate file.
Corey Minyard
4
-147
/
+154
2017-09-27
ipmi_si: Move the hotmod handling to another file.
Corey Minyard
4
-244
/
+264
2017-09-27
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
Corey Minyard
3
-309
/
+229
2017-09-27
ipmi_si: Move io setup into io structure
Corey Minyard
2
-92
/
+85
2017-09-27
ipmi_si: Move irq setup handling into the io struct
Corey Minyard
3
-81
/
+82
2017-09-27
ipmi_si: Move some platform data into the io structure
Corey Minyard
2
-216
/
+213
2017-09-27
ipmi_si: Rename function to add smi, make it global
Corey Minyard
2
-16
/
+28
2017-09-27
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
1
-27
/
+23
2017-09-27
ipmi: Rescan channel list on BMC changes
Corey Minyard
1
-58
/
+111
2017-09-27
ipmi: Move lun and address out of channel struct
Corey Minyard
1
-22
/
+25
2017-09-27
ipmi: Retry BMC registration on a failure
Corey Minyard
1
-1
/
+23
2017-09-27
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
1
-73
/
+167
2017-09-27
ipmi: Use a temporary BMC for an interface
Corey Minyard
1
-9
/
+13
2017-09-27
ipmi: Dynamically fetch GUID periodically
Corey Minyard
1
-19
/
+42
2017-09-27
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
1
-28
/
+65
2017-09-27
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
4
-24
/
+1
2017-09-27
ipmi: allow dynamic BMC version information
Jeremy Kerr
1
-15
/
+190
2017-09-27
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
1
-35
/
+10
2017-09-27
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
2
-2
/
+4
2017-09-27
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
1
-0
/
+11
2017-09-27
ipmi: Get the device id through a function
Corey Minyard
2
-39
/
+127
2017-09-27
ipmi: Fix printing the BMC guid
Corey Minyard
1
-3
/
+6
2017-09-27
ipmi: Rework BMC registration
Corey Minyard
1
-23
/
+45
2017-09-27
ipmi: Prefer ACPI system interfaces over SMBIOS ones
Corey Minyard
1
-10
/
+23
2017-09-27
ipmi: Fix issues with BMC refcounts
Corey Minyard
1
-16
/
+35
2017-09-27
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
1
-3
/
+9
2017-09-27
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
1
-50
/
+51
2017-09-27
ipmi: Fix getting the GUID data
Corey Minyard
1
-1
/
+1
2017-09-27
IPMI: make ipmi_poweroff_handler const
Bhumika Goyal
1
-1
/
+1
2017-09-27
ipmi: Make IPMI panic strings always available
Corey Minyard
2
-23
/
+95
2017-09-27
char: ipmi: make function ipmi_get_info_from_resources static
Colin Ian King
1
-2
/
+3
2017-09-27
ipmi: fix unsigned long underflow
Corey Minyard
1
-4
/
+6
2017-09-27
char: ipmi: eliminate misleading print info when being probed via ACPI
Hanjun Guo
1
-1
/
+1
2017-09-24
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
7
-52
/
+83
2017-09-23
tpm: ibmvtpm: simplify crq initialization and document crq format
Michal Suchanek
1
-36
/
+60
2017-09-23
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
5
-14
/
+21
2017-09-23
tpm: tpm_crb: constify acpi_device_id.
Arvind Yadav
1
-1
/
+1
2017-09-23
tpm: vtpm: constify vio_device_id
Arvind Yadav
1
-1
/
+1
2017-09-22
hwrng: timeriomem - Remove 'max < 4' condition check
PrasannaKumar Muralidharan
1
-7
/
+0
2017-09-22
hwrng: pseries - constify vio_device_id
Arvind Yadav
1
-1
/
+1
2017-09-14
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
1
-1
/
+1
2017-09-12
Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+0
2017-09-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-10
/
+384
2017-09-05
Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-51
/
+58
2017-09-05
Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+2
[prev]
[next]