aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2004-08-25[PATCH] ppc32: Improve workaround for 74xx CPUs with broken BTICBenjamin Herrenschmidt1-3/+3
2004-08-25[PATCH] ppc32: properly export some pcibios_* functionsBenjamin Herrenschmidt1-5/+4
2004-08-25[PATCH] missing export of memchr on armAlexander Viro1-0/+1
2004-08-25[SPARC64]: Use force_{sig,sigsegv}() in sparc signal handling.David S. Miller3-24/+21
2004-08-25[SPARC64]: Update defconfig.David S. Miller1-5/+20
2004-08-25Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller2-6/+31
2004-08-25[PATCH] signal-race-fix: ia64David Mosberger1-26/+38
2004-08-25[PATCH] alpha signal race fixesWilliam Lee Irwin III1-5/+4
2004-08-25[PATCH] ppc64: signal race fixPaul Mackerras2-24/+15
2004-08-25[PATCH] signal handling race fixes: sparc and sparc64David S. Miller3-27/+14
2004-08-25[PATCH] signal-race-fixes: x86-64 supportAndi Kleen1-10/+6
2004-08-25[PATCH] ppc signal handling fixesMikael Pettersson1-14/+9
2004-08-25[PATCH] signal-race fixes for s390Martin Schwidefsky2-17/+9
2004-08-25[PATCH] signal handling race fixCorey Minyard1-9/+5
2004-08-25Merge common signal handling fault handling in generic code.Linus Torvalds23-129/+40
2004-08-25Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds1-88/+148
2004-08-25[ARM] Fix some sparse complaints:Russell King2-10/+7
2004-08-25[ARM PATCH] 2047/1: disable NWFPE_XP on big endianLennert Buytenhek1-1/+1
2004-08-25[ARM PATCH] 2046/1: fix nwfpe for double arithmetic on big-endian platformsLennert Buytenhek1-0/+10
2004-08-25[ARM PATCH] 2044/1: S3C2410 - missing IRQ_TICK from RTC resourcesBen Dooks1-1/+6
2004-08-25[ARM PATCH] 2043/1: S3C2410 update to registered devicesBen Dooks6-34/+123
2004-08-25[ARM PATCH] 2042/1: S3C2410 - Clock fixes, added watchdog clockBen Dooks1-4/+10
2004-08-25[ARM] Move DMA mask-based bounce detection to dmabounce code.Russell King2-20/+17
2004-08-24Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds1-88/+148
2004-08-24[CPUFREQ] Remove fsb argument from longhauls calc_speed()Dave Jones1-8/+8
2004-08-24[CPUFREQ] Fix silly typo that broke the compile.Dave Jones1-1/+1
2004-08-24[CPUFREQ] Work around some broken userspace daemons.Dave Jones1-2/+7
2004-08-24[CPUFREQ] Fix reset-to-max-speed on unloading of longhaul driver.Dave Jones1-6/+6
2004-08-24[CPUFREQ] Samuel2 can use eblcr to determine FSB.Dave Jones1-1/+1
2004-08-24[CPUFREQ] fix up random CodingStyle /whitespace regressions.Dave Jones1-18/+20
2004-08-24[CPUFREQ] Further cleanups to longhaul driver using defines.Dave Jones1-13/+28
2004-08-24[CPUFREQ] Prettyprint longhaul speeds.Dave Jones1-4/+20
2004-08-24Merge delerium.codemonkey.org.uk:/mnt/data/src/bk/bk-linusDave Jones1-63/+85
2004-08-24[CPUFREQ] Remove extraneous commentDave Jones1-1/+1
2004-08-24[PATCH] ppc64: better handling of H_ENTER failuresPaul Mackerras4-24/+51
2004-08-24[CPUFREQ] Powersaver also has voltage scaling abilities.Dave Jones1-1/+2
2004-08-24Use "insert_resource()" to add the PCI resources to theLinus Torvalds1-1/+1
2004-08-24[CPUFREQ] Introduce some defines for the longhaul version, and use them.Dave Jones1-62/+83
2004-08-24[SPARC64]: Save/restore %asi properly in signal handling.David S. Miller2-6/+31
2004-08-23Merge bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds304-5711/+7420
2004-08-23[PATCH] Missing free_area_init_node() conversionsWilliam Lee Irwin III6-15/+14
2004-08-23[PATCH] Alex DeVries has movedAdrian Bunk1-1/+1
2004-08-23[PATCH] describe Intel cache descriptors.Dave Jones1-38/+38
2004-08-23[PATCH] i386-unbusy-tss cleanupZachary Amsden1-2/+0
2004-08-23[PATCH] s390: core changesMartin Schwidefsky3-5/+4
2004-08-23[PATCH] Move param section out of init area, for export of built-in module pa...Rusty Russell22-74/+0
2004-08-23[PATCH] Centralize i386 ConstantsRusty Russell3-5/+8
2004-08-23[PATCH] Fix ttyS0 vs. ttyS00 confusionPavel Machek2-2/+2
2004-08-23[PATCH] fix some comments about epoch in arch/alpha/kernel/time.cChristoph Hellwig1-1/+1
2004-08-23[PATCH] ppc32: remove dead CONFIG_KERNEL_ELF Kconfig entryChristoph Hellwig1-4/+0
2004-08-23[PATCH] ix86,x86_64 cpu featuresPawel Sikora2-4/+4
2004-08-23[PATCH] x86: quieten the "ESR value" printksDave Jones1-6/+6
2004-08-23[PATCH] apm_info.disabled fixPawel Sikora1-0/+2
2004-08-23[PATCH] Fix warnings in es7000Andi Kleen2-2/+2
2004-08-23[PATCH] fix i386/x86_64 idle routine selectionZwane Mwaikambo2-12/+2
2004-08-23[PATCH] OProfile/XScale fixes for PXA270/XScale2Zwane Mwaikambo1-6/+15
2004-08-23[PATCH] kill CLONE_IDLETASKWilliam Lee Irwin III1-0/+5
2004-08-23[PATCH] sched: consolidate CLONE_IDLETASK maskingWilliam Lee Irwin III23-34/+21
2004-08-23[PATCH] x86: remove hard-coded numbers from ptr_ok()Roland Dreier1-1/+1
2004-08-23[PATCH] Automatically enable bigsmp on big HP machinesArjan van de Ven2-2/+28
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen14-22/+24
2004-08-23[PATCH] New x86-64 mergeAndi Kleen38-647/+1173
2004-08-23[PATCH] Make UML build and runJeff Dike6-36/+31
2004-08-23[PATCH] UML fixesJeff Dike5-8/+10
2004-08-23[PATCH] UML updatesJeff Dike3-8/+10
2004-08-23[PATCH] uml: remove a group of unused bh functionsCoywolf Qi Hunt1-43/+0
2004-08-23[PATCH] uml: Fix os_process_pc and os_process_parent for corner cases.Paolo \'Blaisorblade\' Giarrusso1-6/+8
2004-08-23[PATCH] uml: little-kmallocPaolo \'Blaisorblade\' Giarrusso1-1/+1
2004-08-23[PATCH] uml: Make malloc() call vmalloc if needed. Needed for hostfs on 2.6 h...Paolo \'Blaisorblade\' Giarrusso3-4/+44
2004-08-23[PATCH] uml: Removes dead code in trap_kern.cPaolo \'Blaisorblade\' Giarrusso1-8/+1
2004-08-23[PATCH] uml: Avoids a panic for a legal situationPaolo \'Blaisorblade\' Giarrusso3-3/+3
2004-08-23[PATCH] uml: Adds some exportsPaolo \'Blaisorblade\' Giarrusso1-0/+2
2004-08-23[PATCH] uml: Handles correctly errno == EINTR in lots of places.Paolo \'Blaisorblade\' Giarrusso17-37/+61
2004-08-23[PATCH] uml: Fix for sysemu patchesPaolo \'Blaisorblade\' Giarrusso4-46/+58
2004-08-23[PATCH] uml: Adds /proc/sysemu to toggle SYSEMU usage.Paolo \'Blaisorblade\' Giarrusso4-35/+92
2004-08-23[PATCH] uml: Adds the "nosysemu" command line parameter to disable SYSEMUPaolo \'Blaisorblade\' Giarrusso1-4/+22
2004-08-23[PATCH] uml: Use PTRACE_SCEMU (the so-called SYSEMU) to reduce syscall cost.Paolo \'Blaisorblade\' Giarrusso3-0/+64
2004-08-23[PATCH] uml: Folds hostaudio_user.c into hostaudio_kern.c.Paolo \'Blaisorblade\' Giarrusso4-203/+50
2004-08-23[PATCH] uml: Fixes raw() and uses it in check_one_sigio; also fixes a silly p...Paolo \'Blaisorblade\' Giarrusso3-13/+31
2004-08-23[PATCH] uml: Reduces code in *_user files, by moving it in _kern files if alr...Paolo \'Blaisorblade\' Giarrusso2-48/+47
2004-08-23[PATCH] uml: Avoids compile failure when host misses tkill().Paolo \'Blaisorblade\' Giarrusso1-1/+4
2004-08-23[PATCH] uml: Kill useless warningsPaolo \'Blaisorblade\' Giarrusso2-1/+4
2004-08-23[PATCH] uml: Makes "make help ARCH=um" work.Paolo \'Blaisorblade\' Giarrusso1-0/+6
2004-08-23[PATCH] uml: Adds LEGACY_PTY config optionPaolo \'Blaisorblade\' Giarrusso1-4/+53
2004-08-23[PATCH] uml: Avoid that gcc breaks UML with "unit at a time" compilation mode.Paolo \'Blaisorblade\' Giarrusso1-0/+2
2004-08-23[PATCH] uml: rename console_devicePaolo \'Blaisorblade\' Giarrusso1-2/+2
2004-08-23[PATCH] uml: CPU scheduler updateAndrew Morton1-3/+1
2004-08-23[PATCH] UML updatesJeff Dike4-41/+65
2004-08-23[PATCH] UML: remove the COW block driverJeff Dike3-642/+1
2004-08-23[PATCH] uml: Uml base patchPaolo \'Blaisorblade\' Giarrusso152-3761/+5929
2004-08-23[PATCH] flexible-mmap for ppc64Anton Blanchard2-1/+87
2004-08-23[PATCH] flex mmap for s390(x)Arjan van de Ven2-1/+84
2004-08-23[PATCH] sysctl tunable for flexmmapArjan van de Ven1-1/+2
2004-08-23[PATCH] i386 virtual memory layout reworkIngo Molnar2-1/+71
2004-08-23[PATCH] sched: sparc32 fixesWilliam Lee Irwin III2-11/+2
2004-08-23[PATCH] sched: consolidate init_idle() and fork_by_hand()William Lee Irwin III13-174/+18
2004-08-23[PATCH] move CONFIG_SCHEDSTATS to arch/ppc64/Kconfig.debugNathan Lynch2-12/+12
2004-08-23[PATCH] scheduler statisticsRick Lindsley4-0/+48
2004-08-23[PATCH] Create cpu_sibling_map for PPC64Matthew Dobson1-0/+7
2004-08-23[PATCH] sched: limit cpuspan of node scheduler domainsJesse Barnes1-0/+1
2004-08-23[PATCH] sched: consolidate sched domainsNick Piggin5-517/+0
2004-08-23[PATCH] sched: cleanup init_idle()Nick Piggin11-32/+15
2004-08-23Merge upstream changes by hand.Tom Rini65-1335/+1362
2004-08-23Merge kernel.crashing.org:/home/trini/work/kernel/devel/linux-2.6-reorgTom Rini34-1122/+735
2004-08-23ppc32: Fix a typo in cputable.cTom Rini1-1/+1
2004-08-23ppc32: Fix a compile error when CONFIG_PREP && !CONFIG_PREP_RESIDUALTom Rini1-0/+2
2004-08-23[PATCH] ppc64: use struct list_head for hose_listPaul Mackerras6-21/+19
2004-08-23[PATCH] ppc64: fix enable_surveillance() for power5Nathan Fontenot1-6/+9
2004-08-23Merge bk://ppc.bkbits.net/for-linus-ppc64Linus Torvalds3-143/+107
2004-08-23Merge delerium.codemonkey.org.uk:/mnt/data/src/bk/bk-linusDave Jones14-243/+387
2004-08-23sparse: don't use signed single-bit bitfields.Linus Torvalds1-1/+1
2004-08-23Merge bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds1-0/+2
2004-08-23Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds25-2281/+1209
2004-08-23Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller1-0/+1
2004-08-23Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller24-2281/+1208
2004-08-23[SPARC64]: Update defconfig.David S. Miller1-0/+1
2004-08-23[SPARC64]: Durrrr, missed signal handling fix from 2.4.xDavid S. Miller3-0/+10
2004-08-23[SPARC64]: Implement little-endian bitops using normal ones.David S. Miller2-40/+0
2004-08-23[SPARC64]: Kill bogus __strlen symbol and strncmp inline cruft.David S. Miller3-8/+3
2004-08-23[SPARC64]: Fix bugs in new U1memcpy code.David S. Miller2-3/+14
2004-08-23[SPARC64]: Revamped memcpy infrastructure.David S. Miller14-2212/+1115
2004-08-23[SPARC64]: Fix PCI IOMMU invalid iopte handling.David S. Miller4-21/+69
2004-08-23Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds162-2704/+2489
2004-08-22Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds90-2069/+1283
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-22We weren't including <syslib/m8260_pci.h> from <asm/mpc8260.h>, soTom Rini1-0/+1
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman47-378/+105
2004-08-23kbuild/all archs: Utilise the cc-* functionsSam Ravnborg10-41/+31
2004-08-22kbuild: Consolidated cc support functionSam Ravnborg1-17/+16
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