summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.8-rc7v5.8-rc7Linus Torvalds2020-07-261-1/+1
* Merge tag 'kbuild-fixes-v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-262-4/+12
|\
| * Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song2020-07-231-1/+1
| * kbuild: fix single target builds for external modulesMasahiro Yamada2020-07-111-1/+1
| * modpost: remove use of non-standard strsep() in HOSTCC codeH. Nikolaus Schaller2020-07-071-2/+10
* | Merge branch 'parisc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-263-0/+16
|\ \
| * | parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin2020-07-211-0/+2
| * | parisc: add support for cmpxchg on u8 pointersLiam Beguin2020-07-212-0/+14
* | | Merge tag 'char-misc-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-2617-112/+186
|\ \ \
| * | | interconnect: msm8916: Fix buswidth of pcnoc_s nodesGeorgi Djakov2020-07-231-7/+7
| * | | interconnect: Do not skip aggregation for disabled pathsGeorgi Djakov2020-07-231-3/+9
| * | | /dev/mem: Add missing memory barriers for devmem_inodeEric Biggers2020-07-231-3/+7
| * | | binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-231-1/+1
| * | | Merge tag 'misc-habanalabs-fixes-2020-07-19' of git://people.freedesktop.org/...Greg Kroah-Hartman2020-07-201-3/+11
| |\ \ \
| | * | | habanalabs: prevent possible out-of-bounds array accessOded Gabbay2020-07-191-3/+11
| * | | | Merge tag 'fpga-late-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2020-07-202-2/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fpga: dfl: fix bug in port reset handshakeMatthew Gerlach2020-07-131-1/+2
| | * | | fpga: dfl: pci: reduce the scope of variable 'ret'Xu Yilun2020-07-131-1/+2
| * | | | Merge tag 'misc-habanalabs-fixes-2020-07-10' of git://people.freedesktop.org/...Greg Kroah-Hartman2020-07-1710-93/+147
| |\ \ \ \
| | * | | | habanalabs: set 4s timeout for message to device CPUOded Gabbay2020-07-107-30/+38
| | * | | | habanalabs: set clock gating per engineOded Gabbay2020-07-107-62/+103
| | * | | | habanalabs: block WREG_BULK packet on PDMAOded Gabbay2020-07-101-1/+6
* | | | | | Merge tag 'driver-core-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-261-1/+1
|\ \ \ \ \ \
| * | | | | | device property: Avoid NULL pointer dereference in device_get_next_child_node()Andy Shevchenko2020-07-231-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'staging-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-07-265-19/+63
|\ \ \ \ \ \
| * | | | | | staging: wlan-ng: properly check endpoint typesRustam Kovhaev2020-07-221-1/+15
| * | | | | | staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * | | | | | staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-5/+19
| * | | | | | staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott2020-07-201-6/+14
| * | | | | | staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott2020-07-201-1/+1
| |/ / / / /
* | | | | | Merge tag 'tty-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-2610-32/+69
|\ \ \ \ \ \
| * | | | | | serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell2020-07-241-1/+11
| * | | | | | fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa2020-07-234-8/+8
| * | | | | | serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin2020-07-211-0/+18
| * | | | | | serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang2020-07-211-1/+1
| * | | | | | serial: tegra: drop bogus NULL tty-port checksJohan Hovold2020-07-211-9/+4
| * | | | | | serial: tegra: fix CREAD handling for PIOJohan Hovold2020-07-211-2/+5
| * | | | | | tty: xilinx_uartps: Really fix id assignmentHelmut Grohne2020-07-211-2/+6
| * | | | | | vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
| |/ / / / /
* | | | | | Merge tag 'usb-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-263-1/+8
|\ \ \ \ \ \
| * | | | | | usb: tegra: Fix allocation for the FPCI contextJon Hunter2020-07-231-1/+1
| * | | | | | usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman2020-07-211-0/+3
| * | | | | | usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun2020-07-211-0/+4
| |/ / / / /
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-07-261-5/+11
|\ \ \ \ \ \
| * | | | | | scsi: core: Run queue in case of I/O resource contention failureMing Lei2020-07-201-5/+11
* | | | | | | Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-252-23/+47
|\ \ \ \ \ \ \
| * | | | | | | riscv: Parse all memory blocks to remove unusable memoryAtish Patra2020-07-241-14/+17
| * | | | | | | RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra2020-07-241-6/+27
| * | | | | | | RISC-V: Set maximum number of mapped pages correctlyAtish Patra2020-07-241-1/+1
| * | | | | | | riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen2020-07-201-2/+2
| | |/ / / / / | |/| | | | |