Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | tpm, tpm_infineon: remove useless snprintf() calls | Jarkko Sakkinen | 2017-06-13 | 1 | -4/+4 | |
| * | | | | | | | | tpm: fix byte order related arithmetic inconsistency in tpm_getcap() | Jarkko Sakkinen | 2017-06-13 | 2 | -27/+16 | |
| * | | | | | | | | tpm: Apply a sane minimum adapterlimit value for retransmission. | Bryan Freed | 2017-06-13 | 1 | -20/+56 | |
| * | | | | | | | | tpm_tis: Consolidate the platform and acpi probe flow | Jason Gunthorpe | 2017-06-13 | 1 | -113/+54 | |
| * | | | | | | | | tpm_tis: Use platform_get_irq | Jason Gunthorpe | 2017-06-13 | 1 | -4/+2 | |
| * | | | | | | | | tpm_tis: Fix IRQ autoprobing when using platform_device | Jason Gunthorpe | 2017-06-13 | 1 | -1/+1 | |
| * | | | | | | | | tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend() | Roberto Sassu | 2017-06-13 | 1 | -17/+24 | |
| * | | | | | | | | tpm: move endianness conversion of ordinals to tpm_input_header | Roberto Sassu | 2017-06-13 | 2 | -14/+14 | |
| * | | | | | | | | tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header | Roberto Sassu | 2017-06-13 | 3 | -9/+9 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2017-07-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'acpica' | Rafael J. Wysocki | 2017-07-03 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | ACPICA: Add header support for TPM2 table changes | Bob Moore | 2017-06-12 | 1 | -2/+2 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-07-03 | 3 | -868/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2017-06-21 | 2 | -7/+44 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'timers/urgent' into WIP.timers | Thomas Gleixner | 2017-06-04 | 2 | -4/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mmtimer: Remove the SGI SN2 mmtimer driver | Christoph Hellwig | 2017-05-26 | 3 | -868/+0 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-06-24 | 1 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid | Linus Torvalds | 2017-07-03 | 2 | -17/+12 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 2017-06-07 | 2 | -17/+12 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-06-23 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | random: silence compiler warnings and fix race | Jason A. Donenfeld | 2017-06-19 | 1 | -6/+6 | |
* | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-06-11 | 1 | -6/+43 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | random: invalidate batched entropy after crng init | Jason A. Donenfeld | 2017-06-07 | 1 | -0/+37 | |
| * | | | | | random: use lockless method of accessing and updating f->reg_idx | Theodore Ts'o | 2017-06-07 | 1 | -6/+6 | |
* | | | | | | Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-06-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | drivers: char: mem: Fix wraparound check to allow mappings up to the end | Julius Werner | 2017-06-03 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-06-02 | 1 | -1/+5 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | fix race in drivers/char/random.c:get_reg() | Michael Schmitz | 2017-05-24 | 1 | -1/+5 | |
| |/ / / | ||||||
* | | | | pcmcia: remove left-over %Z format | Nicolas Iooss | 2017-06-02 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | drivers: char: mem: Check for address space wraparound with mmap() | Julius Werner | 2017-05-18 | 1 | -0/+5 | |
* | | | char: lp: fix possible integer overflow in lp_setup() | Willy Tarreau | 2017-05-16 | 1 | -1/+5 | |
|/ / | ||||||
* | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-10 | 3 | -13/+13 | |
|\ \ | ||||||
| * | | Annotate hardware config module parameters in drivers/char/ | David Howells | 2017-04-20 | 1 | -2/+2 | |
| * | | Annotate hardware config module parameters in drivers/char/mwave/ | David Howells | 2017-04-20 | 1 | -4/+4 | |
| * | | Annotate hardware config module parameters in drivers/char/ipmi/ | David Howells | 2017-04-20 | 1 | -7/+7 | |
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2017-05-10 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | virtio: wrap find_vqs | Michael S. Tsirkin | 2017-05-02 | 1 | -3/+3 | |
* | | | | format-security: move static strings to const | Kees Cook | 2017-05-08 | 1 | -1/+1 | |
* | | | | agp: use set_memory.h header | Laura Abbott | 2017-05-08 | 5 | -1/+7 | |
* | | | | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 2017-05-08 | 1 | -7/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-04 | 6 | -52/+28 | |
|\ \ \ | ||||||
| * | | | hangcheck-timer: Fix typo in comment | Shile Zhang | 2017-04-08 | 1 | -1/+1 | |
| * | | | drivers: char: misc: Replace printk with pr_err. | Varsha Rao | 2017-04-08 | 1 | -1/+1 | |
| * | | | drivers: char: misc: Add blank line after declaration. | Varsha Rao | 2017-04-08 | 1 | -0/+1 | |
| * | | | drivers: char: misc: Add space after ','. | Varsha Rao | 2017-04-08 | 1 | -2/+2 | |
| * | | | drivers: char: misc: Replace "foo * bar" with "foo *bar". | Varsha Rao | 2017-04-08 | 1 | -2/+2 | |
| * | | | Merge 4.11-rc4 into char-misc-next | Greg Kroah-Hartman | 2017-03-27 | 4 | -27/+92 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | drivers, char: convert vma_data.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-03-23 | 1 | -4/+5 |