Age | Commit message (Expand) | Author | Files | Lines |
2012-11-30 | x86, fpu: Avoid FPU lazy restore after suspend | Vincent Palatin | 1 | -0/+5 |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 4 | -8/+9 |
2012-11-29 | x86, 386 removal: Remove CONFIG_X86_POPAD_OK | H. Peter Anvin | 1 | -28/+0 |
2012-11-29 | x86, 386 removal: Remove CONFIG_INVLPG | H. Peter Anvin | 2 | -7/+0 |
2012-11-29 | x86, 386 removal: Remove CONFIG_BSWAP | H. Peter Anvin | 1 | -11/+2 |
2012-11-29 | Merge branch 'acpi-general' | Rafael J. Wysocki | 1 | -0/+2 |
2012-11-29 | Merge branch 'acpi-enumeration' | Rafael J. Wysocki | 1 | -0/+6 |
2012-11-28 | death to idle_regs() | Al Viro | 1 | -9/+0 |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro | 2 | -4/+2 |
2012-11-28 | x86, um: switch to generic fork/vfork/clone | Al Viro | 5 | -59/+29 |
2012-11-28 | KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf | Gleb Natapov | 1 | -6/+1 |
2012-11-27 | x86: kvm guest: pvclock vsyscall support | Marcelo Tosatti | 2 | -12/+55 |
2012-11-27 | x86: pvclock: generic pvclock vsyscall initialization | Marcelo Tosatti | 1 | -0/+73 |
2012-11-27 | x86: pvclock: introduce helper to read flags | Marcelo Tosatti | 1 | -0/+13 |
2012-11-27 | x86: pvclock: create helper for pvclock data retrieval | Marcelo Tosatti | 1 | -14/+2 |
2012-11-27 | x86: pvclock: remove pvclock_shadow_time | Marcelo Tosatti | 1 | -46/+11 |
2012-11-27 | x86: pvclock: make sure rdtsc doesnt speculate out of region | Marcelo Tosatti | 1 | -2/+2 |
2012-11-27 | x86: kvmclock: allocate pvclock shared memory area | Marcelo Tosatti | 1 | -11/+47 |
2012-11-27 | x86-32: Unbreak booting on some 486 clones | H. Peter Anvin | 1 | -2/+7 |
2012-11-26 | x86, apic: Cleanup cfg->domain setup for legacy interrupts | Suresh Siddha | 1 | -20/+6 |
2012-11-20 | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions | Jan Beulich | 1 | -7/+7 |
2012-11-20 | x86, microcode, AMD: Add support for family 16h processors | Boris Ostrovsky | 1 | -0/+4 |
2012-11-20 | x86-32: Export kernel_stack_pointer() for modules | H. Peter Anvin | 1 | -0/+2 |
2012-11-20 | x86-32: Fix invalid stack address while in softirq | Robert Richter | 1 | -0/+28 |
2012-11-14 | x86, topology: Debug CPU0 hotplug | Fenghua Yu | 1 | -0/+51 |
2012-11-14 | x86/i387.c: Initialize thread xstate only on CPU0 only once | Fenghua Yu | 1 | -1/+5 |
2012-11-14 | x86, hotplug: Handle retrigger irq by the first available CPU | Fenghua Yu | 1 | -1/+3 |
2012-11-14 | x86, hotplug: The first online processor saves the MTRR state | Fenghua Yu | 1 | -2/+7 |
2012-11-14 | x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. | Fenghua Yu | 1 | -3/+2 |
2012-11-14 | x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPI | Fenghua Yu | 1 | -7/+104 |
2012-11-15 | ACPI / x86: Export acpi_[un]register_gsi() | Andy Shevchenko | 1 | -0/+6 |
2012-11-15 | ACPI / Sleep: add acpi_sleep=nonvs_s3 parameter | Kristen Carlson Accardi | 1 | -0/+2 |
2012-11-14 | x86-32, hotplug: Add start_cpu0() entry point to head_32.S | Fenghua Yu | 1 | -0/+13 |
2012-11-14 | x86-64, hotplug: Add start_cpu0() entry point to head_64.S | Fenghua Yu | 1 | -0/+16 |
2012-11-14 | x86, hotplug: Support functions for CPU0 online/offline | Fenghua Yu | 1 | -20/+18 |
2012-11-14 | x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of it | Fenghua Yu | 1 | -7/+43 |
2012-11-13 | tracing,x86: Add a TSC trace_clock | David Sharp | 2 | -0/+22 |
2012-11-13 | x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMD | Andreas Herrmann | 1 | -14/+27 |
2012-11-13 | x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMD | Andreas Herrmann | 1 | -1/+5 |
2012-11-13 | x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMD | Andreas Herrmann | 2 | -11/+24 |
2012-11-13 | x86: Add cpu_has_topoext | Andreas Herrmann | 2 | -2/+2 |
2012-11-13 | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 1 | -13/+18 |
2012-11-13 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 1 | -0/+7 |
2012-11-03 | uprobes/x86: Cleanup the single-stepping code | Oleg Nesterov | 1 | -35/+19 |
2012-11-02 | x86: hpet: Fix inverted return value check in arch_setup_hpet_msi() | Jan Beulich | 1 | -2/+3 |
2012-11-02 | x86: hpet: Fix masking of MSI interrupts | Jan Beulich | 1 | -2/+2 |
2012-11-02 | x86: Don't clobber top of pt_regs in nested NMI | Salman Qazi | 1 | -14/+27 |
2012-11-02 | x86: apic: Use tsc deadline for oneshot when available | Suresh Siddha | 1 | -20/+53 |
2012-10-31 | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 1 | -0/+14 |
2012-10-30 | x86/mce: Do not change worker's running cpu in cmci_rediscover(). | Tang Chen | 1 | -13/+18 |