Age | Commit message (Expand) | Author | Files | Lines |
2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 23 | -987/+572 |
2008-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2 | -7/+24 |
2008-04-25 | Update .gitignore files | Matthew Wilcox | 2 | -2/+6 |
2008-04-25 | x86: harden kernel code patching | Ingo Molnar | 1 | -0/+1 |
2008-04-25 | x86: clean up text_poke() | Mathieu Desnoyers | 1 | -20/+18 |
2008-04-25 | x86: fix text_poke() | Jiri Slaby | 1 | -1/+1 |
2008-04-25 | x86: remove set_fixmap() warning | Ingo Molnar | 1 | -1/+1 |
2008-04-25 | x86: make __set_fixmap() non-init | Ingo Molnar | 1 | -3/+2 |
2008-04-25 | [SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit(). | David S. Miller | 1 | -5/+22 |
2008-04-25 | [SPARC64]: Fix args to 64-bit sys_semctl() via sys_ipc(). | David S. Miller | 1 | -2/+2 |
2008-04-25 | xen: allow compilation with non-flat memory | Jeremy Fitzhardinge | 2 | -1/+3 |
2008-04-25 | xen: fold xen_sysexit into xen_iret | Jeremy Fitzhardinge | 2 | -64/+15 |
2008-04-25 | xen: allow set_pte_at on init_mm to be lockless | Jeremy Fitzhardinge | 1 | -2/+10 |
2008-04-25 | xen: disable preemption during tlb flush | Jeremy Fitzhardinge | 1 | -2/+13 |
2008-04-25 | xen: make grant table arch portable | Isaku Yamahata | 2 | -1/+92 |
2008-04-25 | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 3 | -660/+2 |
2008-04-25 | xen: move features.c from arch/x86/xen/features.c to drivers/xen | Isaku Yamahata | 2 | -30/+1 |
2008-04-25 | xen: jump to iret fixup | Jeremy Fitzhardinge | 2 | -15/+10 |
2008-04-25 | xen: no need for domU to worry about MCE/MCA | Jeremy Fitzhardinge | 1 | -0/+2 |
2008-04-25 | xen: short-cut for recursive event handling | Jeremy Fitzhardinge | 1 | -16/+30 |
2008-04-25 | xen: make sure retriggered events are set pending | Jeremy Fitzhardinge | 1 | -1/+7 |
2008-04-25 | xen: implement a debug-interrupt handler | Jeremy Fitzhardinge | 3 | -5/+64 |
2008-04-25 | xen: support sysenter/sysexit if hypervisor does | Jeremy Fitzhardinge | 6 | -3/+99 |
2008-04-25 | x86: unify pgd ctor/dtor | Jeremy Fitzhardinge | 1 | -46/+13 |
2008-04-25 | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 6 | -14/+14 |
2008-04-25 | xen: make sure iret faults are trapped | Jeremy Fitzhardinge | 2 | -2/+6 |
2008-04-25 | xen: unify pte operations | Jeremy Fitzhardinge | 1 | -81/+44 |
2008-04-25 | xen: make use of pte_t union | Jeremy Fitzhardinge | 1 | -13/+11 |
2008-04-25 | xen: use appropriate pte types | Jeremy Fitzhardinge | 1 | -16/+16 |
2008-04-25 | x86/pgtable.h: demacro ptep_clear_flush_young | Jeremy Fitzhardinge | 1 | -0/+12 |
2008-04-25 | x86/pgtable.h: demacro ptep_test_and_clear_young | Jeremy Fitzhardinge | 1 | -0/+15 |
2008-04-25 | x86/pgtable.h: demacro ptep_set_access_flags | Jeremy Fitzhardinge | 1 | -0/+16 |
2008-04-25 | x86: add pud_alloc for 4-level pagetables | Jeremy Fitzhardinge | 2 | -0/+3 |
2008-04-25 | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 7 | -45/+45 |
2008-04-25 | x86: move all the pgd_list handling to one place | Jeremy Fitzhardinge | 1 | -21/+7 |
2008-04-25 | x86: move pgalloc pud and pgd operations into common place | Jeremy Fitzhardinge | 2 | -5/+7 |
2008-04-25 | x86: move pmd functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 3 | -15/+8 |
2008-04-25 | x86: move pte functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 3 | -13/+7 |
2008-04-25 | x86: put paravirt stubs into common asm/pgalloc.h | Jeremy Fitzhardinge | 1 | -2/+0 |
2008-04-25 | x86: xen unify x86 add common mm pgtable c fix | Ingo Molnar | 1 | -0/+18 |
2008-04-25 | x86: add common mm/pgtable.c | Jeremy Fitzhardinge | 3 | -188/+240 |
2008-04-25 | x86: convert pgalloc_64.h from macros to inlines | Jeremy Fitzhardinge | 1 | -0/+16 |
2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 15 | -52/+20 |
2008-04-25 | "make namespacecheck" fixes | Ingo Molnar | 11 | -18/+18 |
2008-04-25 | x86: fix compilation error in VisWS | Alexey Starikovskiy | 1 | -14/+1 |
2008-04-25 | x86: voyager fix | Ingo Molnar | 2 | -18/+1 |
2008-04-25 | x86: Drop duplicate from setup.c | Alexey Starikovskiy | 1 | -2/+0 |
2008-04-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 87 | -1398/+10269 |
2008-04-24 | Merge branch 'irq-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -1/+4 |
2008-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 37 | -450/+1020 |