| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-12-16 | 1 | -7/+7 |
|\ |
|
| * | virtio_console: drop unused config fields | Michael S. Tsirkin | 2016-12-15 | 1 | -7/+7 |
* | | Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds | 2016-12-15 | 4 | -105/+133 |
|\ \
| |/
|/| |
|
| * | ipmi: create hardware-independent softdep for ipmi_devintf | Martin Wilck | 2016-12-12 | 2 | -1/+1 |
| * | ipmi: Fix sequence number handling | Corey Minyard | 2016-11-25 | 1 | -4/+5 |
| * | ipmi: Pick up slave address from SMBIOS on an ACPI device | Corey Minyard | 2016-11-25 | 2 | -3/+40 |
| * | ipmi_si: Clean up printks | Corey Minyard | 2016-11-25 | 1 | -76/+54 |
| * | Move platform device creation earlier in the initialization | Corey Minyard | 2016-11-25 | 1 | -15/+31 |
| * | ipmi_ssif: Remove an unused module parameter | Corey Minyard | 2016-11-07 | 1 | -4/+0 |
| * | ipmi: Periodically check for events, not messages | Corey Minyard | 2016-11-07 | 1 | -2/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-15 | 3 | -5/+4 |
|\ \ |
|
| * | | tpm: use idr_find(), not idr_find_slowpath() | Matthew Wilcox | 2016-12-15 | 1 | -2/+2 |
| * | | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 2016-12-15 | 2 | -3/+2 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-12-14 | 16 | -375/+519 |
|\ \ \ |
|
| * | | | tpm: adjust return value of tpm_read_log | Jason Gunthorpe | 2016-11-28 | 1 | -2/+4 |
| * | | | tpm: vtpm_proxy: conditionally call tpm_chip_unregister | Jason Gunthorpe | 2016-11-28 | 1 | -7/+6 |
| * | | | tpm: Fix handling of missing event log | Jason Gunthorpe | 2016-11-28 | 4 | -21/+26 |
| * | | | tpm: Check the bios_dir entry for NULL before accessing it | Stefan Berger | 2016-11-28 | 1 | -5/+7 |
| * | | | tpm: return -ENODEV if np is not set | Colin Ian King | 2016-11-28 | 1 | -1/+1 |
| * | | | tpm: cleanup of printk error messages | Nayna Jain | 2016-11-28 | 2 | -32/+13 |
| * | | | tpm: replace of_find_node_by_name() with dev of_node property | Nayna Jain | 2016-11-28 | 1 | -4/+2 |
| * | | | tpm: redefine read_log() to handle ACPI/OF at runtime | Nayna Jain | 2016-11-28 | 5 | -33/+42 |
| * | | | tpm: fix the missing .owner in tpm_bios_measurements_ops | Nayna Jain | 2016-11-28 | 1 | -0/+1 |
| * | | | tpm: have event log use the tpm_chip | Nayna Jain | 2016-11-28 | 6 | -37/+84 |
| * | | | tpm: drop tpm1_chip_register(/unregister) | Jarkko Sakkinen | 2016-11-28 | 3 | -26/+11 |
| * | | | tpm: replace dynamically allocated bios_dir with a static array | Jarkko Sakkinen | 2016-11-28 | 4 | -54/+43 |
| * | | | tpm: replace symbolic permission with octal for securityfs files | Nayna Jain | 2016-11-28 | 1 | -2/+2 |
| * | | | char: tpm: fix kerneldoc tpm2_unseal_trusted name typo | Baruch Siach | 2016-11-28 | 1 | -1/+1 |
| * | | | tpm_tis: Allow tpm_tis to be bound using DT | Jason Gunthorpe | 2016-11-28 | 2 | -1/+12 |
| * | | | tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV | Jarkko Sakkinen | 2016-11-28 | 1 | -25/+47 |
| * | | | tpm: Only call pm_runtime_get_sync if device has a parent | Stefan Berger | 2016-11-28 | 1 | -2/+4 |
| * | | | tpm: define a generic open() method for ascii & bios measurements | Nayna Jain | 2016-11-28 | 1 | -48/+15 |
| * | | | tpm: Get rid of TPM_CHIP_FLAG_REGISTERED | Jason Gunthorpe | 2016-11-28 | 2 | -6/+0 |
| * | | | tpm xen: Remove bogus tpm_chip_unregister | Jason Gunthorpe | 2016-11-28 | 1 | -1/+0 |
| * | | | tpm tis: Do not print timeout messages twice | Jason Gunthorpe | 2016-11-28 | 3 | -10/+18 |
| * | | | tpm_tis: Check return values from get_burstcount. | Josh Zimmerman | 2016-11-28 | 1 | -2/+13 |
| * | | | tpm: place kdoc just above tpm_pcr_extend | Winkler, Tomas | 2016-11-28 | 1 | -8/+8 |
| * | | | tpm: sanitize constant expressions | Jarkko Sakkinen | 2016-11-28 | 3 | -21/+23 |
| * | | | tpm: Clean up reading of timeout and duration capabilities | Ed Swierk | 2016-11-28 | 1 | -48/+17 |
| * | | | char/tpm: Check return code of wait_for_tpm_stat | Peter Huewe | 2016-11-28 | 1 | -9/+20 |
| * | | | tmp/tpm_crb: implement runtime pm for tpm_crb | Winkler, Tomas | 2016-11-28 | 2 | -4/+43 |
| * | | | tpm/tpm_crb: open code the crb_init into acpi_add | Winkler, Tomas | 2016-11-28 | 1 | -16/+10 |
| * | | | tmp/tpm_crb: fix Intel PTT hw bug during idle state | Winkler, Tomas | 2016-11-28 | 1 | -8/+39 |
| * | | | tpm/tpm_crb: implement tpm crb idle state | Winkler, Tomas | 2016-11-28 | 1 | -0/+66 |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-12-14 | 8 | -56/+151 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | hwrng: Make explicit that max >= 32 always | PrasannaKumar Muralidharan | 2016-11-21 | 3 | -10/+2 |
| * | | | hwrng: atmel - use clk_disable_unprepare instead of clk_disable | Wei Yongjun | 2016-11-17 | 1 | -1/+1 |
| * | | | hwrng: atmel - disable TRNG during suspend | Wenyou Yang | 2016-11-01 | 1 | -3/+21 |
| * | | | hwrng: core - zeroize buffers with random data | Stephan Mueller | 2016-11-01 | 1 | -0/+3 |
| * | | | hwrng: meson - Remove unneeded platform MODULE_ALIAS | Javier Martinez Canillas | 2016-10-25 | 1 | -1/+0 |