summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin2013-02-129-28/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86: Fix a typoYuanhan Liu2013-01-241-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-198-284/+250
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-282-14/+7
| * | | | | | | | | | | | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-282-27/+31
| * | | | | | | | | | | | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-10/+3
| * | | | | | | | | | | | x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-2/+2
| * | | | | | | | | | | | x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel2013-01-281-6/+2
| * | | | | | | | | | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-43/+1
| * | | | | | | | | | | | x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel2013-01-281-3/+0
| * | | | | | | | | | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-4/+2
| * | | | | | | | | | | | x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-282-9/+6
| * | | | | | | | | | | | x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-282-10/+8
| * | | | | | | | | | | | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-94/+10
| * | | | | | | | | | | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-283-12/+8
| * | | | | | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-282-53/+57
| * | | | | | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-282-26/+24
| * | | | | | | | | | | | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel2013-01-281-10/+9
| * | | | | | | | | | | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel2013-01-281-6/+3
| * | | | | | | | | | | | x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-241-32/+133
| * | | | | | | | | | | | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-243-0/+21
| * | | | | | | | | | | | x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones2013-01-241-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-192-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Round the calculated scale factor in set_cyc2ns_scale()Bernd Faust2013-01-151-1/+2
| | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'timers/for-arm' into timers/coreThomas Gleixner2013-01-316-22/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86/time/rtc: Don't print extended CMOS year when reading RTCBjorn Helgaas2013-01-241-1/+0
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-191-5/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-051-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-5/+6
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-1910-177/+381
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin2013-02-161-20/+151
| * | | | | | | | | | | | uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain()Oleg Nesterov2013-02-081-1/+0
| * | | | | | | | | | | | uprobes/x86: Change __skip_sstep() to actually skip the whole insnOleg Nesterov2013-02-081-1/+4
| * | | | | | | | | | | | perf/x86: Allow for architecture specific RDPMC indexesJacob Shin2013-02-063-1/+13
| * | | | | | | | | | | | perf/x86: Move MSR address offset calculation to architecture specific filesJacob Shin2013-02-062-16/+47
| * | | | | | | | | | | | perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin2013-02-061-4/+4
| * | | | | | | | | | | | perf/x86/amd: Generalize northbridge constraints code for family 15hRobert Richter2013-02-061-18/+25
| * | | | | | | | | | | | perf/x86/amd: Rework northbridge event constraints handlerRobert Richter2013-02-061-42/+26
| * | | | | | | | | | | | perf: Make EVENT_ATTR globalSukadev Bhattiprolu2013-01-311-10/+3
| * | | | | | | | | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-246-74/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-216-8/+13
| | * | | | | | | | | | | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-214-68/+107
| | |/ / / / / / / / / /
* | | | | / / / / / / / x86/apic: Work around boot failure on HP ProLiant DL980 G7 Server systemsStoney Wang2013-02-111-10/+11
| |_|_|_|/ / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-051-4/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/intel/cacheinfo: Shut up annoying warningBorislav Petkov2013-02-041-4/+3
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-052-2/+6
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | x86/perf: Add IvyBridge EP supportYouquan Song2013-01-241-0/+1
| * | | | | | | | | | perf/x86: Fix P6 driver section warningyangyongqiang2013-01-241-1/+1
| * | | | | | | | | | perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu2013-01-241-1/+4
| |/ / / / / / / / /