summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle2007-10-294-54/+0
* [MIPS] txx9tmr clockevent/clocksource driverAtsushi Nemoto2007-10-296-96/+201
* [MIPS] Add mips_hpt_frequency check to mips_clockevent_init().Yoichi Yuasa2007-10-291-1/+1
* [MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle2007-10-291-51/+77
* [MIPS] IP27: Fix slice logic to work for arbitrary number of slices.Ralf Baechle2007-10-291-4/+7
* [MIPS] SNI: Convert a20r timer to clockevent device.Ralf Baechle2007-10-291-16/+64
* [MIPS] time: Merge eXcite plat_timer_setup into plat_time_init.Ralf Baechle2007-10-291-11/+10
* [MIPS] time: Merge lasat plat_timer_setup into plat_time_init.Ralf Baechle2007-10-291-5/+2
* [MIPS] time: Remove wrppmc's definition of plat_timer_setup.Ralf Baechle2007-10-291-6/+0
* [MIPS] time: Cause platform definitions of plat_timer_setup to cause error.Ralf Baechle2007-10-291-5/+12
* [MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.Ralf Baechle2007-10-291-1/+1
* [MIPS] vpe: Use p_paddr instead of p_vaddr loader.Ralf Baechle2007-10-291-2/+2
* [MIPS] Cleanup random difference between the lmo and kernel.org tree.Ralf Baechle2007-10-291-1/+1
* [MIPS] time: set clock before clockevent_delta2ns() in GT641xx.Yoichi Yuasa2007-10-291-1/+1
* [MIPS] time: Use non-interrupt locks in GT641xx clockevent driverYoichi Yuasa2007-10-291-6/+4
* [MIPS] Alchemy: micro-optimizatize time code.Ralf Baechle2007-10-291-7/+2
* [MIPS] Alchemy: Nuke homebrew setup_irq(), it's broken and unnecessary.Ralf Baechle2007-10-292-34/+9
* [MIPS] SMTC: Allow control over TC assignment to vpe0.Kevin D. Kissell2007-10-291-13/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-10-278-20/+30
|\
| * x86: Dump filtering supports x86_64 sparsememKen'ichi Ohmichi2007-10-271-0/+2
| * x86: fix compiler warnings in arch/x86/kernel/early-quirks.cJeff Garzik2007-10-271-1/+3
| * x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.cJeff Garzik2007-10-271-2/+1
| * x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2007-10-273-8/+21
| * x86: voyager: fix bogus conversion to per_cpu for boot_cpu_infoJames Bottomley2007-10-271-2/+2
| * x86: export smp_ops to allow modular build of KVMThomas Gleixner2007-10-271-0/+1
| * Revert "i386: export i386 smp_call_function_mask() to modules"Thomas Gleixner2007-10-271-7/+0
* | scatterlist fallout: frvAl Viro2007-10-271-1/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-10-2714-78/+55
|\
| * [SPARC32]: Fix build-warning in io-unit.cDavid S. Miller2007-10-271-1/+1
| * [SPARC32]: __inline__ --> inlineDavid S. Miller2007-10-275-21/+17
| * [SPARC64]: __inline__ --> inlineDavid S. Miller2007-10-278-56/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-10-265-25/+51
|\ \
| * | x86 setup: sizeof() is unsigned, unbreak comparisonsH. Peter Anvin2007-10-254-5/+5
| * | x86 setup: handle boot loaders which set up the stack incorrectlyH. Peter Anvin2007-10-252-20/+46
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds2007-10-2613-85/+63
|\ \ \ | |_|/ |/| |
| * | x86: kill the old i386 and x86_64 directoriesSam Ravnborg2007-10-252-2/+0
| * | x86: move i386 and x86_64 Kconfig files to x86 directorySam Ravnborg2007-10-253-1/+1
| * | x86: unification of i386 and x86_64 Kconfig.debugRandy Dunlap2007-10-254-73/+43
| * | x86: move defconfig files for i386 and x86_64 to x86Sam Ravnborg2007-10-253-1/+4
| * | x86: move i386 and x86_64 Makefiles to arch/x86Sam Ravnborg2007-10-254-9/+16
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-251-1/+1
|\ \
| * | [SPARC64]: pass correct addr in get_fb_unmapped_area(MAP_FIXED)Chris Wright2007-10-231-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2007-10-252-4/+4
|\ \
| * | x86: fix bogus KERN_ALERT on oopsAlexey Dobriyan2007-10-241-1/+1
| * | x86: lguest build fixJeff Garzik2007-10-241-0/+1
| * | x86: fix CONFIG_KEXEC build breakageMike Galbraith2007-10-241-3/+3
| |/
* | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-256-5/+7
|\ \
| * | x86: pci-gart fixFUJITA Tomonori2007-10-251-2/+1
| * | blackfin: fix sg falloutAdrian Bunk2007-10-241-0/+1
| * | arch/um/drivers/ubd_kern.c: fix a building errorWANG Cong2007-10-241-0/+2
OpenPOWER on IntegriCloud