summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-32/+12
* x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-211-1/+98
* x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-212-138/+59
* x86, mpparse, irq: Provide basic irqdomain supportJiang Liu2014-06-211-1/+9
* x86, ACPI, irq: Provide basic irqdomain supportJiang Liu2014-06-211-2/+13
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-214-4/+44
* x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-212-39/+127
* x86, irq, ACPI: Change __acpi_register_gsi to return IRQ number instead of GSIJiang Liu2014-06-211-13/+8
* x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-212-36/+36
* x86, irq: Simplify arch_early_irq_init()Jiang Liu2014-06-211-22/+11
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-214-33/+42
* x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-211-7/+22
* x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomainJiang Liu2014-06-211-28/+33
* x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readabilityJiang Liu2014-06-211-10/+10
* x86, ioapic: Introduce helper utilities to walk ioapics and pinsJiang Liu2014-06-211-58/+62
* x86, ioapic: Kill static variable nr_irqs_gsiJiang Liu2014-06-211-19/+5
* x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-211-3/+0
* x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-211-16/+5
* x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQJiang Liu2014-06-211-1/+9
* x86, ACPI, irq: Enhance error handling in function acpi_register_gsi()Jiang Liu2014-06-211-6/+8
* x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.cJiang Liu2014-06-211-34/+16
* x86, acpi, irq: Kill static function irq_to_gsi()Jiang Liu2014-06-211-20/+6
* x86, acpi: Reorganize code to avoid forward declaration in boot.cJiang Liu2014-06-211-120/+116
* x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-212-4/+10
* x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
* x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu2014-06-141-3/+4
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-124-24/+46
|\
| * x86/irq: Fix fixup_irqs() error handlingPrarit Bhargava2014-04-162-14/+27
| * x86, irq, pic: Probe for legacy PIC and set legacy_pic appropriatelyK. Y. Srinivasan2014-04-142-10/+19
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-1219-448/+521
|\ \
| * \ Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-0616-19/+48
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-06-051-19/+18
| |\ \ \
| | * | | uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updatesOleg Nesterov2014-06-051-19/+18
| * | | | perf/x86: Add conditional branch filtering supportAnshuman Khandual2014-06-051-0/+5
| * | | | perf/x86: Use common PMU interrupt disabled codeVince Weaver2014-06-051-9/+9
| * | | | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-0516-161/+162
| |\ \ \ \
| | * | | | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-2410-57/+103
| | * | | | kprobes, x86: Allow kprobes on text_poke/hw_breakpointMasami Hiramatsu2014-04-242-5/+3
| | * | | | kprobes/x86: Allow probe on some kprobe preparation functionsMasami Hiramatsu2014-04-243-23/+23
| | * | | | kprobes, x86: Call exception_enter after kprobes handledMasami Hiramatsu2014-04-241-3/+2
| | * | | | kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu2014-04-242-21/+13
| | * | | | kprobes, x86: Prohibit probing on native_set_debugreg()/load_idt()Masami Hiramatsu2014-04-241-1/+3
| | * | | | kprobes, x86: Prohibit probing on debug_stack_*()Masami Hiramatsu2014-04-241-0/+4
| | * | | | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-241-0/+4
| | * | | | kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-243-53/+8
| | * | | | kprobes/x86: Allow to handle reentered kprobe on single-steppingMasami Hiramatsu2014-04-241-1/+2
| * | | | | Merge branch 'perf/uprobes' into perf/coreIngo Molnar2014-06-053-277/+346
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-141-3/+4
| | * | | | x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov2014-05-141-15/+9
| | * | | | x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov2014-05-141-9/+12
OpenPOWER on IntegriCloud