aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[PATCH] swiotlb: fix gcc printk warningRandy Dunlap1-2/+2
2005-01-14[PATCH] csum_and_copy_from_user gcc4 warning fixesPawel Sikora10-50/+54
2005-01-14[PATCH] s390: cmm interfaceHeiko Carstens1-11/+0
2005-01-14[PATCH] s390: Core changesHeiko Carstens3-36/+34
2005-01-14[PATCH] uml: update ld scripts to newer binutilsPaolo \'Blaisorblade\' Giarrusso2-1/+12
2005-01-14[PATCH] uml: add stack addresses to dumpsPaolo \'Blaisorblade\' Giarrusso1-2/+3
2005-01-14[PATCH] uml: add stack content to dumpsPaolo \'Blaisorblade\' Giarrusso1-5/+35
2005-01-14[PATCH] uml: fix and cleanup code in ubd_kern.c coming from ubd_user.cPaolo \'Blaisorblade\' Giarrusso1-17/+4
2005-01-14[PATCH] uml: move code from ubd_user to ubd_kernPaolo \'Blaisorblade\' Giarrusso3-359/+369
2005-01-14[PATCH] uml: allow free ubd flag orderingPaolo \'Blaisorblade\' Giarrusso1-20/+30
2005-01-14[PATCH] uml: for ubd cmdline param use colon as delimiterPaolo \'Blaisorblade\' Giarrusso1-3/+17
2005-01-14[PATCH] uml: refuse to run without skas if no tt mode inPaolo \'Blaisorblade\' Giarrusso2-10/+35
2005-01-14[PATCH] uml: fix some UML own initcall macrosPaolo \'Blaisorblade\' Giarrusso1-8/+17
2005-01-14[PATCH] uml: Makefile simplification and correction.Paolo \'Blaisorblade\' Giarrusso5-66/+53
2005-01-14[PATCH] uml: depend on !USERMODE in drivers/block/Kconfig and drop arch/um/Kc...Paolo \'Blaisorblade\' Giarrusso2-106/+1
2005-01-14[PATCH] uml: fail xterm_open when we have no $DISPLAYChris Wedgwood2-1/+15
2005-01-14[PATCH] uml: commentary about SIGWINCH handling for consolesJeff Dike1-0/+29
2005-01-14[PATCH] uml: delete unused header umn.hDomen Puncer1-27/+0
2005-01-14[PATCH] uml: Commentary addition to recent SYSEMU fix.Paolo \'Blaisorblade\' Giarrusso1-0/+14
2005-01-14[PATCH] uml: readd CONFIG_MAGIC_SYSRQ for UMLPaolo \'Blaisorblade\' Giarrusso1-0/+19
2005-01-14[PATCH] uml: avoid NULL dereference in line.cFrank Sorenson1-1/+1
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek7-26/+7
2005-01-14[PATCH] make suspend work with ioapicPavel Machek1-0/+1
2005-01-14[PATCH] acpi: comment/whitespace updatesPavel Machek1-2/+2
2005-01-14[PATCH] swsusp/dm: Use right levels for device_suspend()Pavel Machek1-3/+3
2005-01-14[PATCH] x86_64: use cpumask_t instead of unsigned longSuresh B. Siddha2-4/+4
2005-01-14[PATCH] x68: consolidate code segment base calculationPrasanna S. Panchamukhi2-7/+4
2005-01-14[PATCH] Fix a bug in timer_suspend() on x86_64Rafael J. Wysocki1-5/+9
2005-01-14[PATCH] x86_64: Disable uselib when possibleAndi Kleen1-0/+4
2005-01-14[PATCH] x86_64: Move early CPU detection earlierAndi Kleen2-3/+2
2005-01-14[PATCH] FRV: Excess whitespace cleanupDavid Howells1-1/+1
2005-01-14[PATCH] FRV: Remove mandatory single-step debugging diversionDavid Howells1-2/+0
2005-01-14[PATCH] ppc64: iommu: avoid ISA io space on POWER3Olof Johansson1-3/+16
2005-01-14[PATCH] ppc64: make HvLpEvent_unregisterHandler() workMichael Ellerman1-0/+8
2005-01-14[PATCH] ppc32: Add Freescale PQ2FADS supportTom Rini2-1/+9
2005-01-14[PATCH] ppc32: Fix mpc8272adsTom Rini2-3/+10
2005-01-14[PATCH] generic irq code missing export of probe_irq_mask()James Bottomley1-1/+0
2005-01-14Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds25-72/+120
2005-01-14[PATCH] Make compat_rt_sigtimedwait conformMatthew Wilcox9-11/+11
2005-01-14Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds16-61/+109
2005-01-14[ARM PATCH] 2404/1: BTAC/BTB flushing added in cpu_v6_switch_mmCatalin Marinas1-0/+1
2005-01-14[ARM PATCH] 2403/1: S3C2410 - clock initialsation tidyBen Dooks13-59/+106
2005-01-14[ARM PATCH] 2401/1: asm/thread_info.h removed from arch/arm/vfp/entry.SCatalin Marinas1-1/+0
2005-01-14Merge delerium.kernelslacker.org:/mnt/data/src/bk/bk-linusDave Jones9-100/+183
2005-01-14[CPUFREQ] Fix structure name usage in powernow-k8Dave Jones1-2/+2
2005-01-14[CPUFREQ] gx-suspmod: fix gx_suspmod_getDave Jones1-1/+1
2005-01-14[CPUFREQ] speedstep-centrino: don't loop on transient MSRDave Jones1-17/+4
2005-01-14[CPUFREQ] speedstep-centrino and acpi-cpufreq: P4 TSC rate is constantDave Jones3-0/+40
2005-01-14[CPUFREQ] p4-clockmod: Dothan is 13 not 0x13Dave Jones1-1/+1
2005-01-13[ARM PATCH] 2399/1: asm/constants.h included in arch/arm/vfp/entry.SCatalin Marinas1-0/+1
2005-01-13[ARM PATCH] 2395/1: __ioremap() miscalculates mapping size under certain cond...Lothar Wassmann1-1/+1
2005-01-13[SPARC64]: Fix brainfart in pci_psycho.cGrant Grundler1-3/+3
2005-01-13[SPARC64]: Make first arg to find_next_zero_bit() const.Andrew Morton1-2/+3
2005-01-12Merge nuts.davemloft.net:/disk1/BK/sparcwork-2.6David S. Miller4-22/+18
2005-01-12[PATCH] PPC64 Add PREEMPT_BKL optionPaul Mackerras1-0/+11
2005-01-12[PATCH] PPC64 Call preempt_schedule on exception exitPaul Mackerras1-5/+2
2005-01-12Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds28-134/+556
2005-01-12[ARM PATCH] 2204/1: bring {read|write}sw up to date with current realityNicolas Pitre2-52/+97
2005-01-12[ARM PATCH] 2391/1: remove obsolete help textNicolas Pitre1-14/+0
2005-01-12[ARM PATCH] 2389/1: semaphore.c warning fixedCatalin Marinas1-1/+1
2005-01-12[ARM PATCH] 2388/1: Add SSP control code for Sharp SL-C7xx Series (Corgi)Richard Purdie3-1/+254
2005-01-11Merge http://lia64.bkbits.net/linux-ia64-release-2.6.11Linus Torvalds181-1560/+4383
2005-01-11[IA64] add hpzx1_swiotlb machine-vector (new files)David Mosberger2-0/+188
2005-01-12Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-smpRussell King2-13/+136
2005-01-11[IA64] reorder functions to define ia64_pci_get_legacy_mem() before using itTony Luck1-17/+17
2005-01-11[PATCH] ia64: export pcibios_resource_to_bus to match other architectures.Keith Owens1-0/+1
2005-01-12[ARM PATCH] 2386/1: Tidy up Sharp SCOOP driver coding styleRichard Purdie1-2/+4
2005-01-12[ARM PATCH] 2381/1: Add <linux/kernel.h> to IXP4xx source filesDeepak Saxena7-0/+7
2005-01-12[ARM PATCH] 2376/1: S3C2410 - cleanup 2410/2440 distinctions, fix buildBen Dooks11-51/+57
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti3-2/+33
2005-01-12[ARM] Fix smp.c includesRussell King1-4/+4
2005-01-11[ARM] Relocate ipi_count into ipi data structures.Russell King1-6/+6
2005-01-11[PATCH] [4/4] Fix numa=off command line parsingAndi Kleen1-1/+1
2005-01-11[PATCH] [3/4] x86_64: Fix NUMA hash setupAndi Kleen3-7/+5
2005-01-11[PATCH] x86_64: Fix K8 NUMA discoveryAndi Kleen1-8/+13
2005-01-11[PATCH] x86_64: Fix ACPI SRAT NUMA parsingAndi Kleen1-7/+10
2005-01-11[ARM] Add SMP IRQ affinity and routing support.Russell King1-3/+98
2005-01-11[ARM] Add synchronize_irq() support.Russell King1-0/+25
2005-01-11[ARM] Add show_ipi_list() call.Russell King1-0/+3
2005-01-11[PATCH] sched: Make PREEMPT_BKL depend on PREEMPT aloneIngo Molnar2-2/+2
2005-01-11[PATCH] easily tweakable comm lengthPrasanna Meda1-1/+1
2005-01-11[PATCH] UML: Fix a compile warningJeff Dike1-0/+1
2005-01-11[PATCH] UML: define CONFIG_INPUT betterJeff Dike1-1/+4
2005-01-11[PATCH] UML: Fix make cleanJeff Dike1-1/+9
2005-01-11[PATCH] UML: Fix sys_call_table syntaxJeff Dike1-175/+175
2005-01-11[PATCH] UML: sparse annotationsJeff Dike22-92/+99
2005-01-11[PATCH] UML: Add a missing includeJeff Dike1-0/+2
2005-01-11[PATCH] UML: Allow arches to opt out of !SA_INFO signalsJeff Dike3-3/+13
2005-01-11[PATCH] UML: Silence some message from the console driverJeff Dike1-0/+31
2005-01-11[PATCH] UML: 64-bit cleanupsJeff Dike6-12/+16
2005-01-11[PATCH] UML: add the new syscallsJeff Dike1-1/+39
2005-01-11[PATCH] UML: 2.6.10 ptrace updatesJeff Dike1-2/+26
2005-01-11[PATCH] UML: use for_each_cpuJeff Dike2-10/+6
2005-01-11[PATCH] UML: code tidyingJeff Dike13-18/+20
2005-01-11[PATCH] UML: Use va_copyBodo Stroesser1-9/+17
2005-01-11[PATCH] UML: Don't use __NR_waitpid on arches which don't have itBodo Stroesser1-1/+7
2005-01-11[PATCH] UML: Split out arch link address definitionsJeff Dike4-6/+28
2005-01-11[PATCH] UML: Separate out the time codeJeff Dike5-19/+44
2005-01-11[PATCH] UML: Make a common misconfiguration impossibleJeff Dike5-22/+7
2005-01-11[PATCH] UML: Separate out signal receptionJeff Dike5-24/+102
2005-01-11[PATCH] UML: x86_64 ptrace supportJeff Dike14-92/+652
2005-01-11[PATCH] UML: Factor out register saving and restoringJeff Dike10-95/+255
2005-01-11[PATCH] UML: x86-64 config supportJeff Dike3-0/+12
2005-01-11[PATCH] UML: x86-64 core supportJeff Dike17-3/+937
2005-01-11[PATCH] UML: Three-level page table supportJeff Dike9-89/+246
2005-01-11[PATCH] UML: split out arch-specific syscalls from generic onesJeff Dike9-308/+493
2005-01-11[PATCH] UML: Use va_end wherever va_args are usedJeff Dike2-0/+2
2005-01-11[PATCH] UML: add some puddingJeff Dike6-13/+44
2005-01-11[PATCH] x86_64: Notify user of MCE events.Zwane Mwaikambo1-0/+18
2005-01-11[PATCH] x86_64: Disable conforming bit on USER32_CS segmentAndi Kleen1-1/+1
2005-01-11[PATCH] x86_64: Fix signal FPU leak on i386 and x86-64Andi Kleen3-0/+18
2005-01-11[PATCH] x86_64: Fix a lot of broken white space in arch/x86_64/kernel/setup.cAndi Kleen1-22/+21
2005-01-11[PATCH] x86_64: Cleanups preparing for memory hotplugAndi Kleen2-23/+27
2005-01-11[PATCH] x86_64: Don't sync APIC ARBs on P4s.Andi Kleen1-0/+5
2005-01-11[PATCH] x86_64: Prevent gcc from generating MMX code by mistake.Andi Kleen1-0/+2
2005-01-11[PATCH] x86_64: Remove check that limited max number of IO-APIC to 8.Andi Kleen1-7/+0
2005-01-11[PATCH] x86_64: Remove direct mem_map referencesAndi Kleen1-3/+3
2005-01-11[PATCH] x86_64: Add new key syscalls.Andi Kleen1-0/+4
2005-01-11[PATCH] x86_64: Fix mptables printkAndi Kleen1-6/+5
2005-01-11[PATCH] x86_64: change_page_attr logic fixes from AndreaAndi Kleen2-19/+35
2005-01-11[PATCH] x86_64: Fix TLB reporting on K8Andi Kleen1-3/+3
2005-01-11[PATCH] x86_64: Fix ioremap attribute restoration on i386 and x86-64Andi Kleen2-8/+8
2005-01-11[PATCH] x86_64: Move memset_io out of line to avoid warnings.Andi Kleen1-0/+8
2005-01-11[PATCH] i386: Export phys_proc_id.Andi Kleen1-0/+1
2005-01-11[PATCH] i386: Count both multi cores and SMP siblings in /proc/cpuinfo sibl...Andi Kleen3-7/+4
2005-01-11[PATCH] i386: AMD dual core support for i386Andi Kleen3-42/+66
2005-01-11[PATCH] i386: Port missing cpuid bits from x86-64 to i386Andi Kleen2-3/+11
2005-01-11[PATCH] x86_64: Fix some gcc 4 warnings in arch/x86_64Andi Kleen3-11/+12
2005-01-11[PATCH] x86_64: Remove old-checksum.cAndi Kleen1-33/+0
2005-01-11[PATCH] x86_64: Update defconfigAndi Kleen1-10/+110
2005-01-11[PATCH] x86_64: Hack to disable clustered mode on AMD systemsAndi Kleen1-0/+7
2005-01-11[PATCH] x86_64: Work around another aperture BIOS bug on OpteronAndi Kleen1-3/+11
2005-01-11[PATCH] APIC/LAPIC hanging problems on nForce2 systemPrakash Cheemplavam1-10/+4
2005-01-11[PATCH] kprobes: dont steal interrupts from vm86Prasanna S. Panchamukhi1-3/+16
2005-01-11[PATCH] improved wait_8254_wraparound()Herbert Pƶtzl1-10/+5
2005-01-11[PATCH] ppc64: reduce paca[] where possibleAnton Blanchard1-0/+6
2005-01-11[PATCH] ppc64: semicolon in rtasd.cAnton Blanchard1-1/+1
2005-01-11[PATCH] ppc64: Make NUMA code handle unexpected layoutsAnton Blanchard1-6/+17
2005-01-11[PATCH] ppc64: Fix rtas_set_indicator(9005)Anton Blanchard2-3/+9
2005-01-11[PATCH] ppc64: interrupt code cleanupAnton Blanchard4-64/+16
2005-01-11[PATCH] ppc64: Remove flush_instruction_cacheAnton Blanchard2-21/+0
2005-01-11[PATCH] ppc64: PCI cleanupAnton Blanchard6-68/+8
2005-01-11[PATCH] ppc64: xtime <-> gettimeofday can get out of syncAnton Blanchard1-35/+43
2005-01-11[PATCH] ppc64: make xmon print BUG() warningsAnton Blanchard2-2/+26
2005-01-11[PATCH] ppc64: fix xmon longjmp handlingAnton Blanchard2-77/+73
2005-01-11[PATCH] : ppc64: enhance oops printingAnton Blanchard2-6/+43
2005-01-11[PATCH] ppc64: Fix NUMA buildAnton Blanchard1-0/+1
2005-01-11[PATCH] ppc64: kprobes breaks BUG() handlingAnton Blanchard1-0/+2
2005-01-11[PATCH] ppc64: Move hotplug cpu functions to smp_opsZwane Mwaikambo2-2/+23
2005-01-11[PATCH] ppc; include missing headerThomas Gleixner1-0/+1
2005-01-11[PATCH] ppc: remove duplicate defineThomas Gleixner1-1/+0
2005-01-11[PATCH] ppc: fix idle with interrupts disabledThomas Gleixner1-2/+5
2005-01-11[PATCH] cputime: microsecond based cputime for s390Martin Schwidefsky7-58/+378
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky4-8/+16
2005-01-11[PATCH] m32r: include nodemask.h for build fixHirokazu Takata1-2/+1
2005-01-11[IA64-SGI] Altix BTE error handling fixRuss Anderson1-1/+10
2005-01-11[IA64-SGI] io_init.c: gcc4 fixes for sn2Jesse Barnes1-3/+3
2005-01-11[IA64] pci.c: fix warningJesse Barnes1-5/+14
2005-01-11[IA64] pci.c: pci_find_device is going awayHanna V. Linder1-1/+1
2005-01-11[IA64] sba_iommu.c: pci_find_device is going awayHanna V. Linder1-1/+1
2005-01-11[IA64] sn_hwperf.c: vfree() checking cleanupsDomen Puncer1-4/+2
2005-01-11[IA64] Fix PTRACE_GETEVENTMSG ia32 emulationAndreas Schwab1-0/+4
2005-01-10[IA64-SGI] fix bogus address dereference in sn/setup.cJesse Barnes1-4/+4
2005-01-10[IA64] clear all region registers at bootJesse Barnes1-0/+22
2005-01-10[IA64] reset console_loglevel so INIT output always goes to consoleBjorn Helgaas1-0/+1
2005-01-10[IA64] defconfig updateJesse Barnes1-8/+43
2005-01-10[IA64] simeth.c: Remove unneeded casts of (void *) pointers.Domen Puncer1-4/+4
2005-01-10[IA64] update sn2_defconfig (fix initrd, add IB support)Jesse Barnes1-7/+44
2005-01-10Merge intel.com:/data/home/aegl/BK/LinusTony Luck11-15/+239
2005-01-10[PATCH] use modern format for PCI->APIC IRQ transform printksBjorn Helgaas1-9/+9
2005-01-10[PATCH] mips: fixed build error about NEC VR4100 seriesYoichi Yuasa2-0/+2
2005-01-10[PATCH] M68k: Remove nowhere referenced filesGeert Uytterhoeven2-35/+0
2005-01-10[PATCH] M68k: Update defconfigs for 2.6.10Geert Uytterhoeven12-24/+84
2005-01-10[PATCH] m32r: employ new kernel API/ABIHirokazu Takata3-231/+48
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek3-3/+3
2005-01-10[PATCH] arch/i386/kernel/cpu/mtrr: too many bits are masked off from CR4Leendert van Doorn1-1/+1
2005-01-10[PATCH] dmi_iterate() fixAlexander Viro1-4/+6
2005-01-10[PATCH] ppc64: rename perf counter register #definesDavid Gibson2-2/+2
2005-01-10[PATCH] ppc64: fix iommu cleanup regressionOlof Johansson1-8/+8
2005-01-10[PATCH] sn2 trivial nodemask.h include fixChris Wedgwood7-0/+7
2005-01-10Merge bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds11-3/+418
2005-01-10[ARM PATCH] 2366/1: PXA: Add machine type detection for the Sharp SL-C7xx seriesRichard Purdie2-0/+96
2005-01-10[ARM PATCH] 2371/1: PXA: Add machine support for the Sharp SL-C7xx series of ...Richard Purdie3-0/+180
2005-01-10[ARM PATCH] 2370/1: Add common Sharp SCOOP driver codeRichard Purdie3-0/+138
2005-01-10[ARM PATCH] 2372/1: S3C2410 - remove s3c2410_clock_tick_rateBen Dooks1-3/+2
2005-01-10[ARM] Add missing nodemask.h includesRussell King2-0/+2
2005-01-09[IA64] implements the features required for the HAVE_PCI_LEGACY code in sysfsJesse Barnes2-1/+177
2005-01-09Merge intel.com:/data/home/aegl/BK/LinusTony Luck9-14/+62
2005-01-09[SPARC64]: Remove x86-specific help in arch/sparc64/KconfigDomen Puncer1-8/+2
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-11/+14
2005-01-09[SPARC64]: Check copy_to_user() return value in sys_{sparc,sunos}32.cRoland Dreier2-3/+6
2005-01-09[SPARC64]: Update defconfig.David S. Miller1-11/+10
2005-01-09Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds3-5/+5
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-5/+5
2005-01-09[PATCH] m68knommu: common head code for all ColdFire platformsGreg Ungerer1-0/+253
2005-01-09[PATCH] ppc64: hugepage bugfixDavid Gibson1-1/+2
2005-01-09[PATCH] m68knommu: include module.h to cleanup warnings in checksum.cGreg Ungerer1-0/+1
2005-01-09[PATCH] m68knommu: convert use of KTHRAD_SIZE to THREAD_SIZE in process.cGreg Ungerer1-2/+2
2005-01-09[PATCH] m68knommu: comment formating change to linker scriptGreg Ungerer1-5/+3
2005-01-09[PATCH] m68knommu: export lib udelay symbol for modulesGreg Ungerer1-0/+3