summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* dsp56k: prevent a harmless underflowDan Carpenter2016-07-141-1/+1
* ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-06-131-2/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-20/+1
|\
| * lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-201-20/+1
* | Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-203-22/+3
|\ \
| * | char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2016-05-011-1/+0
| * | char/rtc: replace blacklist with whitelistArnd Bergmann2016-05-011-2/+1
| * | char: xillybus: use devm_add_action_or_resetSudip Mukherjee2016-04-302-19/+2
* | | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-18/+11
|\ \ \ | |_|/ |/| |
| * | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-6/+6
| * | tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * | tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+1
| * | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-2/+2
|\ \
| * | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-175-168/+169
|\ \
| * | crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-203-161/+0
| * | hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
| * | hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-051-1/+1
| * | hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
| * | hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9
| * | hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-04-051-1/+8
| * | hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-04-051-3/+7
| * | hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski2016-04-051-1/+2
| |/
* | ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard2016-05-161-1/+1
* | IPMI: reserve memio regions separatelyCorey Minyard2016-05-161-13/+27
* | ipmi: Fix some minor coding style issuesCorey Minyard2016-05-161-13/+12
|/
* hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas2016-04-051-0/+1
* 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
OpenPOWER on IntegriCloud