summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: UV SGI: Don't track GRU space in PATJack Steiner2009-11-235-4/+33
* x86: SGI UV: Fix BAU initializationCliff Wickman2009-11-231-3/+1
* x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu2009-11-232-2/+25
* x86, numa, bootmem: Only free bootmem on NUMA failure pathYinghai Lu2009-11-231-2/+8
* x86: Change crash kernel to reserve via reserve_early()Yinghai Lu2009-11-231-42/+15
* x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich2009-11-195-19/+18
* x86: When cleaning MTRRs, do not fold WP into UCYinghai Lu2009-11-171-2/+0
* x86: remove "extern" from function prototypes in <asm/proto.h>H. Peter Anvin2009-11-161-9/+9
* x86, mm: Report state of NX protections during bootKees Cook2009-11-164-9/+29
* x86, mm: Clean up and simplify NX enablementH. Peter Anvin2009-11-166-50/+13
* x86, pageattr: Make set_memory_(x|nx) aware of NX supportH. Peter Anvin2009-11-162-4/+8
* x86, sleep: Always save the value of EFERH. Peter Anvin2009-11-161-6/+3
* x86-32: Use symbolic constants, safer CPUID when enabling EFER.NXH. Peter Anvin2009-11-161-7/+11
* x86: Make sure wakeup trampoline code is below 1MBYinghai Lu2009-11-113-13/+17
* x86: k8.h: Add struct bootnodeRandy Dunlap2009-11-081-0/+1
* x86_64, cpa: Use only text section in set_kernel_text_rw/roSuresh Siddha2009-11-021-2/+10
* x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha2009-11-022-2/+18
* x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-024-6/+9
* tracing: allow to change permissions for text with dynamic ftrace enabledSteven Rostedt2009-10-271-1/+2
* x86, boot: Simplify setting of the PAE bitAlexander Potashev2009-10-241-2/+1
* x86: Remove pfn in add_one_highpage_init()Minchan Kim2009-10-231-2/+2
* x86-64: add comment for RODATA large page retainmentSuresh Siddha2009-10-201-1/+12
* x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2009-10-204-1/+50
* x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_...Suresh Siddha2009-10-202-4/+5
* x86: Interleave emulated nodes over physical nodesDavid Rientjes2009-10-122-28/+184
* x86: Export srat physical topologyDavid Rientjes2009-10-124-11/+27
* x86: Export k8 physical topologyDavid Rientjes2009-10-128-24/+62
* x86: Clean up and add missing log levels for k8David Rientjes2009-10-121-20/+19
* pci: increase alignment to make more space for hidden codeYinghai Lu2009-10-111-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-113-0/+3
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-084-28/+51
|\
| * x86, pci: Correct spelling in a commentMarin Mitov2009-10-031-1/+1
| * x86: Simplify bound checks in the MTRR codeArjan van de Ven2009-10-021-5/+12
| * x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2009-10-022-22/+38
* | x86, timers: Check for pending timers after (device) interruptsArjan van de Ven2009-10-082-0/+3
* | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-10-057-29/+105
|\ \
| * | KVM: add support for change_pte mmu notifiersIzik Eidus2009-10-042-9/+54
| * | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2009-10-042-7/+26
| * | KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus2009-10-041-5/+2
| * | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity2009-10-041-0/+2
| * | KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti2009-10-041-1/+1
| * | KVM: fix LAPIC timer period overflowAurelien Jarno2009-10-041-1/+1
| * | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel2009-10-041-6/+17
| * | KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel2009-10-041-0/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-056-21/+35
|\ \ \ | |/ / |/| / | |/
| * x86: Don't leak 64-bit kernel register values to 32-bit processesJan Beulich2009-10-011-13/+23
| * x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCALJaswinder Singh Rajput2009-10-011-4/+0
| * x86: earlyprintk: Fix regression to handle serial,ttySn as 1 argJason Wessel2009-10-011-1/+4
| * x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=yEric Dumazet2009-10-012-2/+6
| * x86: Fix csum_ipv6_magic asm memory clobberSamuel Thibault2009-10-011-1/+2