Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [MIPS] ioc3.h: Uses u8, so include <linux/types.h>. | Ralf Baechle | 2006-06-29 | 1 | -0/+2 | |
| * | | | | | [MIPS] au1xxx: fix PSC_SMBTXRX_RSR. | Domen Puncer | 2006-06-29 | 1 | -1/+1 | |
| * | | | | | [MIPS] Fix FIXADDR_TOP for TX39/TX49. | Atsushi Nemoto | 2006-06-29 | 1 | -0/+4 | |
| * | | | | | [MIPS] Fix configuration of R2 CPU features and multithreading. | Ralf Baechle | 2006-06-29 | 1 | -12/+8 | |
| * | | | | | elf-em.h: Define and explain both EM_MIPS_RS3_LE and EM_MIPS_RS4_BE. | Ralf Baechle | 2006-06-29 | 1 | -0/+5 | |
| * | | | | | [MIPS] Fix use of ehb instruction for non-R2 configurations. | Ralf Baechle | 2006-06-29 | 3 | -11/+12 | |
| * | | | | | [MIPS] Define ARCH_HAS_IRQ_PER_CPU for all SMP systems. | Ralf Baechle | 2006-06-29 | 2 | -6/+4 | |
| * | | | | | [MIPS] Wire up tee(2). | Ralf Baechle | 2006-06-29 | 1 | -6/+9 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 2006-06-29 | 3 | -13/+26 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ALSA] ak4xxx-adda - Code clean-up | Takashi Iwai | 2006-06-28 | 1 | -14/+23 | |
| * | | | | | [ALSA] Stereo controls for M-Audio Revolution cards | Jani Alinikula | 2006-06-28 | 1 | -0/+2 | |
| * | | | | | [ALSA] AD1888 mixer controls for DC mode | Jaya Kumar | 2006-06-28 | 1 | -0/+1 | |
| * | | | | | [ALSA] Suppress irq handler mismatch messages in ALSA ISA drivers | Takashi Iwai | 2006-06-28 | 1 | -1/+2 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-06-29 | 13 | -59/+663 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [POWERPC] todc: add support for Time-Of-Day-Clock | Mark A. Greer | 2006-06-29 | 1 | -0/+487 | |
| * | | | | | | [POWERPC] Add tsi108 pci and platform device data register function | Zang Roy-r61911 | 2006-06-29 | 1 | -0/+109 | |
| * | | | | | | [POWERPC] Correct the MAX_CONTEXT definition | Paul Mackerras | 2006-06-29 | 1 | -1/+6 | |
| * | | | | | | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala... | Paul Mackerras | 2006-06-28 | 1 | -4/+0 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | powerpc: minor cleanups for mpc86xx | Kumar Gala | 2006-06-28 | 1 | -4/+0 | |
| * | | | | | | | [POWERPC] Simplify the code defining the 64-bit CPU features | Paul Mackerras | 2006-06-28 | 1 | -28/+20 | |
| * | | | | | | | [POWERPC] update asm-powerpc/time.h | Stephen Rothwell | 2006-06-28 | 1 | -2/+4 | |
| * | | | | | | | [POWERPC] Clean up it_lp_queue.h | Stephen Rothwell | 2006-06-28 | 1 | -20/+20 | |
| * | | | | | | | [POWERPC] Add the use of the firmware soft-reset-nmi to kdump. | David Wilder | 2006-06-28 | 1 | -0/+8 | |
| * | | | | | | | [POWERPC] Add udbg support for RTAS console | Michael Ellerman | 2006-06-28 | 1 | -1/+2 | |
| * | | | | | | | [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlier | Michael Ellerman | 2006-06-28 | 1 | -0/+3 | |
| * | | | | | | | [POWERPC] Make kexec_setup() a regular initcall | Michael Ellerman | 2006-06-28 | 1 | -1/+0 | |
| * | | | | | | | [POWERPC] powerpc: Initialise ppc_md htab pointers earlier | Michael Ellerman | 2006-06-28 | 1 | -1/+0 | |
| * | | | | | | | [POWERPC] kdump: Reserve the existing TCE mappings left by the first kernel | Haren Myneni | 2006-06-28 | 2 | -0/+4 | |
| * | | | | | | | [POWERPC] Remove obsolete #include <linux/config.h>. | Jon Loeliger | 2006-06-28 | 1 | -1/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6 | Linus Torvalds | 2006-06-29 | 8 | -35/+61 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [PARISC] Move os_id_to_string() inside #ifndef __ASSEMBLY__ | Kyle McMartin | 2006-06-27 | 1 | -13/+12 | |
| * | | | | | | | [PARISC] Add os_id_to_string helper | Kyle McMartin | 2006-06-27 | 1 | -0/+13 | |
| * | | | | | | | [PARISC] OS_ID_LINUX == 0x0006 | Kyle McMartin | 2006-06-27 | 1 | -2/+1 | |
| * | | | | | | | [PARISC] Ensure Space ID hashing is turned off | Kyle McMartin | 2006-06-27 | 1 | -0/+1 | |
| * | | | | | | | [PARISC] Match show_cache_info with reality | Kyle McMartin | 2006-06-27 | 1 | -2/+2 | |
| * | | | | | | | [PARISC] Add is_compat_task() helper | Kyle McMartin | 2006-06-27 | 1 | -0/+11 | |
| * | | | | | | | [PARISC] PDC_CHASSIS is implemented on all machines | Thibaut Varene | 2006-06-27 | 1 | -0/+1 | |
| * | | | | | | | [PARISC] Remove unconditional #define PIC in syscall macros | Carlos O'Donell | 2006-06-27 | 1 | -5/+0 | |
| * | | | | | | | [PARISC] Use MFIA in current_text_addr on pa2.0 processors | Kyle McMartin | 2006-06-27 | 1 | -8/+6 | |
| * | | | | | | | [PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber list | Carlos O'Donell | 2006-06-27 | 1 | -2/+7 | |
| * | | | | | | | [PARISC] Whitespace clean up in asm/pgtable.h | Kyle McMartin | 2006-06-27 | 1 | -4/+4 | |
| * | | | | | | | [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0 | Kyle McMartin | 2006-06-27 | 2 | -12/+16 | |
* | | | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2006-06-29 | 6 | -49/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [S390] rework of channel measurement facility. | Cornelia Huck | 2006-06-29 | 1 | -4/+0 | |
| * | | | | | | | | [S390] add PAV support to the dasd driver. | Horst Hummel | 2006-06-29 | 1 | -3/+5 | |
| * | | | | | | | | [S390] preempt_count initialization. | Heiko Carstens | 2006-06-29 | 1 | -0/+1 | |
| * | | | | | | | | [S390] __syscall_return error check. | Heiko Carstens | 2006-06-29 | 1 | -3/+1 | |
| * | | | | | | | | [S390] cio async subchannel reprobe. | Peter Oberparleiter | 2006-06-29 | 1 | -0/+2 | |
| * | | | | | | | | [S390] cleanup bitops.h. | Heiko Carstens | 2006-06-29 | 1 | -39/+3 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-29 | 7 | -22/+38 | |
|\ \ \ \ \ \ \ \ |