summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0
| * | | | | | | | tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-131-4/+4
| * | | | | | | | tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-132-27/+16
| * | | | | | | | tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
| * | | | | | | | tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54
| * | | | | | | | tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2
| * | | | | | | | tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
| * | | | | | | | tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-131-17/+24
| * | | | | | | | tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-132-14/+14
| * | | | | | | | tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-133-9/+9
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-2/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpica'Rafael J. Wysocki2017-07-031-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | ACPICA: Add header support for TPM2 table changesBob Moore2017-06-121-2/+2
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-868/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-212-7/+44
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-042-4/+8
| |\ \ \ \ \ \ \ \
| * | | | | | | | | mmtimer: Remove the SGI SN2 mmtimer driverChristoph Hellwig2017-05-263-868/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-6/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-032-17/+12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-072-17/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-231-6/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | random: silence compiler warnings and fix raceJason A. Donenfeld2017-06-191-6/+6
* | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-111-6/+43
|\| | | | |
| * | | | | random: invalidate batched entropy after crng initJason A. Donenfeld2017-06-071-0/+37
| * | | | | random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2017-06-071-6/+6
* | | | | | Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-06-111-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-021-1/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix race in drivers/char/random.c:get_reg()Michael Schmitz2017-05-241-1/+5
| |/ / /
* / / / pcmcia: remove left-over %Z formatNicolas Iooss2017-06-021-3/+3
|/ / /
* | | drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-05-181-0/+5
* | | char: lp: fix possible integer overflow in lp_setup()Willy Tarreau2017-05-161-1/+5
|/ /
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-103-13/+13
|\ \
| * | Annotate hardware config module parameters in drivers/char/David Howells2017-04-201-2/+2
| * | Annotate hardware config module parameters in drivers/char/mwave/David Howells2017-04-201-4/+4
| * | Annotate hardware config module parameters in drivers/char/ipmi/David Howells2017-04-201-7/+7
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-3/+3
|\ \ \
| * | | virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-3/+3
* | | | format-security: move static strings to constKees Cook2017-05-081-1/+1
* | | | agp: use set_memory.h headerLaura Abbott2017-05-085-1/+7
* | | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-7/+1
| |_|/ |/| |
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-046-52/+28
|\ \ \
| * | | hangcheck-timer: Fix typo in commentShile Zhang2017-04-081-1/+1
| * | | drivers: char: misc: Replace printk with pr_err.Varsha Rao2017-04-081-1/+1
| * | | drivers: char: misc: Add blank line after declaration.Varsha Rao2017-04-081-0/+1
| * | | drivers: char: misc: Add space after ','.Varsha Rao2017-04-081-2/+2
| * | | drivers: char: misc: Replace "foo * bar" with "foo *bar".Varsha Rao2017-04-081-2/+2
| * | | Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-274-27/+92
| |\ \ \ | | | |/ | | |/|