| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 2015-05-11 | 27 | -211/+183 |
|\ |
|
| * | x86/alternatives: Switch AMD F15h and later to the P6 NOPs | Borislav Petkov | 2015-05-11 | 1 | -0/+9 |
| * | x86/asm/entry/irq: Clean up IRQn_VECTOR macros | Brian Gerst | 2015-05-10 | 4 | -9/+9 |
| * | x86/asm/entry: Remove SYSCALL_VECTOR | Brian Gerst | 2015-05-10 | 1 | -2/+2 |
| * | x86/irq: Merge irq_regs & irq_stat | Brian Gerst | 2015-05-10 | 3 | -12/+6 |
| * | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 2015-05-08 | 1 | -1/+1 |
| * | x86/entry: Remove unused 'kernel_stack' per-cpu variable | Denys Vlasenko | 2015-05-08 | 4 | -13/+1 |
| * | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 2015-05-08 | 1 | -1/+1 |
| * | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 2015-05-08 | 38 | -419/+4921 |
| |\ |
|
| | * | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-05-06 | 1 | -2/+2 |
| | |\ |
|
| | | * | hypervisor/x86/xen: Unset X86_BUG_SYSRET_SS_ATTRS on Xen PV guests | Boris Ostrovsky | 2015-05-05 | 1 | -2/+2 |
| | * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-05-06 | 1 | -6/+8 |
| | |\ \ |
|
| | | * | | x86/fpu: Always restore_xinit_state() when use_eager_cpu() | Bobby Powers | 2015-05-06 | 1 | -5/+7 |
| | | * | | x86: Make cpu_tss available to external modules | Marc Dionne | 2015-05-05 | 1 | -1/+1 |
| | * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-05-06 | 2 | -28/+50 |
| | |\ \ \ |
|
| | | * | | | perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driver | Sonny Rao | 2015-04-22 | 1 | -1/+5 |
| | | * | | | perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile ... | Sonny Rao | 2015-04-22 | 1 | -0/+8 |
| | | * | | | perf/x86/intel: Add cpu_(prepare|starting|dying) for core_pmu | Jiri Olsa | 2015-04-22 | 1 | -28/+38 |
| | * | | | | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini | 2015-04-27 | 1 | -44/+0 |
| | | |_|/
| | |/| | |
|
| | * | | | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 2015-04-26 | 3 | -0/+40 |
| | * | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-04-24 | 1 | -1/+1 |
| | |\ \ \ |
|
| | | * | | | ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID | Catalin Marinas | 2015-03-26 | 1 | -1/+1 |
| | * | | | | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-04-21 | 1 | -6/+0 |
| | |\ \ \ \ |
|
| | | * \ \ \ | Merge 4.0-rc7 into tty-next | Greg Kroah-Hartman | 2015-04-07 | 4 | -11/+45 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge 4.0-rc5 into tty-next | Greg Kroah-Hartman | 2015-03-23 | 6 | -30/+60 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge 4.0-rc3 into tty-testing | Greg Kroah-Hartman | 2015-03-09 | 1 | -6/+0 |
| | | |\ \ \ \ \ \
| | | | |_|_|/ / /
| | | |/| | | | | |
|
| | | | * | | | | | x86, intel-mid: remove Intel MID specific serial support | Andy Shevchenko | 2015-03-07 | 1 | -6/+0 |
| * | | | | | | | | x86/asm/entry/64: Clean up usage of TEST insns | Denys Vlasenko | 2015-05-08 | 1 | -6/+5 |
| * | | | | | | | | x86/asm/entry/64: Tidy up JZ insns after TESTs | Denys Vlasenko | 2015-05-08 | 1 | -4/+4 |
| * | | | | | | | | x86/asm/entry/64: Merge 32-bit execve stubs with x32 ones, as they are identical | Denys Vlasenko | 2015-04-22 | 1 | -18/+5 |
| * | | | | | | | | x86/asm/entry/64: Implement better check for canonical addresses | Denys Vlasenko | 2015-04-22 | 1 | -11/+12 |
| * | | | | | | | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 2015-04-22 | 3 | -2/+5 |
| * | | | | | | | | x86/asm, x86/acpi/wakeup_64.S: Make global label a local one | Borislav Petkov | 2015-04-15 | 1 | -3/+3 |
| * | | | | | | | | x86/asm: Remove unused TI_cpu | Brian Gerst | 2015-04-15 | 1 | -3/+0 |
| * | | | | | | | | x86/asm: Merge common 32-bit values in asm-offsets.c | Brian Gerst | 2015-04-15 | 3 | -36/+19 |
* | | | | | | | | | x86/smpboot: Skip delays during SMP initialization similar to Xen | Jan H. Schönherr | 2015-05-06 | 1 | -23/+38 |
* | | | | | | | | | x86/x2apic: Acpi_gbl_FADT existence depends on CONFIG_ACPI | Jan Kiszka | 2015-05-05 | 1 | -0/+2 |
* | | | | | | | | | x86: Constify irqdomain ops | Thomas Gleixner | 2015-05-05 | 2 | -8/+8 |
* | | | | | | | | | x86/irq: Avoid memory allocation in __assign_irq_vector() | Jiang Liu | 2015-04-24 | 1 | -16/+17 |
* | | | | | | | | | x86/irq: Move irqdomain specific code into asm/irqdomain.h | Jiang Liu | 2015-04-24 | 4 | -4/+4 |
* | | | | | | | | | x86: Cleanup irq_domain ops | Thomas Gleixner | 2015-04-24 | 4 | -25/+18 |
* | | | | | | | | | x86,ioapic: Cleanup irq_trigger/polarity() | Thomas Gleixner | 2015-04-24 | 1 | -88/+50 |
* | | | | | | | | | x86, ioapic: Use proper defines for the entry fields | Thomas Gleixner | 2015-04-24 | 1 | -50/+50 |
* | | | | | | | | | x86/irq, ACPI: Remove private function mp_register_gsi()/ mp_unregister_gsi() | Jiang Liu | 2015-04-24 | 1 | -39/+18 |
* | | | | | | | | | x86/irq: Move private data in struct irq_cfg into dedicated data structure | Jiang Liu | 2015-04-24 | 1 | -102/+119 |
* | | | | | | | | | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector() | Jiang Liu | 2015-04-24 | 1 | -2/+8 |
* | | | | | | | | | x86/irq: Remove function apic_set_affinity() | Jiang Liu | 2015-04-24 | 1 | -37/+3 |
* | | | | | | | | | x86/irq: Make functions only used in vector.c static | Jiang Liu | 2015-04-24 | 1 | -3/+4 |
* | | | | | | | | | x86/irq: Remove unused alloc_irq_and_cfg_at() | Jiang Liu | 2015-04-24 | 1 | -21/+0 |
* | | | | | | | | | x86/irq: Remove sis apic bug workaround | Thomas Gleixner | 2015-04-24 | 1 | -25/+10 |