summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk2010-09-141-0/+3
| * | | ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
| * | | ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter2010-09-131-2/+7
| * | | net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
| * | | sch_atm: Fix potential NULL deref.David S. Miller2010-09-121-4/+0Star
* | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-199-66/+107
|\ \ \ \
| * | | | ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Darius Augulis2010-09-181-1/+1
| * | | | ARM: S3C64XX: Fix coding style errors on mach-real6410Darius Augulis2010-09-181-52/+52
| * | | | ARM: S3C64XX: Prototype SPI devicesMark Brown2010-09-181-0/+1
| * | | | ARM: S3C64XX: Fix dev-spi buildMark Brown2010-09-141-1/+1
| * | | | ARM: SAMSUNG: Fix on s5p_gpio_[get,set]_drvstrKukjin Kim2010-09-141-3/+4
| * | | | ARM: SAMSUNG: Fix on drive strength valueKukjin Kim2010-09-141-5/+5
| * | | | ARM: S5PV210: Add FIMC clocksMarek Szyprowski2010-09-141-0/+18
| * | | | ARM: S5PV210: Reduce the iodesc length of systimerKyungmin Park2010-09-141-1/+1
| * | | | ARM: S5PV210: Update I2C-1 Clock Register Property.MyungJoo Ham2010-09-141-1/+1
| * | | | ARM: S5P: Decrease IO Registers memory region size on FIMCSylwester Nawrocki2010-09-143-3/+3
| * | | | ARM: S5P: Fix DMA coherent mask for FIMCMarek Szyprowski2010-09-143-0/+21
* | | | | Coda: mount hangs because of missed REQ_WRITE renameJan Harkes2010-09-191-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-09-178-13/+43
|\ \ \ \
| * \ \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-09-174-1/+15
| |\ \ \ \
| | * | | | ALSA: HDA: Enable internal speaker on Dell M101zDavid Henningsson2010-09-161-0/+10
| | * | | | ALSA: patch_nvhdmi.c: Fix supported sample rate list.Stephen Warren2010-09-141-1/+1
| | * | | | ALSA: hda - Add quirk for Toshiba C650D using a Conexant CX20585Anisse Astier2010-09-131-0/+1
| | * | | | ALSA: hda_intel: ALSA HD Audio patch for Intel Patsburg DeviceIDsSeth Heasley2010-09-131-0/+3
| | |/ / /
| * | | | ALSA: pcm - Fix race with proc filesTakashi Iwai2010-09-161-9/+24
| * | | | ALSA: pcm - Fix unbalanced pm_qos_requestTakashi Iwai2010-09-161-0/+2
| * | | | sound: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-132-3/+2Star
| |/ / /
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-179-42/+50
|\ \ \ \
| * | | | hwmon: (lm95241) Replace rate sysfs attribute with update_intervalGuenter Roeck2010-09-171-10/+11
| * | | | hwmon: (adm1031) Replace update_rate sysfs attribute with update_intervalGuenter Roeck2010-09-172-23/+27
| * | | | hwmon: (w83627ehf) Use proper exit sequenceJonas Jonsson2010-09-171-0/+1
| * | | | hwmon: (emc1403) Remove unnecessary hwmon_device_unregisterYong Wang2010-09-171-1/+0Star
| * | | | hwmon: (f75375s) Do not overwrite values read from registersGuillem Jover2010-09-171-2/+2
| * | | | hwmon: (f75375s) Shift control mode to the correct bit positionGuillem Jover2010-09-171-1/+1
| * | | | hwmon: New subsystem maintainersJean Delvare2010-09-171-1/+4
| * | | | hwmon: (lis3lv02d) Prevent NULL pointer dereferenceKuninori Morimoto2010-09-172-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-09-171-1/+1
|\ \ \ \ \
| * | | | | GFS2: gfs2_logd should be using interruptible waitsSteven Whitehouse2010-09-171-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-09-172-1/+2
|\ \ \ \ \
| * | | | | firewire: nosy: fix build when CONFIG_FIREWIRE=NStefan Richter2010-09-171-1/+1
| * | | | | firewire: ohci: activate cycle timer register quirk on Ricoh chipsHeikki Lindholm2010-09-081-0/+1
* | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-09-171-2/+4
|\ \ \ \ \ \
| * | | | | | md: fix v1.x metadata update when a disk is missing.NeilBrown2010-09-171-1/+3
| * | | | | | md: call md_update_sb even for 'external' metadata arrays.NeilBrown2010-09-171-1/+1
* | | | | | | arm: fix really nasty sigreturn bugAl Viro2010-09-171-0/+2
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-176-39/+23Star
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-153-33/+17Star
| * | | | | | x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=ybasile@opensource.dyc.edu2010-09-141-1/+1
| * | | | | | x86, cpufeature: Suppress compiler warning with gcc 3.xTetsuo Handa2010-09-131-2/+2
| * | | | | | x86, UV: Fix initialization of max_pnodeJack Steiner2010-09-101-3/+3