summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | x86: disable BTS ptrace extensions for nowIngo Molnar2008-02-293-0/+16
* | x86: CPA: avoid split of alias mappingsThomas Gleixner2008-02-291-10/+11
* | x86: delay the export removal of init_mmIngo Molnar2008-02-291-0/+1
* | x86: fix leak un ioremap_page_range() failureIngo Molnar2008-02-291-1/+1
* | x86 vdso: fix build locale dependencyRoland McGrath2008-02-291-2/+4
* | x86: restore vsyscall64 prochandlerThomas Gleixner2008-02-291-1/+10
* | x86: tls prevent_tail_callRoland McGrath2008-02-291-2/+6
* | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2008-02-293-1/+7
|\ \
| * | avr32: Fix OCD refcounting bugHaavard Skinnemoen2008-02-271-0/+1
| * | avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loopHaavard Skinnemoen2008-02-151-0/+3
| * | avr32: Use correct config symbol in atstk1004 board codeHaavard Skinnemoen2008-02-131-1/+1
| * | avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen2008-02-131-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-02-2923-393/+267
|\ \ \
| * | | [Blackfin] arch: kill section mismatch warningsBryan Wu2008-02-292-4/+9
| * | | [Blackfin] arch: handle the most common L1 shrinkage case (L1 does not exist ...Mike Frysinger2008-02-291-7/+27
| * | | [Blackfin] arch: make sure we have proper description/copyright/license linesMike Frysinger2008-02-251-4/+4
| * | | [Blackfin] arch: Fix CONFIG_PM support for BF561Michael Hennerich2008-02-251-4/+2
| * | | [Blackfin] arch: Remove DPMC char driver optionMichael Hennerich2008-02-251-131/+0
| * | | [Blackfin] arch: Cleanup abd Simplify:Michael Hennerich2008-02-251-106/+51
| * | | [Blackfin] arch: fix bug - linux-2.6.24 (delayed) disable IRQ feature not fun...Michael Hennerich2008-02-251-0/+3
| * | | [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like ...Mike Frysinger2008-02-251-0/+1
| * | | [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spide...Mike Frysinger2008-02-254-72/+0
| * | | [Blackfin] arch: fix bug - Move IWR Enable All to the end of init_arch_irq ot...Michael Hennerich2008-02-251-4/+10
| * | | [Blackfin] arch: grab mac address from OTP on BF527-EZKITMike Frysinger2008-02-251-6/+11
| * | | [Blackfin] arch: Fix bug - Setting peripheral_map only when dma channel is UA...Sonic Zhang2008-02-251-7/+8
| * | | [Blackfin] arch: add board resources for new simple-gpio char driverMike Frysinger2008-02-226-0/+89
| * | | [Blackfin] arch: fix bug - set right partition size in the board filesMike Frysinger2008-02-256-25/+25
| * | | [Blackfin] arch: Update default configSonic Zhang2008-02-226-21/+18
| * | | [Blackfin] arch: add fixed code to the memory map outputMike Frysinger2008-02-221-1/+3
| * | | [Blackfin] arch: add handling for the mach symlink in the `make V=1` caseMike Frysinger2008-02-221-0/+1
| * | | [Blackfin] arch: respect `make -s` when creating the asm/mach symlinkMike Frysinger2008-02-221-1/+3
| * | | [Blackfin] arch: fix bug add missing header fileMike Frysinger2008-02-221-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-02-2924-49/+50
|\ \ \ \
| * | | | arch/sh/drivers/dma/dma-sh.c: Correct use of ! and &Julia Lawall2008-02-271-1/+1