summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-2124-54/+60
* x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha2011-09-212-45/+23
* x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha2011-09-211-42/+12
* iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha2011-09-213-10/+12
* iommu: No need to set dmar_disabled in check_zero_address()Suresh Siddha2011-09-211-3/+0
* iommu: Move IOMMU specific code to intel-iommu.cSuresh Siddha2011-09-214-164/+180
* intr_remap: Call dmar_dev_scope_init() explicitlySuresh Siddha2011-09-213-8/+22
* x86, x2apic: Enable the bios request for x2apic optoutSuresh Siddha2011-09-215-28/+66
* Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-192-2/+2
|\
| * x86, iommu: Mark DMAR IRQ as non-threadedThomas Gleixner2011-09-131-1/+1
| * genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-09-121-1/+1
* | Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds2011-09-193-11/+30
|\ \
| * | Btrfs: only clear the need lookup flag after the dentry is setupJosef Bacik2011-09-181-2/+11
| * | BTRFS: Fix lseek return value for errorJeff Liu2011-09-181-2/+7
| * | Merge branch 'btrfs-3.0' into for-linusChris Mason2011-09-182-7/+12
| |\ \
| | * | Btrfs: don't change inode flag of the dest clone fileLi Zefan2011-09-181-1/+0
| | * | Btrfs: don't make a file partly checksummed through file cloneLi Zefan2011-09-181-0/+5
| | * | Btrfs: fix pages truncation in btrfs_ioctl_clone()Li Zefan2011-09-181-4/+4
| | * | btrfs: fix d_off in the first direntHidetoshi Seto2011-09-181-2/+3
* | | | USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu2011-09-191-0/+19
* | | | USB: xhci: Set change bit when warm reset change is set.Greg KH2011-09-191-1/+1
* | | | staging: fix comedi build when ISA_DMA_API is enabled but COMEDI_PCI is not e...Randy Dunlap2011-09-191-1/+3
* | | | Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds2011-09-191-7/+8
* | | | Make TASKSTATS require root accessLinus Torvalds2011-09-191-0/+1
* | | | Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds2011-09-191-1/+1
|\ \ \ \
| * | | | slub: add slab with one free object to partial list tailShaohua Li2011-08-271-1/+1
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-09-1910-42/+51
|\ \ \ \ \
| * | | | | drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)Alex Deucher2011-09-187-24/+34
| * | | | | drm/radeon/kms: fix typo in r100_blit_copyAlex Deucher2011-09-181-2/+2
| * | | | | drm/radeon: Unreference GEM object outside of spinlock in page flip error path.Michel Dänzer2011-09-141-1/+1
| * | | | | drm/radeon: Don't read from CP ring write pointer registers.Michel Dänzer2011-09-144-14/+12
| * | | | | drm/ttm: request zeroed system memory pages for new TT buffer objectsBen Skeggs2011-09-141-1/+2
* | | | | | Merge git://github.com/davem330/netLinus Torvalds2011-09-192-2/+19
|\ \ \ \ \ \
| * | | | | | tcp: fix validation of D-SACKZheng Yan2011-09-181-1/+1
| * | | | | | tcp: fix build error if !CONFIG_SYN_COOKIESEric Dumazet2011-09-181-1/+18
* | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2011-09-186-5/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mfd: Fix omap-usb-host build failureMing Lei2011-09-061-0/+1
| * | | | | | mfd: Make omap-usb-host TLL mode work againAnand Gadiyar2011-09-061-1/+0
| * | | | | | mfd: Set MAX8997 irq pointerMyungJoo Ham2011-09-061-0/+5
| * | | | | | mfd: Fix initialisation of tps65910 interruptsJohan Hovold2011-09-061-0/+2
| * | | | | | mfd: Check for twl4030-madc NULL pointerKyle Manna2011-09-061-1/+2
| * | | | | | mfd: Copy the device pointer to the twl4030-madc structureKyle Manna2011-09-061-0/+2
| * | | | | | mfd: Rename wm8350 static gpio_set_debounce()Sascha Hauer2011-09-061-2/+2
| * | | | | | mfd: Fix value of WM8994_CONFIGURE_GPIOMark Brown2011-09-061-1/+1
* | | | | | | Merge git://github.com/davem330/netLinus Torvalds2011-09-1868-507/+826
|\ \ \ \ \ \ \
| * | | | | | | ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng2011-09-171-11/+22
| * | | | | | | can: ti_hecc: include linux/io.hDaniel Mack2011-09-161-0/+1
| * | | | | | | IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2011-09-162-6/+6
| * | | | | | | net: Handle different key sizes between address families in flow cachedpward2011-09-162-14/+36
| * | | | | | | net: Align AF-specific flowi structs to longDavid Ward2011-09-161-3/+3
OpenPOWER on IntegriCloud