summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: simplify "make ARCH=x86" and fix kconfig all.configSam Ravnborg2007-11-171-2/+2
* x86: reboot fixup for wrap2c boardDenys2007-11-171-0/+1
* x86: check boundary in count setup resourceYinghai Lu2007-11-171-0/+6
* x86: add hpet sanity checksThomas Gleixner2007-11-171-0/+32
* x86: on x86_64, correct reading of PC RTC when update in progress in time_64.cDavid P. Reed2007-11-171-12/+18
* x86: fix freeze in x86_64 RTC update code in time_64.cDavid P. Reed2007-11-171-7/+4
* x86: fixup cpu_info array conversionThomas Gleixner2007-11-171-1/+0
* x86: show cpuinfo only for online CPUsAndreas Herrmann2007-11-172-10/+6
* x86: fix cpu-hotplug regressionAndreas Herrmann2007-11-171-1/+1
* x86: ignore the sys_getcpu() tcache parameterIngo Molnar2007-11-171-17/+2
* x86: fix smp init sectionsRandy Dunlap2007-11-171-2/+2
* x86: fix voyager_cat_init sectionRandy Dunlap2007-11-171-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-11-162-8/+30
|\
| * [ARM] 4638/1: pxa: use PXA3xx specific macros to define clkseric miao2007-11-161-7/+30
| * [ARM] remove useless setting of VM_RESERVEDRussell King2007-11-111-1/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-11-162-81/+29
|\ \
| * | [CPUFREQ] architectural pstate driver for powernow-k8Mark Langsdorf2007-10-222-81/+29
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-11-1527-138/+142
|\ \ \
| * | | [MIPS] N32 needs to use the compat version of sys_nfsservctl.Ralf Baechle2007-11-151-1/+1
| * | | [MIPS] irq_cpu: use handle_percpu_irq handler to avoid dropping interrupts.Ralf Baechle2007-11-153-3/+3
| * | | [MIPS] Sibyte: Fix name of clocksource.Ralf Baechle2007-11-151-1/+1
| * | | [MIPS] SNI: s/achknowledge/acknowledge/Maciej W. Rozycki2007-11-151-1/+1
| * | | [MIPS] Makefile: Fix canonical system namesMaciej W. Rozycki2007-11-151-1/+1
| * | | [MIPS] vpe: handle halting TCs in an errata safe way.Nigel Stephens2007-11-151-4/+10
| * | | [MIPS] Sibyte: Stop timers before programming next even.Ralf Baechle2007-11-152-0/+2
| * | | [MIPS] Sibyte: Increase minimum oneshot timer interval to two ticks.Ralf Baechle2007-11-152-2/+2
| * | | [MIPS] Lasat: Fix overlap of interrupt number ranges.Yoichi Yuasa2007-11-152-23/+31
| * | | [MIPS] SNI PCIT CPLUS: workaround for b0rked irq wiring of onboard PCI bus 1Thomas Bogendoerfer2007-11-151-1/+22
| * | | [MIPS] Fix shadow register support.Ralf Baechle2007-11-154-74/+10
| * | | [MIPS] Fix typo in R3000 TRACE_IRQFLAGS codeAtsushi Nemoto2007-11-151-1/+1
| * | | [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR.Ralf Baechle2007-11-152-6/+6
| * | | [MIPS] iounmap if in vr41xx_pciu_init() pci clock is over 33MHzRoel Kluin2007-11-151-0/+1
| * | | [MIPS] BCM1480: Remove duplicate acknowledge of timer interrupt.Ralf Baechle2007-11-151-13/+2
| * | | [MIPS] Sibyte: pin timer interrupt to their cores.Ralf Baechle2007-11-152-0/+6
| * | | [MIPS] Qemu: Add early printk, your friend in a cold night.Ralf Baechle2007-11-155-5/+35
| * | | [MIPS] Convert reference to mem_map to pfn_to_page().Ralf Baechle2007-11-151-1/+1
| * | | [MIPS] Sibyte: resurrect old cache hack.Ralf Baechle2007-11-151-1/+6
* | | | [AVR32] Export intc_get_pending symbolHaavard Skinnemoen2007-11-151-1/+3
* | | | [AVR32] Fix duplicate clock index in at32ap machine codeben.nizette@iinet.net.au2007-11-151-1/+1
* | | | [AVR32] remove UID16 optionAdrian Bunk2007-11-151-3/+0
* | | | [AVR32] Turn off debugging in SMC driverHaavard Skinnemoen2007-11-151-1/+0
* | | | Extend I/O resource for wdt0 for at32ap7000 devicesHans-Christian Egtvedt2007-11-151-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86Linus Torvalds2007-11-1413-1171/+578
|\ \ \
| * | | x86: enable "make ARCH=x86"Sam Ravnborg2007-11-123-41/+15
| * | | x86: do not use $(ARCH) when not neededSam Ravnborg2007-11-127-16/+23
| * | | x86: move the rest of the menu's to KconfigSam Ravnborg2007-11-123-1543/+1052
| * | | x86: move all simple arch settings to KconfigSam Ravnborg2007-11-123-234/+136
| * | | x86: copy x86_64 specific Kconfig symbols to Kconfig.i386Sam Ravnborg2007-11-122-23/+198
| * | | x86: add X86_64 dependency to x86_64 specific symbols in Kconfig.x86_64Sam Ravnborg2007-11-121-17/+17
| * | | x86: add X86_32 dependency to i386 specific symbols in Kconfig.i386Sam Ravnborg2007-11-121-37/+53
OpenPOWER on IntegriCloud