aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2005-05-17[PATCH] x86_64: check if ptrace RIP is canonicalAndi Kleen1-0/+5
2005-05-17[PATCH] x86_64: Add pmtimer supportAndi Kleen5-19/+162
2005-05-17[PATCH] x86_64: Remove unique APIC/IO-APIC ID checkAndi Kleen2-71/+1
2005-05-17[PATCH] x86_64: Don't print the internal k8c+ flag in /proc/cpuinfoAndi Kleen1-1/+1
2005-05-17[PATCH] x86_64: Remove x86_apicid fieldAndi Kleen1-3/+1
2005-05-17[PATCH] x86_64: Update TSC sync algorithmAndi Kleen1-75/+182
2005-05-17[PATCH] x86_64: Don't look up struct page pointer of physical address in iounmapAndi Kleen1-1/+1
2005-05-17[PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfoAndi Kleen3-5/+20
2005-05-17[PATCH] x86_64: Readd missing tests in entry.SAndi Kleen1-2/+9
2005-05-17[PATCH] x86_64: Reduce NMI watchdog stack usageAndi Kleen1-1/+9
2005-05-17[PATCH] uml: change memcpy to memmovePaolo 'Blaisorblade' Giarrusso1-2/+8
2005-05-16[PATCH] ARM: Fix build errorRussell King2-4/+4
2005-05-12[PATCH] ARM: 2678/1: S3C2440 - cpu fixes, hdiv divisors and nand dev nameBen Dooks1-2/+4
2005-05-12[PATCH] ARM: 2677/1: S3C2440 - UPLL frequency doubledBen Dooks1-1/+1
2005-05-12[PATCH] ARM: 2680/1: refine TLS reg availability some more againNicolas Pitre1-11/+10
2005-05-10[PATCH] ARM: 2663/2: I can't typeNicolas Pitre1-2/+2
2005-05-10[PATCH] ARM: Add V6 aliasing cache flushRussell King1-2/+35
2005-05-10[PATCH] ARM: Use top_pmd for V6 copy/clear user_pageRussell King1-22/+6
2005-05-10[PATCH] ARM: Move copy/clear user_page locking into implementationRussell King2-80/+111
2005-05-10[PATCH] ARM: Add top_pmd, which points at the top-most page tableRussell King1-0/+4
2005-05-09[PATCH] ARM: Add inline functions to find the pmd from virtual addressRussell King1-8/+15
2005-05-06[PATCH] uml: x86_64 fixesJeff Dike5-5/+9
2005-05-06[PATCH] uml: Fix process exit raceBodo Stroesser5-16/+11
2005-05-06[PATCH] uml: S390 preparation, arch_align_stackBodo Stroesser1-0/+9
2005-05-06[PATCH] uml: Use CONFIG variable for address space sizeBodo Stroesser1-7/+1
2005-05-06[PATCH] uml: Turn literal numbers into symbolic constantsJeff Dike1-13/+22
2005-05-06[PATCH] uml: Makefile cleanupJeff Dike1-5/+1
2005-05-06[PATCH] uml: Eliminate unusable functionJeff Dike1-10/+0
2005-05-06[PATCH] uml: S390 preparation, save an extra registerBodo Stroesser1-0/+4
2005-05-06[PATCH] uml: S390 preparation, peekusr/pokeusr defined by subarchBodo Stroesser4-50/+153
2005-05-06[PATCH] uml: command line handling cleanupJeff Dike2-4/+4
2005-05-06[PATCH] uml: __deprecated makes build unnecessarily noisyJeff Dike2-4/+4
2005-05-06[PATCH] ppc32: Fix POWER3/POWER4 compiler errorKumar Gala1-0/+2
2005-05-06[PATCH] ppc64: enable CONFIG_RTAS_PROC by defaultPaul Mackerras1-0/+1
2005-05-06Fix acpi_find_rsdp() - acpi_scan_rsdp takes length, not endLinus Torvalds1-1/+1
2005-05-06[PATCH] ppc64: global interrupt queue cleanupPaul Mackerras2-11/+12
2005-05-05[PATCH] ppc64: remove explicit contig_page_data referencePaul Mackerras1-1/+1
2005-05-05[PATCH] ppc64: remove unused arch/ppc64/boot/start.cPaul Mackerras1-654/+0
2005-05-05[PATCH] ppc64: remove asm/bootinfo.h includePaul Mackerras1-1/+0
2005-05-05[PATCH] ppc64: fix reloc_offset commentPaul Mackerras1-1/+1
2005-05-05[PATCH] ppc64: fix prom.c compile warningPaul Mackerras1-1/+1
2005-05-05[PATCH] arch/ppc64: Replace custom MIN macroTobias Klauser1-5/+1
2005-05-05[PATCH] x86: geode support fixesKianusch Sayah Karadji2-14/+12
2005-05-05[PATCH] CodingStyle: trivial whitespace fixupsDomen Puncer3-12/+12
2005-05-05[PATCH] cyrix: eliminate bad section referencesmaximilian attems1-2/+2
2005-05-05[PATCH] Kprobes: Incorrect handling of probes on ret/lret instructionPrasanna S Panchamukhi2-0/+14
2005-05-05[PATCH] uml: header and code cleanupBodo Stroesser2-18/+2
2005-05-05[PATCH] uml: remove a dangling symlinkBodo Stroesser1-1/+1
2005-05-05[PATCH] uml: s390 preparation, sighandler interface abstractionBodo Stroesser3-2/+6
2005-05-05[PATCH] uml: s390 preparation, delay moved to archBodo Stroesser5-21/+41
2005-05-05[PATCH] uml: s390 preparation, checksumming done in arch codeBodo Stroesser5-59/+27
2005-05-05[PATCH] uml: s390 preparation, elf.hBodo Stroesser1-1/+1
2005-05-05[PATCH] uml: inclusion cleanupJeff Dike1-1/+0
2005-05-05[PATCH] uml: tidy Makefile.rulesJeff Dike1-4/+5
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike8-7/+55
2005-05-05[PATCH] uml: S390 preparation, abstract host page fault dataBodo Stroesser21-107/+263
2005-05-05[PATCH] uml: fix a ptrace callJeff Dike1-2/+3
2005-05-05[PATCH] uml: finish cross-build supportAl Viro1-0/+30
2005-05-05[PATCH] uml: fix missing subdir in x86_64Al Viro1-0/+2
2005-05-05[PATCH] uml: cross-build support : mk_task and mk_constantsAl Viro7-88/+44
2005-05-05[PATCH] uml: cross-build support : mk_threadAl Viro10-114/+46
2005-05-05[PATCH] uml: cross-build support : kernel_offsetsAl Viro4-0/+76
2005-05-05[PATCH] uml: cross-build support: mk_scAl Viro6-85/+75
2005-05-05[PATCH] uml: cross-build support : mk_ptregsAl Viro4-56/+53
2005-05-05[PATCH] uml: start cross-build support : mk_user_constantsAl Viro5-9/+158
2005-05-05[PATCH] uml: use variables rather than symlinks in dependenciesAl Viro1-3/+3
2005-05-05[PATCH] uml: include the linker script rather than symlink itAl Viro3-15/+8
2005-05-05[PATCH] uml kbuild: avoid useless rebuildsPaolo 'Blaisorblade' Giarrusso6-28/+21
2005-05-05[PATCH] x86_64: make string func definition work as intendedPaolo 'Blaisorblade' Giarrusso3-20/+0
2005-05-05[PATCH] uml: kludgy compilation fixes for x86-64 subarch modules supportPaolo 'Blaisorblade' Giarrusso4-1/+52
2005-05-05[PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixesPaolo 'Blaisorblade' Giarrusso2-1/+5
2005-05-05[PATCH] ppc64: pgtable.h and other header cleanupsDavid Gibson6-11/+16
2005-05-05[PATCH] ppc64: add missing Kconfig help textJesper Juhl1-0/+3
2005-05-05[PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.cAnton Blanchard3-0/+12
2005-05-05[PATCH] ppc32: Simplified PPC core revision reportKumar Gala1-19/+18
2005-05-05[PATCH] ppc32: platform-specific functions missing from kallsyms.David Woodhouse1-0/+2
2005-05-05[PATCH] x86 stack initialisation fixAlexander Nyberg1-6/+7
2005-05-05Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds4-11/+2
2005-05-05Automatic merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds11-47/+74
2005-05-05[PATCH] ARM: 2665/1: kill warnings in entry-armv.SNicolas Pitre1-2/+2
2005-05-05[PATCH] ARM: 2663/1: straightify TLS register emulation a bit moreNicolas Pitre3-20/+25
2005-05-05[SPARC]: Remove legacy stuff from cpu_idle().Coywolf Qi Hunt2-9/+0
2005-05-05[SPARC64]: Kill useless __pte_alloc_one_kernel indirectionChristoph Hellwig2-2/+2
2005-05-05[PATCH] ARM: select PCI, ISA and ISA_DMARussell King4-8/+28
2005-05-05Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse48-306/+6754
2005-05-05[PATCH] ARM: Fix kernel stack offset calculationsRussell King5-17/+19
2005-05-04Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/lin...Linus Torvalds28-193/+6644
2005-05-04[IA64-SGI] move nodepda pointer out of pdaDean Nelson1-2/+7
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 1Al Viro11-0/+45
2005-05-04[PATCH] sparc NULL noise removalAl Viro2-15/+15
2005-05-04Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6.git/Linus Torvalds1-10/+0
2005-05-03[PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_maskAdrian Bunk1-10/+0
2005-05-03[SPARC64]: Disable IRQ forwarding.David S. Miller1-1/+1
2005-05-03[SPARC64]: Fix goal_cpu tracking in retarget_one_irq().David S. Miller1-2/+2
2005-05-03[IA64] Update arch/ia64/configs/tiger_defconfigTony Luck1-39/+57
2005-05-03[IA64] Fix two warnings introduced by perfmon patches.Tony Luck1-3/+1
2005-05-03[IA64] another perfmon fix (take2)stephane eranian1-10/+20
2005-05-03[IA64] perfmon & PAL_HALT againStephane Eranian2-3/+24
2005-05-03Merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds5-86/+44
2005-05-03[PATCH] ARM: 2662/1: missing "default y" for CONFIG_HAS_TLS_REGNicolas Pitre1-0/+1
2005-05-03[PATCH] ARM: 2661/1: imxfb includeSascha Hauer1-0/+16
2005-05-03[IA64] altix: fix TIOCA dmamap list_addMark Maule1-1/+1
2005-05-03[IA64] SAL to OS callbacks cannot call sleepingKeith Owens1-13/+21
2005-05-03[IA64] MCA recovery improvementsRuss Anderson2-5/+17
2005-05-03[IA64] fix ia64 syscall auditingDavid Woodhouse2-2/+5
2005-05-03[IA64] reduce cacheline bouncing in cpu_idle_waitZwane Mwaikambo1-15/+26
2005-05-03[IA64-SGI] Altix only: Fix for sn_dma_flushMike Habeck1-1/+1
2005-05-03[IA64] use common pxm functionAlex Williamson2-48/+9
2005-05-03[IA64-SGI] Altix only: Register Error InterruptColin Ngam1-4/+6
2005-05-03[IA64-SGI] convert AMO address found in XPC's reserved pageDean Nelson1-1/+14
2005-05-03[IA64-SGI] SGI Altix cross partition functionality [3/3]Dean Nelson2-0/+716
2005-05-03[IA64-SGI] SGI Altix cross partition functionality [2/3]Dean Nelson5-0/+5325
2005-05-03[IA64] manually apply changes to arch/ia64/sn/kernel/MakefileTony Luck1-1/+3
2005-05-03[IA64-SGI] SGI Altix cross partition functionality (2ndDean Nelson3-0/+330
2005-05-03[PATCH] move cnodeid_to_nasid_table out of pdaDean Nelson1-14/+17
2005-05-03[IA64-SGI] Altix patch to add bricktype knowledge to tiocxBruce Losure1-9/+32
2005-05-03[IA64-SGI] Altix only: Remove hubdev SAL call Bruce Losure1-19/+0
2005-05-03[IA64] use fc.i for fluch_icache_range()David Mosberger-Tang1-3/+3
2005-05-03[IA64] fix typos caught by new assemblerDavid Mosberger-Tang2-2/+2
2005-05-03[IA64] Fix memcpy_mck.S for current binutilsAndreas Schwab1-1/+1
2005-05-03[IA64] Add config SCHED_SMTSuresh Siddha1-0/+9
2005-05-03[PATCH] ppc64: fix gcc 4.0 vs CONFIG_ALTIVECBenjamin Herrenschmidt1-0/+7
2005-05-03[AUDIT] Log correct syscall args for i386 processes on x86_64David Woodhouse1-7/+13
2005-05-03[PATCH] ARM: Clean up commenting/spacing for IntegratorRussell King2-3/+5
2005-05-03[PATCH] ARM: decompressor: use platform debug macrosRussell King1-83/+22
2005-05-03Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse157-1902/+2595
2005-05-03[AUDIT] Update UML audit-syscall-{entry,exit} calls to new prototypesJeff Dike1-9/+12
2005-05-02[PATCH] ppc32: Fix might_sleep() warning with clock spreadingBenjamin Herrenschmidt1-8/+4
2005-05-01[PATCH] ppc32: Fix sleep on old 101 PowerBookBenjamin Herrenschmidt1-1/+1
2005-05-01[PATCH] ppc32: Workaround a cache flush issue on sleepBenjamin Herrenschmidt1-12/+42
2005-05-01[PATCH] make lots of things staticAdrian Bunk2-3/+3
2005-05-01[PATCH] fbdev: edid.h cleanupsAdrian Bunk1-1/+0
2005-05-01[PATCH] convert that currently tests _NSIG directly to use valid_signal()Jesper Juhl25-46/+70
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell13-103/+4
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl3-3/+3
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2-2/+2
2005-05-01[PATCH] clean up kernel messagesMatt Mackall1-0/+2
2005-05-01[PATCH] Exterminate PAGE_BUGMatt Mackall1-4/+2
2005-05-01[PATCH] s390: remove ioctl32 from dasdcmbCornelia Huck1-1/+6
2005-05-01[PATCH] s390: cmm guest sender idMartin Schwidefsky1-1/+8
2005-05-01[PATCH] s390: default storage keyPeter Oberparleiter2-5/+16
2005-05-01[PATCH] s390: fix memory holes and cleanup setup_archHeiko Carstens2-176/+224
2005-05-01[PATCH] s390: idle timer setupMartin Schwidefsky2-15/+22
2005-05-01[PATCH] s390: regenerate defconfigMartin Schwidefsky1-5/+14
2005-05-01[PATCH] uml ubd: handle readonly statusPaolo 'Blaisorblade' Giarrusso1-4/+10
2005-05-01[PATCH] uml: redo console lockingPaolo 'Blaisorblade' Giarrusso5-175/+239
2005-05-01[PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for x86-64Paolo 'Blaisorblade' Giarrusso5-318/+73
2005-05-01[PATCH] uml: quick fix syscall table for x86_64Paolo 'Blaisorblade' Giarrusso1-29/+24
2005-05-01[PATCH] uml: fix syscall table by including $(SUBARCH)'s one, for i386Paolo 'Blaisorblade' Giarrusso9-407/+321
2005-05-01[PATCH] uml: move va_copy conditional defPaolo 'Blaisorblade' Giarrusso1-2/+2
2005-05-01[PATCH] uml: inline empty procPaolo 'Blaisorblade' Giarrusso1-4/+0
2005-05-01[PATCH] uml: support AES i586 crypto driverPaolo 'Blaisorblade' Giarrusso5-8/+17
2005-05-01[PATCH] uml: workaround old problematic sed behaviourRob Landley1-1/+2
2005-05-01[PATCH] uml: fix handling of no fpx_regsAndree Leidenfrost1-3/+4
2005-05-01[PATCH] uml: add nfsd syscall when nfsd is modularblaisorblade@yahoo.it1-7/+1
2005-05-01[PATCH] x86_64: saved_command_line overflow fixAlexander Nyberg1-3/+0
2005-05-01[PATCH] x86-64: Handle empty E820 regions correctlyVenkatesh Pallipadi1-8/+18
2005-05-01[PATCH] Linux 2.6.x VM86 interrupt emulation fixesPavel Pisa1-6/+9
2005-05-01[PATCH] Increase number of e820 entries hard limit from 32 to 128Venkatesh Pallipadi4-10/+9
2005-05-01[PATCH] x86_64: interrupt handling fixAndi Kleen1-1/+4
2005-05-01[PATCH] cpuid x87 bit on AMD falsely marked as PNIZwane Mwaikambo2-2/+2
2005-05-01[PATCH] irq and pci_ids for Intel ICH7DH & ICH7-M DHJason Gaston1-0/+2
2005-05-01[PATCH] i386: fix hpet for systems that don't support legacy replacementjohn stultz4-27/+36
2005-05-01[PATCH] CPUID bug and inconsistency fixH. Peter Anvin1-2/+8
2005-05-01[PATCH] Enable write combining for server works LE rev > 6Lee Revell1-5/+9
2005-05-01[PATCH] x86: entry.S trap return fixesStas Sergeev2-7/+2
2005-05-01[PATCH] x86 reboot: Add reboot fixup for gx1/cs5530aJaya Kumar4-0/+77
2005-05-01[PATCH] check nmi watchdog is brokenJack F Vogel6-15/+14
2005-05-01[PATCH] i386/x86_64 segment register access updateH. J. Lu3-10/+10
2005-05-01[PATCH] ppc64: use smp_mb and smp_wmbAnton Blanchard2-12/+12
2005-05-01[PATCH] ppc64: enforce medium thread priority in hypervisor callsAnton Blanchard1-0/+8
2005-05-01[PATCH] ppc64: firmware workaroundAnton Blanchard1-1/+7
2005-05-01[PATCH] PPC64: Remove hot busy-wait loop in __hash_pageOlof Johansson1-1/+8
2005-05-01[PATCH] ppc64: tell firmware about kernel capabilitiesPaul Mackerras2-10/+157
2005-05-01[PATCH] ppc64: update to use the new 4L headersBenjamin Herrenschmidt2-120/+123
2005-05-01[PATCH] ppc64: nvram cleanupsakpm@osdl.org1-9/+8
2005-05-01[PATCH] ppc64: Fix irq parsing on powermacPaul Mackerras1-0/+4
2005-05-01[PATCH] ppc64: remove unused argument to create_slbeOlof Johansson1-5/+4
2005-05-01[PATCH] ppc64: add PT_NOTE section to vDSOBenjamin Herrenschmidt6-3/+35
2005-05-01[PATCH] ppc32: workaround for spurious IRQs on PQ2Dan Malek1-0/+5
2005-05-01[PATCH] ppc32: Fix address checking on lmw/stmw align exceptionPaul Mackerras1-0/+4
2005-05-01[PATCH] ppc32: Fix a sleep issues on some laptopsBenjamin Herrenschmidt1-100/+114
2005-05-01[PATCH] ppc32: add rtc hooks in PPC7D platform fileChris Elston1-0/+42
2005-05-01[PATCH] ppc32: fix for misreported SDRAM size on Radstone PPC7D platformChris Elston2-6/+13
2005-05-01[PATCH] ppc32: refactor FPU exception handlingPaul Mackerras12-176/+228
2005-05-01[PATCH] ppc32: Fix errata for some G3 CPUsBenjamin Herrenschmidt2-6/+40
2005-04-30[PATCH] kbuild/ppc: tell when uimage was not builtSam Ravnborg1-1/+2
2005-04-30[PATCH] kbuild/i386: re-introduce dependency on vmlinux for install target, a...Sam Ravnborg1-3/+4
2005-04-30Merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds1-1/+16
2005-04-30[PATCH] ARM: IntegratorCP: Fix CLCD MUX selection valuesRussell King1-1/+16
2005-04-30Merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds3-19/+52
2005-04-30[PATCH] ppc64: fix 32-bit signal frame back linkPaul Mackerras1-2/+2
2005-04-30[PATCH] ARM: PXA I2C: add platform deviceRussell King1-0/+25
2005-04-30[PATCH] ARM: RTC: allow driver methods to return errorRussell King2-19/+27
2005-04-29Merge of master.kernel.org:/home/rmk/linux-2.6-rmk.gitLinus Torvalds8-29/+434
2005-04-29[PATCH] ARM: 2660/2: fix ixdp2800 boot and pci initLennert Buytenhek2-14/+135
2005-04-29[PATCH] ARM: 2656/1: Access permission bits are wrong for kernel XIP sections...George G. Davis1-2/+3
2005-04-29[PATCH] ARM: 2651/3: kernel helpers for NPTL supportNicolas Pitre3-9/+276
2005-04-29[PATCH] ARM: 2655/1: ARM1136 SWP instruction abort handler fixGeorge G. Davis1-0/+16
2005-04-29[PATCH] ARM: 2659/1: do not assign PCI I/O address zero on IXP2000Lennert Buytenhek1-2/+2