- 0f69403 Merge drm/drm-next into drm-intel-next-queued by Jani Nikula · 4 years, 6 months ago
- be9160a Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 6 months ago
- 7561393 Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 6 months ago
- a5c6a1f Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 6 months ago
- 8b6ddd1 Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 6 months ago
- eede2b9 Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 6 months ago
- 1566fee Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 6 months ago
- 7fdfbe0 Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 6 months ago
- c0e1c8c powerpc/8xx: Provide ptep_get() with 16k pages by Christophe Leroy · 4 years, 7 months ago
- 84bc199 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 6 months ago
- f04a5ba x86/platform/intel-mid: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 7 months ago
- 0e2c090 RISC-V: Acquire mmap lock before invoking walk_page_range by Atish Patra · 4 years, 7 months ago
- e0d17c8 RISC-V: Don't allow write+exec only page mapping request in mmap by Yash Shah · 4 years, 7 months ago
- 5e857ce Merge branch 'hch' (maccess patches from Christoph Hellwig) by Linus Torvalds · 4 years, 6 months ago
- 0c389d89 maccess: make get_kernel_nofault() check for minimal type compatibility by Linus Torvalds · 4 years, 6 months ago
- 25f12ae maccess: rename probe_kernel_address to get_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
- 24ebec2 arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints by Will Deacon · 4 years, 7 months ago
- bf508ec arm64: kexec_file: Use struct_size() in kmalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
- 618e078 arm64: mm: reserve hugetlb CMA after numa_init by Barry Song · 4 years, 7 months ago
- b3583fc s390: fix syscall_get_error for compat processes by Dmitry V. Levin · 4 years, 7 months ago
- c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
- fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
- 1497eea powerpc/syscalls: Use the number when building SPU syscall table by Michael Ellerman · 4 years, 7 months ago
- 687993c powerpc/8xx: use pmd_off() to access a PMD entry in pte_update() by Mike Rapoport · 4 years, 7 months ago
- b9249cb arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support by Will Deacon · 4 years, 7 months ago
- 4d0831e kconfig: unify cc-option and as-option by Masahiro Yamada · 4 years, 7 months ago
- 9b38cc7 kretprobe: Prevent triggering kretprobe from within kprobe_flush_task by Jiri Olsa · 4 years, 8 months ago
- ffbc937 Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 7 months ago
- ff58155 x86/purgatory: Add -fno-stack-protector by Arvind Sankar · 4 years, 7 months ago
- e575fb9 arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n by Will Deacon · 4 years, 7 months ago
- 034aa9c arm64: pgtable: Clear the GP bit for non-executable kernel pages by Will Deacon · 4 years, 7 months ago
- 64438e1 s390/numa: let NODES_SHIFT depend on NEED_MULTIPLE_NODES by Heiko Carstens · 4 years, 7 months ago
- 478237a s390/vdso: fix vDSO clock_getres() by Vincenzo Frascino · 4 years, 9 months ago
- 2b2a258 s390/vdso: Use $(LD) instead of $(CC) to link vDSO by Nathan Chancellor · 4 years, 7 months ago
- 99448016 s390/protvirt: use scnprintf() instead of snprintf() by Chen Zhou · 4 years, 8 months ago
- 92fd356 s390: use scnprintf() in sys_##_prefix##_##_name##_show by Chen Zhou · 4 years, 8 months ago
- df8cea2 s390/crypto: use scnprintf() instead of snprintf() by Chen Zhou · 4 years, 8 months ago
- 873e5a7 s390/ptrace: fix setting syscall number by Sven Schnelle · 4 years, 10 months ago
- 00332c1 s390/ptrace: pass invalid syscall numbers to tracing by Sven Schnelle · 4 years, 10 months ago
- cd29fa7 s390/ptrace: return -ENOSYS when invalid syscall is supplied by Sven Schnelle · 4 years, 10 months ago
- 664f5f8 s390/seccomp: pass syscall arguments via seccomp_data by Sven Schnelle · 4 years, 10 months ago
- 1907774 ia64: kernel: unwind_i.h: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 7 months ago
- 0bdcfa1 powerpc/64s: Fix KVM interrupt using wrong save area by Nicholas Piggin · 4 years, 7 months ago
- d35f18b5 powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH by Vaibhav Jain · 4 years, 7 months ago
- f517f79 ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods by Vaibhav Jain · 4 years, 7 months ago
- b5f38f0 powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl() by Vaibhav Jain · 4 years, 7 months ago
- b791abf powerpc/papr_scm: Fetch nvdimm health information from PHYP by Vaibhav Jain · 4 years, 7 months ago
- 8dd4daa arm64: mm: reset address tag set by kasan sw tagging by Shyam Thombre · 4 years, 7 months ago
- 413d3ea arm64: traps: Dump registers prior to panic() in bad_mode() by Will Deacon · 4 years, 7 months ago
- 1e570f5 arm64/sve: Eliminate data races on sve_default_vl by Dave Martin · 4 years, 7 months ago
- a6e2c22 powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL by Aneesh Kumar K.V · 4 years, 7 months ago
- 751c263 arm64: remove TEXT_OFFSET randomization by Ard Biesheuvel · 4 years, 7 months ago
- 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- 08bf1a2 Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
- cfd230b Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
- 5619270 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 7 months ago
- 66125d9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 4 years, 7 months ago
- a942908 Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- db227c1 ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefully by Ard Biesheuvel · 4 years, 7 months ago
- 39c3e30 ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0 by Chris Packham · 4 years, 7 months ago
- 777747f alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 7 months ago
- 7812193 alpha: c_next should increase position index by Matt Turner · 4 years, 7 months ago
- e66dd01 alpha: Replace sg++ with sg = sg_next(sg) by Xu Wang · 4 years, 7 months ago
- 54505a1 alpha: fix memory barriers so that they conform to the specification by Mikulas Patocka · 4 years, 7 months ago
- c0ebf71 alpha: remove unneeded semicolon in sys_eiger.c by Jason Yan · 4 years, 8 months ago
- a466a5c alpha: remove unneeded semicolon in osf_sys.c by Jason Yan · 4 years, 8 months ago
- 5f14596 alpha: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
- 5bea3044 alpha: fix rtc port ranges by Mikulas Patocka · 6 years ago
- 8b3ebda alpha: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
- 0bf3924b x86/entry: Force rcu_irq_enter() when in idle task by Thomas Gleixner · 4 years, 7 months ago
- 6c58f25 riscv/atomic: Fix sign extension for RV64I by Nathan Huckleberry · 4 years, 7 months ago
- 7de26c4 Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 4 years, 7 months ago
- 52cd0d9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 7 months ago
- 71ed49d8 x86/entry: Make NMI use IDTENTRY_RAW by Thomas Gleixner · 4 years, 7 months ago
- 15a416e x86/entry: Treat BUG/WARN as NMI-like entries by Andy Lutomirski · 4 years, 7 months ago
- e881bfa KVM: PPC: Fix nested guest RC bits update by Alexey Kardashevskiy · 4 years, 7 months ago
- 6b57fa4d nios2: signal: Mark expected switch fall-through by Ley Foon Tan · 4 years, 7 months ago
- b791d1b Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 9716e57 Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 6a45a65 Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 623f6dc Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- 5cd221e alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 7 months ago
- cd16ed3 Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
- 55d728b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- d3ea693 Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 7 months ago
- 37d1a04 Rebase locking/kcsan to locking/urgent by Thomas Gleixner · 4 years, 7 months ago
- 49b3dea Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 4 years, 7 months ago
- e0135a1 KVM: x86: do not pass poisoned hva to __kvm_set_memory_region by Paolo Bonzini · 4 years, 7 months ago
- 2a18b7e KVM: async_pf: Inject 'page ready' event only if 'page not present' was previously injected by Vitaly Kuznetsov · 4 years, 7 months ago
- cd18eae kvm: i8254: remove redundant assignment to pointer s by Colin Ian King · 4 years, 7 months ago
- 384dea1 KVM: x86: respect singlestep when emulating instruction by Felipe Franciosi · 4 years, 7 months ago
- 77f81f3 Merge branch 'kvm-basic-exit-reason' into HEAD by Paolo Bonzini · 4 years, 7 months ago
- 2ebac8b KVM: nVMX: Consult only the "basic" exit reason when routing nested exit by Sean Christopherson · 4 years, 10 months ago
- 7ccddc4 x86/mce/dev-mcelog: Fix -Wstringop-truncation warning about strncpy() by Tony Luck · 4 years, 7 months ago
- 17fae12 x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned by Tony Luck · 4 years, 7 months ago
- f77d26a Merge branch 'x86/entry' into ras/core by Thomas Gleixner · 4 years, 7 months ago
- f0178fc x86/entry: Unbreak __irqentry_text_start/end magic by Thomas Gleixner · 4 years, 7 months ago
- 2823e83 x86/entry: __always_inline CR2 for noinstr by Peter Zijlstra · 4 years, 7 months ago