summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds2015-07-021-1/+1
|\
| * agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson2015-06-291-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-3/+3
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-273-5/+6
|\ \
| * | tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen2015-06-161-2/+2
| * | vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-06-161-2/+3
| * | tpm_ibmvtpm: remove unneccessary message level.Fabian Frederick2015-06-161-1/+1
* | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-2610-1500/+23
|\ \ \
| * | | char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma2015-06-121-3/+3
| * | | snsc: pass timeout as HZ independent valueNicholas Mc Guire2015-06-011-2/+2
| * | | char:pcmcia:synclink_cs - Do not initialise statics to 0.Shailendra Verma2015-06-011-1/+1
| * | | char: misc: restore MISC_DYNAMIC_MINOR on device_create() failureVladimir Zapolskiy2015-06-011-4/+9
| * | | hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon treePali Rohár2015-05-242-1008/+0
| * | | virtio_console: silence a static checker warningDan Carpenter2015-05-241-2/+2
| * | | xillybus: XILLYBUS_OF should depend on HAS_DMAGeert Uytterhoeven2015-05-241-1/+1
| * | | drivers/char: Remove msm_smd_pkt driverStephen Boyd2015-05-243-474/+0
| * | | drivers: char: misc.c: remove trailing whitespaceTal Shorer2015-05-241-5/+5
| | |/ | |/|
* | | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+1
|\ \ \
| * | | writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-241-17/+22
|\ \ \ \
| * | | | ipmi/powernv: Convert to irq event interfaceAlistair Popple2015-05-221-17/+22
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds2015-06-231-3/+2
|\ \ \ \
| * | | | pcmcia: Convert dev_printk to dev_<level>Joe Perches2015-05-301-3/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-1/+79
|\ \ \ \
| * \ \ \ Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-1911-45/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | random: Remove kernel blocking APIHerbert Xu2015-06-101-12/+0
| * | | | random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+78
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-281-9/+9
| |\ \ \ \
| * | | | | random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+12
| * | | | | random: Wake up all getrandom(2) callers when pool is readyHerbert Xu2015-05-271-1/+1
* | | | | | x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
| |_|_|/ / |/| | | |
* | | | | ipmi: Fix multi-part message handlingCorey Minyard2015-05-051-13/+38
* | | | | ipmi: Add alert handling to SSIFCorey Minyard2015-05-051-16/+116
* | | | | ipmi: Fix a problem that messages are not issued in run_to_completion modeHidehiro Kawai2015-05-051-2/+1
* | | | | ipmi: Report an error if ACPI _IFT doesn't existCorey Minyard2015-05-051-1/+3
* | | | | ipmi: Remove unused including <linux/version.h>Wei Yongjun2015-05-051-1/+0
* | | | | ipmi: Don't report err in the SI driver for SSIF devicesCorey Minyard2015-05-051-2/+3
* | | | | ipmi: Remove incorrect use of seq_has_overflowedJoe Perches2015-05-053-5/+5
* | | | | ipmi:ssif: Ignore spaces when comparing I2C adapter namesCorey Minyard2015-05-051-3/+22
* | | | | ipmi_ssif: Fix the logic on user-supplied addressesCorey Minyard2015-05-051-1/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-051-9/+9
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | hwrng: bcm63xx - Fix driver compilationÁlvaro Fernández Rojas2015-05-041-9/+9
| |/
* | Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-2110-43/+43
|\ \
| * | char: xillybus: Don't return -EFAULT on user-triggered flushEli Billauer2015-04-031-0/+2
| * | virtio_console: Use bool function return values of true/false not 1/0Joe Perches2015-04-031-1/+1
| * | misc: pass miscdevice through file's private_dataTom Van Braeckel2015-04-031-3/+8
| * | i8k: Remove use of seq_printf return valueJoe Perches2015-03-251-7/+9
| * | hwrng: Avoid manual device_create_file() callsTakashi Iwai2015-03-251-23/+11
| * | misc: Add attribute groupsTakashi Iwai2015-03-251-2/+3
OpenPOWER on IntegriCloud