summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2013-02-17ARM: add SCHED_HRTICK config optionRussell King
2013-02-16ARM: 7650/1: mm: replace direct access to mm->context.id with new macroBen Dooks
2013-02-16ARM: 7649/1: mm: mm->context.id fix for big-endianBen Dooks
2013-02-16ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding
2013-02-16ARM: 7647/1: pci: Keep pci_common_init() around after initThierry Reding
2013-02-16ARM: fix warnings introduced by previous patchRussell King
2013-02-16ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim
2013-02-16ARM: 7645/1: ioremap: introduce an infrastructure for static mapped areaJoonsoo Kim
2013-02-16ARM: 7644/1: vmregion: remove vmregion code entirelyJoonsoo Kim
2013-02-16ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layoutWill Deacon
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin
2013-02-15Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds
2013-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-02-15Merge branch 'pm-assorted'Rafael J. Wysocki
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki
2013-02-15timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi
2013-02-14Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk
2013-02-14Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk
2013-02-14x86: ptrace.c only needs export.h and not the full module.hPaul Gortmaker
2013-02-14ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+.Nicolas Schichan
2013-02-13efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi
2013-02-13tools/power turbostat: display SMI count by defaultLen Brown
2013-02-13x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich
2013-02-13sparc64: Fix get_user_pages_fast() wrt. THP.David S. Miller
2013-02-13sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller
2013-02-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan
2013-02-12X86: Add a check to catch Xen emulation of Hyper-VK. Y. Srinivasan
2013-02-12x86: Hyper-V: register clocksource only if its advertisedOlaf Hering
2013-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2013-02-12x86, head_32: Give the 6 label a real nameBorislav Petkov
2013-02-12x86, head_32: Remove second CPUID detection from default_entryBorislav Petkov
2013-02-12x86: Detect CPUID support early at bootBorislav Petkov
2013-02-12x86, head_32: Remove i386 piecesBorislav Petkov
2013-02-12Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin
2013-02-12Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2013-02-11x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis
2013-02-11x86, uv, uv3: Update Time Support for SGI UV3Mike Travis
2013-02-11x86, uv, uv3: Update x2apic Support for SGI UV3Mike Travis
2013-02-11x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis
2013-02-11x86, uv, uv3: Update ACPI Check to include SGI UV3Mike Travis
2013-02-11x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon
2013-02-11ARM: 7643/1: sched: correct update_sched_clock()Joonsoo Kim