aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds18-33/+50
2013-03-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds10-19/+17
2013-03-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+16
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-334/+2083
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+9
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+7
2013-03-05Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-63/+84
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds9-102/+256
2013-03-05powerpc: Set DSCR bit in FSCR setupMichael Neuling1-1/+1
2013-03-05powerpc: Add DSCR FSCR register bit definitionMichael Neuling1-1/+2
2013-03-05powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling1-1/+2
2013-03-05powerpc: Wireup the kcmp syscall to sys_niTony Breeds3-1/+3
2013-03-05powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita1-2/+0
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling1-2/+2
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-03-05powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang1-2/+3
2013-03-05powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds1-2/+2
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-04CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu1-2/+2
2013-03-04rds: simplify a warning messageCong Wang1-4/+1
2013-03-04net: fec: fix build error in no MXC platformFrank Li1-8/+7
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li2-47/+41
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang1-5/+3
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-03hwmon: (sht15) Check return value of regulator_enable()Mark Brown1-1/+7
2013-03-03hwmon: (adt7410) Document ADT7420 supportJean Delvare1-1/+10
2013-03-03hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionalityGuenter Roeck1-1/+1
2013-03-03hwmon: (pmbus/ltc2978) Fix peak attribute handlingGuenter Roeck1-13/+15
2013-03-03hwmon: (pmbus/ltc2978) Update datasheet linksGuenter Roeck1-2/+2
2013-03-03hwmon: Update my e-mail address in driver documentationGuenter Roeck15-15/+15
2013-03-03Linux 3.9-rc1Linus Torvalds1-2/+2
2013-03-03Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds8-254/+284
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds5-49/+57
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds26-171/+108
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds17-144/+172
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-13/+21
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds200-8/+26934
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds9-29/+36
2013-03-03Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-8/+10
2013-03-03Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-15/+14
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-856/+888
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-116/+127
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds15-273/+1375
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-03MAINTAINERS: remove eexpressCesar Eduardo Barros1-6/+0
2013-03-03MAINTAINERS: remove drivers/net/wan/cycx*Cesar Eduardo Barros1-6/+0
2013-03-03MAINTAINERS: remove 3c505Cesar Eduardo Barros1-6/+0