| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | crypto: chacha20 - Fix keystream alignment for chacha20_block() | Eric Biggers | 2017-11-29 | 1 | -12/+12 |
| * | | | hwrng: bcm63xx - Remove since bcm2835-rng takes over | Florian Fainelli | 2017-11-29 | 3 | -168/+0 |
| * | | | hwrng: bcm2835 - Enable BCM2835 RNG to work on BCM63xx platforms | Florian Fainelli | 2017-11-29 | 2 | -4/+14 |
| * | | | hwrng: bcm2835 - Add Broadcom MIPS I/O accessors | Florian Fainelli | 2017-11-29 | 1 | -2/+11 |
| * | | | hwrng: bcm2835 - Abstract I/O accessors | Florian Fainelli | 2017-11-29 | 1 | -8/+19 |
| * | | | hwrng: bcm2835 - Manage an optional clock | Florian Fainelli | 2017-11-29 | 1 | -1/+16 |
| * | | | hwrng: bcm2835 - Rework interrupt masking | Florian Fainelli | 2017-11-29 | 1 | -16/+23 |
| * | | | hwrng: bcm2835 - Use device managed helpers | Florian Fainelli | 2017-11-29 | 1 | -12/+1 |
| * | | | hwrng: bcm2835 - Implementation cleanup callback | Florian Fainelli | 2017-11-29 | 1 | -3/+9 |
| * | | | hwrng: bcm2835 - Move enabling to hwrng::init | Florian Fainelli | 2017-11-29 | 1 | -4/+12 |
| * | | | hwrng: bcm2835 - Define a driver private context | Florian Fainelli | 2017-11-29 | 1 | -21/+34 |
| * | | | hwrng: bcm2835 - Obtain base register via resource | Florian Fainelli | 2017-11-29 | 1 | -10/+10 |
| | |/
| |/| |
|
* | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor... | Linus Torvalds | 2018-01-31 | 20 | -513/+563 |
|\ \ \ |
|
| * | | | tpm: remove unused variables | Arnd Bergmann | 2018-01-08 | 1 | -2/+0 |
| * | | | tpm: remove unused data fields from I2C and OF device ID tables | Javier Martinez Canillas | 2018-01-08 | 1 | -21/+6 |
| * | | | tpm: only attempt to disable the LPC CLKRUN if is already enabled | Javier Martinez Canillas | 2018-01-08 | 1 | -1/+10 |
| * | | | tpm: follow coding style for variable declaration in tpm_tis_core_init() | Javier Martinez Canillas | 2018-01-08 | 1 | -1/+3 |
| * | | | tpm: delete the TPM_TIS_CLK_ENABLE flag | Javier Martinez Canillas | 2018-01-08 | 3 | -18/+0 |
| * | | | tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd() | Azhar Shaikh | 2018-01-08 | 4 | -92/+118 |
| * | | | tpm_tis: Move ilb_base_addr to tpm_tis_data | Azhar Shaikh | 2018-01-08 | 3 | -48/+56 |
| * | | | tpm2-cmd: allow more attempts for selftest execution | Alexander.Steffen@infineon.com | 2018-01-08 | 1 | -7/+5 |
| * | | | tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented | Javier Martinez Canillas | 2018-01-08 | 2 | -8/+25 |
| * | | | tpm: Move Linux RNG connection to hwrng | Jason Gunthorpe | 2018-01-08 | 6 | -69/+52 |
| * | | | tpm: use struct tpm_chip for tpm_chip_find_get() | Jarkko Sakkinen | 2018-01-08 | 4 | -76/+87 |
| * | | | tpm: parse TPM event logs based on EFI table | Thiebaud Weksteen | 2018-01-08 | 6 | -4/+88 |
| * | | | tpm: rename event log provider files | Thiebaud Weksteen | 2018-01-08 | 3 | -2/+2 |
| * | | | tpm: move tpm_eventlog.h outside of drivers folder | Thiebaud Weksteen | 2018-01-08 | 8 | -148/+30 |
| * | | | tpm: use tpm_msleep() value as max delay | Nayna Jain | 2018-01-08 | 1 | -2/+2 |
| * | | | tpm: reduce tpm polling delay in tpm_tis_core | Nayna Jain | 2018-01-08 | 1 | -2/+8 |
| * | | | tpm: move wait_for_tpm_stat() to respective driver files | Nayna Jain | 2017-12-16 | 4 | -62/+121 |
| |/ / |
|
* | | | Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2018-01-31 | 7 | -14/+21 |
|\ \ \ |
|
| * | | | ipmi_ssif: Remove duplicate NULL check | Andy Shevchenko | 2018-01-22 | 1 | -2/+1 |
| * | | | ipmi/powernv: Fix error return code in ipmi_powernv_probe() | Wei Yongjun | 2018-01-22 | 1 | -2/+3 |
| * | | | ipmi: use dynamic memory for DMI driver override | John Garry | 2018-01-22 | 1 | -1/+4 |
| * | | | ipmi/ipmi_powernv: remove outdated todo in powernv IPMI driver | Jeremy Kerr | 2018-01-16 | 1 | -1/+0 |
| * | | | ipmi: Clear smi_info->thread to prevent use-after-free during module unload | Masamitsu Yamazaki | 2018-01-15 | 1 | -1/+3 |
| * | | | ipmi: use correct string length | Xiongfeng Wang | 2018-01-08 | 2 | -2/+2 |
| * | | | ipmi_si: Fix error handling of platform device | Corey Minyard | 2017-12-12 | 1 | -3/+6 |
| * | | | ipmi watchdog: fix typo in parameter description | Wei Yongjun | 2017-12-12 | 1 | -1/+1 |
| * | | | ipmi_si_platform: Fix typo in parameter description | Wei Yongjun | 2017-12-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 16 | -29/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | the rest of drivers/*: annotate ->poll() instances | Al Viro | 2017-11-28 | 16 | -29/+29 |
| |/ |
|
* | | Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2017-12-11 | 3 | -23/+30 |
|\ \
| |/
|/| |
|
| * | ipmi_si: fix crash on parisc | Mikulas Patocka | 2017-12-11 | 1 | -0/+2 |
| * | ipmi_si: Fix oops with PCI devices | Corey Minyard | 2017-12-11 | 1 | -2/+5 |
| * | ipmi: Stop timers before cleaning up the module | Masamitsu Yamazaki | 2017-12-06 | 1 | -21/+23 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-26 | 1 | -0/+4 |
|\ \ |
|
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 2017-11-16 | 1 | -0/+4 |
* | | | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-21 | 5 | -17/+14 |
* | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 2017-11-21 | 5 | -9/+9 |