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