summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-96/+44
2012-05-23Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-28/+587
2012-05-23Merge tag 'char-misc-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-361/+347
2012-05-23Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+3
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+14
2012-05-22Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+10
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+3
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-448/+44
2012-05-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds11-35/+149
2012-05-22Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+1
2012-05-22virtio: fix typo in commentChen Baozi1-10/+1
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+11
2012-05-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-44/+104
2012-05-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-85/+0
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2-14/+5
2012-05-22Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-1/+10
2012-05-22Merge tag 'pinctrl-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-12/+127
2012-05-22Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds11-15/+225
2012-05-22Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds4-9/+2668
2012-05-22Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds2-1/+15
2012-05-22Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+8
2012-05-22Merge branch 'clkdev' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-0/+35
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds62-924/+1286
2012-05-21USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp1-6/+6
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds1-3/+18
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds1-4/+2
2012-05-21Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a...Russell King22-115/+184
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+5
2012-05-20net: introduce skb_try_coalesce()Eric Dumazet1-0/+5
2012-05-19Merge branch 'emev2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson1-0/+10
2012-05-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+3
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-1/+0
2012-05-19Merge tag 'for-usb-next-2012-05-18' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman4-0/+127
2012-05-19USB: Add macros for interrupt endpoint types.Sarah Sharp1-0/+11
2012-05-19USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp1-0/+2
2012-05-19USB: Add support to enable/disable USB3 link states.Sarah Sharp4-2/+75
2012-05-19USB: Allow drivers to disable hub-initiated LPM.Sarah Sharp1-0/+4
2012-05-19USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-0/+37
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet1-24/+18
2012-05-18mfd: palmas PMIC device supportGraeme Gregory1-0/+2620
2012-05-18net: Remove netdevice ec_ptr, no longer used.David S. Miller1-1/+0
2012-05-18econet: remove ancient bug ridden protocolStephen Hemminger2-69/+0
2012-05-18gpio: Emma Mobile GPIO driver V2Magnus Damm1-0/+10
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Eldad Zack1-1/+1
2012-05-17etherdevice: fix commentsstephen hemminger1-8/+6
2012-05-17USB: gpio_vbus: wakeup support on GPIO VBUS interruptsShinya Kuribayashi1-0/+2
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds1-0/+2
2012-05-17Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-14/+6