Age | Commit message (Expand) | Author | Files | Lines |
2008-01-30 | x86: kprobes: add kprobes smoke tests that run on boot | Ananth N Mavinakayanahalli | 1 | -0/+10 |
2008-01-30 | x86: unify percpu.h | travis@sgi.com | 3 | -164/+141 |
2008-01-30 | x86: use generic percpu on 64-bit | travis@sgi.com | 1 | -21/+2 |
2008-01-30 | x86_32: use generic percpu.h | travis@sgi.com | 1 | -21/+9 |
2008-01-30 | percpu: make the asm-generic/percpu.h more "generic" | travis@sgi.com | 1 | -11/+63 |
2008-01-30 | percpu: move arch XX_PER_CPU_XX definitions into linux/percpu.h | travis@sgi.com | 8 | -120/+26 |
2008-01-30 | percpu: use a kconfig variable to signal arch specific percpu setup | travis@sgi.com | 3 | -5/+0 |
2008-01-30 | x86: reboot_{32|64}.c unification | Miguel Boton | 1 | -0/+3 |
2008-01-30 | debug: move WARN_ON() out of line | Arjan van de Ven | 1 | -5/+5 |
2008-01-30 | debug: introduce __WARN() | Olof Johansson | 1 | -6/+11 |
2008-01-30 | x86: clean up include/asm-x86/calling.h | Ingo Molnar | 1 | -94/+100 |
2008-01-30 | x86: page.h: move things back to their own files | Jeremy Fitzhardinge | 4 | -223/+187 |
2008-01-30 | x86: page.h: move remaining bits and pieces | Jeremy Fitzhardinge | 3 | -30/+23 |
2008-01-30 | x86: page.h: move pa and va related things | Jeremy Fitzhardinge | 3 | -25/+25 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #6 | Ingo Molnar | 1 | -1/+1 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry | Jeremy Fitzhardinge | 2 | -85/+48 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #5 | Ingo Molnar | 2 | -21/+72 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #4 | Ingo Molnar | 1 | -0/+3 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #3 | Ingo Molnar | 2 | -1/+13 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #2 | Ingo Molnar | 1 | -3/+3 |
2008-01-30 | x86: page.h: move and unify types for pagetable entry, #1 | Ingo Molnar | 1 | -0/+6 |
2008-01-30 | x86: add _AT() macro to conditionally cast | Jeremy Fitzhardinge | 1 | -0/+5 |
2008-01-30 | x86: page.h: unify page copying and clearing | Jeremy Fitzhardinge | 3 | -73/+55 |
2008-01-30 | x86: page.h: unify constants | Jeremy Fitzhardinge | 3 | -126/+119 |
2008-01-30 | x86: remove the now unused X86_FEATURE_SYNC_RDTSC | Andi Kleen | 1 | -1/+1 |
2008-01-30 | x86: fix sched_clock() | Ingo Molnar | 2 | -1/+12 |
2008-01-30 | x86: remove get_cycles_sync | Andi Kleen | 1 | -52/+8 |
2008-01-30 | x86: map vsyscalls early enough | Ingo Molnar | 1 | -0/+2 |
2008-01-30 | x86: move native_read_tsc() offline | Ingo Molnar | 1 | -7/+1 |
2008-01-30 | x86: introduce rdtsc_barrier() | Andi Kleen | 1 | -0/+13 |
2008-01-30 | git-x86: unbreak UML | WANG Cong | 1 | -0/+6 |
2008-01-30 | x86: move nop declarations into separate include file | Andi Kleen | 2 | -85/+91 |
2008-01-30 | x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUs | Andi Kleen | 1 | -0/+1 |
2008-01-30 | x86: implement support to synchronize RDTSC through MFENCE on AMD CPUs | Andi Kleen | 1 | -0/+1 |
2008-01-30 | x86: make ptrace.h safe to include from assembler code | Andi Kleen | 1 | -0/+2 |
2008-01-30 | x86: move patching code to arch-specific file. | Glauber de Oliveira Costa | 1 | -0/+8 |
2008-01-30 | x86: add CLBR_ defines for 64-bit | Glauber de Oliveira Costa | 1 | -5/+18 |
2008-01-30 | x86: cleanup CLI_STRING, STI_STRING and friends | Glauber de Oliveira Costa | 1 | -9/+0 |
2008-01-30 | x86: adds paravirt hook for swapgs | Glauber de Oliveira Costa | 2 | -0/+17 |
2008-01-30 | x86: add macro for privileged 64-bit operation | Glauber de Oliveira Costa | 1 | -0/+6 |
2008-01-30 | x86: change irq functions to accomodate 64-bit | Glauber de Oliveira Costa | 1 | -13/+30 |
2008-01-30 | x86: adjust assembly macros on 64-bit as well. | Glauber de Oliveira Costa | 1 | -6/+12 |
2008-01-30 | x86: change assembly definition of paravirt_patch_site | Glauber de Oliveira Costa | 1 | -3/+13 |
2008-01-30 | x86: provide paravirtualized hook for rdtscp | Glauber de Oliveira Costa | 1 | -0/+22 |
2008-01-30 | x86: cleanup write_tsc | Glauber de Oliveira Costa | 2 | -4/+0 |
2008-01-30 | x86: adjust PVOP_CALL/VCALL macros for 64-bit | Glauber de Oliveira Costa | 1 | -22/+65 |
2008-01-30 | x86, ptrace: overflow signal API | Markus Metzger | 1 | -1/+3 |
2008-01-30 | x86, ptrace: add buffer size checks | Markus Metzger | 1 | -6/+8 |
2008-01-30 | x86, ptrace: support 32bit-cross-64bit BTS recording | Markus Metzger | 2 | -7/+7 |
2008-01-30 | x86: voluntary leave_mm before entering ACPI C3 | Venki Pallipadi | 4 | -2/+13 |