aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-1/+1
2006-09-27[PATCH] x86 microcode: add sysfs and hotplug supportShaohua Li1-0/+1
2006-09-27[PATCH] x86 microcode: microcode driver cleanup.Shaohua Li1-0/+5
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+2
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-1/+3
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+3
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman7-153/+82
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds72-2396/+2608
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] Standardize pxx_page macrosDave McCracken1-3/+3
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter1-0/+4
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESChristoph Lameter1-1/+1
2006-09-26[PATCH] Don't set calgary iommu as default yAndi Kleen1-1/+0
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 Kleen5-1/+14
2006-09-26[PATCH] x86: Move direct PCI scanning functions out of lineAndi Kleen1-1/+2
2006-09-26[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCIAndi Kleen3-2/+6
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 Beulich3-0/+12
2006-09-26[PATCH] Fix some broken white space in ia32_signal.cAndi Kleen1-5/+5
2006-09-26[PATCH] Initialize argument registers for 32bit signal handlers.Andi Kleen1-0/+5
2006-09-26[PATCH] Remove all traces of signal number conversionAndi Kleen2-14/+1
2006-09-26[PATCH] Don't synchronize time reading on single core AMD systemsAndi Kleen1-0/+6
2006-09-26[PATCH] Remove outdated comment in x86-64 mmconfig codeAndi Kleen1-1/+0
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] MMCONFIG and new Intel motherboardsAaron Durbin1-0/+32
2006-09-26[PATCH] Insert GART region into resource mapAaron Durbin1-1/+20
2006-09-26[PATCH] i386/x86-64: Only do MCFG e820 check when type 1 worksAndi Kleen1-1/+3
2006-09-26[PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config s...Andi Kleen1-1/+1
2006-09-26[PATCH] Fix idle notifiersAndi Kleen1-6/+9
2006-09-26[PATCH] Remove experimental mark of kexecEric W. Biederman1-2/+1
2006-09-26[PATCH] Mark per cpu data initialization __initdata againAndi Kleen1-5/+3
2006-09-26[PATCH] Check return values of __copy_to_user in uname emulationAndi Kleen1-12/+16
2006-09-26[PATCH] Add __must_check to copy_*_userAndi Kleen1-2/+4
2006-09-26[PATCH] Fix zeroing on exception in copy_*_userAndi Kleen2-45/+80
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 -fstack-protector option to the CFLAGSArjan van de Ven1-0/+3
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] 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] 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] 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] mark init_amd() as __cpuinitMagnus Damm1-1/+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] fix bus numbering format in mmconfig warningBrice Goglin1-3/+2
2006-09-26[PATCH] Auto size the per cpu area.Eric W. Biederman1-5/+2
2006-09-26[PATCH] make fault notifier unconditional and export itAndi Kleen1-9/+3
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 Kleen1-1/+8
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] 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 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 Kleen12-259/+157
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] 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 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 Kleen1-0/+3
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] x86: AUX_DEVICE_INFO is one byte long, use 'movb'Diego Calleja1-2/+2
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] Remove leftover CVS Id in thunk.SAndi Kleen1-7/+6
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/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 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 Kleen1-0/+1
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 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 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-26[PATCH] Update defconfigAndi Kleen1-31/+78
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-2/+3
2006-09-21[CRYPTO] twofish: x86-64 assembly versionJoachim Fritschi3-0/+424
2006-09-19Revert mmiocfg heuristics and blacklist changesLinus Torvalds2-24/+39
2006-09-12[PATCH] syscall class hookup for all normal targetsAl Viro1-0/+4
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro2-0/+35
2006-09-11[PATCH] audit: more syscall classes addedAl Viro2-0/+26
2006-08-30[PATCH] x86_64: Don't write out segments from vsyscall32 DSO if it is not mappedSuleiman Souhlal1-26/+31
2006-08-30[PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens3-2/+8
2006-08-30[PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklistAndi Kleen1-1/+24
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 Kleen2-38/+0
2006-08-30[PATCH] x86_64: Update defconfigAndi Kleen1-50/+16
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] vDSO hash-style fixRoland McGrath2-0/+2
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: Revert k8-bus.c northbridge access changeAndi Kleen1-5/+5
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-29[PATCH] x86_64: Update defconfigAndi Kleen1-4/+5
2006-07-28[PATCH] x86_64: Dump leftover backtrace entries when dwarf2 unwinder got stuckAndi Kleen1-6/+16
2006-07-28[PATCH] x86_64: Don't clobber r8-r11 in int 0x80 handlerAndi Kleen1-1/+1
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 access check in ptrace compatAndi Kleen1-3/+10
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] x86_64: Bring x86-64 ia32 emul in sync with i386 on READ_IMPLIES_EXEC...Markus Schoder1-1/+1
2006-07-10[PATCH] x86_64: Update defconfigAndi Kleen1-5/+31
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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+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