summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-03-30x86, vdso: Fix the symbol versions on the 32-bit vDSOAndy Lutomirski1-3/+7
2014-03-29s390/compat: add copyright statementHeiko Carstens1-0/+6
2014-03-28[IA64] Keep format strings from leaking into printkKees Cook1-2/+2
2014-03-28x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-03-27x86, hyperv: Bypass the timer_irq_works() checkJason Wang1-0/+6
2014-03-26x86, efi: Abstract x86 efi_early callsMatt Fleming1-79/+76
2014-03-25x86, vdso, build: Don't rebuild 32-bit vdsos on every makeAndy Lutomirski1-1/+1
2014-03-26ARM: sun7i/sun6i: dts: Add NMI irqchip supportCarlo Caione2-0/+16
2014-03-25Merge remote-tracking branches 'asoc/fix/cs42l51', 'asoc/fix/cs42l52', 'asoc/...Mark Brown6-27/+11
2014-03-25x86, vdso: Actually discard the .discard sectionsH. Peter Anvin1-0/+5
2014-03-25ARM: davinci: da850: update SATA AHCI supportBartlomiej Zolnierkiewicz2-92/+9
2014-03-25x86: hpet: Use proper destructor for delayed workThomas Gleixner1-1/+1
2014-03-25Revert "xen: properly account for _PAGE_NUMA during xen pte translations"David Vrabel2-14/+4
2014-03-24Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds5-81/+3
2014-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-4/+6
2014-03-24sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller1-1/+3
2014-03-24x86, kaslr: fix module lock ordering problemKees Cook1-2/+5
2014-03-24x86, vdso: Fix size of get_unmapped_area()Stefani Seibold1-1/+3
2014-03-24ARM: bockw: fixup SND_SOC_DAIFMT_CBx_CFx flagsKuninori Morimoto1-11/+5
2014-03-24arm64: Remove pgprot_dmacoherent()Catalin Marinas2-5/+1
2014-03-24arm64: Support DMA_ATTR_WRITE_COMBINELaura Abbott1-2/+12
2014-03-24arm64: Implement custom mmap functions for dma mappingLaura Abbott1-0/+44
2014-03-23parisc: locks: remove redundant arch_*_relax operationsWill Deacon1-4/+0
2014-03-23parisc: wire up sys_utimesHelge Deller2-2/+3
2014-03-23parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2-75/+0
2014-03-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-03-21Merge branch 'acpi-processor'Rafael J. Wysocki2-8/+0
2014-03-21s390/mm: remove unecessary parameter from pgste_ipte_notifyDominik Dingel1-8/+7
2014-03-21s390/mm: remove unnecessary parameter from gmap_do_ipte_notifyDominik Dingel2-4/+3
2014-03-21s390/mm: fixing comment so that parameter name matchDominik Dingel1-1/+1
2014-03-20x86, vdso: Finish removing VDSO32_PRELINKAndy Lutomirski1-2/+0
2014-03-20x86, vdso: Move more vdso definitions into vdso.hAndy Lutomirski7-41/+41
2014-03-20x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent...Chris Bainbridge2-0/+39
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones1-1/+1
2014-03-20x86: Load the 32-bit vdso in place, just like the 64-bit vdsosAndy Lutomirski7-91/+70
2014-03-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-27/+40
2014-03-20arm64: Fix __range_ok macroChristopher Covington1-2/+2
2014-03-20MIPS: Make local_irq_disable macro safe for non-Mipsr2Jim Quinlan1-0/+11
2014-03-20Merge branch 'pm-cpufreq'Rafael J. Wysocki9-12/+15
2014-03-20arm: omap: Fix typo in ams-delta-fiq.cThomas Gleixner1-1/+1
2014-03-20m68k: atari: Fix the last kernel_stat.h falloutThomas Gleixner1-0/+1
2014-03-19x86, hash: Simplify switch, add __init annotationJan Beulich1-6/+6
2014-03-19x86, hash: Swap arguments passed to crc32_u32()Jan Beulich1-3/+3
2014-03-19x86, hash: Fix build failure with older binutilsJan Beulich2-0/+5
2014-03-19Merge tag 'pci-v3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-19/+1
2014-03-19MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann1-10/+12
2014-03-19x86, boot: Move memset() definition in compressed/string.cVivek Goyal2-13/+17
2014-03-19x86, boot: Move memcmp() into string.h and string.cVivek Goyal4-19/+16
2014-03-19x86, boot: Move optimized memcpy() 32/64 bit versions to compressed/string.cVivek Goyal2-30/+34
2014-03-19x86, boot: Create a separate string.h file to provide standard string functionsVivek Goyal7-5/+24