summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [IA64] move defconfig to arch/ia64/configs/Adrian Bunk2008-03-042-0/+2
* [IA64] Fix irq migration in multiple vector domainKenji Kaneshige2008-03-043-32/+109
* [IA64] signal(ia64_ia32): add a signal stack overflow checkShi Weihua2008-03-041-1/+12
* [IA64] signal(ia64): add a signal stack overflow checkShi Weihua2008-03-041-9/+27
* [IA64] CONFIG_SGI_SN2 - auto select NUMA and ACPI_NUMAJes Sorensen2008-03-041-0/+2
* x86: a P4 is a P6 not an i486Hugh Dickins2008-03-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-043-7/+12
|\
| * x86/xen: fix DomU boot problemIan Campbell2008-03-041-1/+2
| * x86: not set node to cpu_to_node if the node is not onlineYinghai Lu2008-03-041-2/+6
| * x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha2008-03-041-4/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-03-047-76/+142
|\ \
| * | x86: disable KVM for Voyager and friendsRandy Dunlap2008-03-041-1/+1
| * | KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity2008-03-041-0/+1
| * | KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2008-03-042-11/+6
| * | KVM: Avoid infinite-frequency local apic timerAvi Kivity2008-03-041-0/+4
| * | KVM: make MMU_DEBUG compile againMarcelo Tosatti2008-03-042-2/+2
| * | KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti2008-03-041-3/+3
| * | KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel2008-03-041-0/+22
| * | KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-044-38/+71
| * | KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel2008-03-031-0/+5
| * | KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-031-20/+22
| * | KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles2008-03-031-1/+1
| * | KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel2008-03-031-1/+3
| * | KVM: SVM: Fix lazy FPU switchingJoerg Roedel2008-03-031-0/+2
* | | m68k{,nommu}: Wire up new timerfd syscallsGeert Uytterhoeven2008-03-042-2/+6
* | | m68knommu: remove duplicate hw_tick() codeGreg Ungerer2008-03-041-10/+0
* | | m68knommu: update defconfigGreg Ungerer2008-03-041-56/+56
| |/ |/|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-03-031-4/+2
|\ \
| * | [ARM] Fix freeing of page tables for ARM in free_pgd_slowUwe Kleine-König2008-03-011-4/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-03-031-11/+10
|\ \ \
| * | | x86: revert "x86: CPA: avoid split of alias mappings"Rafael J. Wysocki2008-03-031-11/+10
| | |/ | |/|
* | | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Paul Mackerras2008-03-03100-772/+619
|\ \ \
| * | | [POWERPC] Convert the cell IOMMU fixed mapping to 16M IOMMU pagesMichael Ellerman2008-03-031-15/+22
| * | | [POWERPC] Allow for different IOMMU page sizes in cell IOMMU codeMichael Ellerman2008-03-031-13/+18
| * | | [POWERPC] Cell IOMMU: n_pte_pages is in 4K page units, not IOMMU_PAGE_SIZEMichael Ellerman2008-03-031-5/+4
| * | | [POWERPC] Split setup of IOMMU stab and ptab, allocate dynamic/fixed ptabs se...Michael Ellerman2008-03-031-26/+43
| * | | [POWERPC] Move allocation of cell IOMMU pad pageMichael Ellerman2008-03-031-6/+6
| * | | [POWERPC] Remove unused pte_offset variableMichael Ellerman2008-03-031-4/+1
| * | | [POWERPC] Use it_offset not pte_offset in cell IOMMU codeMichael Ellerman2008-03-031-2/+2
| * | | [POWERPC] Clearup cell IOMMU fixed mapping terminologyMichael Ellerman2008-03-031-4/+4
| * | | [POWERPC] enable hardware watchpoints on cell bladesJens Osterkamp2008-03-031-0/+7
| * | | [POWERPC] move celleb DABRX definitionsJens Osterkamp2008-03-031-3/+0
| * | | [POWERPC] OProfile: enable callgraph support for CellBob Nelson2008-03-031-1/+1
| |/ /
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-02-295-11/+6
| |\|
| | * [ARM] 4842/1: pxa: remove redundant IRQ saving/restoring in clk_pxa3xx_cken_*eric miao2008-02-291-8/+0
| | * [ARM] 4841/1: pxa: fix typo in LCD platform data definition code for zyloniteeric miao2008-02-291-1/+1
| | * [ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with...Alexandre Rusev2008-02-291-0/+2
| | * [ARM] eliminate MODULE_PARM() usageRandy Dunlap2008-02-291-1/+1
| | * [ARM] 4836/1: Make ATAGS_PROC depend on KEXECUli Luckas2008-02-291-1/+2
| * | xen: mask out SEP from CPUIDJeremy Fitzhardinge2008-02-291-0/+1