summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2008-01-132-2/+8
* remove task_ppid_nr_nsRoland McGrath2008-01-133-16/+3
* Use access mode instead of open flags to determine needed permissionsLinus Torvalds2008-01-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-01-112-9/+5
|\
| * V4L/DVB (7001): av7110: fix section mismatchRandy Dunlap2008-01-111-5/+5
| * V4L/DVB (6999): ivtv: stick to udelay=10 after allHans Verkuil2008-01-111-4/+0
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-01-111-6/+10
|\ \
| * | [XFS] fix unaligned access in readdirChristoph Hellwig2008-01-111-6/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24Linus Torvalds2008-01-112-27/+21
|\ \ \
| * | | sh: Force __access_ok() to obey address space limit.Paul Mundt2008-01-111-27/+15
| * | | sh: Fix argument page dcache flushing regression.Carmelo Amoroso2008-01-071-0/+6
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-01-116-51/+85
|\ \ \ \
| * | | | [MIPS] Replace 40c7869b693b18412491fdcff64682215b739f9e kludgeAtsushi Nemoto2008-01-112-6/+3
| * | | | [MIPS] Lasat: Fix built in separate object directory.WANG Cong2008-01-111-3/+3
| * | | | [MIPS] Malta: Fix software reset on big endianDmitri Vorobiev2008-01-111-4/+6
| * | | | [MIPS] pnx8xxx: move to clocksourceVitaly Wool2008-01-111-37/+72
| * | | | [MIPS] Wrong CONFIG option prevents setup of DMA zone.Thomas Bogendoerfer2008-01-111-1/+1
| | |_|/ | |/| |
* | | | ps3fb: fix deadlock on kexec()Jeremy Kerr2008-01-111-4/+8
* | | | ps3fb: prevent use after free of fb_infoJeremy Kerr2008-01-111-6/+6
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-113-81/+6
|\ \ \ \
| * | | | blktrace: kill the unneeded initcallJens Axboe2008-01-111-11/+1
| * | | | block: fix blktrace timestampsIngo Molnar2008-01-111-67/+2
| * | | | loop: fix bad bio_alloc() nr_iovec requestJens Axboe2008-01-111-1/+1
| * | | | Don't blatt first element of prv in sg_chain()Rusty Russell2008-01-111-2/+2
| |/ / /
* | | | cache invalidation error for buffered writeMassimo Cirillo2008-01-111-2/+5
* | | | IDE: terminate ACPI DMI listJeff Garzik2008-01-111-0/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-01-101-2/+2
|\ \ \
| * | | [CRYPTO] padlock: Fix alignment fault in aes_crypt_copyHerbert Xu2008-01-111-2/+2
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-109-33/+78
|\ \ \ \
| * | | | libata and starting/stopping ATAPI floppy devicesOndrej Zary2008-01-101-1/+2
| * | | | sata_sil24: prevent hba lockup when pass-through ATA commands are usedGwendal Grignou2008-01-101-11/+26
| * | | | Update kernel parameter document for libata DMA mode setting knobs.FD Cami2008-01-101-0/+8
| * | | | libata: don't normalize UNKNOWN to NONE after resetTejun Heo2008-01-101-3/+1
| * | | | libata-pmp: propagate timeout to host linkTejun Heo2008-01-101-5/+15
| * | | | libata-pmp: 4726 hates SRSTTejun Heo2008-01-101-7/+5
| * | | | pata_ixp4xx_cf: fix compilation introduced by ata_port_desc() conversionRod Whitby2008-01-101-1/+2
| * | | | pata_pdc202xx_old: Further fixupsAlan Cox2008-01-101-2/+13
| * | | | libata-sff: PCI IRQ handling fixAlan Cox2008-01-101-2/+5
| * | | | sata_qstor: use hardreset instead of softresetTejun Heo2008-01-101-1/+1
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-01-103-13/+58
|\ \ \ \
| * | | | trm290: do hook dma_host_{on,off} methods (take 2)Sergei Shtylyov2008-01-101-9/+20
| * | | | ide: fix cable detection for SATA bridgesGeorge Kibardin2008-01-101-3/+3
| * | | | ide: workaround suspend bug for ACPI IDEShaohua Li2008-01-101-1/+35
| |/ / /
* | | | NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2008-01-102-1/+5
* | | | [SCSI] qla1280: fix 32 bit segment codeFUJITA Tomonori2008-01-091-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-01-0953-248/+262
|\ \ \
| * | | [ATM]: Check IP header validity in mpc_send_packetHerbert Xu2008-01-091-0/+7
| * | | [IPV6]: IPV6_MULTICAST_IF setting is ignored on link-local connect()Brian Haley2008-01-081-3/+3
| * | | [CONNECTOR]: Don't touch queue dev after decrement of ref count.Li Zefan2008-01-081-1/+1
| * | | [SOCK]: Adds a rcu_dereference() in sk_filterEric Dumazet2008-01-081-1/+1
OpenPOWER on IntegriCloud