| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] 3228/1: SharpSL: Move PM code to arch/arm/common | Richard Purdie | 2006-01-05 | 8 | -941/+921 |
* | [ARM] 3227/1: Spitz: Add pxa27x OHCI platform specific code | Richard Purdie | 2006-01-05 | 1 | -0/+31 |
* | [ARM] 3221/1: Update IXP4xx defconfig | Deepak Saxena | 2006-01-04 | 1 | -15/+69 |
* | [ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov... | Rod Whitby | 2006-01-04 | 1 | -0/+23 |
* | [ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100d | Deepak Saxena | 2006-01-04 | 2 | -8/+0 |
* | [ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine support | Rod Whitby | 2006-01-04 | 5 | -0/+288 |
* | [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xx | Deepak Saxena | 2006-01-04 | 6 | -23/+3 |
* | [ARM] Remove SA1100 PM prepare/finish ops | Russell King | 2006-01-04 | 1 | -18/+0 |
* | [ARM] Move DMA exports to be next to each function | Russell King | 2006-01-04 | 1 | -14/+12 |
* | [ARM] Remove definition of MAX_DMA_CHANNELS to zero | Russell King | 2006-01-04 | 1 | -28/+0 |
* | [ARM] Refine selection of ISA_DMA_API and generic dma.c code | Russell King | 2006-01-04 | 2 | -2/+7 |
* | [ARM] Use core_initcall() to initialise ARM DMA | Russell King | 2006-01-04 | 2 | -4/+4 |
* | [ARM] Remove '__address' from scatterlist and convert to DMA API | Russell King | 2006-01-04 | 3 | -26/+28 |
* | [ARM] Move ISA DMA bus_to_virt() out of set_dma_addr() | Russell King | 2006-01-04 | 1 | -4/+4 |
* | [ARM] Remove unused dma.c files | Russell King | 2006-01-04 | 3 | -90/+0 |
* | [ARM] Remove clk_use()/clk_unuse() | Russell King | 2006-01-03 | 7 | -61/+0 |
* | [ARM] Cleanup ARM includes | Russell King | 2006-01-03 | 10 | -17/+3 |
* | [ARM] Make kernel link address depend on PAGE_OFFSET | Russell King | 2006-01-03 | 5 | -17/+16 |
* | [PATCH] x86: teach dump_task_regs() about the -8 offset. | Stas Sergeev | 2005-12-31 | 1 | -1/+3 |
* | [PATCH] ppc64: htab_initialize_secondary cannot be marked __init | Anton Blanchard | 2005-12-29 | 1 | -1/+1 |
* | [PATCH] x86_64: Fix incorrect node_present_pages on NUMA | Ravikiran G Thirumalai | 2005-12-29 | 1 | -1/+1 |
* | [PATCH] uml: fix compilation with CONFIG_MODE_TT disabled | Paolo 'Blaisorblade' Giarrusso | 2005-12-29 | 2 | -5/+8 |
* | [PATCH] Hostfs: update for new glibc - add missing symbol exports | Paolo 'Blaisorblade' Giarrusso | 2005-12-29 | 1 | -0/+5 |
* | [PATCH] uml: fix random segfaults at bootup | Paolo 'Blaisorblade' Giarrusso | 2005-12-29 | 1 | -10/+12 |
* | [SPARC]: Use STABS_DEBUG and DWARF_DEBUG macros in vmlinux.lds.S | David S. Miller | 2005-12-28 | 2 | -28/+8 |
* | [SPARC]: Kill CHILD_MAX. | David S. Miller | 2005-12-22 | 3 | -3/+3 |
* | [SPARC]: introduce a SPARC Kconfig symbol | Adrian Bunk | 2005-12-22 | 2 | -0/+8 |
* | powerpc: Fix i8259 cascade on pSeries with XICS interrupt controller | Paul Mackerras | 2005-12-22 | 1 | -18/+3 |
* | [SPARC64]: Stop putting -finline-limit=XXX into CFLAGS | David S. Miller | 2005-12-20 | 1 | -5/+0 |
* | [PATCH] Fix build with CONFIG_PCI_MMCONFIG | Andi Kleen | 2005-12-20 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2005-12-20 | 8 | -24/+30 |
|\ |
|
| * | powerpc: update defconfigs | Paul Mackerras | 2005-12-20 | 6 | -21/+26 |
| * | [PATCH] powerpc: CPM2 interrupt handler failure after 100,000 interrupts | Edson Seabra | 2005-12-20 | 1 | -1/+2 |
| * | powerpc: correct register usage in 64-bit syscall exit path | Paul Mackerras | 2005-12-20 | 1 | -2/+2 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2005-12-19 | 3 | -22/+55 |
|\ \ |
|
| * | | [ARM] 3210/1: add missing memory barrier helper for NPTL support | Nicolas Pitre | 2005-12-19 | 1 | -0/+49 |
| * | | [ARM] Fix sys_sendto and sys_recvfrom 6-arg syscalls | Russell King | 2005-12-17 | 2 | -22/+6 |
* | | | [PATCH] uml skas0: stop gcc's insanity | Jeff Dike | 2005-12-18 | 3 | -36/+46 |
* | | | [PATCH] uml - fix some funkiness in Kconfig | Paolo 'Blaisorblade' Giarrusso | 2005-12-18 | 1 | -0/+2 |
* | | | [PATCH] uml: fix dynamic linking on some 64-bit distros | Rob Landley | 2005-12-18 | 1 | -0/+4 |
* | | | [PATCH] uml: arch/um/scripts/Makefile.rules - remove duplicated code | Paolo 'Blaisorblade' Giarrusso | 2005-12-18 | 1 | -5/+0 |
|/ / |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2005-12-16 | 5 | -5/+37 |
|\ \ |
|
| * | | [IA64] Add __read_mostly support for IA64 | Christoph Lameter | 2005-12-16 | 1 | -0/+3 |
| * | | [IA64-SGI] change default_sn2 to NR_CPUS==1024 | hawkes@sgi.com | 2005-12-16 | 1 | -1/+1 |
| * | | [IA64-SGI] Missed TLB flush | Jack Steiner | 2005-12-16 | 1 | -1/+1 |
| * | | [IA64] uncached ref count leak | Jes Sorensen | 2005-12-16 | 1 | -3/+3 |
| * | | [IA64] disable preemption in udelay() | John Hawkes | 2005-12-16 | 1 | -0/+29 |
* | | | [PATCH] ppc: ppc4xx_dma DMA_MODE_{READ,WRITE} fix | Al Viro | 2005-12-16 | 1 | -0/+1 |
* | | | [PATCH] PCI: Fix dumb bug in mmconfig fix | Andi Kleen | 2005-12-16 | 1 | -1/+1 |
|/ / |
|
* | | [PATCH] arch/powerpc/kernel/syscalls.c __user annotations | Al Viro | 2005-12-15 | 1 | -1/+1 |