summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86: unify desc_structGlauber de Oliveira Costa2008-01-304-17/+25
* x86: prepare 64-bit architecture initialization for paravirtGlauber de Oliveira Costa2008-01-303-5/+36
* x86: prepare time related functions for paravirtGlauber de Oliveira Costa2008-01-301-3/+9
* x86: turn priviled operation into a macro in head_64.SGlauber de Oliveira Costa2008-01-301-1/+8
* x86: export cpu_gdt_descrGlauber de Oliveira Costa2008-01-301-0/+6
* x86: export math_state_restoreGlauber de Oliveira Costa2008-01-301-0/+1
* x86, ptrace: support for branch trace store(BTS)Markus Metzger2008-01-309-9/+707
* x86: put together equal pieces of system.hGlauber de Oliveira Costa2008-01-301-1/+1
* x86: PIE executable randomization, checkpatch fixesAndrew Morton2008-01-301-7/+7
* x86: PIE executable randomizationJiri Kosina2008-01-301-0/+98
* x86: introduce native_read_tscpGlauber de Oliveira Costa2008-01-301-2/+2
* x86: split get_cycles_syncGlauber de Oliveira Costa2008-01-301-1/+1
* x86: allow sched clock to be overridden by paravirtGlauber de Oliveira Costa2008-01-301-1/+14
* x86: wipe out traditional opt from x86_64 MakefileGlauber de Oliveira Costa2008-01-301-1/+0Star
* x86: clean up process_32/64.cHiroshi Shimamoto2008-01-302-102/+101Star
* x86: 32-bit IOAPIC: de-fang IRQ compressionLen Brown2008-01-301-3/+8
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-3013-53/+54
* x86: x86 ptrace merge removalsRoland McGrath2008-01-301-470/+0Star
* x86: x86 ptrace merge completeRoland McGrath2008-01-301-1/+2
* x86: x86 ia32 ptrace arch mergeRoland McGrath2008-01-301-0/+214
* x86: x86 ia32 ptrace getreg/putreg mergeRoland McGrath2008-01-301-2/+128
* x86: x86 ptrace merge syscall traceRoland McGrath2008-01-301-0/+64
* x86: x86 ptrace arch mergeRoland McGrath2008-01-301-30/+35
* x86: x86 ptrace getreg/putreg mergeRoland McGrath2008-01-301-4/+213
* x86: x86 ptrace getreg/putreg cleanupRoland McGrath2008-01-301-66/+96
* x86: ptrace FLAG_MASK cleanupRoland McGrath2008-01-301-3/+8
* x86: ptrace_32 renamedRoland McGrath2008-01-302-1/+2
* x86: x86-32 thread_struct.debugregRoland McGrath2008-01-304-20/+48
* x86: x86-32 ptrace get/putreg current taskRoland McGrath2008-01-301-0/+8
* x86: x86-64 ptrace get/putreg current taskRoland McGrath2008-01-301-2/+34
* x86: x86-32 ptrace whitespaceRoland McGrath2008-01-301-55/+55
* x86: x86-64 ptrace whitespaceRoland McGrath2008-01-301-112/+112
* x86: setup64 eflags constantsRoland McGrath2008-01-301-1/+2
* x86: use generic register names in struct sigcontextH. Peter Anvin2008-01-304-47/+46Star
* x86: use generic register names in struct user_regs_structH. Peter Anvin2008-01-302-19/+20
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-3030-633/+630Star
* x86: add set/clear_cpu_cap operationsJeremy Fitzhardinge2008-01-308-34/+34
* x86: clean up bitops-related warningsJeremy Fitzhardinge2008-01-302-17/+18
* x86: prevent dereferencing non-allocated per_cpu variablesMike Travis2008-01-302-4/+4
* x86: debugctlmsr kprobesRoland McGrath2008-01-302-0/+29
* x86: debugctlmsr arch_has_block_stepRoland McGrath2008-01-303-3/+73
* x86: debugctlmsr context switchRoland McGrath2008-01-302-1/+8
* x86: x86-32 ptrace debugreg cleanupRoland McGrath2008-01-301-50/+69
* x86: x86-64 ptrace debugreg cleanupRoland McGrath2008-01-301-74/+66Star
* x86-64 ptrace: use task_pt_regsRoland McGrath2008-01-301-48/+12Star
* x86-32 ptrace: use task_pt_regsRoland McGrath2008-01-301-52/+16Star
* x86-32: ptrace generic resumeRoland McGrath2008-01-301-57/+0Star
* x86-64: ptrace generic resumeRoland McGrath2008-01-301-45/+0Star
* x86 single_step: TIF_FORCED_TFRoland McGrath2008-01-308-48/+55
* x86: single_step: share codeRoland McGrath2008-01-303-125/+15Star