aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2004-09-13Merge bk://are.twiddle.net/axp-2.6Linus Torvalds3-7/+19
2004-09-13Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds5-12/+61
2004-09-13[PATCH] uml: remove CONFIG_UML_SMPPaolo \'Blaisorblade\' Giarrusso1-5/+2
2004-09-13[PATCH] uml: smp build fixPaolo \'Blaisorblade\' Giarrusso1-1/+7
2004-09-13[PATCH] uml: remove commented old code in KconfigPaolo \'Blaisorblade\' Giarrusso1-5/+0
2004-09-13[PATCH] uml: disable pending signals across a rebootJeff Dike6-0/+36
2004-09-13[PATCH] uml: fix binary layout assumptionJeff Dike2-2/+12
2004-09-13[PATCH] uml: fix scheduler raceJeff Dike1-1/+13
2004-09-13[PATCH] uml: eliminate useless thread fieldJeff Dike6-18/+9
2004-09-13[PATCH] uml: remove ghash.hJeff Dike1-48/+48
2004-09-13[PATCH] ppc32: pmac cpufreq for ibook 2 600Benjamin Herrenschmidt1-5/+2
2004-09-13[PATCH] ppc32: remove -Wno-uninitializedAnton Blanchard1-1/+1
2004-09-13[PATCH] ppc64: improved VSID allocation algorithmDavid Gibson4-59/+35
2004-09-13[PATCH] ppc64: Fix spurious warnings uncovered by -Wno-uninitialized removalAnton Blanchard10-16/+17
2004-09-13[PATCH] ppc64: Fix real bugs uncovered by -Wno-uninitialized removalAnton Blanchard1-1/+2
2004-09-13[PATCH] ppc64: remove -Wno-uninitializedAnton Blanchard1-2/+1
2004-09-13[PATCH] ppc64: clean up idle loop codeAnton Blanchard1-64/+60
2004-09-13[PATCH] ppc64: enable POWER5 low power mode in idle loopAnton Blanchard1-9/+13
2004-09-13[PATCH] ppc64: restore smt-enabled=off kernel command line optionAnton Blanchard4-75/+69
2004-09-13[PATCH] ppc64: use early_paramAnton Blanchard2-51/+61
2004-09-13[PATCH] ppc64: remove EEH command line device matching codeAnton Blanchard1-160/+5
2004-09-13[PATCH] ppc64: remove unused ppc64_calibrate_delayAnton Blanchard1-18/+5
2004-09-13[PATCH] ppc64: clean up kernel command line codeAnton Blanchard4-77/+17
2004-09-13[PATCH] ppc64: use nm --synthetic where availableAnton Blanchard1-0/+6
2004-09-13[PATCH] ppc64: give the kernel an OPD sectionAnton Blanchard1-1/+4
2004-09-13[PATCH] ppc64: Enable NUMA APIAnton Blanchard1-6/+6
2004-09-13[PATCH] ppc64: RTAS error logs can appear twice in dmesgAnton Blanchard1-7/+5
2004-09-13[PATCH] ppc64: remove SPINLINE config optionAnton Blanchard2-14/+0
2004-09-13[PATCH] ppc64: lparcfg whitespace and wordwrap cleanup.Will Schmidt1-91/+99
2004-09-13[PATCH] ppc64: lparcfg fixes for processor countsWill Schmidt1-23/+29
2004-09-13[PATCH] ES7000 subarch updateJason Davis2-17/+71
2004-09-13[ALPHA] Add waitid.Richard Henderson1-0/+1
2004-09-13[ALPHA] Arrange to return EINTR for sigsuspend on signal path.Richard Henderson1-4/+14
2004-09-13[ALPHA] Check set_fd_set return.Richard Henderson1-3/+4
2004-09-13[SPARC64]: __iomem annotations and iomap implementation.David S. Miller5-12/+61
2004-09-13Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds3-162/+227
2004-09-14[ARM PATCH] 2093/1: S3C2410 - remove un-necessary resource from NANDBen Dooks1-6/+0
2004-09-14[ARM PATCH] 2092/1: S3C2410 - gpio bugfix and additionsBen Dooks1-1/+28
2004-09-14[ARM PATCH] 2091/1: S3C2410 - change id of s3c2410-ohciBen Dooks1-1/+1
2004-09-14[ARM] Revive kapmd and provide apm_queue_event()Russell King1-28/+79
2004-09-14[ARM] Keep APM threads frozenRussell King1-13/+22
2004-09-14[ARM] No point having "nonblock" local variable - kill it.Russell King1-2/+2
2004-09-14[ARM] Convert suspend to a state machine.Russell King1-30/+45
2004-09-14[ARM] Remove APM standby support - it's unused.Russell King1-29/+3
2004-09-14[ARM] APM: "Battery life" needs to be a signed integer.Russell King1-1/+1
2004-09-14[ARM] Convert APM user list lock to r/w semRussell King1-9/+9
2004-09-14[ARM] Abstract APM circular queue object.Russell King1-21/+33
2004-09-14[ARM] Convert list_for_each()/list_entry() to list_for_each_entry()Russell King1-8/+4
2004-09-14[ARM] Remove the hh.org H3600 "example" code.Russell King1-13/+0
2004-09-14[ARM] Fix ARM APM emulation sparse errorsRussell King1-4/+4
2004-09-12Merge http://lia64.bkbits.net/linux-ia64-release-2.6.9Linus Torvalds3-102/+102
2004-09-13Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/stephaneTony Luck1-1/+1
2004-09-13Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/LinusTony Luck2-101/+101
2004-09-13[IA64] Makefile: fix for the PTRACE_SYSCALL corruption bugStéphane Eranian1-1/+1
2004-09-12Add skeleton "generic IO mapping" infrastructure.Linus Torvalds7-0/+28
2004-09-12[PATCH] ppc64:Fix missing register in altivec context switchBenjamin Herrenschmidt1-0/+1
2004-09-12Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller3-261/+164
2004-09-11annotate HPET driver memory-mapped PCI usageLinus Torvalds1-6/+5
2004-09-11Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller3-261/+164
2004-09-12kbuild/ppc: Fix build of zlib in arch/ppc/boot/libSam Ravnborg1-2/+2
2004-09-10[PATCH] ppc: switch boot/lib/Makefile to $(addprefix ...) for zlib_inflateTom Rini1-14/+3
2004-09-10[PATCH] Fix PTRACE_CONT after single-step into signal deliveryRoland McGrath3-3/+18
2004-09-10Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds8-15/+15
2004-09-10Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds22-105/+123
2004-09-11Merge bk://dsaxena.bkbits.net/linux-2.6-for-rmkRussell King744-17401/+19658
2004-09-10ppc64: PCI memory annotation infrastructureLinus Torvalds3-48/+48
2004-09-10[ARM PATCH] 2088/2: set_irq_type takes the IRQ number not the GPIOIan Campbell1-1/+1
2004-09-10[ARM PATCH] 2087/1: fix issues with PXA irq codeNicolas Pitre1-4/+16
2004-09-10[ARM PATCH] 2079/1: make the IOP3xx Implementation Options menu conditional onNicolas Pitre1-1/+2
2004-09-10Fix up some of the basic x86 offenders on __iomem usage.Linus Torvalds3-3/+3
2004-09-10Add sparse "__iomem" infrastructure to check PCI address usageLinus Torvalds1-11/+11
2004-09-10[SPARC64]: Kill insn scheduling comments from etrap.SDavid S. Miller1-150/+151
2004-09-10[SPARC64]: Use time interpolators.David S. Miller2-111/+13
2004-09-10Merge plexity.net:/home/dsaxena/src/linux-2.6-ixp2000Deepak Saxena2-3/+1
2004-09-10[ARM] More minor IXP2000 cleanupsDeepak Saxena2-3/+1
2004-09-09Merge plexity.net:/home/dsaxena/src/linux-2.6-ixp2000Deepak Saxena1-7/+7
2004-09-09[ARM] Some minor ixdp2x01 fixesDeepak Saxena1-7/+7
2004-09-09[PATCH] ppc32: Fix boot with ppc970fx CPUBenjamin Herrenschmidt2-2/+15
2004-09-09[PATCH] Move __preempt_*lock into kernel_spinlock, clean up.Anton Blanchard7-24/+20
2004-09-09Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/trivialTony Luck2-101/+101
2004-09-09[IA64-SGI]: disable non-display ROM resourcesJesse Barnes1-1/+14
2004-09-09[IA64-SGI] sn_proc_fs.c: convert to use seq_file APIMark Goodwin1-100/+87
2004-09-09[ARM] Make VIPT alias copypage functions override work.Russell King1-2/+2
2004-09-08Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/trivialTony Luck1-0/+1
2004-09-08[IA64] acpi.c: export pm_power_off for use by ipmi_poweroff module.Andreas Schwab1-0/+1
2004-09-08Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/trivialTony Luck5-17/+25
2004-09-08[IA64] discontig.c: reset counters every iteration each node in show_mem().Akinobu Mita1-3/+14
2004-09-08[IA64] pci.c: assign parent to the ROM resourceMatthew Wilcox1-1/+1
2004-09-08[IA64] minmax-removal in simserial.c, unwind.cMaximilian Attems2-13/+8
2004-09-08[IA64] irq.c: Kill warning about variables which are unused in UP kernels.David Mosberger1-0/+2
2004-09-08ppc: remove tmpfile for ppc binutils checkOlaf Hering1-1/+3
2004-09-07[PATCH] uml: Correct the failure path in start_io_threadPaolo \'Blaisorblade\' Giarrusso1-0/+1
2004-09-07[PATCH] uml: Avoid forcing use of the no-op schedulerPaolo \'Blaisorblade\' Giarrusso1-2/+0
2004-09-07[PATCH] uml: avoid using elv_queue_emptyPaolo \'Blaisorblade\' Giarrusso1-4/+2
2004-09-07[PATCH] ia32: tsc synchronisation cleanupIngo Molnar1-33/+6
2004-09-07[PATCH] ppc32: Switch arch/ppc/boot to lib/zlib_inflateTom Rini8-2682/+68
2004-09-07[PATCH] s390: packed stack vs. cpu hotplug.Martin Schwidefsky4-5/+11
2004-09-07[PATCH] s390: minmax-removal arch/s390/kernel/debug.cMartin Schwidefsky1-7/+6
2004-09-07[PATCH] s390: export copy_in_userBastian Blank1-0/+1
2004-09-07[PATCH] make single-step into signal delivery stop in handlerRoland McGrath3-5/+36
2004-09-07[PATCH] i386 syscall tracing of bogus system callsRoland McGrath1-4/+4
2004-09-07[PATCH] cleanup ptrace stops and remove notify_parentRoland McGrath11-81/+24
2004-09-07[PATCH] factor out common <asm/hardirq.h> codeChristoph Hellwig67-68/+28
2004-09-07[PATCH] Cleanup & fix lost ticks handling on x86-64Andi Kleen1-23/+43
2004-09-07[PATCH] ppc64: handle SLB misses in realmodeDavid Gibson2-30/+15
2004-09-07[PATCH] ppc64: fix boot memory reportingAnton Blanchard1-34/+28
2004-09-07[PATCH] ppc64: cut down paca footprintAnton Blanchard1-8/+15
2004-09-07[PATCH] ppc64: be resilient against sysfs PCI config accessesAnton Blanchard1-6/+4
2004-09-07[PATCH] ppc64: fix hang on oprofile shutdownAnton Blanchard1-1/+2
2004-09-07[PATCH] ppc build fixJoseph Fannin1-0/+1
2004-09-07[PATCH] Time interpolator: Scalability enhancements and high resolution time ...Christoph Lameter5-419/+242
2004-09-07[PATCH] Convert in-kernel users of EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL()Geert Uytterhoeven23-342/+342
2004-09-06Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds21-93/+459
2004-09-07[ARM PATCH] 2069/2: fix compile error with newer gccNicolas Pitre1-2/+2
2004-09-07[ARM PATCH] 2052/2: extra IRQ handling for PXA27xNicolas Pitre1-22/+72
2004-09-07[ARM] Add flush_cache_user_page() for sys_cacheflush()Russell King15-2/+202
2004-09-07[ARM] Fix/Optimise flush_dcache_page() for VIPT aliasing caches.Russell King2-4/+49
2004-09-07[ARM] Fix copy/clear user page functions for VIPT aliasing caches.Russell King1-18/+74
2004-09-07[ARM] Optimise __flush_dcache_page calls.Russell King1-4/+4
2004-09-07[ARM] Move flush_dcache_pageRussell King3-47/+62
2004-09-06[PATCH] ppc64: Fix POWER5/JS20 SMP initAnton Blanchard1-1/+8
2004-09-06x86-64: tell sparse we're a 64-bit platform.Linus Torvalds1-1/+1
2004-09-06kbuild: use KERNELRELEASEBrian Gerst1-2/+2
2004-09-05Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds2-11/+32
2004-09-06[ARM PATCH] 2076/1: S3C2410 - s3c2440 support and machine updatesBen Dooks9-49/+267
2004-09-05[ARM PATCH] 2049/1: 2037/1 (2033/5) resubmissionDave Jiang1-9/+30
2004-09-05[ARM PATCH] 2048/1: Patch 2036/1 (2033/4) resubmissionDave Jiang20-114/+1399
2004-09-05[ARM PATCH] 2035/1: 2033/3 - IOP3xx patch submission (3/6)Dave Jiang2-2/+43
2004-09-05[ARM PATCH] 2034/1: 2033/2 - IOP3xx patch submission (2/6)Dave Jiang4-137/+2481
2004-09-05[ARM PATCH] 2033/1: IOP3xx patch submission (1/6)Dave Jiang3-0/+30
2004-09-05[ARM PATCH] 2058/2: S3C2410 - Add PWM devices, update ID on existing devicesBen Dooks2-11/+118
2004-09-05[ARM PATCH] 2074/1: S3C2410 - fix reboot by watchdogBen Dooks1-0/+1
2004-09-05[ARM PATCH] 2072/1: lh7a40x Timer device changeMarc Singer1-4/+4
2004-09-05[ARM PATCH] 2065/1: LH7A40X UDC ARCH changesBo Henriksen1-7/+4
2004-09-05[ARM PATCH] 2062/2: Initial support for s3c2440 cpusBen Dooks3-1/+229
2004-09-05[ARM PATCH] 2060/1: make /proc/cpuinfo report missing EDSP and Java supportDavid Brownell6-5/+6
2004-09-05Merge bk://are.twiddle.net/axp-2.6Linus Torvalds1-10/+30
2004-09-05[ALPHA] Fix raising of ieee exceptions from userland software.Richard Henderson1-10/+30
2004-09-04[PATCH] x86-64: split timer resourcesPierre Ossman1-1/+2
2004-09-04[PATCH] out-of-line locks / otherZwane Mwaikambo8-0/+8
2004-09-04[PATCH] out-of-line locks / sparc64Zwane Mwaikambo6-127/+17
2004-09-04[PATCH] out-of-line locks / ppc64Zwane Mwaikambo3-209/+22
2004-09-04[PATCH] out-of-line locks / ppc32Zwane Mwaikambo2-0/+15
2004-09-04[PATCH] out-of-line locks / x86_64Zwane Mwaikambo2-0/+14
2004-09-04[PATCH] out-of-line locks / i386Zwane Mwaikambo5-3/+17
2004-09-04[PATCH] out-of-line locks / armZwane Mwaikambo3-3/+19
2004-09-02Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds3-10/+6
2004-09-02[PATCH] fix compile warning in ppc64 pmac_feature.cChristoph Hellwig1-1/+2
2004-09-02[PATCH] x86_64: read_ldt() clear_user() return value checkingJesper Juhl1-2/+8
2004-09-02[PATCH] read_ldt() neglects to check clear_user() return valueJesper Juhl1-2/+7
2004-09-02[PATCH] Add support for NUMA discovery on AMD dual core to x86-64Andi Kleen1-1/+29
2004-09-02[PATCH] ppc64: implement page_is_ramHaren Myneni2-16/+22
2004-09-02[PATCH] ppc64: allocate NUMA node data node locallyAnton Blanchard2-31/+87
2004-09-02[PATCH] ppc64: quieten NUMA boot messagesAnton Blanchard1-23/+78
2004-09-02[PATCH] ppc64: update iSeries_defconfigAnton Blanchard1-28/+81
2004-09-02[PATCH] ppc64: update pSeries_defconfigAnton Blanchard1-88/+160
2004-09-02[PATCH] ppc64: dynamically allocate emergency stacksAnton Blanchard2-10/+24
2004-09-02[PATCH] ppc64 another log buffer length fixPaul Mackerras3-16/+26
2004-09-02[PATCH] ppc64: Make use of batched IOMMU calls on pSeries LPARsOlof Johansson1-9/+117
2004-09-02[PATCH] ppc64: Setup fw_features before init_early calls on pSeriesOlof Johansson2-8/+15
2004-09-02[PATCH] ppc64 topdown support: arch-specific get_unmapped_area()Andy Whitcroft1-0/+102
2004-09-02[PATCH] ppc64: print backtrace in EEH codeAnton Blanchard1-0/+4
2004-09-02[PATCH] ppc64: test for EEH error in PCI Config-Read pathPaul Mackerras2-37/+74
2004-09-02[PATCH] ppc64: pin the kernel stack's SLB entryDavid Gibson5-60/+94
2004-09-02Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds12-52/+293
2004-09-02Merge http://lia64.bkbits.net/linux-ia64-release-2.6.9Linus Torvalds12-52/+293
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/yanminTony Luck2-5/+7
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/stephaneTony Luck1-2/+13
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/sn2defconfigTony Luck1-13/+24
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/oprofileTony Luck4-1/+118
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/jesseTony Luck2-22/+80
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/eranianTony Luck2-9/+13
2004-09-03Merge agluck-lia64.sc.intel.com:/data/home/aegl/BK/work/dean-oemsalTony Luck1-0/+38
2004-09-02[SPARC64]: Update defconfig.David S. Miller1-11/+13
2004-09-02Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller2-6/+16
2004-09-02[SPARC64]: Support 64-bit initrd addresses.Peter Jones2-6/+16
2004-09-02[PATCH] i386 reduce spurious interrupt noiseChris Wedgwood2-2/+2
2004-09-02kbuild: Remove last signs of LDFLAGS_BLOBSam Ravnborg4-6/+0
2004-09-01[ARM] Remove support for XScale BDI2000Deepak Saxena1-3/+0
2004-09-01[ARM] IXP2000 cleanups to get code upstreamDeepak Saxena1-42/+0
2004-09-01Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6David S. Miller19-155/+608
2004-09-01[SPARC64]: Update defconfig.David S. Miller1-6/+7
2004-09-01[SPARC64]: Use list_for_each in pci_sabre.cMaximilian Attems1-8/+4
2004-09-01[SPARC64]: Initial KPROBES implementation.David S. Miller6-8/+375
2004-09-01[SPARC64]: Add sparc64die_chain as on x86{,_64}David S. Miller1-0/+14
2004-09-01[SPARC64]: Kill unused 'flags' in pci_sabre.cDavid S. Miller1-1/+0
2004-09-01[SPARC64]: Zap pci_controller_lock.David S. Miller5-19/+0
2004-09-01[SPARC64]: Use list_for_each in pci_common.cMaximilian Attems1-73/+49
2004-09-01[SPARC64]: Fix set_utsname returning with uts semaphore held.David S. Miller1-25/+44
2004-08-31[PATCH] ppc32: fix the 'checkbin' targetTom Rini1-10/+10
2004-09-01[CPUFREQ] Fix cosmetic issue in powernow-k8 error handlingDave Jones1-4/+4
2004-09-01[CPUFREQ] Fix up ARM drivers 'out of sync' problem.Dave Jones2-6/+2
2004-08-31[SPARC]: Add sys_waitid support.David S. Miller4-10/+101
2004-08-31[PATCH] alpha csum_partial_copy.c annotationsAlexander Viro1-2/+3
2004-08-31[PATCH] missing includes from irq changesAlexander Viro2-3/+2
2004-08-31[SPARC64]: SA_SAMPLE_RANDOMNESS fix.David S. Miller1-5/+14
2004-08-30[PATCH] s390: kernel stack options.Martin Schwidefsky12-161/+379
2004-08-30[PATCH] s390: core changesMartin Schwidefsky6-36/+37
2004-08-30[PATCH] fix devfs name for microcode driverChristoph Hellwig1-0/+1
2004-08-30[PATCH] Fix hardcoded value in vsyscall.ldsBrian Gerst2-3/+2