summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [KEY]: Fix conversion between IPSEC_MODE_xxx and XFRM_MODE_xxx.Kazunori MIYAZAWA2007-04-171-15/+75
| * | [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-173-59/+0
| |/
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-04-171-0/+1
|\ \
| * | IB/mthca: Fix data corruption after FMR unmap on SinaiMichael S. Tsirkin2007-04-161-0/+1
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-174-10/+13
|\ \ \
| * | | [PATCH] x86: Fix potential overflow in perfctr reservationAndi Kleen2007-04-162-8/+11
| * | | [PATCH] x86: Fix gcc 4.2 _proxy_pda workaroundAndi Kleen2007-04-162-2/+2
| |/ /
* | | Minor bug fixes to i2c-pasemiOlof Johansson2007-04-171-3/+3
* | | i2c-pasemi: Depend on PPC_PASEMI againJean Delvare2007-04-171-2/+1
* | | hwmon/w83627ehf: Fix the fan5 clock divider writeJean Delvare2007-04-171-3/+3
* | | Provide dummy devm_ioport_* if !HAS_IOPORTRussell King2007-04-171-0/+13
* | | knfsd: use a spinlock to protect sk_info_authunixNeilBrown2007-04-171-5/+16
* | | drivers/macintosh/smu.c: fix locking snafuAndrew Morton2007-04-171-2/+2
* | | ufs proper handling of zero link caseEvgeniy Dushistov2007-04-171-7/+22
* | | spi: fix use of set_cs in spi_s3c24xx driverBen Dooks2007-04-171-2/+2
* | | alpha: build fixes - force architectureIvan Kokshaysky2007-04-172-14/+36
* | | alpha: more fixes for specific machine typesIvan Kokshaysky2007-04-172-1/+7
* | | alpha: fixes for specific machine typesIvan Kokshaysky2007-04-178-12/+40
* | | fix bogon in /dev/mem mmap'ing on nommuBenjamin Herrenschmidt2007-04-171-1/+1
* | | kernel-doc: fix plist.h commentsRandy Dunlap2007-04-171-31/+23
* | | exec.c: fix coredump to pipe problem and obscure "security hole"Alan Cox2007-04-171-7/+11
* | | allow vmsplice to work in 32-bit mode on ppc64Don Zickus2007-04-171-1/+1
| |/ |/|
* | cache_k8_northbridges() overflows beyond allocationBadari Pulavarty2007-04-161-2/+2
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-04-162-8/+102
|\ \ | |/ |/|
| * [ARM] 4313/1: S3C24XX: Update s3c2410 defconfig to 2.6.21-rc6Ben Dooks2007-04-161-5/+6
| * [ARM] Update mach-typesRussell King2007-04-161-3/+96
* | Linux 2.6.21-rc7v2.6.21-rc7Linus Torvalds2007-04-151-1/+1
* | NFS: Fix a list corruption problemTrond Myklebust2007-04-151-1/+3
* | Fix VMI relocation processing logic errorZachary Amsden2007-04-141-3/+6
* | NFS: Ensure PG_writeback is cleared when writeback failsTrond Myklebust2007-04-142-8/+15
* | NFS: Fix two bugs in the O_DIRECT write codeTrond Myklebust2007-04-141-4/+7
* | NFS: Fix an Oops in nfs_setattr()Trond Myklebust2007-04-142-3/+6
* | failsafe mechanism to HPET clock calibrationRavikiran G Thirumalai2007-04-141-3/+6
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-141-1/+1
|\ \
| * | [SCSI] QLOGICPTI: Do not unmap DMA unless we actually mapped something.David S. Miller2007-04-141-1/+1
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-04-141-2/+9
|\ \ \ | |/ / |/| |
| * | [SCSI] 3w-xxxx: fix oops caused by incorrect REQUEST_SENSE handlingJames Bottomley2007-04-141-2/+9
* | | DVB: dvb-usb-remote - fix oops when changing keymapOlaf Kirch2007-04-131-2/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-1310-345/+258
|\ \ \
| * | | [SPARC64]: Fix inline directive in pci_iommu.cTom "spot" Callaway2007-04-131-1/+1
| * | | [SPARC64]: Fix arg passing to compat_sys_ipc().David S. Miller2007-04-132-2/+1
| * | | [SPARC]: Fix section mismatch warnings in pci.c and pcic.cRobert Reif2007-04-122-4/+4
| * | | [SUNRPC]: Make sure on-stack cmsg buffer is properly aligned.David S. Miller2007-04-121-4/+12
| * | | [SPARC]: avoid CHILD_MAX and OPEN_MAX constantsRoland McGrath2007-04-123-6/+8
| * | | [SPARC64]: Fix SBUS IOMMU allocation code.David S. Miller2007-04-111-328/+232
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-136-25/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | [NETFILTER] arp_tables: Fix unaligned accesses.David S. Miller2007-04-131-7/+3
| * | | [IPV6] SNMP: Fix {In,Out}NoRoutes statistics.YOSHIFUJI Hideaki2007-04-131-11/+20
| * | | [IPSEC] XFRM_USER: kernel panic when large security contexts in ACQUIREJoy Latten2007-04-131-4/+3
| * | | [VLAN]: Allow VLAN interface on top of bridge interfaceJerome Borsboom2007-04-131-0/+3