aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] IS_ERR() unlikeliness cleanupAndrew Morton2-3/+3
2004-08-22[PATCH] sparc: remove undefined symbolWilliam Lee Irwin III2-2/+2
2004-08-22[PATCH] alpha: print the symbol of pc and ra during OopsAneesh Kumar1-0/+2
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-5/+3
2004-08-22[PATCH] prio_tree: iterator + vma_prio_tree_next cleanupRajesh Venkatasubramanian2-9/+6
2004-08-22[PATCH] Altix system controller communication driverGreg Howard2-0/+2
2004-08-22[PATCH] do_general_protection doesn't disable irqAndrea Arcangeli1-3/+0
2004-08-22[PATCH] fbdev: use 8-bit DAC for capable hardwareAntonino Daplas1-0/+36
2004-08-22[PATCH] IO-APIC debug message reductionMark Broadbent2-42/+101
2004-08-22[PATCH] x86: move PIT code to timer_pitZwane Mwaikambo2-42/+47
2004-08-22[PATCH] remove dead prototypesCarl Spalletta2-2/+0
2004-08-22[PATCH] Fix x86-64 singlestep through sigreturn system callRoland McGrath2-2/+8
2004-08-22[PATCH] send_IPI_mask_bitmask() build fixAndrew Morton1-2/+2
2004-08-22[PATCH] arch/i386/kernel/smp.c gcc341 inlining fixMikael Pettersson1-1/+2
2004-08-22[PATCH] percpu: cpu_tlbstateShai Fultheim2-12/+12
2004-08-22[PATCH] percpu: init_tssShai Fultheim7-13/+10
2004-08-22[PATCH] percpu: cpu_gdt_tableShai Fultheim5-30/+34
2004-08-22[PATCH] Don't use SYSGOOD for ptrace singlestepDavide Libenzi1-2/+2
2004-08-22[PATCH] ptrace single-stepping fixDavide Libenzi2-2/+7
2004-08-22[PATCH] i386 oops output: dump preceding codeKeith Owens1-8/+10
2004-08-22[PATCH] HVCS fixesRyan S. Arnold1-28/+58
2004-08-22[PATCH] ppc64: mf_proc file position fixDave Boutcher1-18/+12
2004-08-22[PATCH] ppc64: Use correct buffer size in RTAS callPaul Mackerras1-8/+10
2004-08-22[PATCH] ppc64: Extend ioremap/iounmap infrastructurePaul Mackerras2-26/+83
2004-08-22[PATCH] ppc64: rtas_call was calling kmalloc too earlyPaul Mackerras1-4/+8
2004-08-22[PATCH] ppc64: tweak schedule_timeout in __cpu_dieNathan Lynch1-2/+2
2004-08-22[PATCH] ppc64: switch screen_info init to C99Olof Johansson1-9/+6
2004-08-22[PATCH] ppc64: bolted SLB entry for iSeriesDavid Gibson2-5/+7
2004-08-22[PATCH] ppc64: HVSI driverHollis Blanchard1-4/+23
2004-08-22[PATCH] ppc64: Fix v_regs pointer setupSrivatsa Vaddagiri1-1/+1
2004-08-22[PATCH] ppc64: Reduce verbosity of RTAS error logsPaul Mackerras3-29/+80
2004-08-22[PATCH] ppc64 Fix unbalanced pci_dev_put in EEH codePaul Mackerras1-1/+10
2004-08-22[PATCH] ppc64: log firmware errors during bootPaul Mackerras1-1/+12
2004-08-22[PATCH] ppc64: fix idle loop for offline cpuPaul Mackerras1-7/+7
2004-08-22[PATCH] ppc64: Don't call scheduler on offline cpuPaul Mackerras1-1/+14
2004-08-22[PATCH] ppc64: set tbl->it_type in iommu codePaul Mackerras1-0/+2
2004-08-22[PATCH] ppc64: Fix oprofile error messagesAnton Blanchard1-2/+3
2004-08-22[PATCH] ppc64: add missing EXPORT_SYMBOLS for oprofileAnton Blanchard4-0/+9
2004-08-22[PATCH] ppc64: allow oprofile module to be safely unloadedAnton Blanchard2-7/+7
2004-08-22[PATCH] ppc64: disable oprofile debug messagesAnton Blanchard2-2/+2
2004-08-22[PATCH] ppc64: POWER4 oprofile updateAnton Blanchard3-6/+52
2004-08-22[PATCH] ppc64: remove unnecessary cpu mapsPaul Mackerras3-14/+2
2004-08-22[PATCH] ppc64: rework secondary SMT thread setup at bootPaul Mackerras3-8/+13
2004-08-22[PATCH] ppc64: use cpu_present_map in ppc64Paul Mackerras2-0/+6
2004-08-22[PATCH] ppc64: use platform numbering of cpus for hypervisor calls.Paul Mackerras2-4/+6
2004-08-22[PATCH] ppc64: include profile.c in kernel/irq.cDave Hansen1-0/+1
2004-08-22[PATCH] ppc64: set time-related systemcfg fieldsPaul Mackerras2-0/+32
2004-08-22[PATCH] ppc64: remove old asm offsetsAnton Blanchard1-8/+0
2004-08-22[PATCH] ppc64: reduce stack overflow warning thresholdAnton Blanchard1-4/+4
2004-08-22[PATCH] ppc32: fix warnings on Ebony MTD buildMatt Porter1-9/+9
2004-08-22[PATCH] ppc32: Fix bug in altivec emulationPaul Mackerras2-4/+4
2004-08-22[PATCH] ppc32: export __dma_sync & __dma_sync_pageEugene Surovegin1-0/+2
2004-08-22[PATCH] ppc32: emulate obsolete instructionsPaul Mackerras2-116/+158
2004-08-22[PATCH] ppc32: handle misaligned string/multiple insnsPaul Mackerras1-64/+99
2004-08-22[PATCH] ppc32: make PPC40x large tlb mapping optionalMatt Porter2-0/+10
2004-08-22[PATCH] ppc32: optimize/fix timer_interrupt loopMatt Porter1-1/+1
2004-08-22[PATCH] ppc32: remove hardcoded offsets from ppc asmBenjamin Herrenschmidt1-0/+7
2004-08-22[PATCH] Make i386 die() more resilient against recursive errorsKeith Owens1-18/+35
2004-08-22[PATCH] NMI trigger switch support for debugging(updated)Akiyama Nobuyuki2-17/+72
2004-08-22[PATCH] tg3 section fixRandy Dunlap1-1/+1
2004-08-22[PATCH] context-switching overhead in X, ioport()Ingo Molnar2-28/+49
2004-08-22Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds14-243/+387
2004-08-22Add another Intel cache descriptor entry.Linus Torvalds1-0/+1
2004-08-22Merge bk://bk.arm.linux.org.uk/linux-2.6-fbLinus Torvalds3-1/+477
2004-08-22[PATCH] ppc32: Fix booting on some OldWolrd MacsBenjamin Herrenschmidt1-0/+3
2004-08-22Merge bk://gkernel.bkbits.net/netdev-2.6Linus Torvalds5-5/+7
2004-08-22Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik4-10/+10
2004-08-22[PATCH] missing CPU descriptorsAlan Cox1-0/+2
2004-08-21[PATCH] fix OProfile events with zero event valuesJohn Levon4-5/+5
2004-08-21Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds77-2274/+5709
2004-08-20[CPUFREQ] Recognise another Dothan variant in speedstep driver.Dave Jones1-0/+3
2004-08-19[CPUFREQ] fix typo on gx-suspmod.cDave Jones1-0/+1
2004-08-19[ARM PATCH] 2026/1: S3C2410 - header text for arch/arm/mach-s3c2410/s3c2410.hBen Dooks1-1/+15
2004-08-19[ARM PATCH] 2025/1: S3C2410 - default platform devicesBen Dooks3-1/+373
2004-08-18[CPUFREQ] Support VIA C3 Nehemiah's with 200MHz FSB.Dave Jones1-1/+5
2004-08-17[ARM] Update mach-types.Russell King1-1/+28
2004-08-17[ARM] Remove unnecessary get_user/put_user checks.Russell King2-83/+33
2004-08-17[ARM PATCH] 1963/1: Intel XScale IOP310 removalDave Jiang17-2153/+145
2004-08-17[CPUFREQ] Typo fixes.Dave Jones2-3/+3
2004-08-17[ARM] Fix Integrator CPUFREQ support.Russell King1-4/+4
2004-08-17[ARM] Add CLCD support for IM-PD/1 board.Russell King1-0/+191
2004-08-17[ARM] Add CLCD support for Integrator/CP platform.Russell King1-0/+76
2004-08-17[ARM] Add CLCD support for Versatile platform.Russell King1-1/+210
2004-08-16Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik4-10/+10
2004-08-15[ARM] Move bootmem_init() call into paging_init()Russell King2-6/+4
2004-08-14[ARM PATCH] 1993/3: S3C2410 DMA SupportBen Dooks4-0/+1117
2004-08-14[ARM PATCH] 1991/1: S3C2410 - irq updatesBen Dooks1-33/+110
2004-08-14[ARM PATCH] 2010/1: OMAP update 6/6: Add leds support for H2Tony Lindgren1-15/+17
2004-08-14[ARM PATCH] 2009/1: OMAP update 5/6: Remove old OMAP busTony Lindgren1-246/+0
2004-08-14[ARM PATCH] 2007/1: OMAP update 3/6: Arch filesTony Lindgren16-156/+842
2004-08-14[ARM PATCH] 2006/1: OMAP update 2/6: Board support files for OMAP H2 and H3Tony Lindgren2-0/+205
2004-08-14[ARM PATCH] 2005/1: OMAP update 1/6: Add McBSP supportTony Lindgren1-0/+669
2004-08-14[ARM PATCH] 1995/1: S3C2410 - Clock controlsBen Dooks3-1/+325
2004-08-14[ARM PATCH] 1955/3: Motorola i.MX architecture supportSascha Hauer18-6/+1763
2004-08-14[ARM PATCH] 1866/4: kernel support for iWMMXt present on some XScale coresNicolas Pitre8-5/+496
2004-08-13mergeLen Brown1-47/+0
2004-08-13[ACPI] Enter ACPI mode earlierLen Brown1-44/+0
2004-08-13[ARM PATCH] 2013/1: IXP4xx: Make clock monotonicDavid Vrabel1-1/+1
2004-08-13Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown36-902/+2036
2004-08-12[PATCH] PA-RISC updateMatthew Wilcox30-691/+2029
2004-08-12Merge pobox.com:/spare/repo/linux-2.6Jeff Garzik4-10/+10
2004-08-13[ARM PATCH] 2002/1: lh7a40x Timer fixupMarc Singer2-1/+3
2004-08-13[ARM PATCH] 2001/1: lh7a40x IDE cleanupMarc Singer3-209/+3
2004-08-12[ARM PATCH] 2012/1: Use -malignment-traps instead of -mshort-load-bytes if gc...Catalin Marinas1-1/+1
2004-08-12Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown6-7/+10
2004-08-11[CPUFREQ] avoid re-enabling of interrupts too early during resumeDave Jones1-2/+5
2004-08-11[CPUFREQ] fix powernow-k8 compilation [bug 3180]Dave Jones1-1/+1
2004-08-11[PATCH] Remove CONFIG_SERIAL_8250_MANY_PORTS from Ebony / OcoteaTom Rini2-2/+2
2004-08-11[SPARC64]: Update defconfig.David S. Miller1-0/+3
2004-08-11[SPARC64]: Change TIF_BLKCOMMIT into a fault code.David S. Miller2-4/+4
2004-08-11[SPARC64]: Kill swapper_space test in arch/sparc64/mm/tlb.cDavid S. Miller1-1/+1
2004-08-11Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown195-1246/+758
2004-08-09[PATCH] 4kstacks: fix compile with gcc 2.95Dave Hansen1-2/+6
2004-08-10Cset exclude: davej@redhat.com|ChangeSet|20040809142517|56351Dave Jones1-89/+0
2004-08-09Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds168-168/+0
2004-08-09Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller4-26/+37
2004-08-09Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller168-168/+0
2004-08-09[CPUFREQ] Initial Dothan speedstep support.Dave Jones1-0/+89
2004-08-09[SPARC64]: Fix spitfire bugs in tlb flush and copy_page changes.David S. Miller2-7/+9
2004-08-09mips: fix up some straggling sysctl functions Linus Torvalds1-12/+12
2004-08-09Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds2-11/+24
2004-08-09[ARM] Fix two makefile problemsRussell King2-3/+3
2004-08-09[NET]: Kill stray NET_FASTROUTE references.Pawel Sikora168-168/+0
2004-08-09Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller14-111/+80
2004-08-09[SPARC64]: Use saner local label names in Ultra3 copies.David S. Miller3-96/+87
2004-08-09Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown13-111/+78
2004-08-09[SPARC64]: Remove memcpy Ultra3 PCACHE patching trick.David S. Miller4-87/+3
2004-08-08[PATCH] [ppc64] Fix SLB castout issueAnton Blanchard1-11/+22
2004-08-08[SPARC64]: Fix up copy_page just like clear_page.David S. Miller5-357/+240
2004-08-08Merge http://lia64.bkbits.net/to-base-2.6Linus Torvalds1-0/+2
2004-08-09init.c, pgalloc.h:Yanmin Zhang1-0/+2
2004-08-08Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds5-54/+45
2004-08-08[ARM] Eliminate io.c sparse warnings/ gcc 3.4 errors.Russell King1-6/+8
2004-08-08[ARM] Fix sparse warnings in nwfpe.Russell King4-48/+37
2004-08-08[SPARC64]: Make clear_user_page more leight weight.David S. Miller3-100/+107
2004-08-08[SPARC64]: Always record actual PC when kernel profiling.David S. Miller6-52/+9
2004-08-08ppc64: add user annotations to rtc driverLinus Torvalds1-5/+5
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds4-28/+7
2004-08-07Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown50-2105/+1554
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds3-21/+21
2004-08-07The seq_file code already disabled pread/pwrite access,Linus Torvalds1-3/+0
2004-08-07[SPARC64]: Update defconfig.David S. Miller1-4/+1
2004-08-07Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.4David S. Miller8-356/+266
2004-08-07[SPARC64]: Kill TLB rtrap debug code.David S. Miller2-19/+0
2004-08-07Add pread/pwrite support bits to match the lseek bit.Linus Torvalds1-0/+7
2004-08-07[PATCH] ppc32: add PPC4xx DMA engine libraryMatt Porter4-402/+999
2004-08-07[PATCH] ppc32: remove pci-dma.cMatt Porter1-49/+0
2004-08-07[PATCH] ppc32: fix ebony uart clockGeoffrey LEVAND1-1/+2
2004-08-07[PATCH] ppc32: clean up PPC44x mmu_mapin_ram()Matt Porter1-37/+8
2004-08-07[PATCH] ppc64: suppress unused var warning in get_irq_server()Dave Hansen1-2/+2
2004-08-07[PATCH] ppc64: move SPINLINE out of global menuDave Hansen1-2/+2
2004-08-07[PATCH] ppc64: suppress 'store_purr' unused warningAnton Blanchard1-2/+2
2004-08-07[PATCH] ppc64: fix chrp_progress mismergeAnton Blanchard1-24/+18
2004-08-07[PATCH] ppc64: set SMT thread priority to medium for all exceptionsAnton Blanchard1-0/+10
2004-08-07[PATCH] ppc64: avoid speculative execution after rfidAnton Blanchard2-2/+16
2004-08-07[PATCH] ppc64: fix PCI allocation warningAnton Blanchard1-4/+6
2004-08-07[PATCH] ppc64: various XICS fixesAnton Blanchard1-34/+18
2004-08-07[PATCH] ppc64: 32-bit ptrace geteventmsg fixJohn Engel1-1/+3
2004-08-07[PATCH] ppc64: pci_dn cleanupsPaul Mackerras4-66/+52
2004-08-07[PATCH] ppc64: fix free_irq()Andrey Panin1-44/+33
2004-08-07[PATCH] s390: qeth performance.Thomas Spatzier2-0/+10
2004-08-07[PATCH] s390: core changes.Martin Schwidefsky6-2/+67
2004-08-07[PATCH] sparc32: gcc-3.3 macro parenthesization fix for memcpy.SWilliam Lee Irwin III1-114/+114
2004-08-07[PATCH] sparc32: make CONFIG_SMP depend on CONFIG_BROKENWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: sun4 does not support SMPWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: define cache_decay_ticksWilliam Lee Irwin III1-0/+1
2004-08-07[PATCH] sparc32: remove references to start_secondary()William Lee Irwin III2-2/+0
2004-08-07[PATCH] sparc32: reinstate smp_reschedule_irq()William Lee Irwin III1-0/+5
2004-08-07[PATCH] sparc32: smp_processor_id() BITFIXUP fixesWilliam Lee Irwin III2-4/+4
2004-08-07[PATCH] sparc32: sun4d cpu_present_map is a cpumask_tWilliam Lee Irwin III1-11/+11
2004-08-07[PATCH] sparc32: sparc32 init_idle()William Lee Irwin III3-6/+0
2004-08-07[PATCH] sparc32: turbosparc flush warningsWilliam Lee Irwin III1-6/+2
2004-08-06Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown4-1/+872
2004-08-06[SPARC64]: Implement tlb flush batching just like ppc64.David S. Miller7-351/+271
2004-08-06[SPARC64]: Eliminate costly sdivx from gettimeofday.David S. Miller1-5/+14
2004-08-06Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown1-54/+23
2004-08-06Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds7-145/+149
2004-08-07[ARM] Remove unnecessary CONFIG_CPU_32 preprocessor conditional.Russell King2-11/+2
2004-08-06[ARM PATCH] 1990/1: S3C2410 - fix mis-spelled time initialisation callsBen Dooks2-2/+3
2004-08-06[ARM PATCH] 1989/1: S3C2410 - rename owner of VR1000 board and update helpBen Dooks1-2/+5
2004-08-06[ARM PATCH] 1988/1: S3C2410 - defconfig update to include all boardsBen Dooks1-129/+136
2004-08-06[ARM PATCH] 1986/1: bootpImage/ARM: add ability to run from non-zero addressKevin Hilman1-1/+3
2004-08-06[PATCH] ppc32: Fix building of certain CPU typesTom Rini5-45/+11
2004-08-06[PATCH] Remove ppc32 proc_rtas.cPaul Mackerras5-1100/+0
2004-08-05[PATCH] Re-implemented i586 asm AESJames Morris4-1/+872
2004-08-05Merge bk://gkernel@bkbits.net/netdev-2.6Jeff Garzik4-10/+10
2004-08-05Merge intel.com:/home/lenb/bk/linux-2.6.8Len Brown30-1953/+971
2004-08-05[PATCH] Fix ppc htab seq_file conversionAlexander Viro1-2/+2
2004-08-05[PATCH] ppc: seq_file conversion for ppc_htabAlexander Viro1-53/+22
2004-08-05[PATCH] ppc64: Fix rtas file messAlexander Viro1-407/+272
2004-08-05[PATCH] ppc32: Fix 'mktree' on 64bit hostsTom Rini1-7/+8
2004-08-05Merge http://lia64.bkbits.net/to-base-2.6Linus Torvalds10-343/+438
2004-08-05Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds12-150/+249
2004-08-05[ARM PATCH] 1974/1: add INITTIME macro to collie machine structureJohn Lenz1-0/+1
2004-08-05[ARM PATCH] 1972/1: IPAQ H1940 - fix serial clock baseBen Dooks1-3/+3
2004-08-05[ARM PATCH] 1971/1: BAST - default configuraiton updateBen Dooks1-128/+127
2004-08-05[ARM PATCH] 1968/1: S3C2410 - GPIO updates and access functionsBen Dooks2-1/+99
2004-08-05[ARM PATCH] 1966/1: S3C2410 - Fix for serial driver compile errorBen Dooks1-1/+1
2004-08-05[ARM PATCH] 1965/1: gas only generates the c and f field bits for the "msr [c...Catalin Marinas5-15/+15
2004-08-05[ARM PATCH] 1964/1: Wrong cache block operations checkingCatalin Marinas1-2/+3