summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | mac80211: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| | * | | | | | | | ipw2200: fix netif_*_queue() removal regressionZhu Yi2008-12-051-0/+4
| | * | | | | | | | iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2008-12-052-3/+24
| * | | | | | | | | tcp: tcp_vegas ssthresh bug fixDoug Leith2008-12-041-0/+2
| |/ / / / / / / /
| * | | | | | | | can: omit received RTR frames for single ID filter listsOliver Hartkopp2008-12-041-1/+4
| * | | | | | | | ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams2008-12-041-1/+5
| * | | | | | | | netx-eth: initialize per device spinlockUwe Kleine-König2008-12-031-0/+2
| * | | | | | | | tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-031-12/+10
| * | | | | | | | enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-031-2/+14
| * | | | | | | | hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-031-2/+2
| * | | | | | | | b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe2008-12-031-4/+2
| * | | | | | | | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-033-19/+53
| * | | | | | | | Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia2008-12-031-0/+3
| * | | | | | | | netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
| * | | | | | | | bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
| * | | | | | | | xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun2008-12-031-0/+1
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-082-7/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: fix default_spin_lock_flags() prototypeIngo Molnar2008-12-081-1/+2
| * | | | | | | | | AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel2008-12-081-1/+2
| * | | | | | | | | AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel2008-12-081-1/+1
| * | | | | | | | | AMD IOMMU: fix typo in commentJoerg Roedel2008-12-081-2/+2
| * | | | | | | | | AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel2008-12-081-1/+1
| * | | | | | | | | AMD IOMMU: fix iommu_map_page functionJoerg Roedel2008-12-081-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-12-083-40/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=nBartlomiej Zolnierkiewicz2008-12-082-38/+6
| * | | | | | | | | Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz2008-12-081-2/+4
| |/ / / / / / / /
* | | | | | | | | EXPORTFS: handle NULL returns from fh_to_dentry()/fh_to_parent()J. Bruce Fields2008-12-081-0/+4
|/ / / / / / / /
* | | | | | | | Fix a race condition in FASYNC handlingJonathan Corbet2008-12-052-4/+15
* | | | | | | | Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-053-0/+5
* | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-12-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: Fix incorrect use of loose in vpe.cNick Andrew2008-12-051-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | drivers/message/i2o/iop.c: cleanup kerneldocQinghuang Feng2008-12-051-1/+0
* | | | | | | | Fix incorrect use of loose in i2o_block.cNick Andrew2008-12-051-1/+1
* | | | | | | | Fix incorrect use of loose in tty/serial driversNick Andrew2008-12-053-4/+4
* | | | | | | | Revert "ACPI: battery: Convert discharge energy rate to current properly"Linus Torvalds2008-12-051-13/+1
|/ / / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-047-27/+68
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] fix bogus argument of blkdev_put() in pktcdvdAl Viro2008-12-041-2/+2
| * | | | | | | [PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig2008-12-041-15/+17
| * | | | | | | [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-045-5/+18
| * | | | | | | [PATCH] clean up blkdev_get a little bitChristoph Hellwig2008-12-041-4/+7
| * | | | | | | [PATCH] Fix block dev compat ioctl handlingAndreas Schwab2008-12-041-0/+23
| * | | | | | | [PATCH] kill obsolete temporary comment in swsusp_close()Al Viro2008-12-041-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'drm-gem-update' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-045-245/+420
|\ \ \ \ \ \ \
| * | | | | | | drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT.Eric Anholt2008-12-041-0/+11
| * | | | | | | drm/i915: Retry execbuffer pinning after clearing the GTTKeith Packard2008-12-041-10/+47
| * | | | | | | drm/i915: Move the execbuffer domain computations togetherKeith Packard2008-12-041-44/+21
| * | | | | | | drm/i915: Rename object_set_domain to object_set_to_gpu_domainKeith Packard2008-12-041-27/+12
| * | | | | | | drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.Eric Anholt2008-12-042-152/+215
| * | | | | | | drm/i915: Make a single set-to-gtt-domain path.Eric Anholt2008-12-041-19/+96
| * | | | | | | drm/i915: If interrupted while setting object domains, still emit the flush.Eric Anholt2008-12-041-1/+13
OpenPOWER on IntegriCloud