Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: introduce native_read_tscp | Glauber de Oliveira Costa | 2008-01-30 | 1 | -8/+21 |
* | x86: unify cpuid functions | Glauber de Oliveira Costa | 2008-01-30 | 3 | -136/+78 |
* | x86: split get_cycles_sync | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+33 |
* | x86: unify msr smp funcs | Glauber de Oliveira Costa | 2008-01-30 | 1 | -26/+7 |
* | x86: define all _PAGE_* in terms of _PAGE_BIT_* on 64-bit | Joerg Roedel | 2008-01-30 | 1 | -12/+15 |
* | x86: use generic register name in the thread and tss structures | H. Peter Anvin | 2008-01-30 | 5 | -36/+33 |
* | x86: x86 ptrace merge complete | Roland McGrath | 2008-01-30 | 1 | -3/+0 |
* | x86: x86-32 thread_struct.debugreg | Roland McGrath | 2008-01-30 | 1 | -1/+6 |
* | x86: eflags enum | Roland McGrath | 2008-01-30 | 1 | -22/+0 |
* | x86: use generic register names in struct sigcontext | H. Peter Anvin | 2008-01-30 | 2 | -32/+32 |
* | x86: use generic register names in struct user_regs_struct | H. Peter Anvin | 2008-01-30 | 2 | -17/+48 |
* | x86: rename the struct pt_regs members for 32/64-bit consistency | H. Peter Anvin | 2008-01-30 | 10 | -93/+147 |
* | x86: add set/clear_cpu_cap operations | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+4 |
* | x86: clean up bitops-related warnings | Jeremy Fitzhardinge | 2008-01-30 | 3 | -7/+7 |
* | x86: partial unification of asm-x86/bitops.h | Jeremy Fitzhardinge | 2008-01-30 | 3 | -605/+315 |
* | x86: PTRACE_SINGLEBLOCK | Roland McGrath | 2008-01-30 | 1 | -0/+2 |
* | x86: debugctlmsr arch_has_block_step | Roland McGrath | 2008-01-30 | 1 | -0/+7 |
* | x86: debugctlmsr context switch | Roland McGrath | 2008-01-30 | 4 | -3/+11 |
* | x86: debugctlmsr constants | Roland McGrath | 2008-01-30 | 1 | -0/+7 |
* | ptrace: generic PTRACE_SINGLEBLOCK | Roland McGrath | 2008-01-30 | 1 | -1/+1 |
* | ptrace: arch_has_block_step | Roland McGrath | 2008-01-30 | 1 | -4/+33 |
* | x86: x86-64 ptrace debugreg cleanup | Roland McGrath | 2008-01-30 | 1 | -0/+3 |
* | powerpc: arch_has_single_step | Roland McGrath | 2008-01-30 | 1 | -0/+7 |
* | x86 single_step: TIF_FORCED_TF | Roland McGrath | 2008-01-30 | 3 | -9/+6 |
* | x86: arch_has_single_step | Roland McGrath | 2008-01-30 | 1 | -0/+7 |
* | x86: segment selector macros | Roland McGrath | 2008-01-30 | 1 | -0/+11 |
* | ptrace: arch_has_single_step | Roland McGrath | 2008-01-30 | 1 | -0/+46 |
* | x86: fall back on interrupt disable in cmpxchg8b on 80386 and 80486 | Mathieu Desnoyers | 2008-01-30 | 1 | -43/+79 |
* | x86: 64-bit, make sparsemem vmemmap the only memory model | Christoph Lameter | 2008-01-30 | 2 | -9/+0 |
* | x86: TLS cleanup | Roland McGrath | 2008-01-30 | 2 | -6/+11 |
* | x86: desc_empty | Roland McGrath | 2008-01-30 | 2 | -9/+10 |
* | x86: get_desc_base | Roland McGrath | 2008-01-30 | 1 | -0/+10 |
* | x86 vDSO: ia32 vsyscall removal | Roland McGrath | 2008-01-30 | 2 | -21/+0 |
* | x86 vDSO: consolidate vdso32 | Roland McGrath | 2008-01-30 | 1 | -9/+14 |
* | x86 vDSO: ia32 sysenter_return | Roland McGrath | 2008-01-30 | 1 | -0/+3 |
* | x86 vDSO: i386 vdso32 | Roland McGrath | 2008-01-30 | 2 | -10/+17 |
* | x86 vDSO: use vdso-syms.lds | Roland McGrath | 2008-01-30 | 1 | -0/+14 |
* | x86: randomize brk | Jiri Kosina | 2008-01-30 | 1 | -0/+3 |
* | x86: extended interrupt LVT support for AMD Barcelona | Robert Richter | 2008-01-30 | 2 | -9/+14 |
* | x86: untable __init references between IO data | Andi Kleen | 2008-01-30 | 1 | -0/+1 |
* | x86: store core id bits in cpuinfo_x8 | Yinghai Lu | 2008-01-30 | 1 | -0/+1 |
* | x86: clear IO_APIC before enabing apic error vector. | Yinghai Lu | 2008-01-30 | 1 | -0/+1 |
* | x86: merge resume-trace.h variants | Thomas Gleixner | 2008-01-30 | 4 | -30/+21 |
* | x86: merge topology.h variants | Thomas Gleixner | 2008-01-30 | 3 | -209/+141 |
* | x86: consolidate toloplogy_32/64.h | Thomas Gleixner | 2008-01-30 | 3 | -48/+80 |
* | x86: adjust numa 32 namespace | Thomas Gleixner | 2008-01-30 | 1 | -4/+4 |
* | x86: fixup numa 64 namespace | Thomas Gleixner | 2008-01-30 | 2 | -6/+6 |
* | x86: merge include/asm-x86/sparsemem.h | Thomas Gleixner | 2008-01-30 | 3 | -291/+156 |
* | x86: merge include/asm-x86/sparsemem.h | Thomas Gleixner | 2008-01-30 | 4 | -57/+34 |
* | x86: put all kern_addr_valid() incarnations to pgtable.h | Thomas Gleixner | 2008-01-30 | 3 | -7/+7 |