summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-084-92/+118
| * | | tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-083-48/+56
| * | | tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com2018-01-081-7/+5Star
| * | | tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-082-8/+25
| * | | tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-086-69/+52Star
| * | | tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-084-76/+87
| * | | tpm: parse TPM event logs based on EFI tableThiebaud Weksteen2018-01-086-4/+88
| * | | tpm: rename event log provider filesThiebaud Weksteen2018-01-083-2/+2
| * | | tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen2018-01-088-148/+30Star
| * | | tpm: use tpm_msleep() value as max delayNayna Jain2018-01-081-2/+2
| * | | tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain2018-01-081-2/+8
| * | | tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-164-62/+121
| |/ /
* | | Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-01-317-14/+21
|\ \ \
| * | | ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko2018-01-221-2/+1Star
| * | | ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-01-221-2/+3
| * | | ipmi: use dynamic memory for DMI driver overrideJohn Garry2018-01-221-1/+4
| * | | ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driverJeremy Kerr2018-01-161-1/+0Star
| * | | ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki2018-01-161-1/+3
| * | | ipmi: use correct string lengthXiongfeng Wang2018-01-092-2/+2
| * | | ipmi_si: Fix error handling of platform deviceCorey Minyard2017-12-121-3/+6
| * | | ipmi watchdog: fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| * | | ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
| | |/ | |/|
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3116-29/+29
|\ \ \ | |/ / |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-2816-29/+29
| |/
* | Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-123-23/+30
|\ \ | |/ |/|
| * ipmi_si: fix crash on pariscMikulas Patocka2017-12-111-0/+2
| * ipmi_si: Fix oops with PCI devicesCorey Minyard2017-12-111-2/+5
| * ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-261-0/+4
|\ \
| * | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
* | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-225-17/+14Star
* | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-225-9/+9
* | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0Star
|\ \ \
| * | | ipmi: get rid of pointless access_ok()Al Viro2017-11-101-6/+0Star
* | | | Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-163-11/+10Star
|\ \ \ \
| * | | | char: pcmcia: Convert timers to use timer_setup()Kees Cook2017-10-203-11/+10Star
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+0Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* | | | | Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-11-1619-2201/+2987
|\ \ \ \ \
| * \ \ \ \ Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard2017-11-022-3/+3
| |\ \ \ \ \
| * | | | | | ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0Star
| * | | | | | ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
| * | | | | | ipmi: remove redundant initialization of bmcColin Ian King2017-09-281-1/+1
| * | | | | | ipmi: pr_err() strings should end with newlinesArvind Yadav2017-09-281-3/+3
| * | | | | | ipmi: Clean up some print operationsCorey Minyard2017-09-281-56/+45Star
| * | | | | | ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-287-94/+103
| * | | | | | ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-284-21/+40
| * | | | | | ipmi_ssif: Add device attrs for the things in procCorey Minyard2017-09-281-2/+74
| * | | | | | ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103
| * | | | | | ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard2017-09-281-10/+2Star