| Commit message (Expand) | Author | Age | Files | Lines |
* | [VIDEO]: Add Sun XVR-500 framebuffer driver. | David S. Miller | 2007-05-06 | 3 | -0/+457 |
* | [SPARC64]: SUN4U PCI-E controller support. | David S. Miller | 2007-05-06 | 7 | -22/+535 |
* | [SPARC]: Fix comment typo in smp4m_blackbox_current(). | David S. Miller | 2007-05-06 | 1 | -1/+1 |
* | [SCSI] SUNESP: sun_esp.c needs linux/delay.h | David S. Miller | 2007-05-06 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2007-05-06 | 47 | -168/+766 |
|\ |
|
| * | kconfig: fix mconf segmentation fault | Marcin Garski | 2007-05-06 | 2 | -2/+2 |
| * | kbuild: enable use of code from a different dir | Sam Ravnborg | 2007-05-06 | 2 | -17/+16 |
| * | kconfig: error out if recursive dependencies are found | Sam Ravnborg | 2007-05-06 | 3 | -12/+13 |
| * | kbuild: scripts/basic/fixdep segfault on pathological string-o-death | Andy Green | 2007-05-02 | 1 | -0/+2 |
| * | kconfig: correct minor typo in Kconfig warning message. | Robert P. J. Day | 2007-05-02 | 1 | -1/+1 |
| * | kconfig: fix path to modules.txt in Kconfig help | Alexander E. Patrakov | 2007-05-02 | 8 | -31/+31 |
| * | usr/Kconfig: fix typo | Alexander E. Patrakov | 2007-05-02 | 1 | -1/+1 |
| * | kernel-doc: alphabetically-sorted entries in index.html of 'htmldocs' | Randy Dunlap | 2007-05-02 | 1 | -1/+1 |
| * | kbuild: be more explicit on missing .config file | Randy Dunlap | 2007-05-02 | 1 | -0/+1 |
| * | kbuild: clarify the creation of the LOCALVERSION_AUTO string. | Robert P. J. Day | 2007-05-02 | 1 | -6/+10 |
| * | kbuild: propagate errors from find in scripts/gen_initramfs_list.sh | Michael Ellerman | 2007-05-02 | 1 | -1/+1 |
| * | kconfig: refer to qt3 if we cannot find qt libraries | Sam Ravnborg | 2007-05-02 | 1 | -2/+2 |
| * | kbuild: handle compressed cpio initramfs-es | Alex Landau | 2007-05-02 | 1 | -2/+8 |
| * | kbuild: ignore section mismatch warning for references from .paravirtprobe to... | Sam Ravnborg | 2007-05-02 | 1 | -0/+13 |
| * | kbuild: remove stale comment in modpost.c | Sam Ravnborg | 2007-05-02 | 1 | -1/+0 |
| * | kbuild/mkuboot.sh: allow spaces in CROSS_COMPILE | Uwe kleine-König | 2007-05-02 | 1 | -1/+1 |
| * | kbuild: fix make mrproper for Documentation/DocBook/man | Sam Ravnborg | 2007-05-02 | 2 | -8/+2 |
| * | kbuild: remove kconfig binaries during make mrproper | Sam Ravnborg | 2007-05-02 | 1 | -0/+1 |
| * | kconfig/menuconfig: do not hardcode '.config' | Sam Ravnborg | 2007-05-02 | 2 | -1/+2 |
| * | kbuild: override build timestamp & version | Sam Ravnborg | 2007-05-02 | 1 | -7/+20 |
| * | kconfig.debug: clarify CONFIG_DEBUG_INFO help text | Andreas Dilger | 2007-05-02 | 1 | -0/+3 |
| * | kbuild: complain about missing system calls | Sam Ravnborg | 2007-05-02 | 3 | -0/+130 |
| * | kbuild: small documentation fix in Documentation/kbuild/modules.txt | Anton Blanchard | 2007-05-02 | 1 | -1/+1 |
| * | kbuild: do not emit src version warning for non-modules | Sam Ravnborg | 2007-05-02 | 1 | -3/+2 |
| * | menuconfig: remember alternate config filename | Sam Ravnborg | 2007-05-02 | 3 | -12/+37 |
| * | kbuild: move tags from ARCH and include/ ahead of drivers | Don Mullis | 2007-05-02 | 1 | -5/+6 |
| * | kbuild: distinguish between errors and warnings in modpost | Matthew Wilcox | 2007-05-02 | 2 | -3/+20 |
| * | kconfig/xconfig: sync main view with search dialog current menu | Marco Costalba | 2007-05-02 | 2 | -2/+5 |
| * | menuconfig: dont use obsolete index() function in lxdialog | Mike Frysinger | 2007-05-02 | 1 | -2/+2 |
| * | kbuild: add a missing slash in the comments | Uwe Zeisberger | 2007-05-02 | 1 | -1/+1 |
| * | cleanpatch: a script to clean up stealth whitespace added by a patch | H. Peter Anvin | 2007-05-02 | 1 | -0/+206 |
| * | cleanfile: a script to clean up stealth whitespace | H. Peter Anvin | 2007-05-02 | 1 | -0/+126 |
| * | kbuild: remove dependency on input.h from file2alias | Sam Ravnborg | 2007-05-02 | 3 | -10/+16 |
| * | kbuild: whitelist logo references from .text to .init.data | Sam Ravnborg | 2007-05-02 | 1 | -0/+15 |
| * | kbuild: fix segmentation fault in modpost | Sam Ravnborg | 2007-05-02 | 1 | -2/+6 |
| * | kbuild: fix warnings from .pci_fixup section | Sam Ravnborg | 2007-05-02 | 1 | -19/+25 |
| * | kbuild: whitelist section mismatch in init/main.c | Sam Ravnborg | 2007-05-02 | 2 | -4/+17 |
| * | kbuild: fix section mismatch check for vmlinux | Sam Ravnborg | 2007-05-02 | 3 | -16/+26 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi... | Linus Torvalds | 2007-05-06 | 14 | -478/+1301 |
|\ \ |
|
| * | | KVM: Remove unused 'instruction_length' | Avi Kivity | 2007-05-03 | 2 | -4/+2 |
| * | | KVM: Don't require explicit indication of completion of mmio or pio | Avi Kivity | 2007-05-03 | 2 | -25/+24 |
| * | | KVM: Remove extraneous guest entry on mmio read | Avi Kivity | 2007-05-03 | 2 | -3/+14 |
| * | | KVM: SVM: Only save/restore MSRs when needed | Anthony Liguori | 2007-05-03 | 2 | -17/+20 |
| * | | KVM: fix an if() condition | Adrian Bunk | 2007-05-03 | 1 | -1/+1 |
| * | | KVM: VMX: Add lazy FPU support for VT | Anthony Liguori | 2007-05-03 | 1 | -5/+56 |