summaryrefslogtreecommitdiff
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* format-security: move static strings to constKees Cook2017-04-261-1/+1
* agp: use set_memory.h headerLaura Abbott2017-04-265-1/+7
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-04-261-7/+1
* Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell2017-04-261-3/+3
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-04-241-3/+3
* | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2017-04-266-46/+21
|\ \
| * | 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
| |\ \
| * | | drivers, char: convert vma_data.refcnt from atomic_t to refcount_tElena Reshetova2017-03-231-4/+5
| * | | tpm-chip: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-16/+3
| * | | drivers/char: Convert remaining use of pr_warning to pr_warnJoe Perches2017-03-171-1/+1
| * | | hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke2017-03-171-1/+1
* | | | Merge remote-tracking branch 'ipmi/for-next'Stephen Rothwell2017-04-263-7/+22
|\ \ \ \
| * | | | ipmi_si: use smi_num for init_nameTony Camuso2017-04-101-3/+16
| * | | | ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley2017-04-071-0/+1
| * | | | ipmi_ssif: use setup_timerGeliang Tang2017-04-071-3/+2
| * | | | ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-04-071-1/+3
* | | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2017-04-262-15/+15
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/boot'Ingo Molnar2017-04-241-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-111-1/+1
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0146-467/+1148
| | | |\ \ \ \ \
| | | * | | | | | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
| * | | | | | | | Merge branch 'timers/core'Ingo Molnar2017-04-241-14/+14
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-141-10/+10
| | * | | | | | | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-141-1/+1
| | * | | | | | | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-141-1/+1
| | * | | | | | | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-2/+2
* | | | | | | | | Merge remote-tracking branch 'security/next'Stephen Rothwell2017-04-2622-433/+1549
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tpm: Fix reference count to main deviceStefan Berger2017-04-251-2/+3
| * | | | | | | | | tpm_tis: convert to using locality callbacksJerry Snitselaar2017-04-251-26/+8
| * | | | | | | | | tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec2017-04-251-4/+10
| * | | | | | | | | tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-251-2/+1
| * | | | | | | | | tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2017-04-032-3/+66
| * | | | | | | | | tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-034-0/+61
| * | | | | | | | | tpm: make check_locality return boolJerry Snitselaar2017-04-033-21/+23
| * | | | | | | | | tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure2017-04-031-7/+4
| * | | | | | | | | tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-04-031-2/+3
| * | | | | | | | | tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-032-6/+40
| * | | | | | | | | vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo2017-04-031-2/+6
| * | | | | | | | | tpm_crb: check for bad response sizeJerry Snitselaar2017-04-031-2/+1
| * | | | | | | | | tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-034-13/+116
| * | | | | | | | | tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley2017-04-035-4/+139
| * | | | | | | | | tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley2017-04-034-130/+190
| * | | | | | | | | tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-038-53/+527
| * | | | | | | | | tpm: validate TPM 2.0 commandsJarkko Sakkinen2017-04-033-5/+132
| * | | | | | | | | tpm: export tpm2_flush_context_cmdJarkko Sakkinen2017-04-032-33/+31