aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-02hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad1-90/+141
2009-06-02hw-breakpoints: modify signal handling code to refrain from re-enabling HW BreakpointsK.Prasad1-9/+0
2009-06-02hw-breakpoints: use the new wrapper routines to access debug registers in process/thread codeK.Prasad3-16/+65
2009-06-02hw-breakpoints: use wrapper routines around debug registers in processor related functionsK.Prasad3-19/+9
2009-06-02hw-breakpoints: modifying generic debug exception to use thread-specific debug registersK.Prasad1-45/+24
2009-06-02hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interfacesK.Prasad3-1/+384
2009-06-02hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad8-32/+116
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar11-22/+50
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel1-1/+2
2009-05-14x86/stacktrace: return 0 instead of -1 for stack opsSteven Rostedt1-1/+1
2009-05-11KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-05-11KVM: Make EFER reads safe when EFER does not existAvi Kivity1-2/+2
2009-05-11KVM: Fix NX support reportingAvi Kivity1-1/+1
2009-05-11KVM: SVM: Fix cross vendor migration issue with unusable bitAndre Przywara1-2/+5
2009-05-08x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto1-4/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge1-0/+5
2009-05-07x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying2-4/+4
2009-05-07x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich1-1/+17
2009-05-07x86: fix boot hang in early_reserve_e820()Jan Beulich1-5/+6
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar13-403/+1373
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar58-467/+632
2009-05-06x86: Fix a typo in a printk messageNikanth Karthikesan1-1/+1
2009-05-06x86, srat: do not register nodes beyond e820 mapDavid Rientjes1-0/+1
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-05-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-14/+18
2009-05-04x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann1-1/+1
2009-05-04amd-iommu: fix iommu flag masksJoerg Roedel1-8/+8
2009-05-02Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tipLinus Torvalds2-16/+18
2009-05-01x86: initialize io_bitmap_base on 32bitThomas Gleixner1-0/+2
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright1-5/+7
2009-04-29tracing: x86, mmiotrace: only register for die notifier when tracer activeStuart Bennett2-5/+24
2009-04-29tracing: x86, mmiotrace: refactor clearing/restore of page presenceStuart Bennett1-21/+22
2009-04-29tracing: x86, mmiotrace: code consistency/legibility improvementStuart Bennett1-17/+17
2009-04-29tracing: x86, mmiotrace: fix range testStuart Bennett1-1/+1
2009-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-6/+17
2009-04-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds11-14/+58
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+3
2009-04-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-04-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-14/+16
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger1-13/+26
2009-04-24x86, bts: reenable ptrace branch trace supportMarkus Metzger1-1/+0
2009-04-24x86, ds: fix buffer alignment in debug store selftestMarkus Metzger1-2/+4
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar59-493/+643
2009-04-24x86, hpet: Stop soliciting hpet=force users on ICH4MLen Brown1-2/+0
2009-04-24Merge branch 'cpufreq' into releaseLen Brown1-14/+16
2009-04-23x86: use native register access for native tlb flushingChris Wright1-4/+4
2009-04-23x86: check boundary in setup_node_bootmem()Yinghai Lu1-0/+3
2009-04-22x86/PCI: don't bother with root quirks if _CRS is usedYinghai Lu1-0/+4
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu4-7/+9
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox1-1/+6