Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: move i387 definitions to processor.h | Glauber de Oliveira Costa | 2008-01-30 | 3 | -66/+66 |
* | x86: unify asm nops | Glauber de Oliveira Costa | 2008-01-30 | 3 | -129/+85 |
* | x86: unify prefetch operations | Glauber de Oliveira Costa | 2008-01-30 | 3 | -33/+30 |
* | x86: move definitions to processor.h | Glauber de Oliveira Costa | 2008-01-30 | 5 | -43/+43 |
* | x86: unify mm_segment_t definition | Glauber de Oliveira Costa | 2008-01-30 | 5 | -15/+6 |
* | x86: remove legacy stuff from processor_64.h | Glauber de Oliveira Costa | 2008-01-30 | 1 | -14/+0 |
* | x86: unify x86_cpuinfo struct. | Glauber de Oliveira Costa | 2008-01-30 | 4 | -127/+85 |
* | x86: change bitwise operations to get a void parameter. | Glauber de Oliveira Costa | 2008-01-30 | 1 | -19/+20 |
* | x86: unify TASK_ALIGN definitions | Glauber de Oliveira Costa | 2008-01-30 | 3 | -9/+8 |
* | x86: unify thread struct. | Glauber de Oliveira Costa | 2008-01-30 | 3 | -69/+44 |
* | x86: provide 64-bit with a load_sp0 function. | Glauber de Oliveira Costa | 2008-01-30 | 4 | -23/+23 |
* | x86: unify tss_struct | Glauber de Oliveira Costa | 2008-01-30 | 9 | -103/+85 |
* | x86: unify current_text_addr | Glauber de Oliveira Costa | 2008-01-30 | 3 | -12/+11 |
* | x86: unify common parts of processor.h | Glauber de Oliveira Costa | 2008-01-30 | 3 | -227/+120 |
* | x86: move the definition of set_iopl_mask to common header | Glauber de Oliveira Costa | 2008-01-30 | 2 | -17/+19 |
* | x86: unify paravirt pieces of processor.h | Glauber de Oliveira Costa | 2008-01-30 | 3 | -124/+89 |
* | x86: move load_cr3 to a common place. | Glauber de Oliveira Costa | 2008-01-30 | 3 | -6/+7 |
* | x86: move desc_empty to where they belong | Glauber de Oliveira Costa | 2008-01-30 | 3 | -12/+6 |
* | x86: get rid of _MASK flags | Glauber de Oliveira Costa | 2008-01-30 | 9 | -31/+21 |
* | x86: move tsc definitions to were they belong | Glauber de Oliveira Costa | 2008-01-30 | 2 | -5/+4 |
* | x86: clean up arch/x86/kernel/early-quirks.c | Neil Horman | 2008-01-30 | 1 | -44/+47 |
* | x86: cleanup i387_32.c according to checkpatch | Cyrill Gorcunov | 2008-01-30 | 1 | -142/+149 |
* | x86: unify kexec_{32|64}.h | Harvey Harrison | 2008-01-30 | 3 | -195/+167 |
* | x86: local.h fix checkpatch warnings | Harvey Harrison | 2008-01-30 | 1 | -9/+8 |
* | x86: unify local_{32|64}.h | Harvey Harrison | 2008-01-30 | 3 | -430/+240 |
* | x86: introduce asm helpers in local_{32|64}.h | Harvey Harrison | 2008-01-30 | 3 | -18/+30 |
* | x86: fix asm memory constraints in local_64.h | Harvey Harrison | 2008-01-30 | 1 | -16/+14 |
* | x86: clean up local_{32|64}.h | Harvey Harrison | 2008-01-30 | 2 | -43/+16 |
* | x86: clean up include/asm-x86/pda.h | Cyrill Gorcunov | 2008-01-30 | 1 | -35/+35 |
* | x86, kexec: force x86 arches to boot kdump kernels on boot cpu | Neil Horman | 2008-01-30 | 1 | -21/+65 |
* | x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.c | Ingo Molnar | 2008-01-30 | 1 | -2/+5 |
* | x86: also define AT_VECTOR_SIZE_ARCH | Jan Beulich | 2008-01-30 | 1 | -2/+8 |
* | x86: adjust enable_NMI_through_LVT0() | Jan Beulich | 2008-01-30 | 7 | -10/+10 |
* | x86: make __{save,restore}_processor_state static | Jan Beulich | 2008-01-30 | 4 | -10/+7 |
* | x86: move to .rodata/.init.data | Jan Beulich | 2008-01-30 | 3 | -3/+3 |
* | x86-64: honor notify_die() returning NOTIFY_STOP | Jan Beulich | 2008-01-30 | 4 | -20/+27 |
* | x86-64: make pda's cpunumber and nodenumber unsigned | Jan Beulich | 2008-01-30 | 1 | -2/+2 |
* | i386: hard_{en,dis}able_TSC can be static | Jan Beulich | 2008-01-30 | 2 | -4/+2 |
* | x86: kprobes code for x86 unification | Masami Hiramatsu | 2008-01-30 | 7 | -1095/+228 |
* | x86: prepare kprobes code for x86 unification | Masami Hiramatsu | 2008-01-30 | 6 | -347/+447 |
* | x86: return probe-booster for x86-64 | Masami Hiramatsu | 2008-01-30 | 1 | -27/+65 |
* | x86: kprobe-booster for x86-64 | Masami Hiramatsu | 2008-01-30 | 2 | -3/+149 |
* | x86: FIFO ticket spinlocks | Nick Piggin | 2008-01-30 | 4 | -96/+83 |
* | spinlock: lockbreak cleanup | Nick Piggin | 2008-01-30 | 19 | -37/+72 |
* | x86, ptrace: new ptrace BTS API | Markus Metzger | 2008-01-30 | 5 | -142/+237 |
* | x86, ptrace: change BTS GET ptrace interface | Markus Metzger | 2008-01-30 | 2 | -25/+22 |
* | x86, ptrace: use jiffies for BTS timestamps | Markus Metzger | 2008-01-30 | 3 | -22/+12 |
* | x86, ptrace: remove bad comment | Markus Metzger | 2008-01-30 | 1 | -4/+0 |
* | x86: avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss | Glauber de Oliveira Costa | 2008-01-30 | 1 | -40/+18 |
* | x86 boot: use E820 memory map on EFI 32 platform | Huang, Ying | 2008-01-30 | 5 | -287/+16 |