Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
036bfeb33b89578ab924fa198213260659e08dc8
/
drivers
/
char
/
ipmi
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
048f7c3
ipmi: Properly release srcu locks on error conditions
by Corey Minyard
· 7 years ago
58aae18
ipmi: NPCM7xx KCS BMC: enable interrupt to the host
by Avi Fishman
· 7 years ago
fe50a7d
ipmi:bt: Set the timeout before doing a capabilities check
by Corey Minyard
· 7 years ago
163475e
ipmi: Remove the proc interface
by Corey Minyard
· 7 years ago
1211229
ipmi_ssif: Fix uninitialized variable issue
by Gustavo A. R. Silva
· 7 years ago
6b2e54f
ipmi: add an NPCM7xx KCS BMC driver
by Haiyue Wang
· 7 years ago
93c303d
ipmi_si: Clean up shutdown a bit
by Corey Minyard
· 7 years ago
57bccb4
ipmi_si: Rename intf_num to si_num
by Corey Minyard
· 7 years ago
0fbecb4
ipmi: Remove smi->intf checks
by Corey Minyard
· 7 years ago
ebb339a
ipmi_ssif: Get rid of unused intf_num
by Corey Minyard
· 7 years ago
6a0d23e
ipmi: ipmi_unregister_smi() cannot fail, have it return void
by Corey Minyard
· 7 years ago
e56710d
ipmi_devintf: Add an error return on invalid ioctls
by Corey Minyard
· 7 years ago
f0258c9
ipmi_ssif: Remove usecount handling
by Corey Minyard
· 7 years ago
8d17929
ipmi: Remove condition on interface shutdown
by Corey Minyard
· 7 years ago
a313dec
ipmi_ssif: Convert over to a shutdown handler
by Corey Minyard
· 7 years ago
7960f18
ipmi_si: Convert over to a shutdown handler
by Corey Minyard
· 7 years ago
e86ee2d4
ipmi: Rework locking and shutdown for hot remove
by Corey Minyard
· 7 years ago
ac93bd0
ipmi: Fix some counter issues
by Corey Minyard
· 7 years ago
a567b62
ipmi: Change ipmi_smi_t to struct ipmi_smi *
by Corey Minyard
· 7 years ago
2911c98
ipmi: Rename ipmi_user_t to struct ipmi_user *
by Corey Minyard
· 7 years ago
6aa2dd0
ipmi_devintf: Small lock rework
by Corey Minyard
· 7 years ago
aa7a8f9
ipmi: Clean up some style issues in the message handler
by Corey Minyard
· 7 years ago
42c2dc7
ipmi: Break up i_ipmi_request
by Corey Minyard
· 7 years ago
c81c5fc
ipmi:devintf: Clean up some coding style issues
by Corey Minyard
· 7 years ago
f41382a
ipmi: Clean up some debug code
by Corey Minyard
· 7 years ago
5194970
ipmi:watchdog: Use the IPMI panic handler instead of the system one
by Corey Minyard
· 7 years ago
91e2dd0
ipmi: Add a panic handler for IPMI users
by Corey Minyard
· 7 years ago
e238491
ipmi:watchdog: Replace printk() with pr_xxx()
by Corey Minyard
· 7 years ago
d1b29b9
ipmi:watchdog: Rework locking and handling
by Corey Minyard
· 7 years ago
252e30c
ipmi: Add a maintenance mode for IPMB messages
by Corey Minyard
· 7 years ago
ce7fa1c
ipmi: Add a way to tune some timeouts
by Corey Minyard
· 7 years ago
c6185e2
ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC and IA-64 servers
by Helge Deller
· 7 years ago
f002612
ipmi_ssif: Fix kernel panic at msg_done_handler
by Kamlakant Patel
· 7 years ago
bc48fa1
ipmi:pci: Blacklist a Realtek "IPMI" device
by Corey Minyard
· 7 years ago
4876234
ipmi: Remove ACPI SPMI probing from the system interface driver
by Corey Minyard
· 7 years ago
4866b1d
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
by Corey Minyard
· 7 years ago
532ed92
ipmi: missing error code in try_smi_init()
by Dan Carpenter
· 7 years ago
e8824ba
ipmi: use ARRAY_SIZE for poweroff_functions array sizing calculation
by Colin Ian King
· 7 years ago
71404a2
ipmi: Consolidate cleanup code
by Corey Minyard
· 7 years ago
da18e2c
ipmi: Remove some unnecessary initializations
by Corey Minyard
· 7 years ago
cc095f0
ipmi: Fix some error cleanup issues
by Corey Minyard
· 7 years ago
243ac21
ipmi: Add or fix SPDX-License-Identifier in all files
by Corey Minyard
· 7 years ago
c5b2409
ipmi: Re-use existing macros for built-in properties
by Andy Shevchenko
· 7 years ago
ad2575f
ipmi:pci: Make the PCI defines consistent with normal Linux ones
by Corey Minyard
· 7 years ago
3b6d082f0
ipmi: kcs_bmc: coding-style fixes and use new poll type
by Haiyue Wang
· 7 years ago
aaf1bbe
ipmi: kcs_bmc: mark expected switch fall-through in kcs_bmc_handle_data
by Gustavo A. R. Silva
· 7 years ago
be2ed20
ipmi: add an Aspeed KCS IPMI BMC driver
by Haiyue Wang
· 7 years ago
20d60f6
ipmi: add a KCS IPMI BMC driver
by Haiyue Wang
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
47fcc03
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
4c6790c
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
e45af3d
ipmi_ssif: Remove duplicate NULL check
by Andy Shevchenko
· 7 years ago
e749d32
ipmi/powernv: Fix error return code in ipmi_powernv_probe()
by Wei Yongjun
· 7 years ago
5516e21
ipmi: use dynamic memory for DMI driver override
by John Garry
· 7 years ago
37c46ca
ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver
by Jeremy Kerr
· 7 years ago
bd1c06a
ipmi: Clear smi_info->thread to prevent use-after-free during module unload
by Masamitsu Yamazaki
· 7 years ago
c828a89
treewide: Use DEVICE_ATTR_RO
by Joe Perches
· 7 years ago
1b4254c
ipmi: use correct string length
by Xiongfeng Wang
· 7 years ago
174134a
ipmi_si: Fix error handling of platform device
by Corey Minyard
· 7 years ago
7195a5a
ipmi watchdog: fix typo in parameter description
by Wei Yongjun
· 7 years ago
180153e
ipmi_si_platform: Fix typo in parameter description
by Wei Yongjun
· 7 years ago
bfb529e
Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
51614b26
ipmi_si: fix crash on parisc
by Mikulas Patocka
· 7 years ago
1ac8aa8
ipmi_si: Fix oops with PCI devices
by Corey Minyard
· 7 years ago
4f7f555
ipmi: Stop timers before cleaning up the module
by Masamitsu Yamazaki
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6363b3f
Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
24219d2
ipmi: get rid of pointless access_ok()
by Al Viro
· 7 years ago
6297fab
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux into for-next
by Corey Minyard
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e4dca7b
treewide: Fix function prototypes for module_param_call()
by Kees Cook
· 7 years ago
d7e17fe
ipmi_si: Delete an error message for a failed memory allocation in try_smi_init()
by Markus Elfring
· 7 years ago
c0a32fe
ipmi_si: fix memory leak on new_smi
by Colin Ian King
· 7 years ago
b79bba1
ipmi: remove redundant initialization of bmc
by Colin Ian King
· 7 years ago
daf9a4e
ipmi: pr_err() strings should end with newlines
by Arvind Yadav
· 7 years ago
106a846
ipmi: Clean up some print operations
by Corey Minyard
· 7 years ago
95e300c
ipmi: Make the DMI probe into a generic platform probe
by Corey Minyard
· 7 years ago
55f91cb
ipmi: Make the IPMI proc interface configurable
by Corey Minyard
· 7 years ago
ac2673d
ipmi_ssif: Add device attrs for the things in proc
by Corey Minyard
· 7 years ago
3dd377b
ipmi_si: Add device attrs for the things in proc
by Corey Minyard
· 7 years ago
67f4fb0
ipmi_si: remove ipmi_smi_alloc() function
by Corey Minyard
· 7 years ago
58e2763
ipmi_si: Move port and mem I/O handling to their own files
by Corey Minyard
· 7 years ago
d1a6791
ipmi_si: Get rid of unused spacing and port fields
by Corey Minyard
· 7 years ago
c6f85a7
ipmi_si: Move PARISC handling to another file
by Corey Minyard
· 7 years ago
13d0b35
ipmi_si: Move PCI setup to another file
by Corey Minyard
· 7 years ago
9d70029
ipmi_si: Move platform device handling to another file
by Corey Minyard
· 7 years ago
7a45330
ipmi_si: Move hardcode handling to a separate file.
by Corey Minyard
· 7 years ago
44814ec
ipmi_si: Move the hotmod handling to another file.
by Corey Minyard
· 7 years ago
bb398a4
ipmi_si: Change ipmi_si_add_smi() to take just I/O info
by Corey Minyard
· 7 years ago
e1eeb7f
ipmi_si: Move io setup into io structure
by Corey Minyard
· 7 years ago
4f3e819
ipmi_si: Move irq setup handling into the io struct
by Corey Minyard
· 7 years ago
910840f
ipmi_si: Move some platform data into the io structure
by Corey Minyard
· 7 years ago
1e89a49
ipmi_si: Rename function to add smi, make it global
by Corey Minyard
· 7 years ago
3fd32f9
ipmi: Convert IPMI GUID over to Linux guid_t
by Corey Minyard
· 7 years ago
31b0b07
ipmi: Rescan channel list on BMC changes
by Corey Minyard
· 7 years ago
Next »