aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2006-09-26[PATCH] Add the canary field to the PDA area and the task structArjan van de Ven1-0/+8
2006-09-26[PATCH] Add the Kconfig option for the stackprotector featureArjan van de Ven1-0/+24
2006-09-26[PATCH] Don't use kernel_text_address in oops contextAndi Kleen1-1/+3
2006-09-26[PATCH] i386: Avoid overwriting the current pgd (V4, i386)Magnus Damm2-105/+174
2006-09-26[PATCH] Avoid overwriting the current pgd (V4, x86_64)Magnus Damm2-53/+189
2006-09-26[PATCH] Remove most of the special cases for the debug IST stackKeith Owens2-36/+6
2006-09-26[PATCH] i386: Fix the EDD code misparsing the command lineH. Peter Anvin1-22/+75
2006-09-26[PATCH] Optimize PDA accesses slightlyAndi Kleen1-0/+3
2006-09-26[PATCH] Put .note.* sections into a PT_NOTE segmentIan Campbell1-4/+10
2006-09-26[PATCH] Reload CS when startup_64 is used.Eric W. Biederman1-4/+7
2006-09-26[PATCH] Remove non e820 fallbacks in high level codeAndi Kleen1-19/+9
2006-09-26[PATCH] Fix boot code head.S warningPaolo 'Blaisorblade' Giarrusso1-1/+2
2006-09-26[PATCH] Add a missing check for irq flags tracing in NMIAndi Kleen1-0/+2
2006-09-26[PATCH] Fix coding style and output of the mptable parserAndi Kleen1-18/+18
2006-09-26[PATCH] Remove some cruft in apic id checking during processor setupAndi Kleen1-17/+1
2006-09-26[PATCH] Remove APIC version/cpu capability mpparse checking/printingAndi Kleen2-48/+17
2006-09-26[PATCH] Use proper accessors to change PSE bits in change_page_attr()Andi Kleen1-10/+6
2006-09-26[PATCH] Fix pte_exec/mkexec and use it in change_page_attr()Andi Kleen1-3/+5
2006-09-26[PATCH] Remove bogus warning from early_ioremapAndi Kleen1-1/+0
2006-09-26[PATCH] Remove safe_smp_processor_id()Andi Kleen3-29/+6
2006-09-26[PATCH] Detect clock skew during suspendRafael J. Wysocki1-1/+9
2006-09-26[PATCH] i386: annotate FIX_STACK() and the rest of nmi()Chuck Ebbert1-3/+15
2006-09-26[PATCH] make numa_emulation() __initAndrew Morton1-1/+1
2006-09-26[PATCH] Don't force reserve the 640k-1MB rangeAndi Kleen1-32/+1
2006-09-26[PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao3-10/+14
2006-09-26[PATCH] i386: Disallow kprobes on NMI handlersFernando Luis Vázquez Cao1-3/+5
2006-09-26[PATCH] i386: mark cpu cache functions as __cpuinitMagnus Damm3-3/+3
2006-09-26[PATCH] i386: mark cpu identify functions as __cpuinitMagnus Damm3-5/+5
2006-09-26[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdataMagnus Damm8-36/+31
2006-09-26[PATCH] i386: mark cpu_dev structures as __cpuinitdataMagnus Damm8-9/+9
2006-09-26[PATCH] mark init_amd() as __cpuinitMagnus Damm1-1/+1
2006-09-26[PATCH] i386: remove redundant generic_identify() calls when identifying cpusMagnus Damm7-9/+1
2006-09-26[PATCH] x86_64 kernel mapping fixKeith Mannthey1-25/+26
2006-09-26[PATCH] wire up oops_enter()/oops_exit()Andrew Morton1-0/+3
2006-09-26[PATCH] non lazy "sleazy" fpu implementationArjan van de Ven2-0/+11
2006-09-26[PATCH] i386: Support physical cpu hotplug for x86_64Ashok Raj2-5/+66
2006-09-26[PATCH] fix bus numbering format in mmconfig warningBrice Goglin1-3/+2
2006-09-26[PATCH] i386: mark two more functions as __initMagnus Damm1-1/+1
2006-09-26[PATCH] i386: clean up topology.cMagnus Damm1-18/+3
2006-09-26[PATCH] Auto size the per cpu area.Eric W. Biederman1-5/+2
2006-09-26[PATCH] i386: Descriptor and trap table cleanups.Rusty Russell1-19/+5
2006-09-26[PATCH] i386: move kernel_thread_helper into entry.SAndi Kleen2-9/+13
2006-09-26[PATCH] i386: Make enable_local_apic staticAdrian Bunk1-1/+12
2006-09-26[PATCH] i386: Make acpi_force staticAdrian Bunk1-1/+1
2006-09-26[PATCH] i386: make fault notifier unconditional and export itAndi Kleen1-10/+4
2006-09-26[PATCH] make fault notifier unconditional and export itAndi Kleen1-9/+3
2006-09-26[PATCH] i386: Fix warning in mpparse.cAndi Kleen1-0/+2
2006-09-26[PATCH] Make boot_param_data pure BSSAndi Kleen1-1/+1
2006-09-26[PATCH] i386/x86-64: Improve Kconfig description of CRASH_DUMPAndi Kleen2-1/+15
2006-09-26[PATCH] X86_64 monotonic_clock goes backwardsDimitri Sivanich1-7/+4
2006-09-26[PATCH] x86: error_code is not safe for kprobesPrasanna S.P2-24/+20
2006-09-26[PATCH] i386: don't taint UP K7's running SMP kernels.Dave Jones1-0/+3
2006-09-26[PATCH] i386: fix dubious segment register clear in cpu_init()Jeremy Fitzhardinge1-1/+1
2006-09-26[PATCH] i386: Get ebp from unwinder state when continuing fallback backtraceAndi Kleen1-8/+14
2006-09-26[PATCH] i386: Terminate backtrace fallback early if unwinder stack pointer is...Andi Kleen1-0/+2
2006-09-26[PATCH] i386: Do stacktracer conversion tooAndi Kleen3-121/+81
2006-09-26[PATCH] Check for end of stack trace before falling backAndi Kleen1-0/+2
2006-09-26[PATCH] Merge stacktrace and show_traceAndi Kleen2-211/+102
2006-09-26[PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yetAndi Kleen2-1/+3
2006-09-26[PATCH] x86: Some preparationary cleanup for stack traceAndi Kleen3-26/+16
2006-09-26[PATCH] Calgary IOMMU: eradicate sole remaining 80 chars per line offenderMuli Ben-Yehuda1-1/+2
2006-09-26[PATCH] remove tce_cache_blast_stress()Muli Ben-Yehuda1-11/+0
2006-09-26[PATCH] only verify the allocation bitmap if CONFIG_IOMMU_DEBUG is onMuli Ben-Yehuda1-9/+35
2006-09-26[PATCH] print whether CONFIG_IOMMU_DEBUG is enabledMuli Ben-Yehuda1-4/+10
2006-09-26[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fixChuck Ebbert2-12/+10
2006-09-26[PATCH] x86: Remove unneeded externs in acpi/boot.cAndi Kleen1-3/+0
2006-09-26[PATCH] Replace local_save_flags+local_irq_disable withFernando Luis Vázquez Cao2-4/+2
2006-09-26[PATCH] Fix sparse warnings in compat aout codeAndi Kleen1-3/+5
2006-09-26[PATCH] Fix most sparse warnings in sys_ia32.cAndi Kleen1-11/+13
2006-09-26[PATCH] Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.cAndi Kleen1-5/+5
2006-09-26[PATCH] Add sparse annotation to vsyscall.cAndi Kleen1-6/+8
2006-09-26[PATCH] Move e820 map into e820.cAndi Kleen2-1/+2
2006-09-26[PATCH] Clean up acpi_numa variableAndi Kleen2-4/+3
2006-09-26[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen3-10/+7
2006-09-26[PATCH] Remove need for early lockdep initAndi Kleen2-7/+3
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen12-259/+157
2006-09-26[PATCH] i386: Replace i386 open-coded cmdline parsing withRusty Russell8-271/+306
2006-09-26[PATCH] Use early CPU identify before early command line parsingAndi Kleen2-21/+2
2006-09-26[PATCH] remove lock prefix from is_at_popf() testsChuck Ebbert1-2/+2
2006-09-26[PATCH] remove superflous BUG_ON's in nommu and gartMuli Ben-Yehuda2-4/+0
2006-09-26[PATCH] Fix gdt table size in trampoline.SEric W. Biederman1-1/+1
2006-09-26[PATCH] annotate arch/x86_64/lib/*.SJan Beulich9-143/+244
2006-09-26[PATCH] fix is_at_popf() for compat tasksChuck Ebbert1-1/+4
2006-09-26[PATCH] i386: Remove lock section support in rwsem.hAndi Kleen1-0/+63
2006-09-26[PATCH] Calgary IOMMU: save a bit of space in bus_infoMuli Ben-Yehuda1-1/+1
2006-09-26[PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return voidMuli Ben-Yehuda1-3/+1
2006-09-26[PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devicesMuli Ben-Yehuda1-4/+6
2006-09-26[PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tarMuli Ben-Yehuda1-2/+10
2006-09-26[PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not foundMuli Ben-Yehuda1-0/+2
2006-09-26[PATCH] Calgary IOMMU: consolidate per bus data structuresMuli Ben-Yehuda2-35/+28
2006-09-26[PATCH] i386: initialize end-of-memory variables as early as possibleJan Beulich4-21/+14
2006-09-26[PATCH] remove int_delivery_destJan Beulich2-3/+0
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich3-8/+7
2006-09-26[PATCH] Remove obsolete CVS $Id$ from assembler files in arch/x86_64/kernel/*Andi Kleen2-4/+0
2006-09-26[PATCH] x86: Detect CFI support in the assembler at runtimeAndi Kleen2-0/+7
2006-09-26[PATCH] Use BUILD_BUG_ON in apic.c build sanity checkingAndi Kleen1-4/+1
2006-09-26[PATCH] i386: Clean up code style in mpparse.c ACPI codeAndi Kleen1-35/+17
2006-09-26[PATCH] Fix up some non linuxy style in ACPI functions in mpparse.cAndi Kleen1-41/+16
2006-09-26[PATCH] Remove some unneeded ACPI externs in mpparse.cAndi Kleen1-9/+0
2006-09-26[PATCH] Remove useless wrapper in mpparse.c codeAndi Kleen1-10/+1
2006-09-26[PATCH] Replace mp bus array with bitmap for bus not pciAndi Kleen2-75/+26
2006-09-26[PATCH] Move early chipset quirks out to new fileAndi Kleen4-103/+120
2006-09-26[PATCH] Remove MPS table APIC renumberingAndi Kleen1-71/+0
2006-09-26[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'Diego Calleja2-4/+4
2006-09-26[PATCH] i386: Factor out common io apic routing entry accessAndi Kleen1-57/+43
2006-09-26[PATCH] Factor out common io apic routing entry accessAndi Kleen1-41/+41
2006-09-26[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsingAndi Kleen2-26/+0
2006-09-26[PATCH] Remove obsolete PIC modeAndi Kleen3-72/+29
2006-09-26[PATCH] Remove leftover MCE/EISA supportAndi Kleen2-70/+3
2006-09-26[PATCH] Remove pirq overwrite supportAndi Kleen1-55/+0
2006-09-26[PATCH] Add some comments to entry.SAndi Kleen1-3/+15
2006-09-26[PATCH] Remove old "focus disabled" chipset errata workaroundAndi Kleen1-26/+2
2006-09-26[PATCH] Remove apic mismatch counterAndi Kleen1-6/+0
2006-09-26[PATCH] Remove all ifdefs for local/io apicAndi Kleen12-58/+3
2006-09-26[PATCH] Add some comments what tce.c actually doesAndi Kleen1-0/+2
2006-09-26[PATCH] Remove leftover CVS Id in thunk.SAndi Kleen1-7/+6
2006-09-26[PATCH] i386: Redo semaphore and rwlock assembly helpersAndi Kleen5-137/+157
2006-09-26[PATCH] Add proper alignment to ENTRYAndi Kleen1-2/+1
2006-09-26[PATCH] Clean up read write lock assemblyAndi Kleen3-31/+39
2006-09-26[PATCH] Simplify profile_pc on x86-64Andi Kleen1-13/+8
2006-09-26[PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen1-4/+19
2006-09-26[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...Andi Kleen2-2/+3
2006-09-26[PATCH] A few trivial spelling and grammar fixesAdam Henley3-4/+4
2006-09-26[PATCH] x86-64 TIF flags for debug regs and io bitmap in ctxswStephane Eranian4-33/+53
2006-09-26[PATCH] Clean up asm/smp.h includesAndi Kleen1-2/+0
2006-09-26[PATCH] x86: Add portable getcpu callAndi Kleen2-0/+2
2006-09-26[PATCH] Add the vgetcpu vsyscallVojtech Pavlik4-9/+93
2006-09-26[PATCH] Add initalization of the RDTSCP auxilliary valuesVojtech Pavlik2-12/+37
2006-09-26[PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUsVenkatesh Pallipadi2-10/+246
2006-09-26[PATCH] i386: Enable NMI watchdog by defaultAndi Kleen1-0/+9
2006-09-26[PATCH] i386: Kdump i386 nmi event notification fixVivek Goyal1-2/+2
2006-09-26[PATCH] kdump x86_64 nmi event notification fixVivek Goyal1-2/+2
2006-09-26[PATCH] i386: make functions staticAdrian Bunk2-4/+4
2006-09-26[PATCH] Fix up panic messages for different NMI panicsAndi Kleen2-6/+6
2006-09-26[PATCH] i386/x86-64: Fix NMI watchdog suspend/resumeShaohua Li4-15/+56
2006-09-26[PATCH] x86: x86 clean up nmi panic messagesDon Zickus2-14/+22
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus2-0/+12
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)Don Zickus2-34/+8
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus2-0/+100
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus7-219/+111
2006-09-26[PATCH] Add ppoll/pselect syscallsAndi Kleen1-2/+2
2006-09-26[PATCH] Add TIF_RESTORE_SIGMASKAndi Kleen2-64/+46
2006-09-26[PATCH] x86: Cleanup NMI interrupt pathDon Zickus4-27/+47
2006-09-26[PATCH] i386: Add SMP support on i386 to reservation frameworkDon Zickus4-189/+357
2006-09-26[PATCH] Add SMP support on x86_64 to reservation frameworkDon Zickus2-141/+288
2006-09-26[PATCH] i386: Utilize performance counter reservation framework in oprofileDon Zickus5-114/+199
2006-09-26[PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus2-72/+294
2006-09-26[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen2-140/+6
2006-09-26[PATCH] i386: Allow to use GENERICARCH for UP kernelsAndi Kleen7-4/+10
2006-09-26[PATCH] i386: Update defconfigAndi Kleen1-562/+501
2006-09-26[PATCH] Update defconfigAndi Kleen1-31/+78
2006-09-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-20/+6
2006-09-25[PATCH] i386: fix flat mode numa on a real numa systemkeith mannthey1-1/+5
2006-09-25[PATCH] cpu to node relationship fixup: map cpu to nodeKAMEZAWA Hiroyuki2-4/+36
2006-09-25[PATCH] cpu to node relationship fixup: acpi_map_cpu2nodeKAMEZAWA Hiroyuki1-5/+8
2006-09-25[PATCH] i386 bootioremap / kexec fixkeith mannthey1-2/+5
2006-09-25[SPARC64]: Fix section-mismatch errors in solaris emul module.David S. Miller2-20/+6
2006-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse196-3223/+7250
2006-09-23[SPARC64]: Update defconfig.David S. Miller1-6/+19
2006-09-23[SPARC64]: Fix sched_clock() wrapping every ~17 seconds.David S. Miller1-1/+1
2006-09-23[PATCH] more fallout from get_property returning pointer to constAl Viro2-3/+3
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds4-75/+240
2006-09-22[PATCH] sun4: fix sbus_setup_iommu()Al Viro1-0/+2
2006-09-22[PATCH] sanitize frv archcleanAl Viro2-5/+3
2006-09-22[PATCH] fix ancient breakage in ebus_init()Al Viro1-4/+3
2006-09-22[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdataJeremy Fitzhardinge1-1/+1
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-289/+1429
2006-09-22Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds34-980/+2466
2006-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds139-1862/+3086
2006-09-22[POWERPC] EEH: Power4 systems sometimes need multiple resets.Linas Vepstas1-12/+24
2006-09-22[POWERPC] Include <asm/mmu.h> in arch/powerpc/sysdev/fsl_soc.h for phys_addr_t.Scott Wood1-0/+2
2006-09-22[POWERPC] Demacrofy arch/powerpc/platforms/maple/pci.cNathan Lynch1-19/+25
2006-09-22[POWERPC] Maple U3 HT - reject inappropriate config space accessNathan Lynch1-0/+6
2006-09-22[POWERPC] Fix IPIC pending register assignmentsScott Wood1-21/+21
2006-09-22[POWERPC] Merge iSeries i/o operations with the restStephen Rothwell2-52/+242
2006-09-21[POWERPC] Fix compile error in sbc8560Amy Fong2-0/+19
2006-09-21[POWERPC] EEH: support MMIO enable recovery stepLinas Vepstas1-17/+64
2006-09-21[POWERPC] EEH: enable MMIO/DMA on frozen slotLinas Vepstas1-0/+29
2006-09-21[POWERPC] EEH: code comment cleanupLinas Vepstas2-11/+35
2006-09-21[POWERPC] EEH: balance pcidev_get/put callsLinas Vepstas1-15/+2
2006-09-21[POWERPC] PPC: Fix xmon stack frame address in backtraceJosh Boyer1-1/+1
2006-09-21[POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FXPeter Bergner1-0/+1
2006-09-21Fix 'make headers_check' on shPaul Mundt1-0/+1
2006-09-21[CRYPTO] drivers: Remove obsolete block cipher operationsHerbert Xu2-315/+0
2006-09-21[CRYPTO] s390: Added block cipher versions of CBC/ECBHerbert Xu3-14/+590
2006-09-21[CRYPTO] s390: Added missing driver name and priorityHerbert Xu5-0/+14
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu4-9/+15
2006-09-21[CRYPTO] twofish: x86-64 assembly versionJoachim Fritschi3-0/+424
2006-09-21[CRYPTO] twofish: i586 assembly versionJoachim Fritschi3-0/+435
2006-09-20[S390] hypfs crashes with invalid mount option.Michael Holzheu1-4/+6
2006-09-20[S390] Use alternative user-copy operations for new hardware.Gerald Schaefer4-1/+175
2006-09-20[S390] Make user-copy operations run-time configurable.Gerald Schaefer6-426/+348
2006-09-20[S390] Cleanup in signal handling code.Gerald Schaefer1-22/+17
2006-09-20[S390] Cleanup in page table related code.Gerald Schaefer1-22/+14
2006-09-20[S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland1-0/+1
2006-09-20[S390] Remove kexec experimental flag.Heiko Carstens1-2/+1
2006-09-20[S390] cleanup appldata.Gerald Schaefer3-85/+13
2006-09-20[S390] Kernel stack overflow handling.Heiko Carstens1-2/+2
2006-09-20[S390] convert some assembler to C.Heiko Carstens4-88/+57
2006-09-20[S390] __exit cleanup.Heiko Carstens2-2/+2