summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-04-08xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge1-3/+3
2009-04-08xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge1-1/+6
2009-04-08xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge1-2/+2
2009-04-08xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2-14/+28
2009-04-08Xen: Add virt_to_pfn helper functionAlex Nixon1-1/+2
2009-04-08x86-64: remove PGE from must-have feature listJeremy Fitzhardinge1-1/+1
2009-04-08xen: mask XSAVE from cpuidJeremy Fitzhardinge1-6/+44
2009-04-08NULL noise: arch/x86/xen/smp.cHannes Eder1-2/+2
2009-04-08xen: remove xen_load_gdt debugJeremy Fitzhardinge1-3/+0
2009-04-08xen: make xen_load_gdt simplerJeremy Fitzhardinge1-8/+6
2009-04-08xen: clean up xen_load_gdtJeremy Fitzhardinge1-2/+13
2009-04-08xen: split construction of p2m mfn tables from registrationJeremy Fitzhardinge1-1/+6
2009-04-08xen: separate p2m allocation from settingJeremy Fitzhardinge2-17/+47
2009-04-08xen: disable preempt for leave_lazy_mmuJeremy Fitzhardinge1-1/+0
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds8-32/+57
2009-04-07tty: Blackin CTS/RTSSonic Zhang7-58/+72
2009-04-07Change hardware flow control from poll to interrupt drivenSonic Zhang5-138/+0
2009-04-07tty: Use the generic RS485 ioctl on CRISClaudio Scordino3-7/+7
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang3-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang20-55/+55
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang7-20/+20
2009-04-07spi: pxa2xx_spi: introduce chipselect GPIO to simplify the common casesEric Miao1-0/+1
2009-04-07Blackfin SPI Driver: Make mmc_spi driver work on BlackfinWolfgang Muees1-0/+2
2009-04-07Blackfin SPI Driver: Add GPIO controlled SPI Slave Select supportMichael Hennerich1-0/+1
2009-04-07Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculationMichael Hennerich1-0/+2
2009-04-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds31-79/+181
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-07powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates boardWolfgang Grandegger1-4/+4
2009-04-07i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone6-26/+26
2009-04-07i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks2-2/+2
2009-04-07i2c: iMX/MXC supportDarius Augulis1-0/+25
2009-04-07powerpc: Fix oops when loading modulesPaul Mackerras1-2/+4
2009-04-07powerpc: Wire up preadv and pwritevStephen Rothwell2-1/+6
2009-04-07powerpc/ftrace: Fix printf format warningMichael Ellerman1-1/+1
2009-04-07powerpc/ftrace: Fix #if that should be #ifdefMichael Ellerman1-1/+1
2009-04-07powerpc: Fix ptrace compat wrapper for FPU register accessMichael Neuling1-4/+11
2009-04-07powerpc: Print information about mapping hw irqs to virtual irqsMichael Ellerman1-1/+3
2009-04-07powerpc: Correct dependency of KEXECGeert Uytterhoeven1-1/+1
2009-04-07powerpc: Disable VSX or current process in giveup_fpu/altivecMichael Neuling2-0/+13
2009-04-07powerpc/pseries: Enable relay in pseries_defconfigAnton Blanchard1-1/+1
2009-04-07powerpc/pseries: Fix ibm,client-architecture commentAnton Blanchard1-1/+1
2009-04-07powerpc/pseries: Scan for all events in rtasdAnton Blanchard1-1/+2
2009-04-07powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard2-1/+17
2009-04-07powerpc: Clean up some prom printoutsAnton Blanchard1-4/+4
2009-04-07powerpc: Print progress of ibm,client-architecture methodAnton Blanchard1-3/+5
2009-04-07powerpc: Remove duplicated #include'sHuang Weiyi2-2/+0
2009-04-07Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Paul Mackerras16-55/+111
2009-04-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-2/+101