summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, xen: fix hardirq.h merge falloutIngo Molnar2009-01-231-0/+1
* x86: make irq_cpustat_t fields conditionalBrian Gerst2009-01-231-2/+10
* x86: merge hardirq_{32,64}.h into hardirq.hBrian Gerst2009-01-233-81/+38
* x86: sync hardirq_{32,64}.hBrian Gerst2009-01-232-9/+15
* x86: remove include of apic.h from hardirq_64.hBrian Gerst2009-01-234-1/+3
* x86: remove idle_timestamp from 32bit irq_cpustat_tBrian Gerst2009-01-232-2/+0
* x86: make UV support configurableNick Piggin2009-01-217-6/+20
* x86: make x86_32 use tlb_64.c, build fix, clean up X86_L1_CACHE_BYTESIngo Molnar2009-01-211-4/+2
* Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-21156-672/+1189
|\
| * x86: optimise x86's do_page_fault (C entry point for the page fault path)Nick Piggin2009-01-201-182/+256
| * Merge commit 'v2.6.29-rc2' into x86/mmIngo Molnar2009-01-20373-3325/+20699
| |\
| | * Merge branch 'misc' into releaseLen Brown2009-01-162-2/+2
| | |\
| | | * kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-162-2/+2
| | * | powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling2009-01-161-0/+5
| | * | powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp2009-01-161-1/+10
| | * | powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpcStephen Rothwell2009-01-167-42/+42
| | * | powerpc/ps3: ps3_repository_read_mm_info() takes u64 * argumentsStephen Rothwell2009-01-161-9/+8
| | * | powerpc/ps3: clear_bit()/set_bit() operate on unsigned longsStephen Rothwell2009-01-161-1/+3
| | * | powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell2009-01-164-26/+36
| | * | powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell2009-01-163-21/+23
| | * | powerpc/ps3: set_dabr() takes an unsigned longStephen Rothwell2009-01-161-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-01-151-11/+0
| | |\ \
| | | * | sparc64: Fix UP build failure.David S. Miller2009-01-131-11/+0
| | * | | alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky2009-01-152-8/+6
| | * | | alpha: .gitignore vmlinux.ldsIvan Kokshaysky2009-01-151-0/+1
| | * | | alpha: fix RTC on marvelIvan Kokshaysky2009-01-158-14/+87
| | * | | alpha: nautilus - fix hang on bootIvan Kokshaysky2009-01-151-0/+4
| | * | | alpha: nautilus - fix compile failure with gcc-4.3Ivan Kokshaysky2009-01-151-0/+2
| | * | | Revert "x86 PAT: remove CPA WARN_ON for zero pte"Linus Torvalds2009-01-152-38/+17
| | * | | [IA64] SN specific version of dma_get_required_mask()John Keller2009-01-156-0/+45
| | * | | [IA64] generic_defconfig: Enable SATA_VITESSEBrent Casavant2009-01-151-1/+1
| | * | | [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-1/+5
| | * | | [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck2009-01-151-0/+1
| | * | | [IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata2009-01-151-2/+2
| | * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-01-1445-136/+486
| | |\ \ \
| | | * | | powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/Anton Vorontsov2009-01-133-0/+221
| | | * | | powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-BootsAnton Vorontsov2009-01-131-2/+2
| | | * | | powerpc/e500mc: Doorbells need to be taken w/exceptions disabledKumar Gala2009-01-131-1/+1
| | | * | | powerpc: Enable PS3 options and QPACE in ppc64_defconfigMichael Ellerman2009-01-131-1/+25
| | | * | | powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt2009-01-132-1/+10
| | | * | | powerpc/cacheinfo: Rename cache_dir per-cpu variableNathan Lynch2009-01-131-5/+5
| | | * | | powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell2009-01-134-8/+8
| | | * | | powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-1317-56/+60
| | | * | | powerpc/kexec: Check crash_base for relocatable kernelMilton Miller2009-01-131-0/+25
| | | * | | powerpc: Make dummy section a valid note headerMilton Miller2009-01-131-1/+3
| | | * | | Merge commit 'gcl/gcl-next' into nextBenjamin Herrenschmidt2009-01-133-6/+9
| | | |\ \ \
| | | | * | | powerpc/mpc52xx: remove dead code from GPIO driverWolfram Sang2009-01-091-3/+0
| | | | * | | powerpc/mpc52xx: Properly update irq_desc when set_type() is called.Grant Likely2009-01-091-1/+7
| | | | * | | powerpc/mpc5121: fix NULL test in mpc5121_clk_get utility function.roel kluin2009-01-091-2/+2
| | | * | | | Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-1311-55/+117
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
OpenPOWER on IntegriCloud