Age | Commit message (Expand) | Author |
2014-01-16 | x86, intel_mid: Replace memcpy with struct assignment | Fengguang Wu |
2014-01-16 | x86, intel-mid: Return proper error code from get_gpio_by_name() | David Cohen |
2014-01-16 | x86, intel-mid: Check get_gpio_by_name() error code on platform code | David Cohen |
2014-01-16 | x86, intel-mid: sfi_handle_*_dev() should check for pdata error code | David Cohen |
2014-01-16 | x86, tsc, apic: Unbreak static (MSR) calibration when CONFIG_X86_LOCAL_APIC=n | H. Peter Anvin |
2014-01-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2014-01-16 | perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h | Robert Richter |
2014-01-16 | x86, mm, perf: Allow recursive faults from interrupts | Peter Zijlstra |
2014-01-15 | x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCs | Bin Gao |
2014-01-15 | x86: Add check for number of available vectors before CPU down | Prarit Bhargava |
2014-01-16 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-01-15 | bpf: do not use reciprocal divide | Eric Dumazet |
2014-01-15 | x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configs | David Cohen |
2014-01-15 | x86, intel-mid: Add Merrifield platform support | David Cohen |
2014-01-15 | x86, intel-mid: Add Clovertrail platform support | Kuppuswamy Sathyanarayanan |
2014-01-15 | x86, intel-mid: Move Medfield code out of intel-mid.c core file | David Cohen |
2014-01-15 | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typos | H. Peter Anvin |
2014-01-15 | x86, apic, kexec: Add disable_cpu_apicid kernel parameter | HATAYAMA Daisuke |
2014-01-15 | KVM: remove useless write to vcpu->hv_clock.tsc_timestamp | Paolo Bonzini |
2014-01-15 | KVM: x86: fix tsc catchup issue with tsc scaling | Marcelo Tosatti |
2014-01-15 | kvm: x86: fix apic_base enable check | Andrew Jones |
2014-01-15 | x86, cpu, amd: Fix a shadowed variable situation | Borislav Petkov |
2014-01-15 | KVM: x86: limit PIT timer frequency | Marcelo Tosatti |
2014-01-15 | KVM: x86: handle invalid root_hpa everywhere | Marcelo Tosatti |
2014-01-14 | x86, cpu, amd: Add workaround for family 16h, erratum 793 | Borislav Petkov |
2014-01-14 | x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSET | Kees Cook |
2014-01-14 | x86, kaslr: Remove unused including <linux/version.h> | Wei Yongjun |
2014-01-14 | x86/apic: Read Error Status Register correctly | Richard Weinberger |
2014-01-13 | x86, microcode: Move to a proper location | Borislav Petkov |
2014-01-13 | x86, microcode, AMD: Fix early ucode loading | Borislav Petkov |
2014-01-13 | x86, microcode: Share native MSR accessing variants | Borislav Petkov |
2014-01-13 | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov |
2014-01-13 | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding | Peter Zijlstra |
2014-01-13 | Merge branch 'x86/idle' into sched/core | Ingo Molnar |
2014-01-13 | sched/clock, x86: Avoid a runtime condition in native_sched_clock() | Peter Zijlstra |
2014-01-13 | sched/clock, x86: Use a static_key for sched_clock_stable | Peter Zijlstra |
2014-01-13 | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs | Peter Zijlstra |
2014-01-13 | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt() | Prarit Bhargava |
2014-01-13 | sched/clock, x86: Move some cyc2ns() code around | Peter Zijlstra |
2014-01-13 | sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock() | Peter Zijlstra |
2014-01-13 | sched: Add new scheduler syscalls to support an extended scheduling parameter... | Dario Faggioli |
2014-01-13 | Merge tag 'v3.13-rc8' into core/locking | Ingo Molnar |
2014-01-12 | Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar |
2014-01-12 | Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. | Ingo Molnar |
2014-01-12 | um, x86: Fix vDSO build | Richard Weinberger |
2014-01-12 | x86, mce: Fix mce_start_timer semantics | Borislav Petkov |
2014-01-12 | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs | Prarit Bhargava |
2014-01-12 | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra |
2014-01-12 | perf/x86/intel: Add Intel RAPL PP1 energy counter support | Stephane Eranian |
2014-01-12 | seqlock: Use raw_ prefix instead of _no_lockdep | John Stultz |