index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86-microcode: fix unbalanced use of get_cpu()
Dmitry Adamushko
2008-08-20
2
-8
/
+12
*
x86: Fixed NULL function pointer dereference in AMD microcode patch loader.
Peter Oruba
2008-08-15
1
-1
/
+2
*
x86: Microcode patch loader style corrections
Peter Oruba
2008-08-15
1
-11
/
+13
*
Fix date output in x86 microcode driver.
David Woodhouse
2008-08-13
1
-2
/
+5
*
x86: minor pointer type cast in AMD microcode patch loader
Peter Oruba
2008-07-31
1
-1
/
+2
*
x86: moved function declarations out from AMD microcode patch loader to heade...
Peter Oruba
2008-07-31
1
-3
/
+0
*
x86: Intel microcode patch loader style corrections
Peter Oruba
2008-07-31
1
-8
/
+8
*
x86: AMD microcode patch loader style corrections
Peter Oruba
2008-07-31
1
-3
/
+3
*
Merge commit 'v2.6.27-rc1' into x86/microcode
Ingo Molnar
2008-07-29
23
-292
/
+112
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-07-28
1
-0
/
+3
|
|
\
|
|
*
lguest: set max_pfn_mapped, growl loudly at Yinghai Lu
Rusty Russell
2008-07-29
1
-0
/
+3
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2008-07-28
8
-211
/
+76
|
|
\
\
|
|
*
|
x86/PCI: use dev_printk when possible
Bjorn Helgaas
2008-07-28
4
-76
/
+64
|
|
*
|
Merge branch 'core/generic-dma-coherent' of git://git.kernel.org/pub/scm/linu...
Jesse Barnes
2008-07-28
2
-120
/
+3
|
|
|
\
\
|
|
|
*
\
Merge branch 'linus' into core/generic-dma-coherent
Ingo Molnar
2008-07-29
151
-2431
/
+5183
|
|
|
|
\
\
|
|
|
*
\
\
Merge branch 'linus' into core/generic-dma-coherent
Ingo Molnar
2008-07-18
230
-13753
/
+21192
|
|
|
|
\
\
\
|
|
|
*
|
|
|
x86: use generic per-device dma coherent allocator
Dmitry Baryshkov
2008-06-30
2
-120
/
+3
|
|
*
|
|
|
|
Merge branch 'x86/iommu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Jesse Barnes
2008-07-28
2
-15
/
+9
|
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
x86 gart: replace to_pages macro with iommu_num_pages
Joerg Roedel
2008-07-26
1
-7
/
+4
|
|
|
*
|
|
|
x86, AMD IOMMU: replace to_pages macro with iommu_num_pages
Joerg Roedel
2008-07-26
1
-8
/
+5
|
*
|
|
|
|
|
Fix 'get_user_pages_fast()' with non-page-aligned start address
Linus Torvalds
2008-07-28
1
-3
/
+6
|
*
|
|
|
|
|
mmu-notifiers: core
Andrea Arcangeli
2008-07-28
1
-0
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
cpu masks: optimize and clean up cpumask_of_cpu()
Linus Torvalds
2008-07-28
1
-23
/
+0
|
*
|
|
|
|
Merge branch 'linus' into cpus4096
Ingo Molnar
2008-07-28
22
-299
/
+625
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
*
|
|
|
|
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
Mike Travis
2008-07-26
9
-55
/
+25
|
*
|
|
|
|
cpumask: put cpumask_of_cpu_map in the initdata section
Mike Travis
2008-07-26
1
-4
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
x86, microcode: fix module license string
Ingo Molnar
2008-07-29
1
-1
/
+1
*
|
|
|
|
x86, microcode: fix symbol exports
Ingo Molnar
2008-07-29
1
-5
/
+5
*
|
|
|
|
x86, microcode support: fix build error
Ingo Molnar
2008-07-29
1
-2
/
+2
*
|
|
|
|
x86: AMD microcode patch loading support
Peter Oruba
2008-07-28
3
-4
/
+539
*
|
|
|
|
x86: major refactoring
Peter Oruba
2008-07-28
4
-50
/
+109
*
|
|
|
|
x86: structure declaration renaming
Peter Oruba
2008-07-28
1
-22
/
+24
*
|
|
|
|
x86: code split to two parts
Peter Oruba
2008-07-28
3
-365
/
+488
*
|
|
|
|
x86: move microcode.c to microcode_intel.c
Peter Oruba
2008-07-28
2
-1
/
+1
*
|
|
|
|
x86: move per CPU microcode structure declaration to header file
Peter Oruba
2008-07-28
1
-7
/
+1
*
|
|
|
|
x86: typedef removal
Peter Oruba
2008-07-28
1
-12
/
+12
*
|
|
|
|
x86: moved Intel microcode patch loader declarations to seperate header file
Peter Oruba
2008-07-28
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...
Linus Torvalds
2008-07-27
1
-3
/
+5
|
\
\
\
\
|
*
|
|
|
x86: fix cpu hotplug on 32bit
Thomas Gleixner
2008-07-27
1
-3
/
+5
*
|
|
|
|
KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.ko
Sheng Yang
2008-07-27
1
-10
/
+10
*
|
|
|
|
KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameter
Sheng Yang
2008-07-27
1
-1
/
+1
*
|
|
|
|
KVM: task switch: translate guest segment limit to virt-extension byte granul...
Marcelo Tosatti
2008-07-27
1
-0
/
+4
*
|
|
|
|
KVM: Avoid instruction emulation when event delivery is pending
Avi Kivity
2008-07-27
3
-1
/
+9
*
|
|
|
|
KVM: task switch: use seg regs provided by subarch instead of reading from GDT
Marcelo Tosatti
2008-07-27
1
-63
/
+30
*
|
|
|
|
KVM: task switch: segment base is linear address
Marcelo Tosatti
2008-07-27
1
-3
/
+9
*
|
|
|
|
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
Joerg Roedel
2008-07-27
2
-1
/
+8
|
/
/
/
/
*
|
|
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-07-26
4
-24
/
+15
|
\
\
\
\
|
*
|
|
|
x86, AMD IOMMU: include amd_iommu_last_bdf in device initialization
Joerg Roedel
2008-07-26
2
-4
/
+4
|
*
|
|
|
x86, RDC321x: add to mach-default
Ingo Molnar
2008-07-26
2
-20
/
+11
|
|
/
/
/
*
|
|
|
x86: use generic show_mem()
Johannes Weiner
2008-07-26
2
-84
/
+0
[next]