summaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-3/+196
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-158/+449
2012-07-24Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-0/+78
2012-07-24Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+25
2012-07-24Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-5/+244
2012-07-24Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-6/+9
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-16/+39
2012-07-23Merge tag 'mmc-merge-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-46/+61
2012-07-23Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-4/+23
2012-07-23Merge tag 'regulator-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds6-29/+237
2012-07-22net-next: minor cleanups for bonding documentationRick Jones1-3/+3
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman1-0/+14
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-33/+41
2012-07-21mmc: sdhci-pxa: Add device tree supportChris Ball1-0/+21
2012-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller1-1/+1
2012-07-21openvswitch: Fix typo in documentation.Leo Alterman1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-24/+46
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+2
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-0/+11
2012-07-19bridge: update documentation referencesstephen hemminger1-3/+10
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-1/+2
2012-07-19kexec: update URL of kexec homepageOlaf Hering1-1/+1
2012-07-19Merge branch 'pm-doc'Rafael J. Wysocki1-4/+5
2012-07-19Merge branch 'fixes' into pm-sleepRafael J. Wysocki13-129/+139
2012-07-18net: ethernet: davinci_emac: add OF supportHeiko Schocher1-0/+41
2012-07-18Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3...Arnd Bergmann1-1/+1
2012-07-18ARM: EXYNOS: mark the DMA channel binding for SPI as preliminaryArnd Bergmann1-0/+3
2012-07-18Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+113
2012-07-18Merge branch 'clps711x/cleanup' into next/cleanupArnd Bergmann10-113/+129
2012-07-17regulator: tps65910: set input_supply on desc unconditionallyLaxman Dewangan1-11/+22
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-0/+5
2012-07-16Merge tag 'fixes-for-v3.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2012-07-16Merge tag 'v3.5-rc7' into regulator-driversMark Brown13-129/+139
2012-07-15pinctrl: pinctrl-imx6q: add missed mux function for USBOTG_IDDong Aisheng1-0/+2
2012-07-14don't pass nameidata to ->create()Al Viro3-2/+8
2012-07-14stop passing nameidata to ->lookup()Al Viro3-5/+4
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro3-5/+10
2012-07-14kill struct opendataAl Viro2-2/+2
2012-07-14make ->atomic_open() return intAl Viro2-4/+4
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro2-2/+2
2012-07-14vfs: add i_op->atomic_open()Miklos Szeredi2-0/+15
2012-07-14vfs: update documentation on ->i_dentry handlingAl Viro1-6/+4
2012-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-8/+1
2012-07-13Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtdLinus Torvalds1-8/+9
2012-07-13Merge tag 'davinci-v3.6-dt' of git://gitorious.org/linux-davinci/linux-davinc...Arnd Bergmann1-0/+27
2012-07-13regulator: tps6586x: add support for input supplyLaxman Dewangan1-0/+17
2012-07-13pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific pref...Lee Jones1-1/+1
2012-07-13spi: s3c64xx: add device tree supportThomas Abraham1-0/+113
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+0