summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2015-09-088-277/+406
|\
| * ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard2015-09-031-0/+8
| * ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh2015-09-031-0/+1
| * ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard2015-09-031-43/+137
| * ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
| * ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
| * ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-032-5/+8
| * ipmi: Factor out message flushing procedureHidehiro Kawai2015-09-031-21/+18
| * ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0
| * ipmi: Make some data const that was only readCorey Minyard2015-09-036-36/+39
| * ipmi: constify SSIF ACPI device idsMathias Krause2015-09-031-1/+1
| * ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring2015-09-031-3/+1
| * char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-032-6/+6
| * impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause2015-09-031-1/+0
| * ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard2015-09-031-0/+4
| * ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta2015-09-031-1/+8
| * ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard2015-09-031-163/+157
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041-2/+2
|\ \ | |/ |/|
| * Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-171-1/+1
| |\
| * \ Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-07-241-2/+2
| |\ \
| | * \ Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-1520-1531/+138
| | |\ \
| | * | | drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala2015-06-261-2/+2
* | | | | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-091-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-031-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | hwrng: core - correct error check of kthread_run callMartin Schwidefsky2015-07-281-1/+1
| | | |/ | | |/|
* | | | toshiba laptop: replace ioremap_cache with ioremapDan Williams2015-08-051-1/+1
* | | | char/nvram: Use bitwise OR to obtain Atari video mode dataFinn Thain2015-08-051-1/+1
* | | | char: xillybus: Allow 64-bit DMA on PCIe interfaceEli Billauer2015-08-051-4/+6
* | | | char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-6/+3
* | | | char: misc: fix error pathSudip Mukherjee2015-07-271-2/+4
* | | | char: misc: remove redundant ifdefSudip Mukherjee2015-07-271-2/+0
|/ / /
* | | Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmd...James Morris2015-07-152-1/+10
|\ \ \ | |/ / |/| |
| * | tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen2015-07-131-0/+8
| * | tpm: Fix initialization of the cdevJason Gunthorpe2015-07-131-1/+2
* | | 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
OpenPOWER on IntegriCloud