summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-25ipv6: reset dst.expires value when clearing expire flagHannes Frederic Sowa1-0/+1
2013-10-25netpoll: fix rx_hook() interface by passing the skbAntonio Quartulli1-2/+3
2013-10-25Merge tag 'tegra-for-3.13-soc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman1-1/+8
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-1/+24
2013-10-23sched/wait: Fix build breakageThierry Reding1-1/+1
2013-10-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-19/+38
2013-10-22Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+1
2013-10-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2013-10-22Merge tag 'drm-intel-fixes-2013-10-21' of git://people.freedesktop.org/~danve...Dave Airlie6-4/+55
2013-10-21mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni1-1/+1
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-4/+2
2013-10-21ipv6: always prefer rt6i_gateway if presentJulian Anastasov1-1/+1
2013-10-21IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud1-0/+6
2013-10-21ARM: imx6sl: add imx6sl iomux-gpr field defineFugang Duan1-0/+5
2013-10-21Merge remote-tracking branch 'shesselba/clk-of-init-v2_for-3.13' into imx/socShawn Guo3-26/+0
2013-10-21ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442Heiko Stuebner1-0/+3
2013-10-20ARM: dts: AM4372: Update Support for EPOS EVMMugunthan V N1-0/+31
2013-10-19net: fix cipso packet validation when !NETLABELSeif Mazareeb1-2/+4
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+3
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman15-83/+77
2013-10-19Merge 3.12-rc6 into staging-next.Greg Kroah-Hartman15-83/+77
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman33-96/+140
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman33-96/+140
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-3/+3
2013-10-18ARM: tegra: Add Tegra114 powergate supportThierry Reding1-1/+8
2013-10-18Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2013-10-18Merge tag 'omap-for-v3.13/board-removal-signed-take2' of git://git.kernel.org...Kevin Hilman7-11/+55
2013-10-18Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown1-0/+1
2013-10-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar5-28/+118
2013-10-18drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson1-0/+2
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-17net: dst: provide accessor function to dst->xfrmVlad Yasevich1-0/+12
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+4
2013-10-17usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck1-1/+1
2013-10-17ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki1-7/+0
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-16video: exynos_dp: remove non-DT support for Exynos Display PortJingoo Han1-131/+0
2013-10-16video: exynos_mipi_dsim: Use the generic PHY driverSylwester Nawrocki1-3/+2
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-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov1-10/+14
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov1-3/+3