aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B2-1/+26
2006-03-26[PATCH] kprobes: fix broken fault handling for x86_64Prasanna S Panchamukhi1-7/+55
2006-03-26[PATCH] kprobe handler: discard user space trapbibo,mao1-0/+3
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao1-8/+1
2006-03-25[PATCH] x86_64: Add cpu_relax() to busy loops in PM timer codeAndi Kleen1-1/+2
2006-03-25[PATCH] x86_64: Report SIGSEGV for IRET faultsAndi Kleen1-1/+1
2006-03-25[PATCH] x86_64: Remove bogus special case in AMD core parsing.Andi Kleen1-2/+0
2006-03-25[PATCH] x86_64: Eliminate register_die_notifier symbol exportedKevin Winchester1-1/+0
2006-03-25[PATCH] x86_64: Search K8 devices on more devices.Navin Boppuri2-4/+2
2006-03-25[PATCH] i386/x86-64: List Intel LaGrange AKA SMX in /proc/cpuinfoAndi Kleen1-1/+1
2006-03-25[PATCH] x86_64: free_bootmem_node needs __pa in allocate_apertureJon Mason1-1/+1
2006-03-25[PATCH] x86_64: timer interrupt lockup due to pending interruptVivek Goyal1-0/+20
2006-03-25[PATCH] x86_64: Use cpumask bitops for cpu_vm_maskBrian Gerst1-3/+3
2006-03-25[PATCH] x86_64: Change default setting for noexec32 to match i386 kernelAndi Kleen1-1/+1
2006-03-25[PATCH] x86_64: fix orphaned bits of timer init messagesChuck Ebbert1-3/+3
2006-03-25[PATCH] x86_64: Basic reorder infrastructureArjan van de Ven2-0/+1291
2006-03-25[PATCH] x86_64: Always use IO-APIC routing for timer.Andi Kleen1-1/+1
2006-03-25[PATCH] x86_64: Don't invoke OOM killer during dma_alloc_coherent()Andi Kleen1-0/+3
2006-03-25[PATCH] x86_64: Reename CMOS update warningAndi Kleen1-8/+1
2006-03-25[PATCH] x86_64: Fix formatting in time.cAndi Kleen1-49/+45
2006-03-25[PATCH] x86_64: Handle years beyond 2100Andi Kleen1-5/+17
2006-03-25[PATCH] x86_64: Patch to make the head.S-must-be-first-in-vmlinux order explicitArjan van de Ven2-0/+2
2006-03-25[PATCH] x86_64: Implement early DMI scanningAndi Kleen1-7/+9
2006-03-25[PATCH] x86_64: s/Overwrite/Override/ in arch/x86-64Dave Jones1-1/+1
2006-03-25[PATCH] x86_64: to use lapic ids instead of initial apic idsRavikiran G Thirumalai1-2/+2
2006-03-25[PATCH] x86_64: miscellaneous cleanupJan Beulich3-14/+15
2006-03-25[PATCH] x86_64: Make pfn_valid work early in bootAndi Kleen1-0/+1
2006-03-25[PATCH] x86_64: Clean up white space in traps.cRoberto Nibali1-9/+8
2006-03-25[PATCH] x86_64: Check that early arguments are words on their ownAndi Kleen1-22/+25
2006-03-25[PATCH] x86_64: remove dead do_softirq_thunkJan Beulich1-3/+0
2006-03-25[PATCH] x86_64: actively synchronize vmalloc area when registering certain ca...Jan Beulich2-0/+3
2006-03-25[PATCH] x86_64: Use cpu_relax in poll loop in GART IOMMUAndi Kleen1-2/+5
2006-03-25[PATCH] x86_64: Report local APIC ID when initializing CPUAndi Kleen1-2/+2
2006-03-25[PATCH] x86_64: Don't need to read PIT in timer handler when PM timer is usedAndi Kleen1-2/+2
2006-03-25[PATCH] x86_64: cleanup allocating logical cpu numbers in x86_64Ashok Raj2-11/+14
2006-03-25[PATCH] x86_64: save FPU context slightly laterJan Beulich1-3/+4
2006-03-25[PATCH] x86_64: eliminate set_debug()Jan Beulich2-7/+7
2006-03-25[PATCH] x86_64: disallow multi-byte hardware execution breakpointsJan Beulich1-3/+3
2006-03-25[PATCH] x86_64: cpu_pda array to macro followup correctionJan Beulich1-1/+1
2006-03-24[PATCH] early_printk: cleanup trailiing whitespaceRandy Dunlap1-45/+45
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+1
2006-03-24[PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fixAkinobu Mita2-4/+2
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton2-16/+9
2006-03-23[PATCH] sem2mutex: kprobesIngo Molnar1-2/+2
2006-03-23[PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki1-4/+0
2006-03-23[PATCH] x86: early_printk(): remove MAX_YPOS and MAX_XPOS macrosAndrew Morton1-13/+10
2006-03-23[PATCH] x86: start early_printk at sensible screen rowChuck Ebbert1-1/+1
2006-03-23[PATCH] x86: early printk handling fixesStas Sergeev1-1/+2
2006-03-22[PATCH] multiple exports of strpbrkAndrew Morton1-0/+1
2006-03-22[PATCH] x86: mark cyc2ns_scale readmostlyRavikiran G Thirumalai1-1/+1
2006-03-14Revert "[PATCH] x86-64: Fix up handling of non canonical user RIPs"Linus Torvalds1-11/+18
2006-03-12[PATCH] x86-64: Fix up handling of non canonical user RIPsAndi Kleen1-18/+11
2006-03-08[PATCH] fix kexec asmMichael Matz1-1/+1
2006-02-27Revert "[PATCH] x86_64: Only do the clustered systems have unsynchronized TSC...Linus Torvalds1-8/+1
2006-02-26[PATCH] fix build on x86_64 with !CONFIG_HOTPLUG_CPUBrian Magnuson1-1/+1
2006-02-26[PATCH] x86_64: Better ATI timer fixAndi Kleen1-17/+29
2006-02-26[PATCH] x86_64: Move the SMP time selection earlierAndi Kleen2-13/+11
2006-02-26[PATCH] x86_64: Fix the additional_cpus=.. optionAndi Kleen2-1/+7
2006-02-26[PATCH] x86_64: Fix NMI watchdog on x460Chris McDermott1-1/+1
2006-02-26[PATCH] x86_64: Only do the clustered systems have unsynchronized TSC assumpt...Andi Kleen1-1/+8
2006-02-26[PATCH] x86_64: no_iommu removal in pci-gart.cJon Mason2-18/+6
2006-02-25[PATCH] x86-64: react to new topology.c locationDave Jones1-1/+1
2006-02-17[PATCH] Remove KERN_INFO from middle of printk lineTim Hockin1-2/+2
2006-02-17[PATCH] x86_64: Resolve the RIP of an early exception using kallsymsAndi Kleen1-0/+7
2006-02-17[PATCH] x86_64: Disable tsc when apicpmtimer is activeAndi Kleen2-2/+2
2006-02-17[PATCH] x86_64: Don't enable ATI apicmaintimer workaround when the machine ha...Andi Kleen1-0/+16
2006-02-17[PATCH] x86_64: Don't call do_exit with interrupts disabled after IRET exceptionAndi Kleen1-0/+1
2006-02-17[PATCH] x86_64: make touch_nmi_watchdog() not touch impossible cpus' private ...Jan Beulich1-8/+11
2006-02-12[PATCH] x86_64: GART DMA merging fixAndi Kleen1-4/+2
2006-02-12[PATCH] arch/x86_64/kernel/traps.c PTRACE_SINGLESTEP oopsJohn Blackwood1-1/+17
2006-02-11[PATCH] x86-64: Fix HPET timer on x460Chris McDermott2-4/+10
2006-02-07[PATCH] amd64 time.c __iomem annotationsAl Viro1-1/+1
2006-02-07[PATCH] drive_info removal outside of arch/i386Al Viro2-7/+0
2006-02-07[PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai1-0/+3
2006-02-05Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down"Linus Torvalds1-3/+0
2006-02-04[PATCH] x86_64: IOMMU printk cleanupJon Mason4-10/+11
2006-02-04[PATCH] x86_64: Let impossible CPUs point to reference per cpu dataAndi Kleen1-3/+5
2006-02-04[PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is n...Andi Kleen1-0/+20
2006-02-04[PATCH] x86_64: small fix for CFI annotationsJan Beulich1-0/+4
2006-02-04[PATCH] x86_64: Calibrate APIC timer using PM timerAndi Kleen2-6/+47
2006-02-04[PATCH] x86_64: Don't allow kprobes on __switch_toAndi Kleen1-1/+3
2006-02-04[PATCH] x86_64: align per-cpu section to configured cache bytesZach Brown1-1/+1
2006-02-04[PATCH] x86_64: When allocation of merged SG lists fails in the IOMMU don't m...Kevin VanMaren1-3/+6
2006-02-04[PATCH] x86_64: data/functions wrongly marked as __init with cpu hotplug.Ashok Raj1-1/+1
2006-02-04[PATCH] x86_64: mark two routines as __cpuinitShaohua Li2-2/+2
2006-02-04[PATCH] x86_64: Fix the node cpumask of a cpu going downRavikiran G Thirumalai1-0/+3
2006-02-04[PATCH] x86_64: Undo the earlier changes to remove unrolled copy/memset funct...Andi Kleen1-0/+6
2006-02-04[PATCH] x86_64: Fix swiotlb dma_alloc_coherent fallbackAndi Kleen1-0/+3
2006-02-04[PATCH] x86_64: [PATCH] timer resumeShaohua Li2-0/+17
2006-02-04[PATCH] x86_64: Automatically enable apicmaintimer on ATI boardsAndi Kleen1-0/+8
2006-02-04[PATCH] x86_64: Allow to run main time keeping from the local APIC interruptAndi Kleen2-9/+70
2006-02-04[PATCH] x86_64: Disallow kprobes on NMI handlersAndi Kleen3-13/+18
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown4-9/+86
2006-01-18[PATCH] x86_64: Fix MCE exception stack for boot CPUJan Beulich1-1/+1
2006-01-16[PATCH] x86_64: eliminate empty_bad_{page,{pte,pmd}_table}Jan Beulich1-71/+37
2006-01-16[PATCH] x86_64: set do_not_nx as cpuinitdataAndi Kleen1-1/+1
2006-01-16[PATCH] x86_64: lapic resume uses correct base addressShaohua Li1-4/+1
2006-01-16[PATCH] x86_64: Allow nesting of int3 by default for kprobesAndi Kleen2-10/+7
2006-01-12[PATCH] amd64: task_stack_page()Al Viro2-4/+4
2006-01-12[PATCH] amd64: task_pt_regs()Al Viro3-11/+4
2006-01-12[PATCH] amd64: task_thread_info()Al Viro5-6/+6
2006-01-11[PATCH] x86_64: Fix SMP bootup with CONFIG_KDUMP enabledVivek Goyal1-2/+9
2006-01-11[PATCH] x86_64: Don't confuse noapic with noapictimerAndi Kleen1-1/+3
2006-01-11[PATCH] x86_64: don't copy command line twiceJan Beulich1-4/+0
2006-01-11[PATCH] i386/x86-64: make setup_early_printk() usage consistentJan Beulich2-4/+2
2006-01-11[PATCH] x86_64: Use safe_smp_processor_id in MCE handlerAndi Kleen1-1/+2
2006-01-11[PATCH] x86_64: Some housekeeping in local APIC codeAndi Kleen4-64/+48
2006-01-11[PATCH] x86_64: Display meaningful part of filename during BUG()Jan Beulich1-3/+9
2006-01-11[PATCH] x86_64: Reduce screen space needed by stack traceJan Beulich1-13/+12
2006-01-11[PATCH] x86_64: Fix get_cmos_time()Jan Beulich1-7/+4
2006-01-11[PATCH] x86_64: No need to export get_cmos_time anymoreAndi Kleen2-4/+1
2006-01-11[PATCH] x86_64: Remove unused AMD K8 C stepping flagAndi Kleen1-6/+0
2006-01-11[PATCH] x86_64: sparse warning cleanupsStephen Hemminger1-1/+1
2006-01-11[PATCH] x86_64: Remove unused segmentsAndi Kleen1-3/+2
2006-01-11[PATCH] x86_64: ioapic virtual wire mode fixVivek Goyal1-1/+2
2006-01-11[PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_archRavikiran G Thirumalai2-0/+46
2006-01-11[PATCH] x86_64: Memorize location of i8259 for reboots.Eric W. Biederman1-36/+108
2006-01-11[PATCH] x86_64: allow setting RF in EFLAGSChuck Ebbert1-3/+6
2006-01-11[PATCH] x86_64: "invalid operand" -> "invalid opcode"Chuck Ebbert1-1/+1
2006-01-11[PATCH] x86_64: Sparse warnings fix.Luiz Fernando Capitulino1-2/+2
2006-01-11[PATCH] x86_64: Remove useless KDB vectorAndi Kleen4-17/+1
2006-01-11[PATCH] x86_64: Tell user to enable GART_IOMMU when neededAndi Kleen1-2/+3
2006-01-11[PATCH] x86_64: Fix warning in nmi.c on uniprocessor kernelsAndi Kleen1-0/+2
2006-01-11[PATCH] x86_64: Allocate PDAs in the local nodeRavikiran G Thirumalai3-1/+22
2006-01-11[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai6-17/+16
2006-01-11[PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai1-0/+2
2006-01-11[PATCH] x86_64: Fix up white space in time.cAndi Kleen1-39/+32
2006-01-11[PATCH] x86_64: Use standard __always_inline in vsyscall.cAndi Kleen1-6/+5
2006-01-11[PATCH] x86_64: On Intel CPUs don't do an additional CPU sync before RDTSCAndi Kleen3-21/+9
2006-01-11[PATCH] x86_64: Support alternative() in vsyscallsAndi Kleen1-2/+10
2006-01-11[PATCH] x86_64: Don't try to synchronize the TSC over CPUs on Intel CPUs at b...Andi Kleen2-3/+9
2006-01-11[PATCH] x86_64: x86_64 write apic id fixVivek Goyal1-1/+1
2006-01-11[PATCH] x86_64: Remove duplicate exportsBrian Gerst1-22/+0
2006-01-11[PATCH] x86_64: unexport pci_*_consistentBrian Gerst1-5/+0
2006-01-11[PATCH] x86_64: Make it clear in machine checks that it's an hardware problemAndi Kleen1-0/+4
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda6-433/+464
2006-01-11[PATCH] x86_64: Add idle notifiersAndi Kleen6-0/+60
2006-01-11[PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen3-3/+5
2006-01-11[PATCH] x86_64: Handle missing local APIC timer interrupts on C3 stateVenkatesh Pallipadi2-2/+58
2006-01-11[PATCH] i386/x86-64: Remove sub jiffy profile timer supportVenkatesh Pallipadi1-51/+2
2006-01-11[PATCH] x86_64: Report hardware breakpoints in user space when triggered by t...John Blackwood1-4/+2
2006-01-11[PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen2-0/+2
2006-01-11[PATCH] x86_64: Align and pad x86_64 GDT on page boundaryRavikiran G Thirumalai4-10/+16
2006-01-11[PATCH] x86_64: Allow compilation on a 32bit biarch toolchainAndi Kleen1-0/+2
2006-01-11[PATCH] x86_64: Generalize DMI and enable for x86-64Andi Kleen2-1/+13
2006-01-11[PATCH] x86_64: Add missing newline in IOMMU error messageAndi Kleen1-1/+1
2006-01-11[PATCH] x86_64: fix page fault from show_trace()Jan Beulich1-7/+5
2006-01-11[PATCH] i386/x86-64: Don't IPI to offline cpus on shutdownEric W. Biederman1-4/+6
2006-01-11[PATCH] x86_64/i386: Remove preempt disable calls in lowlevel IPIZwane Mwaikambo2-10/+5
2006-01-11[PATCH] x86_64: increase MCE bank countsShaohua Li1-11/+14
2006-01-11[PATCH] x86_64: another mb() for smpboot.cBenjamin LaHaise1-0/+1
2006-01-11[PATCH] x86_64: Move int 3 handler to debug stack and allow to increase it.Jan Beulich4-11/+76
2006-01-11[PATCH] x86_64: Don't confuse apic=... command line option with apicAndi Kleen1-1/+3
2006-01-11[PATCH] x86_64: Dont't disable early PCI scan with apicAndi Kleen1-3/+0
2006-01-11[PATCH] i386/x86-64: Update AMD CPUID flagsAndi Kleen1-6/+9
2006-01-11[PATCH] i386/x86-64: Generalize X86_FEATURE_CONSTANT_TSC flagAndi Kleen1-2/+3
2006-01-11[PATCH] x86_64: Remove enable/disable_hltAndi Kleen1-30/+9
2006-01-11[PATCH] x86_64: Don't reserve hotplug CPUs by defaultAndi Kleen1-7/+4
2006-01-11[PATCH] x86_64: No need to remove NT during CPU setupAndi Kleen1-7/+0
2006-01-11[PATCH] x86_64: Remove unprotected iretJan Beulich1-1/+1
2006-01-11[PATCH] x86_64: Clean up double fault handlingJan Beulich1-1/+17
2006-01-11[PATCH] x86_64: make trap information available to die notification handlersJan Beulich2-16/+19
2006-01-11[PATCH] x86_64: Removing unused function die_if_kernel().Jan Beulich1-5/+0
2006-01-11[PATCH] x86_64: fix bound check IDT gateJan Beulich1-2/+2
2006-01-11[PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFOJan Beulich1-1/+1
2006-01-11[PATCH] x86_64: Support constant TSC feature in future AMD CPUs.Andi Kleen1-0/+6
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap2-0/+2
2006-01-11[PATCH] kprobes: fix race in recovery of reentrant probeKeshavamurthy Anil S1-0/+9
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli1-3/+3
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-1/+3
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S1-2/+2
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy1-5/+2
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal2-0/+48
2006-01-10[PATCH] kdump: x86_64 save cpu registers upon crashVivek Goyal1-0/+70
2006-01-10[PATCH] kdump: x86_64 kexec on panicakpm@osdl.org1-1/+85
2006-01-10[PATCH] kdump: x86_64: add elfcorehdr command line optionVivek Goyal1-0/+9
2006-01-10[PATCH] kdump: x86_64: add memmmap command line optionakpm@osdl.org2-0/+48
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-2/+0
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk1-2/+0
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-1/+1
2006-01-07Pull pnpacpi into acpica branchLen Brown6-8/+15
2006-01-06[PATCH] cpu hotplug/x86_64: disable interrupt in play_deadShaohua Li1-2/+3
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures c...Arjan van de Ven1-1/+1
2006-01-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+5
2005-12-28[ACPI] acpi_register_gsi() fix needed for ACPICA 20051021Len Brown1-1/+1
2005-12-12[PATCH] x86_64: Fix collision between pmtimer and pit/hpetjohn stultz1-1/+1
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-1/+1
2005-12-12[PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initializat...Andi Kleen1-1/+3
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-1/+1
2005-12-10[ACPI] ACPICA 20050930Bob Moore2-9/+9
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-1/+5
2005-12-01[ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi2-0/+77
2005-11-23[PATCH] kprobes: Fix return probes on sys_execveJim Keniston1-7/+0
2005-11-14Merge x86-64 update from AndiLinus Torvalds24-193/+888
2005-11-14[PATCH] x86_64: Fix sparse memBob Picco1-3/+0
2005-11-14[PATCH] x86_64: Increase the maximum number of local APICs to the maximumAndi Kleen1-4/+7
2005-11-14[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen1-40/+0
2005-11-14[PATCH] x86_64: Log machine checks from boot on Intel systemsAndi Kleen1-5/+9
2005-11-14[PATCH] x86_64: Use common sys_time64Paolo 'Blaisorblade' Giarrusso1-14/+0