Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2008-01-30 | x86: unify system.h | Glauber de Oliveira Costa | 2 | -17/+24 |
2008-01-30 | x86: move switch_to macro to system.h | Glauber de Oliveira Costa | 3 | -74/+61 |
2008-01-30 | x86: unify smp parts of system.h | Glauber de Oliveira Costa | 3 | -124/+105 |
2008-01-30 | x86: remove unused macro | Glauber de Oliveira Costa | 1 | -2/+0 |
2008-01-30 | x86: unify paravirt parts of system.h | Glauber de Oliveira Costa | 3 | -167/+122 |
2008-01-30 | x86: unify load_segment macro | Glauber de Oliveira Costa | 3 | -42/+21 |
2008-01-30 | x86: put together equal pieces of system.h | Glauber de Oliveira Costa | 4 | -71/+70 |
2008-01-30 | x86: remove volatile keyword from clflush. | Glauber de Oliveira Costa | 1 | -1/+1 |
2008-01-30 | x86: some whitespace cleanups in paging code | Joerg Roedel | 2 | -12/+12 |
2008-01-30 | x86: PIE executable randomization, uninlining | Andrew Morton | 1 | -3/+3 |
2008-01-30 | x86: PIE executable randomization, checkpatch fixes | Andrew Morton | 4 | -14/+15 |
2008-01-30 | x86: PIE executable randomization | Jiri Kosina | 5 | -40/+287 |
2008-01-30 | x86: unify include/asm-x86/linkage_[32|64].h | Harvey Harrison | 3 | -24/+18 |
2008-01-30 | x86: integrate 32-bit and 64-bit code in msr.h | Glauber de Oliveira Costa | 1 | -120/+47 |
2008-01-30 | x86: make fixups wordsize agnostic | Glauber de Oliveira Costa | 1 | -8/+9 |
2008-01-30 | x86: change write msr functions interface | Glauber de Oliveira Costa | 2 | -10/+11 |
2008-01-30 | x86: change rdpmc interface | Glauber de Oliveira Costa | 2 | -4/+4 |
2008-01-30 | x86: introduce native_read_tscp | Glauber de Oliveira Costa | 3 | -12/+25 |
2008-01-30 | x86: unify cpuid functions | Glauber de Oliveira Costa | 3 | -136/+78 |
2008-01-30 | x86: split get_cycles_sync | Glauber de Oliveira Costa | 2 | -5/+34 |
2008-01-30 | x86: allow sched clock to be overridden by paravirt | Glauber de Oliveira Costa | 1 | -1/+14 |
2008-01-30 | x86: unify msr smp funcs | Glauber de Oliveira Costa | 1 | -26/+7 |
2008-01-30 | x86: wipe out traditional opt from x86_64 Makefile | Glauber de Oliveira Costa | 1 | -1/+0 |
2008-01-30 | x86: use def_bool where possible in Kconfig.cpu | Harvey Harrison | 1 | -36/+20 |
2008-01-30 | x86: clean up process_32/64.c | Hiroshi Shimamoto | 2 | -102/+101 |
2008-01-30 | x86: use def_bool where possible | Harvey Harrison | 1 | -121/+77 |
2008-01-30 | x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE | Joerg Roedel | 1 | -2/+2 |
2008-01-30 | x86: define all _PAGE_* in terms of _PAGE_BIT_* on 64-bit | Joerg Roedel | 1 | -12/+15 |
2008-01-30 | x86: 32-bit IOAPIC: de-fang IRQ compression | Len Brown | 1 | -3/+8 |
2008-01-30 | x86: use generic register name in the thread and tss structures | H. Peter Anvin | 23 | -101/+99 |
2008-01-30 | x86: x86 ptrace merge removals | Roland McGrath | 2 | -881/+0 |
2008-01-30 | x86: x86 ptrace merge complete | Roland McGrath | 3 | -5/+3 |
2008-01-30 | x86: x86 ia32 ptrace arch merge | Roland McGrath | 1 | -0/+214 |
2008-01-30 | x86: x86 ia32 ptrace getreg/putreg merge | Roland McGrath | 1 | -2/+128 |
2008-01-30 | x86: x86 ptrace merge syscall trace | Roland McGrath | 1 | -0/+64 |
2008-01-30 | x86: x86 ptrace arch merge | Roland McGrath | 1 | -30/+35 |
2008-01-30 | x86: x86 ptrace getreg/putreg merge | Roland McGrath | 1 | -4/+213 |
2008-01-30 | x86: x86 ptrace getreg/putreg cleanup | Roland McGrath | 1 | -66/+96 |
2008-01-30 | x86: ptrace FLAG_MASK cleanup | Roland McGrath | 1 | -3/+8 |
2008-01-30 | x86: ptrace_32 renamed | Roland McGrath | 2 | -1/+2 |
2008-01-30 | x86: x86-32 thread_struct.debugreg | Roland McGrath | 6 | -28/+61 |
2008-01-30 | x86: x86-64 ia32 ptrace get/putreg32 current task | Roland McGrath | 1 | -0/+16 |
2008-01-30 | x86: x86-32 ptrace get/putreg current task | Roland McGrath | 1 | -0/+8 |
2008-01-30 | x86: x86-64 ptrace get/putreg current task | Roland McGrath | 1 | -2/+34 |
2008-01-30 | x86: x86-32 ptrace whitespace | Roland McGrath | 1 | -55/+55 |
2008-01-30 | x86: x86-64 ptrace whitespace | Roland McGrath | 1 | -112/+112 |
2008-01-30 | x86: x86-64 ia32 ptrace pt_regs cleanup | Roland McGrath | 1 | -12/+9 |
2008-01-30 | x86: eflags enum | Roland McGrath | 1 | -22/+0 |
2008-01-30 | x86: setup64 eflags constants | Roland McGrath | 1 | -1/+2 |
2008-01-30 | x86: use generic register names in struct sigcontext | H. Peter Anvin | 8 | -122/+121 |