summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Merge tag 'perf-core-for-mingo-5.5-20191128' of git://git.kernel.org/pub/scm/...Ingo Molnar1-12/+32
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds45-427/+146
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds44-435/+113
2019-11-28Revert "arm64: dts: juno: add dma-ranges property"Sudeep Holla1-1/+0
2019-11-28Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas6-0/+116
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas7-24/+21
2019-11-28Merge branch 'pci/msi'Bjorn Helgaas7-7/+0
2019-11-28Merge branch 'pci/misc'Bjorn Helgaas3-7/+13
2019-11-28x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior1-1/+1
2019-11-28powerpc: Ultravisor: Add PPC_UV config optionAnshuman Khandual1-0/+17
2019-11-28KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao5-0/+109
2019-11-28KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao6-0/+76
2019-11-28KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao5-0/+66
2019-11-28KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao2-4/+84
2019-11-28KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao8-0/+769
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds8-6/+86
2019-11-27Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds6-8/+6
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds69-450/+1067
2019-11-27Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds5-4/+95
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds37-90/+484
2019-11-27Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2019-11-27Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds6-314/+34
2019-11-27Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+1
2019-11-27Merge tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-2/+4
2019-11-27KVM x86: Move kvm cpuid support out of svmPeter Gonda2-7/+5
2019-11-27x86/entry/32: Remove unused 'restore_all_notrace' local labelBorislav Petkov1-1/+0
2019-11-27perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser2-7/+15
2019-11-27powerpc: Define arch_is_kernel_initmem_freed() for lockdepMichael Ellerman1-0/+14
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld11-32/+53
2019-11-27Merge tag 'media/v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+1
2019-11-27Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds9-25/+141
2019-11-27Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds43-64/+185
2019-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-206/+0
2019-11-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-11-27Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-8/+8
2019-11-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-83/+329
2019-11-27Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2019-11-27x86/ptrace: Document FSBASE and GSBASE ABI odditiesAndy Lutomirski1-0/+17
2019-11-27x86/ptrace: Remove set_segment_reg() implementations for currentAndy Lutomirski1-12/+7
2019-11-27x86/traps: die() instead of panicking on a double faultAndy Lutomirski1-1/+1
2019-11-27x86/doublefault/32: Rewrite the x86_32 #DF handler and unify with 64-bitAndy Lutomirski4-33/+138
2019-11-26x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski8-34/+113
2019-11-26x86/doublefault/32: Rename doublefault.c to doublefault_32.cAndy Lutomirski2-5/+3
2019-11-26x86/traps: Disentangle the 32-bit and 64-bit doublefault codeAndy Lutomirski4-22/+4
2019-11-26x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel1-1/+1
2019-11-26x86/iopl: Make 'struct tss_struct' constant size againIngo Molnar1-2/+0
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2-1/+5
2019-11-26xtensa: fix syscall_set_return_valueMax Filippov1-1/+1
2019-11-26xtensa: drop unneeded headers from coprocessor.SMax Filippov1-9/+1