summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] aio: remove bare user-triggerable error printkZach Brown2007-03-281-1/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-03-273-5/+9
|\
| * [SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain2007-03-111-0/+2
| * [SCSI] mptsas: Fix oops for insmod during kexecJudith Lebzelter2007-03-111-2/+5
| * [SCSI] lpfc: avoid double-free during PCI error failureLinas Vepstas2007-03-111-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2007-03-2710-48/+32
|\ \
| * | V4L/DVB (5472): Isl6421: don't reference freed memoryThomas Viehweger2007-03-271-0/+1
| * | V4L/DVB (5441): Saa7146: Fix allocation of clipping memoryOliver Endriss2007-03-271-1/+2
| * | V4L/DVB (5421): Fix suspend/resume in msp3400 and tunerJean Delvare2007-03-272-12/+8
| * | V4L/DVB (5415): Msp_attach must return 0 if no msp3400 was found.Hans Verkuil2007-03-271-2/+2
| * | V4L/DVB (5408): Fix SECAM handling on saa7115Mauro Carvalho Chehab2007-03-271-1/+1
| * | V4L/DVB (5400): Core: fix several locking related problemsSimon Arlott2007-03-273-29/+13
| * | V4L/DVB (5390): Radio: Fix error in Kbuild fileTrent Piepho2007-03-271-1/+1
| * | V4L/DVB (5332): Ir_rc5_timer_end decoder lockup fixVincent Penne2007-03-271-2/+4
* | | Merge git://kvm.qumranet.com/home/avi/kvmLinus Torvalds2007-03-271-17/+22
|\ \ \
| * | | KVM: always reload segment selectorsIngo Molnar2007-03-271-16/+21
| * | | KVM: Prevent system selectors leaking into guest on real->protected mode tran...Avi Kivity2007-03-271-1/+1
| |/ /
* | | [PATCH] Revert "swsusp: disable nonboot CPUs before entering platform suspend"Rafael J. Wysocki2007-03-273-4/+4
* | | [PATCH] i386: Fix bogus return value in hpet_next_event()Thomas Gleixner2007-03-271-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-03-275-76/+27
|\ \ \
| * | | Export __splice_from_pipe()Mark Fasheh2007-03-272-3/+8
| * | | 2/2 splice: dont readpageNick Piggin2007-03-271-30/+0
| * | | 1/2 splice: dont stealNick Piggin2007-03-271-63/+38
| * | | make elv_register() output atomicThibaut VARENE2007-03-271-3/+4
| * | | block: blk_max_pfn is somtimes wrongVasily Tarasov2007-03-272-4/+4
| |/ /
* | | [PATCH] Fix kernel build with EMBEDDED & PROC_FS & !PROC_SYSCTLMika Kukkonen2007-03-271-1/+2
* | | [PATCH] I2O: remove Markus from MAINTAINERSMarkus Lidel2007-03-271-6/+0
* | | [PATCH] ipcns: fix !CONFIG_IPC_NS behaviorSerge E. Hallyn2007-03-272-6/+10
* | | [PATCH] i2o: block IO errors on i2o diskVasily Averin2007-03-271-11/+1
* | | [PATCH] Fix struct device member name in PCMCIA au1000_genericYoichi Yuasa2007-03-271-1/+1
* | | [PATCH] drivers/eisa/pci_eisa.c:pci_eisa_init() should be initAdrian Bunk2007-03-271-2/+2
* | | [PATCH] ntp: avoid time_offset overflowsjohn stultz2007-03-271-14/+16
* | | [PATCH] uml: use correct register file size everywhereJeff Dike2007-03-275-14/+15
* | | [PATCH] uml: fix static linkingJeff Dike2007-03-271-0/+1
* | | [PATCH] drivers/spi/: fix section mismatchesAdrian Bunk2007-03-271-6/+4
* | | [PATCH] utsns: fix !CONFIG_UTS_NS behaviorSerge E. Hallyn2007-03-271-0/+2
* | | [PATCH] tty: minor merge correctionAlan Cox2007-03-271-1/+1
* | | [PATCH] uml: fix epollJeff Dike2007-03-271-0/+7
* | | [PATCH] ISDN: fix BChannel_bh() call from isar_bh()Jiri Kosina2007-03-271-1/+1
* | | [PATCH] correct slow acpi_pm ratingjohn stultz2007-03-271-1/+1
* | | [PATCH] generic_serial: fix decoding of baud rateDaniel Drake2007-03-271-7/+0
* | | [PATCH] md: convert compile time warnings into runtime warningsNeilBrown2007-03-272-12/+41
* | | [PATCH] md: clear the congested_fn when stopping a raid5NeilBrown2007-03-272-1/+3
* | | [PATCH] md: allow raid4 arrays to be reshapedNeilBrown2007-03-271-0/+4
* | | [PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() callJ. Bruce Fields2007-03-271-1/+0
* | | [PATCH] knfsd: nfsd4: demote "clientid in use" printk to a dprintkBruce Fields2007-03-271-3/+2
* | | [PATCH] knfsd: nfsd4: fix inheritance flags on v4 ace derived from posix defa...Bruce Fields2007-03-271-1/+1
* | | [PATCH] knfsd: allow nfsd READDIR to return 64bit cookiesNeilBrown2007-03-271-3/+3
* | | [PATCH] Fix maxcpus=1 trigerring BUG() in cpufreqVenki Pallipadi2007-03-271-0/+4
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-03-2629-266/+313
|\ \