Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-10-31 | 6 | -40/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | [S390] smp: fix sigp sense handling | Heiko Carstens | 2009-10-29 | 2 | -1/+1 | |
| * | | | | | | | | | | | | | [S390] smp: fix sigp stop handling | Heiko Carstens | 2009-10-29 | 3 | -6/+6 | |
| * | | | | | | | | | | | | | [S390] cputime: fix overflow on 31 bit systems | Martin Schwidefsky | 2009-10-29 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | [S390] call home: fix string length handling | Heiko Carstens | 2009-10-29 | 1 | -8/+6 | |
| * | | | | | | | | | | | | | [S390] call home: fix error handling in init function | Heiko Carstens | 2009-10-29 | 1 | -18/+10 | |
| * | | | | | | | | | | | | | [S390] smp: fix prefix handling of offlined cpus | Heiko Carstens | 2009-10-29 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | [S390] s/r: cmm resume fix | Martin Schwidefsky | 2009-10-29 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | [S390] call home: fix local buffer usage in proc handler | Sebastian Ott | 2009-10-29 | 1 | -4/+3 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Linus Torvalds | 2009-10-31 | 2 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | xfs: fix xfs_quota remove error | Ryota Yamauchi | 2009-10-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | xfs: free temporary cursor in xfs_dialloc | Eric Sandeen | 2009-10-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | Merge branch 'master' of ssh://oss.sgi.com/oss/git/xfs/xfs into for-linus | Alex Elder | 2009-10-13 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-10-31 | 15 | -224/+284 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | async_tx: fix asynchronous raid6 recovery for ddf layouts | Dan Williams | 2009-10-19 | 1 | -30/+56 | |
| * | | | | | | | | | | | | | | | async_pq: rename scribble page | Dan Williams | 2009-10-19 | 1 | -7/+8 | |
| * | | | | | | | | | | | | | | | async_pq: kill a stray dma_map() call and other cleanups | Dan Williams | 2009-10-19 | 1 | -7/+8 | |
| * | | | | | | | | | | | | | | | md/raid6: kill a gcc-4.0.1 'uninitialized variable' warning | Dan Williams | 2009-10-19 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | raid6/async_tx: handle holes in block list in async_syndrome_val | NeilBrown | 2009-10-16 | 2 | -14/+35 | |
| * | | | | | | | | | | | | | | | md/async: don't pass a memory pointer as a page pointer. | NeilBrown | 2009-10-16 | 3 | -18/+17 | |
| * | | | | | | | | | | | | | | | md: Fix handling of raid5 array which is being reshaped to fewer devices. | NeilBrown | 2009-10-16 | 2 | -20/+19 | |
| * | | | | | | | | | | | | | | | md: fix problems with RAID6 calculations for DDF. | NeilBrown | 2009-10-16 | 2 | -8/+14 | |
| * | | | | | | | | | | | | | | | md/raid456: downlevel multicore operations to raid_run_ops | Dan Williams | 2009-10-16 | 2 | -36/+51 | |
| * | | | | | | | | | | | | | | | md: drivers/md/unroll.pl replaced with awk analog | Vladimir Dronnikov | 2009-10-16 | 6 | -58/+54 | |
| * | | | | | | | | | | | | | | | md: remove clumsy usage of do_sync_mapping_range from bitmap code | NeilBrown | 2009-10-16 | 1 | -4/+5 | |
| * | | | | | | | | | | | | | | | md: raid1/raid10: handle allocation errors during array setup. | NeilBrown | 2009-10-16 | 2 | -4/+5 | |
| * | | | | | | | | | | | | | | | md/raid5: initialize conf->device_lock earlier | Dan Williams | 2009-10-16 | 1 | -13/+12 | |
| * | | | | | | | | | | | | | | | md/raid1/raid10: add a cond_resched | NeilBrown | 2009-10-16 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | | | Revert "md: do not progress the resync process if the stripe was blocked" | NeilBrown | 2009-10-16 | 1 | -13/+6 | |
* | | | | | | | | | | | | | | | | dpt_i2o: Fix typo of EINVAL | OGAWA Hirofumi | 2009-10-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff() | David Howells | 2009-10-31 | 1 | -2/+4 | |
| |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2009-10-29 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | xen: set up mmu_ops before trying to set any ptes | Jeremy Fitzhardinge | 2009-10-27 | 1 | -1/+2 | |
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 | Linus Torvalds | 2009-10-29 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ide: Serialize CMD643 and CMD646 to fix a hardware bug with SSD | Mikulas Patocka | 2009-10-29 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-29 | 45 | -391/+795 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | net: Fix 'Re: PACKET_TX_RING: packet size is too long' | Gabor Gombas | 2009-10-29 | 1 | -4/+1 | |
| * | | | | | | | | | | | | | | | | netdev: usb: dm9601.c can drive a device not supported yet, add support for it | Janusz Krzysztofik | 2009-10-29 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | qlge: Fix firmware mailbox command timeout. | Ron Mercer | 2009-10-29 | 2 | -11/+13 | |
| * | | | | | | | | | | | | | | | | qlge: Fix EEH handling. | Ron Mercer | 2009-10-29 | 1 | -26/+52 | |
| * | | | | | | | | | | | | | | | | AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2) | Neil Horman | 2009-10-29 | 1 | -7/+17 | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-10-29 | 14 | -22/+46 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | MAINTAINERS: rt2x00 list is moderated | Bartlomiej Zolnierkiewicz | 2009-10-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | airo: Reorder tests, check bounds before element | Roel Kluin | 2009-10-27 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | mac80211: fix for incorrect sequence number on hostapd injected frames | Björn Smedman | 2009-10-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | libertas spi: fix sparse errors | Holger Schurig | 2009-10-27 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | mac80211: trivial: fix spelling in mesh_hwmp | Andrey Yurovsky | 2009-10-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | cfg80211: sme: deauthenticate on assoc failure | Johannes Berg | 2009-10-27 | 3 | -2/+29 | |
| | * | | | | | | | | | | | | | | | | mac80211: keep auth state when assoc fails | Johannes Berg | 2009-10-27 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | | | | mac80211: fix ibss joining | Reinette Chatre | 2009-10-27 | 1 | -4/+2 |