summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Revert "ppdev: use new parport device model"Linus Torvalds2016-03-251-20/+5
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-14/+18
|\
| * Merge drm-fixes into drm-next.Dave Airlie2016-03-142-1/+23
| |\
| * \ Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queuedDaniel Vetter2016-02-1222-306/+268
| |\ \
| * | | agp/intel-gtt: Only register fake agp driver for gen1Daniel Vetter2016-02-111-12/+12
| * | | agp/intel-gtt: Don't leak the scratch pageDaniel Vetter2016-02-101-2/+6
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-1/+1
|\ \ \ \
| * | | | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-181-1/+1
| | |/ / | |/| |
* | | | ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence2016-03-181-0/+3
* | | | ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard2016-03-181-2/+2
* | | | ipmi_si: Fix module parameter doc namesCorey Minyard2016-03-181-2/+2
* | | | ipmi_ssif: Fix logic around alert handlingCorey Minyard2016-03-181-9/+4
* | | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-172-14/+9
|\ \ \ \
| * \ \ \ Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-142-2/+2
| |\ \ \ \ | | |/ / /
| * | | | char: constify tty_port_operations structsAya Mahfouz2016-02-061-1/+1
| * | | | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-13/+8
* | | | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-177-186/+241
|\ \ \ \ \
| * | | | | char: genrtc: replace blacklist with whitelistArnd Bergmann2016-03-051-1/+2
| * | | | | drivers: char: mem: fix IS_ERROR_VALUE usageAndrzej Hajda2016-03-051-1/+1
| * | | | | char: xillybus: Fix internal data structure initializationEli Billauer2016-03-051-1/+3
| * | | | | Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman2016-03-012-1/+23
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | ppdev: use dev_* macrosSudip Mukherjee2016-02-141-7/+7
| * | | | | ppdev: use new parport device modelSudip Mukherjee2016-02-141-5/+20
| * | | | | ppdev: remove space before tabSudip Mukherjee2016-02-141-1/+1
| * | | | | ppdev: fix parenthesis alignmentSudip Mukherjee2016-02-141-13/+13
| * | | | | ppdev: remove bracesSudip Mukherjee2016-02-141-35/+22
| * | | | | ppdev: add missing blank lineSudip Mukherjee2016-02-141-0/+6
| * | | | | ppdev: remove whitespace around pointersSudip Mukherjee2016-02-141-12/+12
| * | | | | ppdev: space prohibited between function name and parenthesisSudip Mukherjee2016-02-141-96/+96
| * | | | | Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-142-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | char: nwbutton: avoid unused variable warningArnd Bergmann2016-02-091-3/+2
| * | | | | ppdev: add support for compat ioctlBamvor Jian Zhang2016-02-081-0/+12
| * | | | | ppdev: convert to y2038 safeBamvor Jian Zhang2016-02-081-20/+55
| * | | | | drivers: char: raw: Removed unnecessary bracesBhumika Goyal2016-02-081-3/+1
| * | | | | char/nvram: set array of const as constLABBE Corentin2016-02-081-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-176-214/+297
|\ \ \ \ \
| * | | | | tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-261-0/+2
| * | | | | tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-02-201-2/+2
| * | | | | tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-202-2/+6
| * | | | | tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer2016-02-201-4/+10
| * | | | | tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2016-02-201-1/+6
| * | | | | tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen2016-02-201-3/+7
| * | | | | tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-02-101-1/+3
| * | | | | tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-02-101-5/+5
| * | | | | tpm_crb: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-49/+102
| * | | | | tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe2016-02-101-11/+11
| * | | | | tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-101-65/+104
| * | | | | tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-15/+18
| * | | | | tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-101-30/+18
OpenPOWER on IntegriCloud