Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| * | | | hwrng: meson - Fix module autoload for OF registration | Javier Martinez Canillas | 2016-10-25 | 1 | -0/+1 | |
| * | | | hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8K | Romain Perier | 2016-10-21 | 2 | -3/+85 | |
| * | | | hwrng: omap - Don't prefix the probe message with OMAP | Romain Perier | 2016-10-21 | 1 | -1/+1 | |
| * | | | hwrng: omap - Add support for 128-bit output of data | Romain Perier | 2016-10-21 | 1 | -6/+8 | |
| * | | | hwrng: omap - Remove global definition of hwrng | Romain Perier | 2016-10-21 | 1 | -9/+14 | |
| * | | | hwrng: omap - Switch to non-obsolete read API implementation | Romain Perier | 2016-10-21 | 1 | -24/+17 | |
* | | | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-13 | 1 | -6/+2 | |
|\ \ \ \ | ||||||
| * | | | | xen: make use of xenbus_read_unsigned() in xen-tpmfront | Juergen Gross | 2016-11-07 | 1 | -6/+2 | |
* | | | | | Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-13 | 7 | -13/+416 | |
|\ \ \ \ \ | ||||||
| * | | | | | char/pcmcia: add some error checking in scr24x_read() | Dan Carpenter | 2016-11-29 | 1 | -1/+1 | |
| * | | | | | snsc: restore IRQs on error path in scdrv_write() | Dan Carpenter | 2016-11-29 | 1 | -1/+1 | |
| * | | | | | ppdev: check before attaching port | Sudip Mukherjee | 2016-11-29 | 1 | -2/+21 | |
| * | | | | | ppdev: use pr_* macros | Sudip Mukherjee | 2016-11-29 | 1 | -6/+5 | |
| * | | | | | ppdev: fix memory leak | Sudip Mukherjee | 2016-11-29 | 1 | -1/+1 | |
| * | | | | | scr24x_cs: include linux/io.h | Arnd Bergmann | 2016-11-16 | 1 | -0/+1 | |
| * | | | | | Merge 4.9-rc5 into char-misc-next | Greg Kroah-Hartman | 2016-11-14 | 3 | -12/+16 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | char/pcmcia: add scr24x_cs chip card interface driver | Lubomir Rintel | 2016-11-10 | 3 | -0/+384 | |
| * | | | | | tile-srom: allow the driver to be built as a module | Chris Metcalf | 2016-11-10 | 2 | -2/+3 | |
| * | | | | | Merge 4.9-rc3 into char-misc-next | Greg Kroah-Hartman | 2016-10-30 | 1 | -3/+3 | |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | Move CONFIG_DEVKMEM default to n | Dave Young | 2016-10-28 | 1 | -1/+0 | |
* | | | | | | Merge tag 'docs-4.10' of git://git.lwn.net/linux | Linus Torvalds | 2016-12-12 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge tag 'v4.9-rc4' into sound | Jonathan Corbet | 2016-11-18 | 7 | -16/+536 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 2016-10-24 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | posix-timers: Make them configurable | Nicolas Pitre | 2016-11-16 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-12 | 1 | -6/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'linus' into x86/fpu, to resolve conflicts | Ingo Molnar | 2016-11-23 | 3 | -11/+18 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/fpu: Remove irq_ts_save() and irq_ts_restore() | Andy Lutomirski | 2016-11-01 | 1 | -6/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc' | Cédric Le Goater | 2016-11-17 | 1 | -2/+2 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 3 | -12/+16 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge tag 'char-misc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-11-13 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | |