summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-10-316-40/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [S390] smp: fix sigp sense handlingHeiko Carstens2009-10-292-1/+1
| * | | | | | | | | | | | | [S390] smp: fix sigp stop handlingHeiko Carstens2009-10-293-6/+6
| * | | | | | | | | | | | | [S390] cputime: fix overflow on 31 bit systemsMartin Schwidefsky2009-10-291-3/+3
| * | | | | | | | | | | | | [S390] call home: fix string length handlingHeiko Carstens2009-10-291-8/+6
| * | | | | | | | | | | | | [S390] call home: fix error handling in init functionHeiko Carstens2009-10-291-18/+10
| * | | | | | | | | | | | | [S390] smp: fix prefix handling of offlined cpusHeiko Carstens2009-10-291-0/+2
| * | | | | | | | | | | | | [S390] s/r: cmm resume fixMartin Schwidefsky2009-10-291-1/+6
| * | | | | | | | | | | | | [S390] call home: fix local buffer usage in proc handlerSebastian Ott2009-10-291-4/+3
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfsLinus Torvalds2009-10-312-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | xfs: fix xfs_quota remove errorRyota Yamauchi2009-10-301-1/+1
| * | | | | | | | | | | | | xfs: free temporary cursor in xfs_diallocEric Sandeen2009-10-301-0/+1
| * | | | | | | | | | | | | Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linusAlex Elder2009-10-131-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-10-3115-224/+284
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams2009-10-191-30/+56
| * | | | | | | | | | | | | | | async_pq: rename scribble pageDan Williams2009-10-191-7/+8
| * | | | | | | | | | | | | | | async_pq: kill a stray dma_map() call and other cleanupsDan Williams2009-10-191-7/+8
| * | | | | | | | | | | | | | | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warningDan Williams2009-10-191-3/+3
| * | | | | | | | | | | | | | | raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2009-10-162-14/+35
| * | | | | | | | | | | | | | | md/async: don't pass a memory pointer as a page pointer.NeilBrown2009-10-163-18/+17
| * | | | | | | | | | | | | | | md: Fix handling of raid5 array which is being reshaped to fewer devices.NeilBrown2009-10-162-20/+19
| * | | | | | | | | | | | | | | md: fix problems with RAID6 calculations for DDF.NeilBrown2009-10-162-8/+14
| * | | | | | | | | | | | | | | md/raid456: downlevel multicore operations to raid_run_opsDan Williams2009-10-162-36/+51
| * | | | | | | | | | | | | | | md: drivers/md/unroll.pl replaced with awk analogVladimir Dronnikov2009-10-166-58/+54
| * | | | | | | | | | | | | | | md: remove clumsy usage of do_sync_mapping_range from bitmap codeNeilBrown2009-10-161-4/+5
| * | | | | | | | | | | | | | | md: raid1/raid10: handle allocation errors during array setup.NeilBrown2009-10-162-4/+5
| * | | | | | | | | | | | | | | md/raid5: initialize conf->device_lock earlierDan Williams2009-10-161-13/+12
| * | | | | | | | | | | | | | | md/raid1/raid10: add a cond_reschedNeilBrown2009-10-162-0/+2
| * | | | | | | | | | | | | | | Revert "md: do not progress the resync process if the stripe was blocked"NeilBrown2009-10-161-13/+6
* | | | | | | | | | | | | | | | dpt_i2o: Fix typo of EINVALOGAWA Hirofumi2009-10-311-1/+1
* | | | | | | | | | | | | | | | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells2009-10-311-2/+4
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-10-291-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | xen: set up mmu_ops before trying to set any ptesJeremy Fitzhardinge2009-10-271-1/+2
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2009-10-291-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ide: Serialize CMD643 and CMD646 to fix a hardware bug with SSDMikulas Patocka2009-10-291-2/+4
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-2945-391/+795
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas2009-10-291-4/+1
| * | | | | | | | | | | | | | | | netdev: usb: dm9601.c can drive a device not supported yet, add support for itJanusz Krzysztofik2009-10-291-0/+4
| * | | | | | | | | | | | | | | | qlge: Fix firmware mailbox command timeout.Ron Mercer2009-10-292-11/+13
| * | | | | | | | | | | | | | | | qlge: Fix EEH handling.Ron Mercer2009-10-291-26/+52
| * | | | | | | | | | | | | | | | AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman2009-10-291-7/+17
| * | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-10-2914-22/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | MAINTAINERS: rt2x00 list is moderatedBartlomiej Zolnierkiewicz2009-10-271-1/+1
| | * | | | | | | | | | | | | | | | airo: Reorder tests, check bounds before elementRoel Kluin2009-10-271-3/+2
| | * | | | | | | | | | | | | | | | mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman2009-10-271-1/+1
| | * | | | | | | | | | | | | | | | libertas spi: fix sparse errorsHolger Schurig2009-10-271-5/+5
| | * | | | | | | | | | | | | | | | mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky2009-10-271-1/+1
| | * | | | | | | | | | | | | | | | cfg80211: sme: deauthenticate on assoc failureJohannes Berg2009-10-273-2/+29
| | * | | | | | | | | | | | | | | | mac80211: keep auth state when assoc failsJohannes Berg2009-10-271-2/+1
| | * | | | | | | | | | | | | | | | mac80211: fix ibss joiningReinette Chatre2009-10-271-4/+2
OpenPOWER on IntegriCloud