| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-26 | 2 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2015-02-17 | 6 | -62/+85 |
|\ |
|
| * | Merge https://github.com/PeterHuewe/linux-tpmdd into for-linus | James Morris | 2015-02-16 | 6 | -62/+85 |
| |\ |
|
| | * | Added Little Endian support to vtpm module | honclo | 2015-02-15 | 1 | -8/+12 |
| | * | tpm, tpm_tis: fix TPM 2.0 probing | Jarkko Sakkinen | 2015-02-15 | 3 | -15/+39 |
| | * | tpm: fix suspend/resume paths for TPM 2.0 | Jarkko Sakkinen | 2015-02-15 | 5 | -39/+34 |
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-02-17 | 3 | -19/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into... | Dave Airlie | 2015-02-05 | 1 | -7/+7 |
| |\ \ |
|
| | * | | agp/intel: Serialise after GTT updates | Chris Wilson | 2015-01-28 | 1 | -7/+7 |
| * | | | agp: change agp_free_page_array to use kvfree | Wang, Yalin | 2015-01-29 | 2 | -12/+4 |
| |/ / |
|
* | | | Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-02-15 | 4 | -113/+240 |
|\ \ \ |
|
| * | | | virtio/console: verify device has config space | Michael S. Tsirkin | 2015-02-04 | 1 | -0/+6 |
| * | | | i8k: Add support for fan labels | Pali Rohár | 2015-01-25 | 1 | -14/+62 |
| * | | | i8k: Remove DMI config data for Latitude E6440 and E6540 | Pali Rohár | 2015-01-25 | 1 | -21/+0 |
| * | | | i8k: Autodetect fan RPM multiplier | Pali Rohár | 2015-01-25 | 1 | -12/+48 |
| * | | | i8k: Make fan module parameters an unsigned | Pali Rohár | 2015-01-25 | 1 | -9/+9 |
| * | | | i8k: Add support for Dell XPS 13 | Guenter Roeck | 2015-01-25 | 1 | -3/+11 |
| * | | | i8k: Rework error retries | Guenter Roeck | 2015-01-25 | 1 | -23/+24 |
| * | | | i8k: Return -ENODATA for invalid temperature | Pali Rohár | 2015-01-25 | 1 | -3/+1 |
| * | | | i8k: Register only temperature sensors which have labels | Pali Rohár | 2015-01-25 | 1 | -9/+9 |
| * | | | i8k: Add support for temperature sensor labels | Pali Rohár | 2015-01-25 | 1 | -13/+61 |
| * | | | Merge 3.19-rc5 into char-misc-next | Greg Kroah-Hartman | 2015-01-18 | 1 | -1/+2 |
| |\| | |
|
| * | | | drivers: char: mem: Fix Missing blank line issues | Rob Ward | 2015-01-12 | 1 | -0/+2 |
| * | | | drivers: char: mem: Replace usage of asm include | Rob Ward | 2015-01-12 | 1 | -1/+1 |
| * | | | drivers: char: mem: Simplify DEVPORT configuration | Rob Ward | 2015-01-12 | 1 | -5/+1 |
| * | | | drivers: char: mem: Simplify DEVKMEM configuration | Rob Ward | 2015-01-12 | 1 | -7/+1 |
| * | | | drivers: char: mem: Make /dev/mem an optional device | Rob Ward | 2015-01-12 | 2 | -1/+12 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-02-14 | 2 | -69/+147 |
|\ \ \ \ |
|
| * | | | | hwrng: virtio - drop extra empty line | Michael S. Tsirkin | 2015-01-26 | 1 | -1/+0 |
| * | | | | hwrng: core - Move hwrng_init call into set_current_rng | Herbert Xu | 2014-12-25 | 1 | -14/+16 |
| * | | | | hwrng: core - Drop current rng in set_current_rng | Herbert Xu | 2014-12-25 | 1 | -1/+2 |
| * | | | | hwrng: core - Do not register device opportunistically | Herbert Xu | 2014-12-25 | 1 | -11/+12 |
| * | | | | hwrng: core - Fix current_rng init/cleanup race yet again | Herbert Xu | 2014-12-25 | 1 | -3/+11 |
| * | | | | hwrng: core - Use struct completion for cleanup_done | Herbert Xu | 2014-12-25 | 1 | -9/+3 |
| * | | | | hwrng: don't init list element we're about to add to list. | Rusty Russell | 2014-12-22 | 1 | -1/+0 |
| * | | | | hwrng: don't double-check old_rng. | Rusty Russell | 2014-12-22 | 1 | -3/+2 |
| * | | | | hwrng: fix unregister race. | Rusty Russell | 2014-12-22 | 1 | -0/+12 |
| * | | | | hwrng: use reference counts on each struct hwrng. | Rusty Russell | 2014-12-22 | 1 | -43/+92 |
| * | | | | hwrng: move some code out mutex_lock for avoiding underlying deadlock | Amos Kong | 2014-12-22 | 1 | -3/+3 |
| * | | | | hwrng: place mutex around read functions and buffers. | Rusty Russell | 2014-12-22 | 1 | -3/+17 |
* | | | | | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-02-12 | 2 | -35/+33 |
|\ \ \ \ \ |
|
| * | | | | | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -3/+1 |
| * | | | | | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 2015-01-20 | 1 | -32/+32 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-02-12 | 23 | -937/+2231 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device | Peter Huewe | 2015-01-22 | 1 | -0/+2 |
| * | | | | tpm: fix format string error in tpm-chip.c | Jarkko Sakkinen | 2015-01-20 | 1 | -1/+1 |
| * | | | | char/tpm/tpm_crb: fix build error | Jarkko Sakkinen | 2015-01-19 | 1 | -1/+1 |
| * | | | | char/tpm: fixed white spaces coding style issues | Bruno E O Meneguele | 2015-01-18 | 2 | -4/+4 |
| * | | | | tpm/tpm_i2c_stm_st33: Change tpm_i2c_stm_st33.h to tpm_stm_st33.h | Christophe Ricard | 2015-01-17 | 1 | -1/+1 |
| * | | | | tpm/tpm_i2c_stm_st33: Replace remaining r by ret | Christophe Ricard | 2015-01-17 | 1 | -4/+4 |