summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com4-70/+11
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2-17/+16
2008-12-19x86: PAT: clarify is_linear_pfn_mapping() interfacevenkatesh.pallipadi@intel.com1-0/+8
2008-12-18x86: PAT: update documentation to cover pgprot and remap_pfn related changes ...venkatesh.pallipadi@intel.com1-0/+24
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com3-0/+15
2008-12-18x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com3-15/+8
2008-12-18x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2-0/+246
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com2-1/+81
2008-12-18x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com2-0/+46
2008-12-18x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com2-4/+12
2008-12-17Merge branch 'i2c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2-3/+16
2008-12-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+9
2008-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-65/+63
2008-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds8-21/+6
2008-12-17cifs: fix buffer overrun in parse_DFS_referralsJeff Layton1-1/+2
2008-12-17Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2-2/+3
2008-12-17STAGING: Move staging drivers back to staging-specific menuDmitry Baryshkov1-0/+3
2008-12-17driver core: add newlines to debugging enabled/disabled messagesMarcel Holtmann1-2/+2
2008-12-17xilinx_hwicap: remove improper wording in license statementGreg Kroah-Hartman6-18/+0
2008-12-17driver core: fix using 'ret' variable in unregister_dynamic_debug_moduleJohann Felix Soden1-1/+1
2008-12-17USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole displayMike Provencher2-0/+5
2008-12-17USB: set correct configuration in probe of ti_usb_3410_5052Oliver Neukum1-52/+3
2008-12-17USB: add 5372:2303 to pl2303Matthew Arnold2-0/+5
2008-12-17USB: skip Set-Interface(0) if already in altsetting 0Alan Stern1-1/+3
2008-12-17USB: fix comment about endianness of descriptorsPhil Endecott2-4/+10
2008-12-17USB: Documentation/usb/gadget_serial.txt: update to match driver use_acm beha...Peter Korsgaard1-2/+2
2008-12-17usbmon: drop bogus 0t from usbmon.txtPete Zaitcev1-5/+7
2008-12-17USB: gadget: fix rndis working at high speedDavid Brownell1-0/+4
2008-12-17USB: ftdi_sio: Adding Ewert Energy System's CANdapter PIDAndrew Ewert2-0/+4
2008-12-17USB: tty: SprogII DCC controller identifiersAlan Cox2-0/+4
2008-12-17usb-storage: update unusual_devs entry for Nokia 5310Alan Stern1-1/+1
2008-12-17USB: Unusual devs patch for Nokia 3500cOzan Sener1-0/+7
2008-12-17USB: storage: unusual_devs.h: Nokia 3109c additionCSÉCSY László1-0/+7
2008-12-17USB: fix problem with usbtmc driver not loading properlyGreg Kroah-Hartman1-0/+1
2008-12-17powerpc: Fix corruption error in rh_alloc_fixed()Guillaume Knispel1-0/+1
2008-12-17powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu1-2/+2
2008-12-16ocfs2: Add JBD2 compat feature bit.Joel Becker1-1/+7
2008-12-16ocfs2: Always update xattr search when creating bucket.Tao Ma1-2/+2
2008-12-16i2c-s3c2410: fix check for being in suspend.Ben Dooks1-3/+15
2008-12-16i2c-cpm: Detect and report NAK right away instead of timing outMike Ditto1-0/+1
2008-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-0/+6
2008-12-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+68
2008-12-16Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+3
2008-12-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds3-5/+17
2008-12-16mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro1-1/+1
2008-12-16pata_hpt366: no ATAPI DMATejun Heo1-1/+3
2008-12-16pata_hpt366: fix cable detection,Tejun Heo1-2/+6
2008-12-16libata: fix Seagate NCQ+FLUSH blacklistTejun Heo1-6/+59
2008-12-16sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.Paul Mundt1-0/+2
2008-12-16sh: maple: Do not pass SLAB_POISON to kmem_cache_create()Matt Fleming1-1/+1