summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: use optimized ioresource lookup in ioremap functionMike Travis2014-10-141-4/+16
* kexec-bzimage64: fix sparse warningsVivek Goyal2014-10-141-7/+8
* kexec: check if crashk_res_low exists when exclude it from crash mem rangesBaoquan He2014-10-141-4/+6
* arch/x86/purgatory/Makefile: try to use automatic variable in kexec purgatory...Baoquan He2014-10-141-1/+2
* ARM: dts: fix wrong compatible string of Exynos3250 RTC dt nodeChanwoo Choi2014-10-141-1/+1
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-131-11/+12
|\
| * x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu2014-09-241-11/+12
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+12
|\ \
| * | x86/tty/serial/8250: Clean up the asm/serial.h include file a bitIngo Molnar2014-09-061-12/+12
| * | x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad2014-09-061-4/+4
| * | x86: Remove obsolete comment in uapi/e820.hRoss Zwisler2014-08-211-5/+0
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-131-6/+2
|\ \ \
| * | | x86/kbuild: Eliminate duplicate command line optionsRasmus Villemoes2014-09-161-6/+2
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-134-80/+51
|\ \ \ \
| * | | | x86/relocs: Make per_cpu_load_addr staticBen Hutchings2014-09-241-1/+1
| * | | | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-163-79/+50
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-137-68/+61
|\ \ \ \
| * | | | x86: Unwind-annotate thunk_32.SJan Beulich2014-10-081-6/+15
| * | | | x86: Improve cmpxchg8b_emu.SJan Beulich2014-10-081-11/+9
| * | | | x86: Improve cmpxchg16b_emu.SJan Beulich2014-10-081-19/+13
| * | | | x86/lib/Makefile: Remove the unnecessary "+= thunk_64.o"Oleg Nesterov2014-09-241-1/+1
| * | | | x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2014-09-244-31/+23
| | |_|/ | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1311-29/+54
|\ \ \ \
| * | | | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-032-0/+4
| * | | | sched/x86: Fix up typo in topology detectionDave Hansen2014-10-031-1/+1
| * | | | x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen2014-09-241-9/+46
| * | | | sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra2014-09-242-7/+0
| * | | | ARM: topology: Use the new cpu_capacity interfaceVincent Guittot2014-09-191-2/+2
| * | | | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-192-6/+2
| * | | | init/main.c: Give init_task a canaryAaron Tomlin2014-09-192-4/+2
| * | | | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-193-3/+0
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-1312-3638/+4588
|\ \ \ \ \
| * | | | | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang2014-10-031-1/+2
| * | | | | perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen2014-10-031-0/+4
| * | | | | perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2014-09-241-18/+51
| * | | | | perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen2014-09-241-1/+1
| * | | | | perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen2014-09-241-2/+9
| * | | | | perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng2014-09-241-8/+11
| * | | | | perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng2014-09-243-2/+615
| * | | | | perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen2014-09-241-2/+2
| * | | | | perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen2014-09-243-0/+29
| * | | | | perf/x86/intel: Add Broadwell core supportAndi Kleen2014-09-241-0/+150
| * | | | | perf/x86/intel: Document all Haswell modelsAndi Kleen2014-09-241-4/+4
| * | | | | perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen2014-09-241-1/+0
| * | | | | perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-091-1/+1
| * | | | | perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-092-5/+5
| * | | | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-09163-929/+1141
| |\| | | |
| * | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-241789-53619/+52230
| |\ \ \ \ \
| * | | | | | perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra2014-08-133-176/+176
| * | | | | | perf/x86/uncore: Export basic memory events for IVT IMC PMUStephane Eranian2014-08-131-0/+1