| Commit message (Expand) | Author | Age |
* | x86: cleanup clocksource_hz2mult usage | Akinobu Mita | 2008-04-26 |
* | x86: remove unnecessary memset and NULL check after alloc_bootmem() | Akinobu Mita | 2008-04-26 |
* | x86: use bitmap library for pin_programmed | Akinobu Mita | 2008-04-26 |
* | x86: use MP_intsrc_info() | Akinobu Mita | 2008-04-26 |
* | x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating | Akinobu Mita | 2008-04-26 |
* | x86_64 ia32 ptrace: convert to compat_arch_ptrace | Roland McGrath | 2008-04-26 |
* | x86_64 ia32 ptrace: use compat_ptrace_request for siginfo | Roland McGrath | 2008-04-26 |
* | x86 signals: lift set_fs | Roland McGrath | 2008-04-26 |
* | x86 signals: lift flags diddling code | Roland McGrath | 2008-04-26 |
* | x86: remove NexGen support | Dmitri Vorobiev | 2008-04-26 |
* | x86: array can become static | Dmitri Vorobiev | 2008-04-26 |
* | x86: remove unused function amd_init_cpu() | Dmitri Vorobiev | 2008-04-26 |
* | x86-64: extend MCE CPU quirk handling | Jan Beulich | 2008-04-26 |
* | i386: fix signal type for iret exception | Jan Beulich | 2008-04-26 |
* | x86: fix watchdog ops for CoreDuo | Jan Beulich | 2008-04-26 |
* | i386: fix asm constraint in do_IRQ() | Jan Beulich | 2008-04-26 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-25 |
|\ |
|
| * | /dev/mem: make promisc the default | Ingo Molnar | 2008-04-24 |
| * | pat: cleanups | Ingo Molnar | 2008-04-24 |
| * | x86: PAT use reserve free memtype in mmap of /dev/mem | venkatesh.pallipadi@intel.com | 2008-04-24 |
| * | x86: PAT phys_mem_access_prot_allowed for dev/mem mmap | venkatesh.pallipadi@intel.com | 2008-04-24 |
| * | x86: PAT avoid aliasing in /dev/mem read/write | venkatesh.pallipadi@intel.com | 2008-04-24 |
| * | x86: introduce /dev/mem restrictions with a config option | Arjan van de Ven | 2008-04-24 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-25 |
|\ \ |
|
| * | | xen: allow compilation with non-flat memory | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: fold xen_sysexit into xen_iret | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: allow set_pte_at on init_mm to be lockless | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: disable preemption during tlb flush | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: make grant table arch portable | Isaku Yamahata | 2008-04-24 |
| * | | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 2008-04-24 |
| * | | xen: move features.c from arch/x86/xen/features.c to drivers/xen | Isaku Yamahata | 2008-04-24 |
| * | | xen: jump to iret fixup | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: no need for domU to worry about MCE/MCA | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: short-cut for recursive event handling | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: make sure retriggered events are set pending | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: implement a debug-interrupt handler | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: support sysenter/sysexit if hypervisor does | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: unify pgd ctor/dtor | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: make sure iret faults are trapped | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: unify pte operations | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: make use of pte_t union | Jeremy Fitzhardinge | 2008-04-24 |
| * | | xen: use appropriate pte types | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86/pgtable.h: demacro ptep_clear_flush_young | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86/pgtable.h: demacro ptep_test_and_clear_young | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86/pgtable.h: demacro ptep_set_access_flags | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: add pud_alloc for 4-level pagetables | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: move all the pgd_list handling to one place | Jeremy Fitzhardinge | 2008-04-24 |
| * | | x86: move pgalloc pud and pgd operations into common place | Jeremy Fitzhardinge | 2008-04-24 |