summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-122-3/+12
|\
| * x86/platform/intel-mid: Revert "Make 'bt_sfi_data' const"Andy Shevchenko2018-01-081-1/+1
| * x86/microcode/intel: Extend BDW late-loading with a revision checkJia Zhang2018-01-061-2/+11
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-121-1/+1
|\ \
| * | ia64, sched/cputime: Fix build error if CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=yValentin Ilie2018-01-061-1/+1
| |/
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-121-1/+0
|\ \
| * | locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entryEric Biggers2018-01-081-1/+0
* | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-122-6/+4
|\ \ \
| * | | x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3
| * | | x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers2018-01-081-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-126-50/+88
|\ \ \ \
| * \ \ \ Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini2018-01-111-2/+10
| |\ \ \ \
| | * | | | KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig2018-01-111-2/+10
| * | | | | KVM: x86: emulate #UD while in guest modePaolo Bonzini2018-01-112-12/+2
| * | | | | x86: kvm: propagate register_shrinker return codeArnd Bergmann2018-01-111-6/+10
| * | | | | Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-01-113-29/+64
| |\ \ \ \ \
| | * | | | | KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson2018-01-101-2/+4
| | * | | | | KVM: PPC: Book3S PR: Fix WIMG handling under pHypAlexey Kardashevskiy2018-01-102-0/+3
| | * | | | | KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requestsSerhii Popovych2017-12-061-15/+35
| | * | | | | KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hptSerhii Popovych2017-12-061-17/+27
| * | | | | | KVM MMU: check pending exception before injecting APFHaozhong Zhang2018-01-111-1/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-112-4/+21
|\ \ \ \ \ \
| * | | | | | SolutionEngine771x: add Ether TSU resourceSergei Shtylyov2018-01-092-2/+13
| * | | | | | SolutionEngine771x: fix Ether platform dataSergei Shtylyov2018-01-091-2/+8
| |/ / / / /
* | | | | | Merge tag 'riscv-for-linus-4.15-rc8_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2018-01-1016-71/+119
|\ \ \ \ \ \
| * | | | | | riscv: rename SR_* constants to match the specChristoph Hellwig2018-01-086-17/+17
| * | | | | | riscv: remove CONFIG_MMU ifdefsChristoph Hellwig2018-01-084-24/+0
| * | | | | | RISC-V: Make __NR_riscv_flush_icache visible to userspacePalmer Dabbelt2018-01-085-30/+27
| * | | | | | RISC-V: Add a basic defconfigKarsten Merker2018-01-081-0/+75
| |/ / / / /
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2018-01-103-25/+136
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the taskMaciej W. Rozycki2017-12-201-0/+12
| * | | | | MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accessesMaciej W. Rozycki2017-12-121-0/+3
| * | | | | MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-0/+1
| * | | | | MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSAMaciej W. Rozycki2017-12-121-11/+36
| * | | | | MIPS: Consistently handle buffer counter with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+1
| * | | | | MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+11
| * | | | | MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2017-12-121-25/+83
| * | | | | MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan2017-12-121-0/+2
* | | | | | Merge branch 'parisc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-076-10/+65
|\ \ \ \ \ \
| * | | | | | parisc: qemu idle sleep supportHelge Deller2018-01-061-0/+39
| * | | | | | parisc: Fix alignment of pa_tlb_lock in assembly on 32-bit SMP kernelHelge Deller2018-01-023-4/+20
| * | | | | | parisc: Show initial kernel memory layout unhashedHelge Deller2018-01-021-5/+5
| * | | | | | parisc: Show unhashed hardware inventoryHelge Deller2018-01-021-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-01-074-6/+38
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'kvm-s390-master-4.15-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2018-01-062-5/+6
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: s390: prevent buffer overrun on memory hotplug during migrationChristian Borntraeger2017-12-221-1/+1
| | * | | | | | | KVM: s390: fix cmma migration for multiple memory slotsChristian Borntraeger2017-12-221-4/+5
| * | | | | | | | kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson2018-01-052-1/+32
* | | | | | | | | Merge tag 'powerpc-4.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-01-061-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6