summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-07-27tty: Remove dead codeAndreas Platschek1-2/+1
2013-07-27pci_ids.h: remove PCI_VENDOR_ID_ADDIDATA_OLD and PCI_DEVICE_ID_ADDIDATA_APCI7800Ian Abbott1-2/+0
2013-07-27pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott1-1/+3
2013-07-27serial:st-asc: Add ST ASC driver.Srinivas Kandagatla1-0/+3
2013-07-27OMAP: UART: Keep the TX fifo full when possibleDmitry Fink1-0/+1
2013-07-27serial: max310x: Add MAX14830 supportAlexander Shiyan1-2/+2
2013-07-27serial: max310x: Add MAX3109 supportAlexander Shiyan1-2/+2
2013-07-27serial: max310x: Driver reworkAlexander Shiyan1-4/+1
2013-07-25tty: Fix lock order in tty_do_resize()Peter Hurley1-1/+2
2013-07-24n_tty: Fix EOF push handlingPeter Hurley1-1/+0
2013-07-24tty: Remove private constant from global namespacePeter Hurley1-11/+0
2013-07-24tty: Fix unsafe vt paste_selection()Peter Hurley2-2/+5
2013-07-24tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley1-2/+1
2013-07-24tty: Avoid false-sharing flip buffer ptrsPeter Hurley1-2/+2
2013-07-24tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley1-1/+0
2013-07-24tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley1-1/+1
2013-07-24tty: Track flip buffer memory limit atomicallyPeter Hurley2-2/+2
2013-07-24tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley1-0/+1
2013-07-24tty: Use lockless flip buffer free listPeter Hurley2-2/+29
2013-07-24tty: Compute flip buffer ptrsPeter Hurley2-4/+12
2013-07-24tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-0/+1
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley1-3/+4
2013-07-24tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2-0/+26
2013-07-24tty: Replace ldisc locking with ldisc_semPeter Hurley2-5/+2
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+27
2013-07-21Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2013-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+3
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-20allow O_TMPFILE to work with O_WRONLYAl Viro1-2/+2
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2013-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2013-07-19vlan: mask vlan prio bitsEric Dumazet1-2/+1
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-17/+84
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2013-07-18ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki2-1/+11
2013-07-18ACPICA: expose OSI versionAaron Lu2-0/+16
2013-07-17Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-2/+2
2013-07-17linked-list: Remove __list_for_eachDave Jones1-11/+0
2013-07-16sysfs: use file mode defines from stat.hOliver Schinagl1-8/+9
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl1-13/+38
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman1-1/+3
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck1-0/+5
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-2/+2
2013-07-16driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21
2013-07-16sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-0/+2
2013-07-15kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2-2/+2
2013-07-15PM / Sleep: Fix comment typo in pm_wakeup.hChanwoo Choi1-2/+2
2013-07-15Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-23/+42