summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3/+4
2015-09-21hwrng: xgene - fix handling platform_get_irqAndrzej Hajda-3/+4
2015-09-08Merge tag 'for-linus-4.3' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds-277/+406
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-2/+2
2015-09-03ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard-0/+8
2015-09-03ipmi: add of_device_id in MODULE_DEVICE_TABLEBrijesh Singh-0/+1
2015-09-03ipmi: Compensate for BMCs that wont set the irq enable bitCorey Minyard-43/+137
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai-1/+7
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai-0/+17
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai-5/+8
2015-09-03ipmi: Factor out message flushing procedureHidehiro Kawai-21/+18
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai-2/+0
2015-09-03ipmi: Make some data const that was only readCorey Minyard-36/+39
2015-09-03ipmi: constify SSIF ACPI device idsMathias Krause-1/+1
2015-09-03ipmi: Delete an unnecessary check before the function call "cleanup_one_si"Markus Elfring-3/+1
2015-09-03char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma-6/+6
2015-09-03impi:Remove unneeded setting of module owner to THIS_MODULE in the platform s...Nicholas Krause-1/+0
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard-0/+4
2015-09-03ipmi/powernv: Fix potential invalid pointer dereferenceNeelesh Gupta-1/+8
2015-09-03ipmi: Convert the IPMI SI ACPI handling to a platform deviceCorey Minyard-163/+157
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie-1/+1
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman-1/+1
2015-08-05toshiba laptop: replace ioremap_cache with ioremapDan Williams-1/+1
2015-08-05char/nvram: Use bitwise OR to obtain Atari video mode dataFinn Thain-1/+1
2015-08-05char: xillybus: Allow 64-bit DMA on PCIe interfaceEli Billauer-4/+6
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman-6/+3
2015-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+1
2015-07-28hwrng: core - correct error check of kthread_run callMartin Schwidefsky-1/+1
2015-07-27char: misc: fix error pathSudip Mukherjee-2/+4
2015-07-27char: misc: remove redundant ifdefSudip Mukherjee-2/+0
2015-07-24Merge tag 'drm-intel-next-2015-07-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie-2/+2
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter-1531/+138
2015-07-15Merge tag 'tpm-fixes-for-4.2-rc2' of https://github.com/PeterHuewe/linux-tpmd...James Morris-1/+10
2015-07-13tpm, tpm_crb: fail when TPM2 ACPI table contents look corruptedJarkko Sakkinen-0/+8
2015-07-13tpm: Fix initialization of the cdevJason Gunthorpe-1/+2
2015-07-02Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2015-06-29agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson-1/+1
2015-06-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-5/+6
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1500/+23
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala-2/+2
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds-17/+22
2015-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds-3/+2
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+79
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu-45/+46
2015-06-16tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen-2/+2
2015-06-16vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo-2/+3
2015-06-16tpm_ibmvtpm: remove unneccessary message level.Fabian Frederick-1/+1
2015-06-12char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma-3/+3