index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
x86: use new set_cpus_allowed_ptr function
Mike Travis
2008-04-19
8
-58
/
+61
|
*
|
cpumask: Cleanup more uses of CPU_MASK and NODE_MASK
Mike Travis
2008-04-19
1
-1
/
+1
|
*
|
numa: move large array from stack to _initdata section
Mike Travis
2008-04-19
1
-1
/
+2
|
*
|
x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.c
Mike Travis
2008-04-19
1
-22
/
+27
|
*
|
x86: reduce memory and stack usage in intel_cacheinfo
Mike Travis
2008-04-19
1
-30
/
+40
|
|
/
*
|
x86: UV startup of slave cpus
Jack Steiner
2008-04-19
2
-15
/
+31
*
|
x86: integrate pci-dma.c
Glauber Costa
2008-04-19
4
-328
/
+176
*
|
x86: don't do dma if mask is NULL.
Glauber Costa
2008-04-19
1
-0
/
+3
*
|
x86: return conditional to mmu
Glauber Costa
2008-04-19
1
-2
/
+32
*
|
x86: remove kludge from x86_64
Glauber Costa
2008-04-19
1
-4
/
+0
*
|
x86: unify gfp masks
Glauber Costa
2008-04-19
2
-2
/
+6
*
|
x86: retry allocation if failed
Glauber Costa
2008-04-19
1
-5
/
+29
*
|
x86: don't try to allocate from DMA zone at first
Glauber Costa
2008-04-19
1
-3
/
+0
*
|
x86: use a fallback dev for i386
Glauber Costa
2008-04-19
1
-0
/
+13
*
|
x86: use numa allocation function in i386
Glauber Costa
2008-04-19
1
-5
/
+22
*
|
x86: remove virt_to_bus in pci-dma_64.c
Glauber Costa
2008-04-19
1
-7
/
+7
*
|
x86: adjust dma_free_coherent for i386
Glauber Costa
2008-04-19
1
-0
/
+2
*
|
x86: move bad_dma_address
Glauber Costa
2008-04-19
3
-6
/
+2
*
|
x86: isolate coherent mapping functions
Glauber Costa
2008-04-19
2
-17
/
+45
*
|
x86: move dma_coherent functions to pci-dma.c
Glauber Costa
2008-04-19
2
-85
/
+81
*
|
x86: merge iommu initialization parameters
Glauber Costa
2008-04-19
3
-91
/
+81
*
|
x86: merge dma_supported
Glauber Costa
2008-04-19
3
-67
/
+45
*
|
x86: move pci fixup to pci-dma.c
Glauber Costa
2008-04-19
3
-28
/
+18
*
|
x86: move x86_64-specific to common code.
Glauber Costa
2008-04-19
2
-68
/
+73
*
|
x86: move initialization functions to pci-dma.c
Glauber Costa
2008-04-19
2
-23
/
+25
*
|
x86: unify pci-nommu
Glauber Costa
2008-04-19
5
-72
/
+11
*
|
x86: move definition to pci-dma.c
Glauber Costa
2008-04-19
3
-6
/
+11
*
|
x86: use dma_length in i386
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: use WARN_ON in mapping functions
Glauber Costa
2008-04-19
1
-0
/
+3
*
|
x86: use sg_phys in x86_64
Glauber Costa
2008-04-19
1
-1
/
+1
*
|
x86: Add flush_write_buffers in nommu functions
Glauber Costa
2008-04-19
1
-0
/
+2
*
|
x86: implement mapping_error in pci-nommu_64.c
Glauber Costa
2008-04-19
1
-0
/
+12
*
|
x86: delete empty functions from pci-nommu_64.c
Glauber Costa
2008-04-19
1
-15
/
+0
*
|
x86: introduce pci-dma.c
Glauber Costa
2008-04-19
4
-22
/
+15
*
|
x86: move dma_supported and dma_set_mask to pci-dma_32.c, fix
Mark McLoughlin
2008-04-19
1
-0
/
+2
*
|
x86: unify dma_mapping_error
Glauber Costa
2008-04-19
1
-0
/
+7
*
|
x86: provide a bad_dma_address symbol for i386
Glauber Costa
2008-04-19
1
-0
/
+4
*
|
x86: move dma_supported and dma_set_mask to pci-dma_32.c
Glauber Costa
2008-04-19
1
-0
/
+33
*
|
x86: dma-ops on highmem fix
Ingo Molnar
2008-04-19
6
-15
/
+22
*
|
x86: move dma_sync_sg_for_device to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_sync_sg_for_cpu to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_sync_single_range_for_device to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_sync_single_range_for_cpu to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_sync_single_for_device to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_sync_single_for_cpu to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_unmap_sg to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: move dma_map_sg to common header
Glauber Costa
2008-04-19
1
-0
/
+19
*
|
x86: move dma_unmap_single to common header
Glauber Costa
2008-04-19
1
-0
/
+1
*
|
x86: implement dma_map_single through dma_ops
Glauber Costa
2008-04-19
2
-0
/
+21
*
|
x86: reserve dma32 early for gart
Yinghai Lu
2008-04-19
2
-0
/
+51
[prev]
[next]