summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-2911-115/+10
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-3/+10
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the videodevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-2/+0
| * [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-263-11/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-3/+0
| * [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs_*_tape() functions from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0
| * [PATCH] devfs: Remove devfs support from the ide subsystem.Greg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman2006-06-261-4/+0
| * [PATCH] devfs: Remove devfs from the kernel treeGreg Kroah-Hartman2006-06-263-64/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-06-2912-37/+52
|\ \
| * | [MIPS] Add missing backslashes to macro definitions.Ralf Baechle2006-06-291-2/+2
| * | [MIPS] Remove BSD and Sys V compat data types.Ralf Baechle2006-06-291-5/+5
| * | [MIPS] ioc3.h: Uses u8, so include <linux/types.h>.Ralf Baechle2006-06-291-0/+2
| * | [MIPS] au1xxx: fix PSC_SMBTXRX_RSR.Domen Puncer2006-06-291-1/+1
| * | [MIPS] Fix FIXADDR_TOP for TX39/TX49.Atsushi Nemoto2006-06-291-0/+4
| * | [MIPS] Fix configuration of R2 CPU features and multithreading.Ralf Baechle2006-06-291-12/+8
| * | elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE.Ralf Baechle2006-06-291-0/+5
| * | [MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle2006-06-293-11/+12
| * | [MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems.Ralf Baechle2006-06-292-6/+4
| * | [MIPS] Wire up tee(2).Ralf Baechle2006-06-291-6/+9
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-06-293-13/+26
|\ \ \
| * | | [ALSA] ak4xxx-adda - Code clean-upTakashi Iwai2006-06-281-14/+23
| * | | [ALSA] Stereo controls for M-Audio Revolution cardsJani Alinikula2006-06-281-0/+2
| * | | [ALSA] AD1888 mixer controls for DC modeJaya Kumar2006-06-281-0/+1
| * | | [ALSA] Suppress irq handler mismatch messages in ALSA ISA driversTakashi Iwai2006-06-281-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-2913-59/+663
|\ \ \ \
| * | | | [POWERPC] todc: add support for Time-Of-Day-ClockMark A. Greer2006-06-291-0/+487
| * | | | [POWERPC] Add tsi108 pci and platform device data register functionZang Roy-r619112006-06-291-0/+109
| * | | | [POWERPC] Correct the MAX_CONTEXT definitionPaul Mackerras2006-06-291-1/+6
| * | | | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2006-06-281-4/+0
| |\ \ \ \
| | * | | | powerpc: minor cleanups for mpc86xxKumar Gala2006-06-281-4/+0
| * | | | | [POWERPC] Simplify the code defining the 64-bit CPU featuresPaul Mackerras2006-06-281-28/+20
| * | | | | [POWERPC] update asm-powerpc/time.hStephen Rothwell2006-06-281-2/+4
| * | | | | [POWERPC] Clean up it_lp_queue.hStephen Rothwell2006-06-281-20/+20
| * | | | | [POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2006-06-281-0/+8
| * | | | | [POWERPC] Add udbg support for RTAS consoleMichael Ellerman2006-06-281-1/+2
| * | | | | [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman2006-06-281-0/+3
| * | | | | [POWERPC] Make kexec_setup() a regular initcallMichael Ellerman2006-06-281-1/+0
| * | | | | [POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman2006-06-281-1/+0
| * | | | | [POWERPC] kdump: Reserve the existing TCE mappings left by the first kernelHaren Myneni2006-06-282-0/+4
| * | | | | [POWERPC] Remove obsolete #include <linux/config.h>.Jon Loeliger2006-06-281-1/+0
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-06-298-35/+61
|\ \ \ \ \ \