summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2-10/+8
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel1-94/+10
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel3-12/+8
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2-53/+57
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2-26/+24
2013-01-28x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel1-10/+9
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel1-6/+3
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-5/+6
2013-01-24x86/msr: Add capabilities checkAlan Cox1-0/+3
2013-01-24x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst1-1/+1
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-32/+133
2013-01-24x86: Convert a few mistaken __cpuinit annotations to __initJan Beulich1-1/+1
2013-01-24x86: Fix a typoYuanhan Liu1-1/+1
2013-01-24x86/perf: Add IvyBridge EP supportYouquan Song1-0/+1
2013-01-24perf/x86: Fix P6 driver section warningyangyongqiang1-1/+1
2013-01-24perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu1-1/+4
2013-01-24x86/time/rtc: Don't print extended CMOS year when reading RTCBjorn Helgaas1-1/+0
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-74/+118
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria3-0/+21
2013-01-24x86/apb/timer: Remove unnecessary "if"Cong Ding1-1/+1
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones1-1/+1
2013-01-24x86-64: Fix unwind annotations in recent NMI changesJan Beulich1-4/+3
2013-01-23Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov1-4/+5
2013-01-22Merge tag 'numascale' into x86/platformH. Peter Anvin1-2/+2
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu6-8/+13
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu4-68/+107
2013-01-19x86-32: Start out cr0 clean, disable paging before modifying cr3/4H. Peter Anvin1-2/+7
2013-01-19Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0
2013-01-17xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper1-1/+0
2013-01-16Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+80
2013-01-16Round the calculated scale factor in set_cyc2ns_scale()Bernd Faust1-1/+2
2013-01-14x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin1-0/+2
2013-01-14x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin1-2/+2
2013-01-12x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes1-0/+78
2013-01-10Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+10
2013-01-10x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman1-2/+2
2013-01-10perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern1-6/+0
2013-01-04X86: drivers: remove __dev* attributes.Greg Kroah-Hartman3-6/+6
2012-12-29x86/mce: don't use [delayed_]work_pending()Tejun Heo1-11/+3
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-28/+5
2012-12-20x86, apb_timer: remove unused variable percpu_timerSasha Levin1-6/+2
2012-12-20new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro1-14/+4
2012-12-20generic compat_sys_sigaltstack()Al Viro2-5/+1
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro3-9/+0
2012-12-20Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-52/+1
2012-12-18Add rcu user eqs exception hooks for async page faultLi Zhong1-2/+10
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin3-52/+1
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-51/+59
2012-12-16Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-5/+73