aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds9-31/+207
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-5/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds8-53/+149
2013-11-07Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-101/+70
2013-11-07Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds15-276/+382
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2013-11-03ipc, msg: forbid negative values for "msg{max,mnb,mni}"Mathias Krause1-3/+3
2013-10-30percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen1-4/+4
2013-10-29printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messagesJoe Perches1-1/+15
2013-10-29device: Make dev_WARN/dev_WARN_ONCE print device as well as driver nameBjorn Helgaas1-6/+5
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-2/+3
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman2-1/+24
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-26/+15
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-1/+3
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman13-73/+76
2013-10-19Merge 3.12-rc6 into staging-next.Greg Kroah-Hartman13-73/+76
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman21-76/+120
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman21-76/+120
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-3/+3
2013-10-17tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-0/+1
2013-10-17yam: integer underflow in yam_ioctl()Dan Carpenter1-1/+1
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2-2/+4
2013-10-17usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck1-1/+1
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2-43/+14
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-10-16devres: add kernel standard devm_k.alloc functionsJoe Perches1-2/+19
2013-10-16exynos4-is: Use the generic MIPI CSIS PHY driverSylwester Nawrocki1-9/+0
2013-10-16usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum1-1/+3
2013-10-16serial: core: delete .set_wake() callbackLinus Walleij1-1/+0
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-3/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-1/+3
2013-10-16iio: Remove unused iio_sw_buffer_preenable()Lars-Peter Clausen1-2/+0
2013-10-15Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-14/+0
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski1-14/+0
2013-10-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-6/+4
2013-10-14USB: ohci-exynos: Remove non-DT supportJingoo Han1-21/+0
2013-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2013-10-12iio: Add a hysteresis event info attributeLars-Peter Clausen1-0/+1
2013-10-12iio: Extend the event config interfaceLars-Peter Clausen3-14/+77
2013-10-12iio: Add reference counting for buffersLars-Peter Clausen1-0/+28
2013-10-11USB: serial: export usb_serial_generic_write_startJohan Hovold1-0/+2
2013-10-11USB: ehci-s5p: Remove non-DT supportJingoo Han1-21/+0
2013-10-11USB: add a private-data pointer to struct usb_ttAlan Stern1-0/+1
2013-10-11USB: NS_TO_US should round upAlan Stern1-3/+2
2013-10-11usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is doneHans de Goede1-0/+3
2013-10-11usb-anchor: Ensure poisened gets initialized to 0Hans de Goede1-0/+1
2013-10-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-7/+0
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar1-0/+15
2013-10-11Revert "i915: Update VGA arbiter support for newer devices"Dave Airlie1-7/+0
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds2-0/+15