summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-2014-142/+286
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2007-07-1811-438/+732
|\
| * [AVR32] Initialize phy_mask for both macb devicesHaavard Skinnemoen2007-07-181-1/+13
| * [AVR32] Correct misspelled CONFIG_BLK_DEV_INITRD variable.Robert P. J. Day2007-07-181-1/+1
| * [AVR32] Fix build error in parse_tag_rdimg()Haavard Skinnemoen2007-07-181-1/+1
| * [AVR32] Don't wire up macb0 unless SW6 is in default positionKristoffer Nyborg Gregertsen2007-07-181-1/+2
| * [AVR32] Wire up SSC platform device 0 as TX on ATSTK1000 boardHans-Christian Egtvedt2007-07-181-0/+3
| * [AVR32] Add Atmel SSC driver platform device to AT32AP architectureHans-Christian Egtvedt2007-07-181-0/+86
| * [AVR32] Make STK1000 mux settings configurableDavid Brownell2007-07-183-7/+80
| * [AVR32] CPU frequency scaling for AT32APHans-Christian Egtvedt2007-07-184-2/+175
| * [AVR32] Split SM device into PM, RTC, WDT and EICHaavard Skinnemoen2007-07-185-426/+372
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-07-1810-12/+24
|\ \
| * | [PATCH] x86: do not recompile boot for each buildSam Ravnborg2007-07-181-1/+1
| * | [x86 setup] Save/restore DS around invocations of INT 10hH. Peter Anvin2007-07-182-2/+9
| * | [x86 setup] VGA: Clear the Protect bit before setting the vertical heightH. Peter Anvin2007-07-181-1/+6
| * | [x86 setup] Fix assembly constraintsH. Peter Anvin2007-07-186-7/+7
| * | [x86 setup] build/tools.c: fix commentH. Peter Anvin2007-07-181-1/+1
* | | i386: fixup TRACE_IRQ breakagePeter Zijlstra2007-07-182-6/+6
* | | Handle bogus %cs selector in single-step instruction decodingRoland McGrath2007-07-182-14/+31
|/ /
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-184-0/+17
|\ \
| * | sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-174-0/+17
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-186-36/+191
|\ \ \
| * | | [SPARC64]: Set vio->desc_buf to NULL after freeing.David S. Miller2007-07-181-0/+1
| * | | [SPARC]: Mark sparc and sparc64 as not having virt_to_busStephen Rothwell2007-07-182-0/+6
| * | | [SPARC64]: Handle reset events in vio_link_state_change().David S. Miller2007-07-181-0/+29
| * | | [SPARC64]: Handle LDC resets properly in domain-services driver.David S. Miller2007-07-181-0/+19
| * | | [SPARC64]: Massively simplify VIO device layer and support hot add/remove.David S. Miller2007-07-181-64/+59
| * | | [SPARC64]: Add basic infrastructure for MD add/remove notification.David S. Miller2007-07-182-3/+108
| |/ /
* | | Merge branch 'xen-upstream' of ssh://master.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2007-07-1836-42/+4381
|\ \ \
| * | | xen: disable all non-virtual driversJeremy Fitzhardinge2007-07-181-0/+2
| * | | xen: use iret directly when possibleJeremy Fitzhardinge2007-07-185-5/+199
| * | | xen: suppress abs symbol warnings for unused reloc pointersJeremy Fitzhardinge2007-07-181-0/+2
| * | | xen: Attempt to patch inline versions of common operationsJeremy Fitzhardinge2007-07-185-54/+190
| * | | xen: Place vcpu_info structure into per-cpu memoryJeremy Fitzhardinge2007-07-184-16/+151
| * | | xen: handle external requests for shutdown, reboot and sysrqJeremy Fitzhardinge2007-07-182-1/+144
| * | | xen: machine operationsJeremy Fitzhardinge2007-07-182-3/+44
| * | | xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge2007-07-182-1/+7
| * | | xen: hack to prevent bad segment register reloadJeremy Fitzhardinge2007-07-181-0/+12
| * | | xen: lazy-mmu operationsJeremy Fitzhardinge2007-07-183-32/+72
| * | | xen: Add support for preemptionJeremy Fitzhardinge2007-07-185-42/+76
| * | | xen: SMP guest supportJeremy Fitzhardinge2007-07-1810-49/+682
| * | | xen: Implement sched_clockJeremy Fitzhardinge2007-07-183-4/+28
| * | | xen: Account for stolen timeJeremy Fitzhardinge2007-07-181-9/+150
| * | | xen: ignore RW mapping of RO pages in pagetable_initJeremy Fitzhardinge2007-07-181-2/+25
| * | | xen: Complete pagetable pinningJeremy Fitzhardinge2007-07-184-109/+242
| * | | xen: configurationJeremy Fitzhardinge2007-07-182-0/+13
| * | | xen: time implementationJeremy Fitzhardinge2007-07-183-1/+414
| * | | xen: event channelsJeremy Fitzhardinge2007-07-183-1/+514
| * | | xen: virtual mmuJeremy Fitzhardinge2007-07-184-5/+494
| * | | xen: Core Xen implementationJeremy Fitzhardinge2007-07-1812-1/+1152