summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-01-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2014-01-16Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-5/+8
2014-01-15bpf: do not use reciprocal divideEric Dumazet5-18/+43
2014-01-15x86, intel-mid: Remove deprecated X86_MDFLD and X86_WANT_INTEL_MID configsDavid Cohen1-23/+7
2014-01-15x86, intel-mid: Add Merrifield platform supportDavid Cohen7-8/+144
2014-01-15x86, intel-mid: Add Clovertrail platform supportKuppuswamy Sathyanarayanan4-11/+113
2014-01-15x86, intel-mid: Move Medfield code out of intel-mid.c core fileDavid Cohen4-37/+70
2014-01-15x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin1-3/+3
2014-01-15x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke1-0/+49
2014-01-15kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-15x86, cpu, amd: Fix a shadowed variable situationBorislav Petkov1-7/+3
2014-01-15MIPS: fix blast_icache32 on loongson2Aaro Koskinen2-21/+29
2014-01-15MIPS: fix case mismatch in local_r4k_flush_icache_range()Huacai Chen3-7/+7
2014-01-14x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2014-01-14x86, kaslr: Clarify RANDOMIZE_BASE_MAX_OFFSETKees Cook1-11/+18
2014-01-14x86, kaslr: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2014-01-14s390/qdio: bridgeport support - CHSC partEugene Crosser2-0/+35
2014-01-14Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano...Ingo Molnar4-0/+25
2014-01-14x86/apic: Read Error Status Register correctlyRichard Weinberger1-9/+8
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell7-7/+7
2014-01-13x86, microcode: Move to a proper locationBorislav Petkov11-13/+8
2014-01-13x86, microcode, AMD: Fix early ucode loadingBorislav Petkov3-89/+170
2014-01-13x86, microcode: Share native MSR accessing variantsBorislav Petkov2-10/+15
2014-01-13x86, ramdisk: Export relocated ramdisk VABorislav Petkov2-10/+12
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra1-1/+1
2014-01-13Merge branch 'x86/idle' into sched/coreIngo Molnar4-46/+45
2014-01-13s390: delete new instances of __cpuinit usagePaul Gortmaker1-2/+2
2014-01-13s390/compat: fix PSW32_USER_BITS definitionHeiko Carstens1-1/+2
2014-01-13sched/clock, x86: Avoid a runtime condition in native_sched_clock()Peter Zijlstra1-1/+6
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra4-6/+6
2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra4-56/+276
2014-01-13x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava1-1/+1
2014-01-13sched/clock, x86: Move some cyc2ns() code aroundPeter Zijlstra2-110/+61
2014-01-13sched/clock, x86: Use mul_u64_u32_shr() for native_sched_clock()Peter Zijlstra1-4/+3
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli5-1/+9
2014-01-13Merge tag 'v3.13-rc8' into core/lockingIngo Molnar81-316/+467
2014-01-13m68k/irq - Use polled IRQ flag for MFP timer cascaded interruptsMichael Schmitz1-0/+3
2014-01-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-9/+13
2014-01-13Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-9/+10
2014-01-13powerpc: Check return value of instance-to-package OF callBenjamin Herrenschmidt1-9/+13
2014-01-12Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-8/+14
2014-01-12Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes.Ingo Molnar81-316/+467
2014-01-12um, x86: Fix vDSO buildRichard Weinberger1-0/+1
2014-01-12x86, mce: Fix mce_start_timer semanticsBorislav Petkov1-4/+4
2014-01-12ARM: 7938/1: OMAP4/highbank: Flush L2 cache before disablingTaras Kondratiuk2-0/+2
2014-01-12x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqsPrarit Bhargava4-17/+27
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra9-2/+210
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra23-401/+29
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra4-10/+10
2014-01-12perf/x86/intel: Add Intel RAPL PP1 energy counter supportStephane Eranian1-7/+24