summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86: Force enable HPET for CK804 (nForce 4) chipsetsCarlos Corbacho2007-10-231-1/+36
| * | x86: clean up setup.h and the boot codeH. Peter Anvin2007-10-233-9/+2
| * | x86: Save registers in saved_context during suspend and hibernationRafael J. Wysocki2007-10-234-89/+118
| * | x86: whitespace cleanup of mce_64.cThomas Gleixner2007-10-231-78/+86
| * | x86: consolidate the cpu/ related code usageThomas Gleixner2007-10-235-14/+6
| * | x86: prepare consolidation of cpu/ related code usageThomas Gleixner2007-10-232-4/+2
| * | x86: prepare consolidation of cpu/ related MakefilesThomas Gleixner2007-10-232-14/+17
| * | x86: Unify arch/x86/kernel/acpi MakefilesThomas Gleixner2007-10-233-18/+6
| * | x86: merge arch/x86/crypto MakefilesThomas Gleixner2007-10-233-29/+15
| * | x86: Add BITS to allow simple Makefile sharingThomas Gleixner2007-10-232-0/+12
| * | x86: unify crash_32/64.cHiroshi Shimamoto2007-10-234-139/+11
| * | x86: add lapic_shutdown for x86_64Hiroshi Shimamoto2007-10-231-0/+14
| * | x86: ARRAY_SIZE cleanupAlejandro Martinez Ruiz2007-10-232-5/+3
| * | x86: fix more TSC clock source calibration errorsDave Johnson2007-10-231-14/+20
| * | x86: fix TSC clock source calibration errorDave Johnson2007-10-231-3/+2
| * | x86: add instrumentation menuAdrian Bunk2007-10-233-17/+4
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-231-2/+0
|\ \
| * | [SCSI] fc4: remove this and all associated driversMatthew Wilcox2007-10-171-2/+0
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-233-7/+9
|\ \ \ | |_|/ |/| |
| * | [ARM] 4630/1: Fix the vector stride of the double vector instruction.Takashi Ohmasa2007-10-201-4/+4
| * | [ARM] 4629/1: Fix VFP emulation code to clear all exception flags of FPEXCTakashi Ohmasa2007-10-201-1/+1
| * | [ARM] 4613/1: pxa300: MFP typo fixAleksey Makarov2007-10-201-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2007-10-238-12/+1229
|\ \ \
| * | | Revert lguest magic and use hook in head.SRusty Russell2007-10-232-29/+5
| * | | Lguest support for VirtioRusty Russell2007-10-232-0/+26
| * | | Remove old lguest bus and drivers.Rusty Russell2007-10-231-41/+0
| * | | Virtio helper routines for a descriptor ringbuffer implementationRusty Russell2007-10-231-0/+1
| * | | Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-233-10/+39
| * | | Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+1
| * | | Make hypercalls arch-independent.Jes Sorensen2007-10-231-4/+4
| * | | Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-231-0/+1
| * | | Move lguest guest support to arch/x86.Rusty Russell2007-10-236-8/+1213
| * | | Normalize config options for guest supportRusty Russell2007-10-232-12/+31
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-10-2311-146/+230
|\ \ \ \
| * \ \ \ Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-10-2311-146/+230
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [POWERPC] 4xx: Enable EMAC on Bamboo boardJosh Boyer2007-10-193-50/+76
| | * | | [POWERPC] 4xx: Enable EMAC for PPC405 Walnut boardJosh Boyer2007-10-194-43/+66
| | * | | [POWERPC] 4xx: Fix timebase clock selection on WalnutJosh Boyer2007-10-191-2/+2
| | * | | [POWERPC] 4xx: Enable EMAC on the PPC 440GP Ebony boardJosh Boyer2007-10-191-45/+70
| | * | | [POWERPC] 4xx: Split early debug output and early boot console for 44xValentine Barshak2007-10-192-1/+1
| | * | | [POWERPC] 4xx: Enable NEW EMAC support for Sequoia 440EPx.Valentine Barshak2007-10-191-4/+3
| | * | | [POWERPC] 4xx: Add RGMII support for Sequoia 440EPxValentine Barshak2007-10-192-2/+13
* | | | | Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-235-4/+406
|\ \ \ \ \
| * | | | | [AVR32] ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2007-10-231-1/+1
| * | | | | [AVR32] Implement at32_add_device_cf()Haavard Skinnemoen2007-10-231-31/+102
| * | | | | [AVR32] Implement more at32_add_device_foo() functionsHaavard Skinnemoen2007-10-231-0/+208
| * | | | | [AVR32] Fix a couple of sparse warningsHaavard Skinnemoen2007-10-232-3/+3
| * | | | | [AVR32] Wire up AT73C213 sound driver on ATSTK1000 boardHans-Christian Egtvedt2007-10-231-0/+58
| * | | | | [AVR32] Platform code for pata_at32Kristoffer Nyborg Gregertsen2007-10-231-0/+65
* | | | | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-235-0/+9
|\ \ \ \ \ \