summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Cris: convert to using generic dma-coherent mem allocatorDmitry Baryshkov2008-07-203-103/+6
| | * | | | Sh: use generic per-device coherent dma allocatorDmitry Baryshkov2008-07-183-95/+5
| | * | | | ARM: support generic per-device coherent dma memDmitry Baryshkov2008-07-183-0/+11
| | * | | | Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVEDmitry Baryshkov2008-07-181-2/+1
| | * | | | Merge branch 'linus' into core/generic-dma-coherentIngo Molnar2008-07-184382-310780/+296540
| | |\ \ \ \
| | * | | | | x86: use generic per-device dma coherent allocatorDmitry Baryshkov2008-06-303-141/+4
| | * | | | | generic: per-device coherent dma allocatorDmitry Baryshkov2008-06-304-0/+164
| * | | | | | PCI: add D3 power state avoidance quirkAlan Cox2008-07-283-0/+19
| * | | | | | PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox2008-07-281-11/+7
| * | | | | | PCI: add an option to allow ASPM enabled forciblyShaohua Li2008-07-281-6/+14
| * | | | | | PCI: disable ASPM on pre-1.1 PCIe devicesShaohua Li2008-07-283-1/+16
| * | | | | | PCI: disable ASPM per ACPI FADT settingShaohua Li2008-07-284-0/+18
| * | | | | | PCI MSI: Don't disable MSIs if the mask bit isn't supportedMatthew Wilcox2008-07-281-3/+12
| * | | | | | Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jesse Barnes2008-07-284-15/+18
| |\ \ \ \ \ \
| | * | | | | | x86 gart: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-7/+4
| | * | | | | | x86, AMD IOMMU: replace to_pages macro with iommu_num_pagesJoerg Roedel2008-07-261-8/+5
| | * | | | | | iommu: add iommu_num_pages helper functionJoerg Roedel2008-07-262-0/+9
| * | | | | | | PCI: handle 64-bit resources better on 32-bit machinesMatthew Wilcox2008-07-281-2/+2
| * | | | | | | PCI: rewrite PCI BAR reading codeMatthew Wilcox2008-07-281-119/+123
| * | | | | | | PCI: document pci_target_stateJesse Barnes2008-07-281-0/+6
| * | | | | | | PCI hotplug: fix typo in pcie hotplug outputJesse Barnes2008-07-281-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-07-281-0/+1
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] qla2xxx: fix msleep compile errorFUJITA Tomonori2008-07-281-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds2008-07-281-3/+6
* | | | | | | include/asm-generic/pgtable-nopmd.h: macros are noxious, reason #435Andrew Morton2008-07-281-1/+5
* | | | | | | sh7760fb: write colormap value to hardwareManuel Lauss2008-07-281-0/+1
* | | | | | | eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-281-12/+18
* | | | | | | gpio: fix build on CONFIG_GPIO_SYSFS=nAtsushi Nemoto2008-07-281-0/+1
* | | | | | | bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa2008-07-281-1/+0
* | | | | | | vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-287-99/+167
* | | | | | | kdump: update kdump documentation as kexec-tools-resting has been renamed kex...Simon Horman2008-07-281-10/+10
* | | | | | | spi_s3c24xx: really assign busnumBen Dooks2008-07-282-0/+2
* | | | | | | mpc52xx_psc_spi: fix block transferLuotao Fu2008-07-281-15/+7
* | | | | | | mm/hugetlb.c must #include <asm/io.h>Adrian Bunk2008-07-281-0/+1
* | | | | | | mmu-notifiers: coreAndrea Arcangeli2008-07-2815-13/+623
* | | | | | | mmu-notifiers: add mm_take_all_locks() operationAndrea Arcangeli2008-07-284-0/+170
* | | | | | | mmu-notifiers: add list_del_init_rcu()Andrea Arcangeli2008-07-281-0/+28
* | | | | | | arm: fix HAVE_CLK merge goofDavid Brownell2008-07-281-1/+1
* | | | | | | __ratelimit() cpu flags can't be staticAlexey Dobriyan2008-07-281-1/+2
* | | | | | | tmpfs: fix kernel BUG in shmem_delete_inodeHugh Dickins2008-07-281-1/+2
* | | | | | | exec: include pagemap.h again to fix buildHugh Dickins2008-07-281-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'cpus4096-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2008-07-2819-141/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-28911-11708/+20191
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | cpu masks: optimize and clean up cpumask_of_cpu()Linus Torvalds2008-07-283-134/+43
| * | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-281107-11190/+46428
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | cpumask: export cpumask_of_cpu_mapIngo Molnar2008-07-261-0/+2
| * | | | | | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-2617-83/+37
| * | | | | | cpumask: put cpumask_of_cpu_map in the initdata sectionMike Travis2008-07-262-7/+11
| * | | | | | cpumask: make cpumask_of_cpu_map genericMike Travis2008-07-262-38/+112
| | |_|/ / / | |/| | | |
* | | | | | ipwireless: fix compile failureJames Bottomley2008-07-281-1/+1
| |_|/ / / |/| | | |
OpenPOWER on IntegriCloud