summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-05-28[IA64] pvops: add to hooks, pv_time_ops, for steal time accounting.Isaku Yamahata2-0/+38
2008-05-28[IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata2-5/+28
2008-05-28[IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata2-16/+54
2008-05-28[IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e...Isaku Yamahata3-0/+19
2008-05-28[IA64] pvops: paravirtualize NR_IRQSIsaku Yamahata3-0/+63
2008-05-28[IA64] pvops: paravirtualize entry.SIsaku Yamahata4-44/+152
2008-05-28[IA64] pvops: paravirtualize ivt.SIsaku Yamahata1-127/+122
2008-05-28[IA64] pvops: paravirtualize minstate.h.Isaku Yamahata2-6/+36
2008-05-28[IA64] pvops: preparation for paravirtulization of hand written assembly code.Isaku Yamahata1-0/+9
2008-05-28[IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions.Isaku Yamahata1-0/+247
2008-05-28[IA64] pvops: add an early setup hook for pv_ops.Isaku Yamahata1-0/+41
2008-05-28[IA64] pvops: introduce pv_info which describes some random info.Isaku Yamahata2-0/+43
2008-05-28[IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file.Isaku Yamahata1-1/+0
2008-05-28[IA64] pvops: preparation: remove extern in irq_ia64.cIsaku Yamahata1-1/+0
2008-05-28[IA64] Workaround for RSE issueTony Luck5-46/+125
2008-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.26Linus Torvalds6-104/+241
2008-05-26sh: Drop broken URAM support on SH7723.Paul Mundt2-7/+0
2008-05-26Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LISTSam Ravnborg1-10/+3
2008-05-24Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-20/+26
2008-05-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds10-37/+47
2008-05-24frv: export empty_zero_pageAdrian Bunk1-0/+3
2008-05-23[ARM] integrator: fix build warnings and errorsRussell King2-2/+3
2008-05-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2-3/+14
2008-05-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds4-19/+8
2008-05-23x86: fix integer as NULL pointer warningHarvey Harrison1-1/+1
2008-05-23Revert "[ARM] pxa: spitz wants PXA27x UDC definitions"Russell King1-1/+0
2008-05-23[ARM] 5052/1: export clock functions for the at91x40Greg Ungerer1-1/+17
2008-05-23x86: use explicit copy in vdso_gettimeofday()Andi Kleen1-3/+3
2008-05-23namespacecheck: automated fixesIngo Molnar2-3/+3
2008-05-23x86/xen: fix arbitrary_virt_to_machine()Jan Beulich1-1/+1
2008-05-23x86: don't read maxlvt before checking if APIC is mappedChuck Ebbert1-1/+1
2008-05-23x86: disable TSC for sched_clock() when calibration failedThomas Gleixner1-0/+5
2008-05-23x86: distangle user disabled TSC from unstableThomas Gleixner1-10/+10
2008-05-23x86: fix setup of cyc2ns in tsc_64.cThomas Gleixner1-2/+3
2008-05-23[POWERPC] mpic: Fix use of uninitialized variableStephen Rothwell1-17/+3
2008-05-23[POWERPC] Add kernstart_addr to list of allowed symbols in prom_initMichael Ellerman1-1/+1
2008-05-23[POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKSDavid Gibson1-1/+1
2008-05-23[POWERPC] PS3: Fix memory hotplugGeoff Levand1-0/+3
2008-05-23sh: update Migo-R defconfigMagnus Damm1-57/+237
2008-05-23sh: use sm501 8250 mfd support on r2d boardsMagnus Damm1-38/+1
2008-05-23sh: add probe support for new sh7723 cutMagnus Damm1-0/+1
2008-05-23sh: fix VPU interrupt vector for sh7723Magnus Damm1-1/+1
2008-05-23sh: fix USBF resource for sh7722Magnus Damm1-1/+1
2008-05-22[ARM] omap: fix omap clk support build errorsRussell King1-0/+1
2008-05-22[ARM] 5039/1: S3C244X: Rename SDI device if running on S3C244X.Ben Dooks1-0/+1
2008-05-22[ARM] 5041/1: VR1000: Fix DM9000 IRQ flags initialisationBen Dooks1-2/+2
2008-05-22[ARM] 5040/1: BAST: Fix DM9000 IRQ flags initialisationBen Dooks1-1/+1
2008-05-22[ARM] 5038/1: ARM: OMAP: Remove tsc2102 references from board-palmte.cTony Lindgren1-10/+0
2008-05-22[ARM] 5025/2: fix collie cpu initialisationThomas Kunze1-20/+22
2008-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-21/+40