| Commit message (Expand) | Author | Age | Files | Lines |
* | m68knommu: mark mem init functions as __init | Greg Ungerer | 2007-10-23 | 1 | -2/+2 |
* | m68knommu: mark setup_arch() as __init | Greg Ungerer | 2007-10-23 | 1 | -1/+1 |
* | m68knommu: cleanup 68VZ328 init code | Greg Ungerer | 2007-10-23 | 1 | -11/+1 |
* | m68knommu: cleanup 68EZ328 init code | Greg Ungerer | 2007-10-23 | 1 | -17/+2 |
* | m68knommu: cleanup 68360 startup code | Greg Ungerer | 2007-10-23 | 1 | -35/+16 |
* | m68knommu: cleanup 68328 timer code | Greg Ungerer | 2007-10-23 | 1 | -12/+15 |
* | m68knommu: cleanup 68328 init code | Greg Ungerer | 2007-10-23 | 1 | -22/+2 |
* | m68knommu: remove unused variables in setup.c | Greg Ungerer | 2007-10-23 | 1 | -3/+0 |
* | Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg... | Linus Torvalds | 2007-10-23 | 2 | -4/+4 |
|\ |
|
| * | [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate | Jeff Garzik | 2007-10-23 | 2 | -4/+4 |
* | | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2007-10-23 | 33 | -430/+368 |
|\ \ |
|
| * | | x86: Add HPET force support for MCP55 (nForce 5) chipsets | Carlos Corbacho | 2007-10-23 | 1 | -0/+18 |
| * | | x86: Force enable HPET for CK804 (nForce 4) chipsets | Carlos Corbacho | 2007-10-23 | 1 | -1/+36 |
| * | | x86: clean up setup.h and the boot code | H. Peter Anvin | 2007-10-23 | 3 | -9/+2 |
| * | | x86: Save registers in saved_context during suspend and hibernation | Rafael J. Wysocki | 2007-10-23 | 4 | -89/+118 |
| * | | x86: whitespace cleanup of mce_64.c | Thomas Gleixner | 2007-10-23 | 1 | -78/+86 |
| * | | x86: consolidate the cpu/ related code usage | Thomas Gleixner | 2007-10-23 | 5 | -14/+6 |
| * | | x86: prepare consolidation of cpu/ related code usage | Thomas Gleixner | 2007-10-23 | 2 | -4/+2 |
| * | | x86: prepare consolidation of cpu/ related Makefiles | Thomas Gleixner | 2007-10-23 | 2 | -14/+17 |
| * | | x86: Unify arch/x86/kernel/acpi Makefiles | Thomas Gleixner | 2007-10-23 | 3 | -18/+6 |
| * | | x86: merge arch/x86/crypto Makefiles | Thomas Gleixner | 2007-10-23 | 3 | -29/+15 |
| * | | x86: Add BITS to allow simple Makefile sharing | Thomas Gleixner | 2007-10-23 | 2 | -0/+12 |
| * | | x86: unify crash_32/64.c | Hiroshi Shimamoto | 2007-10-23 | 4 | -139/+11 |
| * | | x86: add lapic_shutdown for x86_64 | Hiroshi Shimamoto | 2007-10-23 | 1 | -0/+14 |
| * | | x86: ARRAY_SIZE cleanup | Alejandro Martinez Ruiz | 2007-10-23 | 2 | -5/+3 |
| * | | x86: fix more TSC clock source calibration errors | Dave Johnson | 2007-10-23 | 1 | -14/+20 |
| * | | x86: fix TSC clock source calibration error | Dave Johnson | 2007-10-23 | 1 | -3/+2 |
| * | | x86: add instrumentation menu | Adrian Bunk | 2007-10-23 | 3 | -17/+4 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-23 | 1 | -2/+0 |
|\ \ |
|
| * | | [SCSI] fc4: remove this and all associated drivers | Matthew Wilcox | 2007-10-17 | 1 | -2/+0 |
* | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-10-23 | 3 | -7/+9 |
|\ \ \
| |_|/
|/| | |
|
| * | | [ARM] 4630/1: Fix the vector stride of the double vector instruction. | Takashi Ohmasa | 2007-10-20 | 1 | -4/+4 |
| * | | [ARM] 4629/1: Fix VFP emulation code to clear all exception flags of FPEXC | Takashi Ohmasa | 2007-10-20 | 1 | -1/+1 |
| * | | [ARM] 4613/1: pxa300: MFP typo fix | Aleksey Makarov | 2007-10-20 | 1 | -2/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2007-10-23 | 8 | -12/+1229 |
|\ \ \ |
|
| * | | | Revert lguest magic and use hook in head.S | Rusty Russell | 2007-10-23 | 2 | -29/+5 |
| * | | | Lguest support for Virtio | Rusty Russell | 2007-10-23 | 2 | -0/+26 |
| * | | | Remove old lguest bus and drivers. | Rusty Russell | 2007-10-23 | 1 | -41/+0 |
| * | | | Virtio helper routines for a descriptor ringbuffer implementation | Rusty Russell | 2007-10-23 | 1 | -0/+1 |
| * | | | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 2007-10-23 | 3 | -10/+39 |
| * | | | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 1 | -0/+1 |
| * | | | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 1 | -4/+4 |
| * | | | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 1 | -0/+1 |
| * | | | Move lguest guest support to arch/x86. | Rusty Russell | 2007-10-23 | 6 | -8/+1213 |
| * | | | Normalize config options for guest support | Rusty Russell | 2007-10-23 | 2 | -12/+31 |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-10-23 | 11 | -146/+230 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo... | Paul Mackerras | 2007-10-23 | 11 | -146/+230 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | [POWERPC] 4xx: Enable EMAC on Bamboo board | Josh Boyer | 2007-10-19 | 3 | -50/+76 |
| | * | | | [POWERPC] 4xx: Enable EMAC for PPC405 Walnut board | Josh Boyer | 2007-10-19 | 4 | -43/+66 |
| | * | | | [POWERPC] 4xx: Fix timebase clock selection on Walnut | Josh Boyer | 2007-10-19 | 1 | -2/+2 |