Age | Commit message (Expand) | Author | Files | Lines |
2005-11-18 | [PARISC] Fix compile warning caused by conflicting types of expand_upwards() | Matthew Wilcox | 1 | -0/+2 |
2005-11-17 | [PARISC] Always spinlock tlb flush operations to ensure preempt safety | Matthew Wilcox | 1 | -12/+4 |
2005-11-17 | [PARISC] Fix our spinlock implementation | James Bottomley | 1 | -9/+10 |
2005-11-17 | [PARISC] Add IRQ affinities | James Bottomley | 1 | -2/+3 |
2005-11-17 | [PARISC] Fix uniprocessor build by dummying smp_send_all_nop() | Kyle McMartin | 1 | -1/+5 |
2005-11-17 | [PARISC] Fix our interrupts not to use smp_call_function | James Bottomley | 1 | -0/+1 |
2005-11-17 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 15 | -57/+194 |
2005-11-17 | x86: Fix silly typo in recent <asm/signal.h> fixes | Linus Torvalds | 1 | -1/+1 |
2005-11-17 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 22 | -30/+26 |
2005-11-17 | [PATCH] x86: fix sigaddset() inline asm memory constraint | Constantine Gavrilov | 1 | -4/+27 |
2005-11-17 | [MIPS] SEAD: More build fixes. | Ralf Baechle | 1 | -2/+9 |
2005-11-17 | [MIPS] SEAD: Delete seadint_init() prototype. | Ralf Baechle | 1 | -2/+0 |
2005-11-17 | [MIPS] JMR3927: Fix include wrapper symbol. | Ralf Baechle | 1 | -3/+3 |
2005-11-17 | [MIPS] Fix documentation typos. | Arnaud Giersch | 1 | -6/+8 |
2005-11-17 | [MIPS] Add const qualifier to writes##bwlq. | Arnaud Giersch | 1 | -3/+3 |
2005-11-17 | [MIPS] IP32: Fix sparse warnings. | Arnaud Giersch | 2 | -2/+2 |
2005-11-17 | [MIPS] IP32 Fix and complete IP32 parport definitions | Arnaud Giersch | 1 | -16/+26 |
2005-11-17 | [MIPS] JMR3927: Undo accidental rename. | Ralf Baechle | 1 | -0/+0 |
2005-11-17 | [MIPS] IP32: No need to include <asm/io.h>. | Ralf Baechle | 1 | -3/+4 |
2005-11-17 | Add definitions for the Dallas DS1742 RTC / non-volatile memory. | Ralf Baechle | 1 | -0/+53 |
2005-11-17 | Add definitions for the Dallas DS17287 RTC. | Ralf Baechle | 1 | -0/+67 |
2005-11-17 | [MIPS] Add missing arch defines for the Alchemy MTD driver. | Ralf Baechle | 4 | -0/+19 |
2005-11-17 | Add GT64111 PCI ID back | Yoichi Yuasa | 1 | -0/+1 |
2005-11-17 | [MIPS] Delete duplicate definitions of break codes. | Ralf Baechle | 1 | -21/+0 |
2005-11-16 | [ARM] No need to include asm/proc-fns.h into asm/system.h | Russell King | 1 | -2/+2 |
2005-11-16 | [ARM] Use unsigned long not u32 in atomic_cmpxchg | Russell King | 1 | -1/+1 |
2005-11-16 | [ARM] Move zone adjustment for SA1111 on SA11x0 platforms | Russell King | 1 | -12/+2 |
2005-11-16 | [ARM] Add linux/compiler.h includes where required | Russell King | 4 | -0/+4 |
2005-11-16 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -0/+67 |
2005-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 4 | -7/+12 |
2005-11-16 | [ARM] 3165/1: fix atomic_cmpxchg() implementation for ARMv6+ | Nicolas Pitre | 1 | -0/+1 |
2005-11-16 | [ARM] Include asm/hardware.h instead of asm/arch/hardware.h | Russell King | 14 | -14/+14 |
2005-11-16 | [ARM] Fix arch-realview/system.h to use __io_address() | Russell King | 2 | -1/+2 |
2005-11-16 | [DVB]: Add compat ioctl handling. | David S. Miller | 1 | -0/+67 |
2005-11-16 | [PATCH] powerpc: Make the vDSO functions set error code (#2) | Benjamin Herrenschmidt | 1 | -1/+1 |
2005-11-16 | [PATCH] powerpc: replace page_to_virt() with lowmem_page_address() for Book-E | Kumar Gala | 1 | -1/+1 |
2005-11-16 | [PATCH] powerpc: pci_64 fixes & cleanups | Benjamin Herrenschmidt | 2 | -5/+10 |
2005-11-15 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -3/+3 |
2005-11-15 | [TCP]: More spelling fixes. | Stephen Hemminger | 1 | -2/+2 |
2005-11-15 | Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+14 |
2005-11-15 | [PATCH] v850: use generic hardirq code | Christoph Hellwig | 1 | -0/+2 |
2005-11-15 | [PATCH] v850: Add missing include in hardirq.h | Miles Bader | 1 | -0/+2 |
2005-11-15 | [PATCH] Make sysctl.h (again) usable from userspace | Harald Welte | 1 | -1/+1 |
2005-11-14 | [LLC]: Fix typo | Jochen Friedrich | 1 | -1/+1 |
2005-11-14 | Merge x86-64 update from Andi | Linus Torvalds | 29 | -341/+126 |
2005-11-14 | [PATCH] x86_64: Increase the maximum number of local APICs to the maximum | Andi Kleen | 1 | -2/+2 |
2005-11-14 | [PATCH] x86_64: Use common sys_time64 | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+2 |
2005-11-14 | [PATCH] x86_64: Set ____cacheline_maxaligned_in_smp alignment to 128 bytes | Paolo 'Blaisorblade' Giarrusso | 1 | -1/+1 |
2005-11-14 | [PATCH] x86_64: Remove asm-x86_64/rwsem.h | Andi Kleen | 1 | -283/+0 |
2005-11-14 | [PATCH] x86_64: Reduce number of retries for reset through keyboard controller | Andi Kleen | 1 | -1/+1 |