summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-121-1/+1
|\
| * lib/vdso: Force inlining of __cvdso_clock_gettime_common()Christophe Leroy2020-06-031-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-1135-148/+215
|\ \
| * | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-115-17/+8
| * | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-1112-41/+40
| * | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-111-1/+1
| * | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-1118-85/+66
| * | stacktrace: cleanup inconsistent variable typeWalter Wu2020-06-111-1/+1
| * | lib: test get_count_order/long in test_bitops.cWei Yang2020-06-112-7/+56
| * | mm: add comments on pglist_data zonesBen Widawsky2020-06-111-1/+13
| * | ocfs2: fix spelling mistake and grammarKeyur Patel2020-06-111-1/+1
| * | mm/debug_vm_pgtable: fix kernel crash by checking for THP supportAneesh Kumar K.V2020-06-111-0/+6
| * | lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev2020-06-111-2/+7
| * | checkpatch: correct check for kernel parameters docTim Froidcoeur2020-06-111-2/+2
| * | nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi2020-06-111-0/+2
| * | lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches2020-06-111-0/+3
| * | kcov: check kcov_softirq in kcov_remote_stop()Andrey Konovalov2020-06-111-8/+18
| * | scripts/spelling: add a few more typosSeongJae Park2020-06-111-0/+9
| * | khugepaged: selftests: fix timeout condition in wait_for_scan()Dan Carpenter2020-06-111-1/+1
* | | alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel2020-06-111-1/+6
* | | Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-1131-183/+500
|\ \ \
| * | | riscv: set the permission of vdso_data to read-onlyVincent Chen2020-06-111-2/+14
| * | | riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-1116-69/+199
| * | | riscv: fix build warning of missing prototypesZong Li2020-06-101-0/+1
| * | | RISC-V: Don't mark init section as non-executableAnup Patel2020-06-101-11/+0
| * | | RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel2020-06-101-0/+1
| * | | RISC-V: Remove do_IRQ() functionAnup Patel2020-06-102-7/+3
| * | | clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel2020-06-103-13/+40
| * | | irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-109-43/+188
| * | | RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2020-06-103-15/+18
| * | | RISC-V: self-contained IPI handling routineAnup Patel2020-06-104-9/+22
| * | | RISC-V: Sort select statements alphanumericallyPalmer Dabbelt2020-06-101-34/+34
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-118-7/+30
|\ \ \ \
| * | | | arm64: warn on incorrect placement of the kernel by the bootloaderArd Biesheuvel2020-06-112-1/+6
| * | | | arm64: acpi: fix UBSAN warningNick Desaulniers2020-06-101-2/+3
| * | | | arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSONick Desaulniers2020-06-102-0/+16
| * | | | drivers/perf: hisi: Fix wrong value for all counters enableShaokun Zhang2020-06-081-1/+1
| * | | | arm64: ftrace: Change CONFIG_FTRACE_WITH_REGS to CONFIG_DYNAMIC_FTRACE_WITH_REGSJoe Perches2020-06-081-1/+2
| * | | | arm64: debug: mark a function as __init to save some memoryChristophe JAILLET2020-06-041-1/+1
| * | | | scs: Report SCS usage in bytes rather than number of entriesWill Deacon2020-06-041-1/+1
* | | | | Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-113-5/+6
|\ \ \ \ \
| * | | | | m68k,nommu: fix implicit cast from __user in __{get,put}_user_asm()Luc Van Oostenryck2020-05-301-2/+2
| * | | | | m68k,nommu: add missing __user in uaccess' __ptr() macroLuc Van Oostenryck2020-05-301-1/+1
| * | | | | m68k: Drop CONFIG_MTD_M25P80 in stmark2_defconfigBin Meng2020-05-301-1/+0
| * | | | | m68k/PCI: Fix a memory leak in an error handling pathChristophe JAILLET2020-05-251-1/+3
* | | | | | Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2020-06-1114-132/+1097
|\ \ \ \ \ \
| * | | | | | mailbox: qcom: Add ipq6018 apcs compatibleSivaprakash Murugesan2020-06-111-0/+5
| * | | | | | mailbox: qcom: Add clock driver name in apcs mailbox driver dataSivaprakash Murugesan2020-06-111-18/+38
| * | | | | | dt-bindings: mailbox: Add YAML schemas for QCOM APCS global blockSivaprakash Murugesan2020-06-082-88/+86
| * | | | | | mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flagAnson Huang2020-06-071-2/+7