| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: UV SGI: Don't track GRU space in PAT | Jack Steiner | 2009-11-23 | 5 | -4/+33 |
* | x86: SGI UV: Fix BAU initialization | Cliff Wickman | 2009-11-23 | 1 | -3/+1 |
* | x86, numa: Use near(er) online node instead of roundrobin for NUMA | Yinghai Lu | 2009-11-23 | 2 | -2/+25 |
* | x86, numa, bootmem: Only free bootmem on NUMA failure path | Yinghai Lu | 2009-11-23 | 1 | -2/+8 |
* | x86: Change crash kernel to reserve via reserve_early() | Yinghai Lu | 2009-11-23 | 1 | -42/+15 |
* | x86: Eliminate redundant/contradicting cache line size config options | Jan Beulich | 2009-11-19 | 5 | -19/+18 |
* | x86: When cleaning MTRRs, do not fold WP into UC | Yinghai Lu | 2009-11-17 | 1 | -2/+0 |
* | x86: remove "extern" from function prototypes in <asm/proto.h> | H. Peter Anvin | 2009-11-16 | 1 | -9/+9 |
* | x86, mm: Report state of NX protections during boot | Kees Cook | 2009-11-16 | 4 | -9/+29 |
* | x86, mm: Clean up and simplify NX enablement | H. Peter Anvin | 2009-11-16 | 6 | -50/+13 |
* | x86, pageattr: Make set_memory_(x|nx) aware of NX support | H. Peter Anvin | 2009-11-16 | 2 | -4/+8 |
* | x86, sleep: Always save the value of EFER | H. Peter Anvin | 2009-11-16 | 1 | -6/+3 |
* | x86-32: Use symbolic constants, safer CPUID when enabling EFER.NX | H. Peter Anvin | 2009-11-16 | 1 | -7/+11 |
* | x86: Make sure wakeup trampoline code is below 1MB | Yinghai Lu | 2009-11-11 | 3 | -13/+17 |
* | x86: k8.h: Add struct bootnode | Randy Dunlap | 2009-11-08 | 1 | -0/+1 |
* | x86_64, cpa: Use only text section in set_kernel_text_rw/ro | Suresh Siddha | 2009-11-02 | 1 | -2/+10 |
* | x86_64, ftrace: Make ftrace use kernel identity mapping to modify code | Suresh Siddha | 2009-11-02 | 2 | -2/+18 |
* | x86, cpa: Fix kernel text RO checks in static_protection() | Suresh Siddha | 2009-11-02 | 4 | -6/+9 |
* | tracing: allow to change permissions for text with dynamic ftrace enabled | Steven Rostedt | 2009-10-27 | 1 | -1/+2 |
* | x86, boot: Simplify setting of the PAE bit | Alexander Potashev | 2009-10-24 | 1 | -2/+1 |
* | x86: Remove pfn in add_one_highpage_init() | Minchan Kim | 2009-10-23 | 1 | -2/+2 |
* | x86-64: add comment for RODATA large page retainment | Suresh Siddha | 2009-10-20 | 1 | -1/+12 |
* | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA | Suresh Siddha | 2009-10-20 | 4 | -1/+50 |
* | x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_... | Suresh Siddha | 2009-10-20 | 2 | -4/+5 |
* | x86: Interleave emulated nodes over physical nodes | David Rientjes | 2009-10-12 | 2 | -28/+184 |
* | x86: Export srat physical topology | David Rientjes | 2009-10-12 | 4 | -11/+27 |
* | x86: Export k8 physical topology | David Rientjes | 2009-10-12 | 8 | -24/+62 |
* | x86: Clean up and add missing log levels for k8 | David Rientjes | 2009-10-12 | 1 | -20/+19 |
* | pci: increase alignment to make more space for hidden code | Yinghai Lu | 2009-10-11 | 1 | -2/+2 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 3 | -0/+3 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-08 | 4 | -28/+51 |
|\ |
|
| * | x86, pci: Correct spelling in a comment | Marin Mitov | 2009-10-03 | 1 | -1/+1 |
| * | x86: Simplify bound checks in the MTRR code | Arjan van de Ven | 2009-10-02 | 1 | -5/+12 |
| * | x86: EDAC: MCE: Fix MCE decoding callback logic | Ingo Molnar | 2009-10-02 | 2 | -22/+38 |
* | | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven | 2009-10-08 | 2 | -0/+3 |
* | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-10-05 | 7 | -29/+105 |
|\ \ |
|
| * | | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 | 2 | -9/+54 |
| * | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 | 2 | -7/+26 |
| * | | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 | 1 | -5/+2 |
| * | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID | Avi Kivity | 2009-10-04 | 1 | -0/+2 |
| * | | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti | 2009-10-04 | 1 | -1/+1 |
| * | | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 2009-10-04 | 1 | -1/+1 |
| * | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly | Joerg Roedel | 2009-10-04 | 1 | -6/+17 |
| * | | KVM: SVM: Fix tsc offset adjustment when running nested | Joerg Roedel | 2009-10-04 | 1 | -0/+2 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-10-05 | 6 | -21/+35 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | x86: Don't leak 64-bit kernel register values to 32-bit processes | Jan Beulich | 2009-10-01 | 1 | -13/+23 |
| * | x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL | Jaswinder Singh Rajput | 2009-10-01 | 1 | -4/+0 |
| * | x86: earlyprintk: Fix regression to handle serial,ttySn as 1 arg | Jason Wessel | 2009-10-01 | 1 | -1/+4 |
| * | x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y | Eric Dumazet | 2009-10-01 | 2 | -2/+6 |
| * | x86: Fix csum_ipv6_magic asm memory clobber | Samuel Thibault | 2009-10-01 | 1 | -1/+2 |