summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-03
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | x86, cpu, amd: Fix a shadowed variable situationBorislav Petkov2014-01-15
| * | | | | | | | | | | | | | | | | | um, x86: Fix vDSO buildRichard Weinberger2014-01-12
| * | | | | | | | | | | | | | | | | | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-06
| * | | | | | | | | | | | | | | | | | x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin2013-12-18
| * | | | | | | | | | | | | | | | | | x86/traps: Clean up error exception handler definitionsIngo Molnar2013-12-12
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | x86, boot: Move intcall() to the .inittext sectionH. Peter Anvin2014-01-04
| * | | | | | | | | | | | | | | | | x86, boot: Use .code16 instead of .code16gccDavid Woodhouse2014-01-04
| * | | | | | | | | | | | | | | | | x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt2014-01-04
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin2013-12-27
| * | | | | | | | | | | | | | | | | x86: Replace assembly access_ok() with a C variantLinus Torvalds2013-12-27
| * | | | | | | | | | | | | | | | | x86-64, copy_user: Use leal to produce 32-bit resultsH. Peter Anvin2013-11-20
| * | | | | | | | | | | | | | | | | x86-64, copy_user: Remove zero byte check before copy user buffer.Fenghua Yu2013-11-16
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin2014-01-15
| * | | | | | | | | | | | | | | | | x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke2014-01-15
| * | | | | | | | | | | | | | | | | x86/apic: Read Error Status Register correctlyRichard Weinberger2014-01-14
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | Merge branch 'x86/idle' into sched/coreIngo Molnar2014-01-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | x86, idle: Add memory barriers around clflush in mwait_play_dead()H. Peter Anvin2013-12-19
| | * | | | | | | | | | | | | | | | | x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriersH. Peter Anvin2013-12-19
| | * | | | | | | | | | | | | | | | | x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra2013-12-19
| * | | | | | | | | | | | | | | | | | sched/clock, x86: Avoid a runtime condition in native_sched_clock()Peter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | | sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | | sched/clock, x86: Move some cyc2ns() code aroundPeter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | | sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock()Peter Zijlstra2014-01-13
| * | | | | | | | | | | | | | | | | | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-13
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | perf/x86/intel: Add Intel RAPL PP1 energy counter supportStephane Eranian2014-01-12
| * | | | | | | | | | | | | | | | | | | perf/x86: enable Haswell Celeron RAPL supportStephane Eranian2013-12-17
| * | | | | | | | | | | | | | | | | | | Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | perf/x86: Add RAPL hrtimer supportStephane Eranian2013-11-27
| * | | | | | | | | | | | | | | | | | | perf/x86: Add Intel RAPL PMU supportStephane Eranian2013-11-27
* | | | | | | | | | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava2014-01-13
| * | | | | | | | | | | | | | | | | | | | x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava2014-01-12
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'core-stackprotector-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook2013-12-20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-12
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter2014-01-16
| * | | | | | | | | | | | | | | | | x86, mm, perf: Allow recursive faults from interruptsPeter Zijlstra2014-01-16