summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0422-29/+25
|\
| * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0821-0/+21
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
|\ \
| * | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| * | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| * | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| * | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| * | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| * | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| * | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| * | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| * | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| * | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| * | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-039-65/+69
|\ \ \
| * | | x86/headers/uapi: Fix __BITS_PER_LONG value for x32 buildsBen Hutchings2015-10-021-1/+1
| * | | x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
| * | | x86/kexec: Fix kexec crash in syscall kexec_file_load()Lee, Chun-Yi2015-10-021-4/+3
| * | | Merge remote-tracking branch 'tglx/x86/urgent' into x86/urgentIngo Molnar2015-10-013-52/+55
| |\ \ \
| | * | | x86/process: Unify 32bit and 64bit implementations of get_wchan()Thomas Gleixner2015-09-303-84/+55
| | * | | x86/process: Add proper bound checks in 64bit get_wchan()Thomas Gleixner2015-09-301-10/+42
| * | | | x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin2015-09-301-0/+2
| * | | | Merge tag 'v4.3-rc3' into x86/urgent, before applying dependent fixIngo Molnar2015-09-3073-365/+477
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | x86/hyperv: Fix the build in the !CONFIG_KEXEC_CORE caseVitaly Kuznetsov2015-09-301-5/+7
| * | | | x86/cpufeatures: Correct spelling of the HWP_NOTIFY flagKristen Carlson Accardi2015-09-232-2/+2
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-032-2/+68
|\ \ \ \ \
| * | | | | arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-1/+2
| * | | | | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-10-022-4/+22
|\ \ \ \ \ \
| * | | | | | arm64: ftrace: fix function_graph tracer panicLi Bin2015-10-021-2/+20
| * | | | | | arm64: Fix THP protection change logicSteve Capper2015-10-011-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2015-10-0216-14/+165
|\ \ \ \ \ \
| * | | | | | m68k/defconfig: Update defconfigs for v4.3-rc1Geert Uytterhoeven2015-09-2812-12/+96
| * | | | | | m68k: Define asmlinkage_protectAndreas Schwab2015-09-281-0/+30
| * | | | | | m68k: Wire up membarrierGeert Uytterhoeven2015-09-283-1/+3
| * | | | | | m68k: Wire up userfaultfdGeert Uytterhoeven2015-09-283-1/+3
| * | | | | | m68k: Wire up direct socket callsGeert Uytterhoeven2015-09-283-2/+35
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-011-0/+2
|\ \ \ \ \ \
| * | | | | | arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin2015-10-011-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-10-014-119/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller2015-10-011-1/+1
| * | | | | Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini2015-10-011-96/+5
| * | | | | Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini2015-10-011-8/+7
| * | | | | Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini2015-10-011-10/+0
| * | | | | Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2015-10-012-5/+13
| * | | | | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-282-4/+1
| |/ / / /
* | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2015-09-281-0/+1
|\ \ \ \ \
| * | | | | tile: fix build failureSudip Mukherjee2015-09-281-0/+1