| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu | 2014-12-16 | 4 | -19/+7 |
* | x86, irq, acpi: Get rid of special handling of GSI for ACPI SCI | Jiang Liu | 2014-12-16 | 1 | -8/+2 |
* | x86, irq: Introduce helper to check whether an IOAPIC has been registered | Jiang Liu | 2014-12-16 | 4 | -0/+35 |
* | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal | Jiang Liu | 2014-12-16 | 3 | -4/+65 |
* | x86, irq, ACPI: Implement interface to support ACPI based IOAPIC hot-addition | Jiang Liu | 2014-12-16 | 2 | -3/+50 |
* | x86, irq, ACPI: Introduce a mutex to protect IOAPIC operations from hotplug | Jiang Liu | 2014-12-16 | 1 | -0/+21 |
* | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug | Jiang Liu | 2014-12-16 | 2 | -33/+58 |
* | x86, irq: Keep balance of IOAPIC pin reference count | Jiang Liu | 2014-12-16 | 4 | -4/+25 |
* | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug | Jiang Liu | 2014-12-16 | 2 | -11/+11 |
* | x86, irq: Prefer assigned ID in APIC ID register for x86_64 | Yinghai Lu | 2014-12-16 | 1 | -6/+39 |
* | x86, irq: Split out alloc_ioapic_save_registers() | Yinghai Lu | 2014-12-16 | 1 | -7/+15 |
* | ACPI: Fix minor syntax issues in processor_core.c | Jiang Liu | 2014-12-16 | 1 | -5/+4 |
* | x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() | Thomas Gleixner | 2014-12-16 | 1 | -7/+1 |
* | PCI: Remove PCI ioapic driver | Jiang Liu | 2014-12-16 | 3 | -130/+0 |
* | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 2014-12-16 | 7 | -20/+34 |
* | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich | 2014-12-16 | 4 | -15/+14 |
* | x86, irq, ACPI: Fix building warning of unused code | Jiang Liu | 2014-12-16 | 1 | -0/+2 |
* | x86, irq: Provide empty send_cleanup_vector() stub for UP builds | Jiang Liu | 2014-12-16 | 1 | -0/+4 |
* | ACPI: Correct return value of acpi_dev_resource_address_space() | Jiang Liu | 2014-12-16 | 1 | -1/+1 |
* | Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro... | Thomas Gleixner | 2014-12-16 | 2709 | -64246/+87194 |
|\ |
|
| * | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-12-11 | 8 | -24/+87 |
| |\ |
|
| | * | x86/microcode/intel: Fish out the stashed microcode for the BSP | Borislav Petkov | 2014-12-10 | 1 | -14/+12 |
| | * | Merge tag 'microcode_fixes_for_3.19' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2014-12-08 | 7 | -18/+85 |
| | |\ |
|
| | | * | x86, microcode: Reload microcode on resume | Borislav Petkov | 2014-12-06 | 7 | -16/+84 |
| | | * | x86, microcode: Don't initialize microcode code on paravirt | Boris Ostrovsky | 2014-12-06 | 1 | -1/+1 |
| | | * | x86, microcode, intel: Drop unused parameter | Borislav Petkov | 2014-12-06 | 1 | -4/+3 |
| | |/ |
|
| | * | x86, microcode, AMD: Do not use smp_processor_id() in preemtible context | Borislav Petkov | 2014-12-01 | 3 | -6/+6 |
| * | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 16 | -200/+190 |
| |\ \ |
|
| | * | | x86_64/vsyscall: Restore orig_ax after vsyscall seccomp | Andy Lutomirski | 2014-11-10 | 1 | -0/+1 |
| | * | | x86_64: Add a comment explaining the TASK_SIZE_MAX guard page | Andy Lutomirski | 2014-11-10 | 1 | -1/+7 |
| | * | | x86_64,vsyscall: Make vsyscall emulation configurable | Andy Lutomirski | 2014-11-03 | 7 | -7/+36 |
| | * | | x86_64, vsyscall: Rewrite comment and clean up headers in vsyscall code | Andy Lutomirski | 2014-11-03 | 1 | -32/+18 |
| | * | | x86_64, vsyscall: Turn vsyscalls all the way off when vsyscall==none | Andy Lutomirski | 2014-11-03 | 1 | -5/+9 |
| | * | | x86,vdso: Use LSL unconditionally for vgetcpu | Andy Lutomirski | 2014-11-03 | 6 | -43/+19 |
| | * | | x86: vdso: Fix build with older gcc | Andrew Morton | 2014-11-01 | 1 | -10/+8 |
| | * | | x86_64/vdso: Clean up vgetcpu init and merge the vdso initcalls | Andy Lutomirski | 2014-10-28 | 1 | -36/+18 |
| | * | | x86_64/vdso: Remove jiffies from the vvar page | Andy Lutomirski | 2014-10-28 | 3 | -3/+1 |
| | * | | x86/vdso: Make the PER_CPU segment 32 bits | Andy Lutomirski | 2014-10-28 | 1 | -0/+1 |
| | * | | x86/vdso: Make the PER_CPU segment start out accessed | Andy Lutomirski | 2014-10-28 | 1 | -1/+1 |
| | * | | x86/vdso: Change the PER_CPU segment to use struct desc_struct | Andy Lutomirski | 2014-10-28 | 1 | -7/+12 |
| | * | | x86_64/vdso: Move getcpu code from vsyscall_64.c to vdso/vma.c | Andy Lutomirski | 2014-10-28 | 2 | -57/+61 |
| | * | | x86_64/vsyscall: Move all of the gate_area code to vsyscall_64.c | Andy Lutomirski | 2014-10-28 | 2 | -49/+49 |
| * | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-10 | 8 | -67/+116 |
| |\ \ \ |
|
| | * | | | x86/mce: Spell "panicked" correctly | Borislav Petkov | 2014-12-08 | 1 | -6/+6 |
| | * | | | Merge tag 'please-pull-ucna' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2014-11-21 | 5 | -16/+78 |
| | |\ \ \ |
|
| | | * | | | x86, mce: Support memory error recovery for both UCNA and Deferred error in m... | Chen Yucong | 2014-11-19 | 1 | -0/+46 |
| | | * | | | x86, mce, severity: Extend the the mce_severity mechanism to handle UCNA/DEFE... | Chen Yucong | 2014-11-19 | 5 | -16/+32 |
| | |/ / / |
|
| | * | | | x86, MCE, AMD: Assign interrupt handler only when bank supports it | Chen Yucong | 2014-11-01 | 1 | -7/+10 |
| | * | | | x86, MCE, AMD: Drop software-defined bank in error thresholding | Borislav Petkov | 2014-10-21 | 2 | -4/+2 |
| | * | | | x86, MCE, AMD: Move invariant code out from loop body | Chen Yucong | 2014-10-21 | 1 | -1/+3 |