aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] Export pm_suspend for the shared APM emulationRalf Baechle1-4/+0
2006-12-07[PATCH] uml: use get_random_bytes() after random pool is seededJeff Dike7-7/+7
2006-12-07[PATCH] uml: size register files correctlyJeff Dike2-2/+2
2006-12-07[PATCH] uml: include asm/page.h in order to get PAGE_SHIFTJeff Dike1-0/+1
2006-12-07[PATCH] uml: include stddef.h correctlyJeff Dike3-3/+2
2006-12-07[PATCH] m68k: replace kmalloc+memset with kzallocYan Burman2-4/+2
2006-12-07[PATCH] swsusp: Support i386 systems with PAE or without PSERafael J. Wysocki3-3/+166
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham9-6/+9
2006-12-07[PATCH] alpha: switch to pci_get APIAlan Cox3-5/+10
2006-12-07[PATCH] h8300 stray bracket fixMariusz Kozlowski1-1/+1
2006-12-07[PATCH] avr32: fixup kprobes preemption handlingPaul Mundt1-0/+1
2006-12-07[PATCH] arch/frv/kernel/futex.c must #include <linux/uaccess.h>Adrian Bunk1-1/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter15-30/+30
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter9-13/+13
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern1-4/+2
2006-12-07[PATCH] Fix kunmap_atomic's use of kpte_clear_flush()Jeremy Fitzhardinge1-10/+8
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra5-22/+16
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra8-8/+8
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W6-1/+136
2006-12-07[PATCH] uml: workqueue build fixAndrew Morton3-5/+5
2006-12-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds27-310/+105
2006-12-06[IA64] Fix pci.c kernel compilation breakage.Peter Chubb1-2/+2
2006-12-06[MIPS] Import updates from i386's i8259.cAtsushi Nemoto1-76/+86
2006-12-06[MIPS] *-berr: Header inclusions for DEC bus error handlersMaciej W. Rozycki2-0/+3
2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu23-231/+14
2006-12-06[MIPS] genirq: use name instead of typenameAtsushi Nemoto1-1/+1
2006-12-06[MIPS] Do not use handle_level_irq for ioasic_dma_irq_type.Atsushi Nemoto1-2/+1
2006-12-06Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds86-1049/+4741
2006-12-06Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds26-89/+107
2006-12-06[PATCH] m68knommu: switch 68360 to using rtc_timeGreg Ungerer1-1/+1
2006-12-06[PATCH] m68knommu: fix timer register access on 523x ColdFire platformsGreg Ungerer1-4/+12
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan8-126/+134
2006-12-06sh: update r7780rp defconfig.Paul Mundt1-20/+49
2006-12-06sh: compile fixes for header cleanup.Paul Mundt1-0/+2
2006-12-06sh: set KBUILD_IMAGE to something sensible.Paul Mundt1-1/+3
2006-12-06sh: show held locks in stack trace with lockdep.Paul Mundt1-0/+6
2006-12-06sh: platform_pata support for R7780RPPaul Mundt1-0/+29
2006-12-06sh: stacktrace/lockdep/irqflags tracing support.Paul Mundt8-2/+139
2006-12-06sh: dyntick infrastructure.Paul Mundt2-1/+141
2006-12-06sh: Clock framework tidying.Paul Mundt7-10/+33
2006-12-06sh: Turn off IRQs around get_timer_offset() calls.Paul Mundt4-29/+12
2006-12-06sh: Get the PGD right in oops case with 64-bit PTEs.Paul Mundt1-4/+2
2006-12-06sh: Fix store queue bitmap end.Paul Mundt1-6/+5
2006-12-06sh: More flexible + SH7780 earlyprintk SCIF support.Paul Mundt2-24/+38
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt8-34/+31
2006-12-06sh: Fixup 4K irq stacks.Paul Mundt1-7/+18
2006-12-06sh: dma-api channel capability extensions.Mark Glaisher1-85/+189
2006-12-06sh: Drop name overload in dma-sh.Paul Mundt1-8/+1
2006-12-06sh: Make dma-isa depend on ISA_DMA_API.Paul Mundt1-2/+2
2006-12-06sh: dma-sysfs fixes.Paul Mundt1-8/+15
2006-12-06sh: Fix syscall tracing ordering.Stuart Menefy1-23/+22
2006-12-06sh: TLB miss fast-path optimizations.Stuart Menefy5-114/+201
2006-12-06sh: R7780RP push-switch support.Paul Mundt2-1/+125
2006-12-06sh: generic push-switch framework.Paul Mundt4-1/+150
2006-12-06sh: pmd rework.Stuart Menefy2-17/+49
2006-12-06sh: Use MMU.TTB register as pointer to current pgd.Stuart Menefy1-10/+8
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy3-49/+58
2006-12-06sh: gcc4 support.Stuart Menefy8-64/+78
2006-12-06sh: Explicit endian selection support.Paul Mundt2-14/+21
2006-12-06sh: p3map_sem sem2mutex conversion.Paul Mundt2-26/+11
2006-12-06sh: Preliminary support for SH-X2 MMU.Paul Mundt4-17/+52
2006-12-06sh: Hook SH7785 in to the build system.Paul Mundt2-1/+7
2006-12-06sh: Drop CPU subtype IRQ headers.Paul Mundt5-31/+51
2006-12-06sh: Configurable timer IRQ.Paul Mundt5-4/+11
2006-12-06sh: Fixup entry-common path breakage for SH-3.Paul Mundt1-1/+1
2006-12-06sh: SE7206 build fixes.Paul Mundt6-152/+34
2006-12-06sh: Add support for Solution Engine 7206 and 7619 boards.Yoshinori Sato9-0/+1404
2006-12-06sh: Exception vector rework and SH-2/SH-2A support.Yoshinori Sato7-332/+767
2006-12-06sh: Wire up division and address error exceptions on SH-2A.Yoshinori Sato1-9/+79
2006-12-06sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato25-53/+1000
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells19-66/+81
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells258-5194/+22156
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells166-3060/+2534
2006-12-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds11-1055/+317
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds214-3723/+21188
2006-12-05[POWERPC] Add missing EXPORTS for mpc52xx supportGrant Likely2-0/+3
2006-12-05[POWERPC] Remove obsolete PPC_52xx and update CLASSIC32 commentGrant Likely1-8/+10
2006-12-05[POWERPC] ps3: add a default zImage targetGeoff Levand1-1/+4
2006-12-04[MIPS] Cleanup memory barriers for weakly ordered systems.Ralf Baechle2-3/+7
2006-12-04[MIPS] Alchemy: Automatically enable CONFIG_RESOURCES_64BIT for PCI configs.Ralf Baechle1-0/+9
2006-12-04[MIPS] Unify csum_partial.SAtsushi Nemoto6-486/+262
2006-12-04[MIPS] SWARM: Fix a typo in #error directivesMaciej W. Rozycki1-4/+4
2006-12-04[MIPS] Use SYSVIPC_COMPAT to fix various problems on N32Atsushi Nemoto3-562/+35
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds3-0/+3
2006-12-04Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds23-382/+574
2006-12-04[PATCH] m68knommu: remove __rom_end from 68360 startup codeGreg Ungerer1-1/+2
2006-12-04[PATCH] m68knommu: auto detect memory size on M5208EVB boardMichael Broughton1-0/+20
2006-12-04[PATCH] m68knommu: add SHM supportDavid Wu1-1/+22
2006-12-04[PATCH] m68knommu: add printk level for stack dumpGreg Ungerer1-6/+7
2006-12-04[PATCH] m68knommu: add printk level for oops dumpsGreg Ungerer1-17/+17
2006-12-04[PATCH] m68knommu: fix compile when CONFIG_BLK_DEV_INITRD=nAdrian Bunk1-3/+0
2006-12-04[PATCH] m68knommu: formatting cleanup in KconfigGreg Ungerer1-6/+6
2006-12-04[S390] Don't use small stacks when lockdep is used.Heiko Carstens1-1/+1
2006-12-04[S390] Memory detection fixes.Heiko Carstens3-24/+32
2006-12-04[S390] Convert extmem spin_lock into a mutex.Heiko Carstens1-11/+11
2006-12-04[S390] set KBUILD_IMAGE.Christian Borntraeger1-0/+3
2006-12-04[S390] lockdep: show held locks when showing a stackdumpHeiko Carstens1-1/+4
2006-12-04[S390] Add dynamic size check for usercopy functions.Gerald Schaefer4-59/+190
2006-12-04[S390] Use diag260 for memory size detection.Heiko Carstens1-2/+15
2006-12-04[S390] pfault code cleanup.Heiko Carstens4-44/+30
2006-12-04[S390] Cleanup memory_chunk array usage.Heiko Carstens3-13/+7
2006-12-04[S390] Misaligned wait PSW at memory detection.Heiko Carstens1-1/+2
2006-12-04[S390] cpu shutdown reworkHeiko Carstens3-144/+49
2006-12-04[S390] cpcmd <-> __cpcmd calling issuesHeiko Carstens3-17/+21
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens8-41/+115
2006-12-04[S390] extmem unbalanced spin_lock.Heiko Carstens1-2/+3
2006-12-04[S390] Use diag instead of ccw reipl.Michael Holzheu1-0/+2
2006-12-04[S390] No panic for failed rebootMichael Holzheu1-1/+2
2006-12-04[S390] Add ipl/reipl loadparm attribute.Michael Holzheu1-4/+94
2006-12-04[S390] Remove unused GENERIC_BUST_SPINLOCK from Kconfig.Heiko Carstens1-3/+0
2006-12-04[S390] remove salipl memory detection.Christian Borntraeger1-21/+0
2006-12-04[POWERPC] Fix debug printks for 32-bit resources in the PCI codeSergei Shtylyov1-13/+11
2006-12-04[POWERPC] Replace kmalloc+memset with kzallocYan Burman9-22/+9
2006-12-04[POWERPC] Linkstation / kurobox supportGuennadi Liakhovetski6-3/+2089
2006-12-04[POWERPC] Add the e300c3 core to the CPU table.Scott Wood1-0/+11
2006-12-04[POWERPC] iSeries: don't build head_64.o unnecessarilyStephen Rothwell1-1/+1
2006-12-04[POWERPC] iSeries: stop dt_mod.o being rebuilt unnecessarilyStephen Rothwell1-1/+7
2006-12-04[POWERPC] Fix cputable.h for combined buildStephen Rothwell2-1/+3
2006-12-04[POWERPC] Allow CONFIG_BOOTX_TEXT on iSeriesStephen Rothwell1-1/+1
2006-12-04[POWERPC] Allow xmon to build on legacy iSeriesStephen Rothwell2-1/+10
2006-12-04[POWERPC] Change ppc64_defconfig to use AUTOFS_V4 not V3Linas Vepstas1-2/+2
2006-12-04[POWERPC] Tell firmware we can handle POWER6 compatible modePaul Mackerras1-0/+1
2006-12-04[POWERPC] Clean images in arch/powerpc/bootGeert Uytterhoeven1-0/+1
2006-12-04[POWERPC] Fix OF pci flags parsingOlof Johansson1-0/+2
2006-12-04[POWERPC] defconfig for lite5200 boardGrant Likely1-0/+931
2006-12-04[POWERPC] Add device trees for lite5200 and lite5200b eval boardsGrant Likely2-0/+631
2006-12-04[POWERPC] Add lite5200 board support to arch/powerpcGrant Likely3-1/+170
2006-12-04[POWERPC] Add common routines for 52xx support in arch/powerpcGrant Likely3-89/+147
2006-12-04[POWERPC] Separate IRQ config / register set from main headerSylvain Munaut2-0/+54
2006-12-04[POWERPC] Move Efika support files into platforms/52xxGrant Likely6-2/+2
2006-12-04[POWERPC] Put mpc52xx support file in platforms/52xxGrant Likely2-12/+4
2006-12-04[POWERPC] Move MPC52xx PIC driver into arch/powerpc/platforms/52xxGrant Likely4-1/+7
2006-12-04[POWERPC] iSeries: allow CONFIG_CMDLINEStephen Rothwell1-1/+0
2006-12-04[POWERPC] iSeries: Eliminate "exceeds stub group size" warningsStephen Rothwell2-7/+7
2006-12-04[POWERPC] Add files build to .gitignoreRutger Nijlunsing6-1/+21
2006-12-04[POWERPC] Add of_platform support for ROM devicesVitaly Wool2-0/+32
2006-12-04[POWERPC] pSeries/kexec: Fix for interrupt distributionMohan Kumar M1-19/+49
2006-12-04[POWERPC] fix missing #include in sys_ppc32.cArnd Bergmann1-0/+1
2006-12-04[POWERPC] ps3: add a default zImage targetArnd Bergmann1-0/+1
2006-12-04[POWERPC] ps3: multiplatform build fixesArnd Bergmann6-9/+29
2006-12-04[POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3Geert Uytterhoeven1-3/+3
2006-12-04[POWERPC] cell: fix building without spufsArnd Bergmann2-4/+4
2006-12-04[POWERPC] spufs: we should only execute init_spu_base on cellStephen Rothwell1-0/+3
2006-12-04[POWERPC] spufs: always send sigtrap on breakpointArnd Bergmann1-6/+4
2006-12-04[POWERPC] spufs: return an error in spu_create is isolated create isnt supportedJeremy Kerr1-0/+4
2006-12-04[POWERPC] Fix compile issue for Efika platformNicolas DET2-1/+2
2006-12-04[POWERPC] Compile a zImage.chrp if PPC_EFIKA seletedNicolas DET1-0/+1
2006-12-04[POWERPC] powerpc: Make 970MP detectable by oprofileMike Wolf1-1/+1
2006-12-04[POWERPC] update cell_defconfig for ps3 supportArnd Bergmann1-8/+23
2006-12-04[POWERPC] ps3: add ps3_defconfigGeoff Levand1-0/+837
2006-12-04[POWERPC] ps3: add spu supportGeoff Levand3-0/+623
2006-12-04[POWERPC] ps3: add OS params supportGeoff Levand2-1/+260
2006-12-04[POWERPC] ps3: add lpar addressingGeoff Levand1-0/+11
2006-12-04[POWERPC] ps3: add interrupt supportGeoff Levand1-0/+575
2006-12-04[POWERPC] ps3: add repository supportGeoff Levand1-0/+840
2006-12-04[POWERPC] ps3: add htab routinesGeoff Levand1-0/+277
2006-12-04[POWERPC] ps3: add lv1 hvcallsGeoff Levand2-0/+831
2006-12-04[POWERPC] ps3: add support for ps3 platformGeoff Levand9-1/+1367
2006-12-04[POWERPC] cell: spu management xmon routinesMichael Ellerman1-9/+1
2006-12-04[POWERPC] cell: abstract spu management routinesGeoff Levand5-338/+454
2006-12-04[POWERPC] Import updated version of ppc disassembly code for xmonMichael Ellerman3-219/+618
2006-12-04[POWERPC] Make xmon disassembly optionalMichael Ellerman6-10/+49
2006-12-04[POWERPC] Add spu disassembly to xmonMichael Ellerman2-8/+28
2006-12-04[POWERPC] Import spu disassembly code into xmonMichael Ellerman4-0/+829
2006-12-04[POWERPC] Prepare for spu disassembly in xmonMichael Ellerman2-6/+15
2006-12-04[POWERPC] Add a sd command (spu dump) to xmon to dump spu local storeMichael Ellerman1-5/+55
2006-12-04[POWERPC] Show state of spus as theyre stopped in Cell xmon helperMichael Ellerman1-1/+4
2006-12-04[POWERPC] Fix sparse warning in xmon Cell codeMichael Ellerman1-7/+15
2006-12-04[POWERPC] cell: hard disable interrupts in power_save()Benjamin Herrenschmidt1-0/+9
2006-12-04[POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell7-87/+580
2006-12-04[POWERPC] powerpc: Workaround for of_platform without "reg" nor "dcr-reg"Benjamin Herrenschmidt1-2/+9
2006-12-04[POWERPC] Distinguish POWER6 partition modes and tell userspacePaul Mackerras7-45/+119
2006-12-04[POWERPC] cell: Add oprofile supportMaynard Johnson7-5/+776
2006-12-04[POWERPC] cell: Add routines for managing PMU interruptsKevin Corry4-0/+96
2006-12-04[POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.hKevin Corry3-87/+2
2006-12-04[POWERPC] cell: PMU register macrosKevin Corry1-1/+22
2006-12-04[POWERPC] cell: Add symbol exports for oprofileArnd Bergmann1-0/+13
2006-12-04[POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr4-148/+113
2006-12-04[POWERPC] spufs: Add runcntrl read accessorsJeremy Kerr3-0/+13
2006-12-04[POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann6-36/+79
2006-12-04[POWERPC] spufs: Fix return value of spufs_mfc_writeMasato Noguchi1-0/+1
2006-12-04[POWERPC] spufs: Always map local store non-guardedArnd Bergmann1-2/+2
2006-12-04[POWERPC] spufs: Avoid user-triggered oops in ptraceChristoph Hellwig1-8/+7
2006-12-04[POWERPC] spufs: Fix missing stop-and-signalMasato Noguchi1-10/+18
2006-12-04[POWERPC] spufs: Return correct event for data storage interruptArnd Bergmann2-1/+2
2006-12-04[POWERPC] spufs: Replace spu.nid with spu.nodeGeoff Levand1-2/+2
2006-12-04[POWERPC] spufs: Read from signal files only if data is thereDwayne Grant McConnell2-20/+22
2006-12-04[POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info.Dwayne Grant McConnell1-0/+90
2006-12-04[POWERPC] spufs: Remove /spu_tag_mask fileDwayne Grant McConnell1-23/+0
2006-12-04[POWERPC] spufs: Add /lslr, /dma_info and /proxydma filesDwayne Grant McConnell3-6/+137
2006-12-04[POWERPC] spufs: Change %llx to 0x%llx.Dwayne Grant McConnell1-6/+7
2006-12-04[POWERPC] 8xx: Off-by-one fixes to SCC parameter RAM definitionsKalle Pokki1-4/+4
2006-12-04[POWERPC] setup_kcore(): Fix incorrect function name in panic() call.Geert Uytterhoeven1-1/+1
2006-12-04[POWERPC] Don't compile arch/powerpc mpc52xx_pic driver for ARCH=ppcGrant Likely1-1/+1
2006-12-04[POWERPC] Fix wraparound problem in smp-tbsync on 32-bitAdrian Cox1-1/+1
2006-12-04[POWERPC] Cleanup zImage handling of kernel entry with flat device treeDavid Gibson3-13/+14
2006-12-04[POWERPC] Small clarification of initrd handlingDavid Gibson1-7/+14
2006-12-04[POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPULinas Vepstas2-2/+7
2006-12-04[POWERPC] Make pci_read_irq_line the default on mpc7448hpc2 boardZang Roy-r619113-87/+93
2006-12-04[POWERPC] Compilation fixes for ppc4xx PCI-less configsWojtek Kaniewski3-0/+6