aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-10-09[PATCH] x86_64 irq: Scream but don't die if we receive an unexpected irqEric W. Biederman1-7/+7
2006-10-08[PATCH] x86_64 irq: Allocate a vector across all cpus for genapic_flat.Eric W. Biederman3-48/+115
2006-10-08[PATCH] i386/x86_64: Remove global IO_APIC_VECTOREric W. Biederman1-4/+4
2006-10-06[PATCH] x86_64 irq_regs fixAndrew Morton1-1/+4
2006-10-05Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds3-18/+21
2006-10-05[PATCH] x86-64: Fix compilation without CONFIG_KALLSYMSRandy Dunlap1-1/+1
2006-10-05[PATCH] x86-64: Annotate interrupt frame backlink in interrupt handlersAndi Kleen1-0/+3
2006-10-05[PATCH] x86-64: Fix FPU corruptionAndi Kleen1-4/+3
2006-10-05[PATCH] x86: Terminate the kernel stacks for the unwinderAndi Kleen1-0/+5
2006-10-05[PATCH] x86-64: Calgary IOMMU: print PCI bus numbers in hexJon Mason1-4/+4
2006-10-05[PATCH] x86-64: Calgary IOMMU: Update Jon's contact infoJon Mason1-1/+2
2006-10-05[PATCH] x86-64: Calgary IOMMU: Fix off by one when calculating register space...Jon Mason1-2/+11
2006-10-05[PATCH] x86-64: Calgary IOMMU: deobfuscate calgary_initJon Mason1-5/+7
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-18/+21
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds3-3/+0
2006-10-04[PATCH] htirq: tidy up the htirq codeEric W. Biederman1-0/+1
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman1-27/+62
2006-10-04[PATCH] Initial generic hypertransport interrupt supportEric W. Biederman1-0/+96
2006-10-04[PATCH] genirq: x86_64 irq: Kill irq compressionEric W. Biederman2-46/+1
2006-10-04[PATCH] genirq: x86_64 irq: Kill gsi_irq_sharingEric W. Biederman1-62/+0
2006-10-04[PATCH] genirq: x86_64 irq: make vector_irq per cpuEric W. Biederman3-49/+138
2006-10-04[PATCH] genirq: x86_64 irq: Make the external irq handlers report their vecto...Eric W. Biederman3-39/+32
2006-10-04[PATCH] genirq: x86_64 irq: Remove the msi assumption that irq == vectorEric W. Biederman1-100/+47
2006-10-04[PATCH] genirq: x86_64 irq: Move msi message composition into io_apic.cEric W. Biederman1-0/+74
2006-10-04[PATCH] genirq: x86_64 irq: Dynamic irq supportEric W. Biederman1-5/+46
2006-10-04[PATCH] genirq: x86_64 irq: Reenable migrating irqs to other cpusEric W. Biederman1-3/+33
2006-10-04[PATCH] genirq: convert the x86_64 architecture to irq-chipsIngo Molnar3-141/+44
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones3-3/+0
2006-10-02[PATCH] revert "insert IOAPIC(s) and Local APIC into resource map"Andrew Morton1-54/+0
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-2/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-3/+3
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-2/+7
2006-10-02[PATCH] kprobe whitespace cleanupbibo,mao1-21/+20
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto3-14/+4
2006-09-30[PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen1-4/+4
2006-09-30[PATCH] Re-positioning the bss segmentVivek Goyal1-7/+7
2006-09-30[PATCH] Use ARRAY_SIZE in setup.cAndi Kleen1-8/+3
2006-09-30[PATCH] x86: Clean up x86 NMI sysctlsAndi Kleen1-0/+4
2006-09-30[PATCH] Refactor some duplicated code in mpparse.cAndi Kleen1-18/+19
2006-09-30[PATCH] Document iommu=panicAndi Kleen1-0/+1
2006-09-30[PATCH] Fix broken indentation in iommu_setupAndi Kleen1-41/+41
2006-09-30[PATCH] Allow disabling DAC using command line optionsAndi Kleen1-0/+18
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-4/+4
2006-09-29[PATCH] Move valid_dma_direction() from x86_64 to generic codeRolf Eike Beer1-1/+2
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman2-81/+51
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds42-2005/+1950
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-1/+1
2006-09-26[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64Rafael J. Wysocki2-0/+49
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-1/+2
2006-09-26[PATCH] hpet rtc emulation: add watchdog timerClemens Ladisch1-6/+31
2006-09-26[PATCH] i386/x86-64: New Intel feature flagsDave Jones1-2/+2
2006-09-26[PATCH] x86: Add a cumulative thermal throttle event counter.Dmitriy Zavin1-0/+3
2006-09-26[PATCH] x86: Refactor thermal throttle processingDmitriy Zavin3-23/+35
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen4-1/+11
2006-09-26[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen2-1/+4
2006-09-26[PATCH] Don't leak NT bit into next taskAndi Kleen2-0/+8
2006-09-26[PATCH] i386/x86-64: Work around gcc bug with noreturn functions in unwinderJan Beulich1-0/+4
2006-09-26[PATCH] Remove all traces of signal number conversionAndi Kleen1-5/+0
2006-09-26[PATCH] Don't synchronize time reading on single core AMD systemsAndi Kleen1-0/+6
2006-09-26[PATCH] Use string instructions for Core2 copy/clearAndi Kleen1-0/+2
2006-09-26[PATCH] x86: - restore i8259A eoi status on resumeMatthew Garrett1-1/+5
2006-09-26[PATCH] Insert GART region into resource mapAaron Durbin1-1/+20
2006-09-26[PATCH] Fix idle notifiersAndi Kleen1-6/+9
2006-09-26[PATCH] Mark per cpu data initialization __initdata againAndi Kleen1-5/+3
2006-09-26[PATCH] Fix zeroing on exception in copy_*_userAndi Kleen1-0/+1
2006-09-26[PATCH] insert IOAPIC(s) and Local APIC into resource mapadurbin@google.com1-0/+54
2006-09-26[PATCH] Fix a PDA warning uncovered by the new type checkingAndi Kleen1-1/+1
2006-09-26[PATCH] Fix a irqcount comment in entry.SAndi Kleen1-1/+6
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] Don't use kernel_text_address in oops contextAndi Kleen1-1/+3
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] 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] 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] 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] Don't force reserve the 640k-1MB rangeAndi Kleen1-32/+1
2006-09-26[PATCH] mark init_amd() as __cpuinitMagnus Damm1-1/+1
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] Auto size the per cpu area.Eric W. Biederman1-5/+2
2006-09-26[PATCH] Make boot_param_data pure BSSAndi Kleen1-1/+1
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.P1-12/+7
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 Kleen1-9/+5
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 Ebbert1-7/+5
2006-09-26[PATCH] Replace local_save_flags+local_irq_disable withFernando Luis Vázquez Cao2-4/+2
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 Kleen1-4/+1
2006-09-26[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.cAndi Kleen1-3/+0
2006-09-26[PATCH] Remove need for early lockdep initAndi Kleen2-7/+3
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen11-256/+151
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] fix is_at_popf() for compat tasksChuck Ebbert1-1/+4
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] remove int_delivery_destJan Beulich2-3/+0
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich2-2/+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] Use BUILD_BUG_ON in apic.c build sanity checkingAndi Kleen1-4/+1
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] 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 Kleen1-13/+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] Add proper alignment to ENTRYAndi Kleen1-2/+1
2006-09-26[PATCH] Simplify profile_pc on x86-64Andi Kleen1-13/+8
2006-09-26[PATCH] i386/x86-64: Don't randomize stack top when no randomization personal...Andi Kleen1-1/+1
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 Eranian3-33/+49
2006-09-26[PATCH] Clean up asm/smp.h includesAndi Kleen1-2/+0
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 Pallipadi1-5/+125
2006-09-26[PATCH] kdump x86_64 nmi event notification fixVivek Goyal1-2/+2
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 Li2-7/+28
2006-09-26[PATCH] x86: x86 clean up nmi panic messagesDon Zickus1-7/+14
2006-09-26[PATCH] x86: Allow users to force a panic on NMIDon Zickus1-0/+6
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update)Don Zickus1-17/+4
2006-09-26[PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctlDon Zickus1-0/+48
2006-09-26[PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi...Don Zickus2-97/+25
2006-09-26[PATCH] Add TIF_RESTORE_SIGMASKAndi Kleen1-47/+35
2006-09-26[PATCH] x86: Cleanup NMI interrupt pathDon Zickus2-11/+23
2006-09-26[PATCH] Add SMP support on x86_64 to reservation frameworkDon Zickus2-141/+288
2006-09-26[PATCH] x86: Add performance counter reservation framework for UP kernelsDon Zickus1-40/+138
2006-09-26[PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog supportAndi Kleen1-76/+5
2006-09-19Revert mmiocfg heuristics and blacklist changesLinus Torvalds1-0/+29
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro1-0/+19
2006-09-11[PATCH] audit: more syscall classes addedAl Viro1-0/+16
2006-08-30[PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens3-2/+8
2006-08-30[PATCH] x86_64: Recover 1MB of kernel memoryAndi Kleen2-5/+7
2006-08-30[PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich1-11/+17
2006-08-30[PATCH] x86_64: Add kernel thread stack frame termination for properly stoppi...Andi Kleen2-0/+4
2006-08-30[PATCH] x86: Revert e820 MCFG heuristicsAndi Kleen1-29/+0
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-08-06[PATCH] Fix more per-cpu typosAlexey Dobriyan1-1/+1
2006-08-02[PATCH] x86_64: Fix CONFIG_IOMMU_DEBUGMuli Ben-Yehuda1-0/+2
2006-08-02[PATCH] x86_64: Fix backtracing for interrupt stacksAndi Kleen1-7/+11
2006-07-31[PATCH] cpu hotplug: use hotplug version of registration in late initsChandra Seetharaman2-19/+12
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-1/+1
2006-07-31[PATCH] machine_kexec.c: Fix the description of segment handlingEric W. Biederman1-8/+5
2006-07-29[PATCH] x86_64: Fix swiotlb=forceAndi Kleen1-2/+3
2006-07-29[PATCH] x86_64: Calgary IOMMU - Multi-Node NULL pointer dereference fixJon Mason2-35/+45
2006-07-29[PATCH] x86_64: Calgary IOMMU - fix off by one errorMuli Ben-Yehuda1-4/+3
2006-07-29[PATCH] x86_64: On Intel systems when CPU has C3 don't use TSCAndi Kleen1-4/+12
2006-07-28[PATCH] x86_64: Dump leftover backtrace entries when dwarf2 unwinder got stuckAndi Kleen1-6/+16
2006-07-28[PATCH] i386/x86-64: Add user_mode checks to profile_pc for oprofileAndi Kleen1-1/+1
2006-07-10[PATCH] x86_64: Fix Calgary copyright statements per IBM guidelinesMuli Ben-Yehuda2-4/+8
2006-07-10[PATCH] x86_64: Fix hotplug problem in mce amdJacob Shin1-1/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2-2/+2
2006-07-10[PATCH] put a comment at register_die_notifier that the export is usedArjan van de Ven1-2/+2
2006-07-10[PATCH] lockdep: clean up completion initializer in smpboot.cIngo Molnar1-3/+1
2006-07-10[PATCH] x86_64: e820.c needs pgtable.hAndrew Morton1-0/+1
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-0/+2
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: x86_64 early initIngo Molnar1-0/+5
2006-07-03[PATCH] lockdep: irqtrace subsystem, x86_64 supportIngo Molnar2-53/+139
2006-07-03[PATCH] lockdep: stacktrace subsystem, x86_64 supportIngo Molnar2-0/+222
2006-07-03[PATCH] lockdep: x86_64 document stack frame internalsIngo Molnar1-1/+60
2006-07-03[PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar2-40/+32
2006-07-02[PATCH] irq-flags: x86_64: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-07-01[PATCH] audit syscall classesAl Viro2-0/+30
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel22-22/+0
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+0