aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-20GFS2: Remove i_disksizeSteven Whitehouse13-58/+60
2010-09-20GFS2: New truncate sequenceSteven Whitehouse4-168/+135
2010-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6Linus Torvalds13-131/+88
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-9/+3
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-35/+136
2010-09-19Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungLinus Torvalds9-66/+107
2010-09-19Coda: mount hangs because of missed REQ_WRITE renameJan Harkes1-2/+2
2010-09-18alpha: deal with multiple simultaneously pending signalsAl Viro1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingAl Viro1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro3-69/+2
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro1-1/+2
2010-09-18alpha: Shift perf event pending work earlier in timer interruptMichael Cree1-5/+5
2010-09-18alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2-1/+7
2010-09-18alpha: kill big kernel lockArnd Bergmann2-8/+0
2010-09-18alpha: fix build breakage in asm/cacheflush.hTejun Heo1-0/+2
2010-09-18alpha: remove unnecessary cast from void* in assignment.matt mooney2-2/+2
2010-09-18alpha: Use static const char * const where possibleJoe Perches4-38/+46
2010-09-17dca: disable dca on IOAT ver.3.0 multiple-IOH platformsSosnowski, Maciej1-6/+79
2010-09-18ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Darius Augulis1-1/+1
2010-09-18ARM: S3C64XX: Fix coding style errors on mach-real6410Darius Augulis1-52/+52
2010-09-18ARM: S3C64XX: Prototype SPI devicesMark Brown1-0/+1
2010-09-17netpoll: Disable IRQ around RCU dereference in netpoll_rxHerbert Xu1-4/+4
2010-09-17sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds8-13/+43
2010-09-17Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds9-42/+50
2010-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-1/+1
2010-09-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds2-1/+2
2010-09-17Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-2/+4
2010-09-17arm: fix really nasty sigreturn bugAl Viro1-0/+2
2010-09-17Merge branch 'fix/hda' into for-linusTakashi Iwai4-1/+15
2010-09-17hwmon: (lm95241) Replace rate sysfs attribute with update_intervalGuenter Roeck1-10/+11
2010-09-17hwmon: (adm1031) Replace update_rate sysfs attribute with update_intervalGuenter Roeck2-23/+27
2010-09-17hwmon: (w83627ehf) Use proper exit sequenceJonas Jonsson1-0/+1
2010-09-17hwmon: (emc1403) Remove unnecessary hwmon_device_unregisterYong Wang1-1/+0
2010-09-17hwmon: (f75375s) Do not overwrite values read from registersGuillem Jover1-2/+2
2010-09-17hwmon: (f75375s) Shift control mode to the correct bit positionGuillem Jover1-1/+1
2010-09-17hwmon: New subsystem maintainersJean Delvare1-1/+4
2010-09-17hwmon: (lis3lv02d) Prevent NULL pointer dereferenceKuninori Morimoto2-4/+4
2010-09-17GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse1-1/+1
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter1-1/+1
2010-09-16MAINTAINERS: move atlx discussions to netdevChris Snook1-1/+1
2010-09-16drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-16drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-16drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg1-0/+2
2010-09-16xfrm: dont assume rcu_read_lock in xfrm_output_one()Eric Dumazet1-1/+1
2010-09-17md: fix v1.x metadata update when a disk is missing.NeilBrown1-1/+3
2010-09-17md: call md_update_sb even for 'external' metadata arrays.NeilBrown1-1/+1
2010-09-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-39/+23
2010-09-17firewire: nosy: fix build when CONFIG_FIREWIRE=NStefan Richter1-1/+1
2010-09-16ALSA: pcm - Fix race with proc filesTakashi Iwai1-9/+24