aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer1-0/+7
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman9-12/+32
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2013-08-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-1/+23
2013-08-02Merge tag 'pm+acpi-3.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+1
2013-08-02Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman1-3/+3
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2-2/+2
2013-07-31serial: sccnxp: Add DT supportAlexander Shiyan1-3/+3
2013-07-31serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan1-3/+0
2013-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-1/+2
2013-07-31vmpressure: make sure there are no events queued after memcg is offlinedMichal Hocko1-0/+1
2013-07-31vmpressure: change vmpressure::sr_lock to spinlockMichal Hocko1-1/+1
2013-07-31mlx5_core: Implement new initialization sequenceEli Cohen2-1/+23
2013-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2013-07-30freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processesColin Cross1-0/+1
2013-07-29Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-0/+1
2013-07-29serial: at91: distinguish usart and uartElen Song1-0/+2
2013-07-29Merge 3.11-rc3 into tty-nextGreg Kroah-Hartman12-104/+127
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-6/+0
2013-07-27firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch1-0/+1
2013-07-26tty: Remove dead codeAndreas Platschek1-2/+1
2013-07-26pci_ids.h: remove PCI_VENDOR_ID_ADDIDATA_OLD and PCI_DEVICE_ID_ADDIDATA_APCI7800Ian Abbott1-2/+0
2013-07-26pci_ids.h: move PCI_VENDOR_ID_AMCC hereIan Abbott1-1/+3
2013-07-26serial: max310x: Add MAX14830 supportAlexander Shiyan1-2/+2
2013-07-26serial: max310x: Add MAX3109 supportAlexander Shiyan1-2/+2
2013-07-26serial: max310x: Driver reworkAlexander Shiyan1-4/+1
2013-07-26Merge tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2013-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+13
2013-07-26Merge tag 'usb-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-11/+0
2013-07-26Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+84
2013-07-26Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8"Rafael J. Wysocki1-1/+0
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley1-1/+2
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+0
2013-07-24ARM: imx6q: update the sata bits definitions of gpr13Richard Zhu1-37/+84
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu1-4/+0
2013-07-23Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2013-07-23n_tty: Fix EOF push handlingPeter Hurley1-1/+0
2013-07-23tty: Remove private constant from global namespacePeter Hurley1-11/+0
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley2-2/+5
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley1-2/+1
2013-07-23tty: Avoid false-sharing flip buffer ptrsPeter Hurley1-2/+2
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley1-1/+0
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley1-1/+1
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley2-2/+2
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley1-0/+1
2013-07-23tty: Use lockless flip buffer free listPeter Hurley2-2/+29
2013-07-23tty: Compute flip buffer ptrsPeter Hurley2-4/+12
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-0/+1
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-3/+4
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2-0/+26