summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-ci-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2020-09-224-1/+44
|\
| * usb: chipidea: ci_hdrc_imx: restore pinctrlPeter Chen2020-09-031-1/+7
| * usb: chipidea: imx: add two samsung picophy parameters tuning implementationPeter Chen2020-08-233-0/+28
| * doc: dt-binding: ci-hdrc-usb2: add property for samsung picophyPeter Chen2020-08-231-0/+9
* | Merge a31128384dfd ("Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel....Greg Kroah-Hartman2020-09-211-9/+8
|\ \
| * \ Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-9/+8
| |\ \
| | * | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara2020-09-211-9/+8
| |/ /
* | | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-21197-1344/+1515
|\| |
| * | Linux 5.9-rc6v5.9-rc6Linus Torvalds2020-09-211-1/+1
| * | Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-211-2/+4
| |\ \
| | * | core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
| * | | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-1/+1
| |\ \ \
| | * | | objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-09-181-1/+1
| | |/ /
| * | | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-214-12/+37
| |\ \ \
| | * | | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-162-6/+6
| | * | | locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-032-6/+31
| * | | | Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-1/+1
| |\ \ \ \
| | * | | | efi: efibc: check for efivars write capabilityArd Biesheuvel2020-09-151-1/+1
| * | | | | Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-214-1/+24
| |\ \ \ \ \
| | * | | | | x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-182-1/+21
| | * | | | | x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2
| | * | | | | x86/defconfigs: Explicitly unset CONFIG_64BIT in i386_defconfigDaniel Díaz2020-09-091-0/+1
| * | | | | | Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-214-13/+40
| |\ \ \ \ \ \
| | * | | | | | dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang2020-09-201-6/+6
| | * | | | | | dm: Call proper helper to determine dax supportJan Kara2020-09-203-5/+31
| | * | | | | | dm/dax: Fix table reference countsDan Williams2020-09-201-2/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-208-6/+104
| |\ \ \ \ \ \
| | * | | | | | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-194-0/+71
| | * | | | | | riscv: Fix Kendryte K210 device treeDamien Le Moal2020-09-191-2/+4
| | * | | | | | riscv: Add sfence.vma after early page table changesGreentime Hu2020-09-191-4/+3
| | * | | | | | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-112-0/+26
| * | | | | | | Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-209-17/+64
| |\ \ \ \ \ \ \
| | * | | | | | | usblp: fix race between disconnect() and read()Oliver Neukum2020-09-171-0/+5
| | * | | | | | | ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-172-1/+1
| | * | | | | | | usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara2020-09-161-3/+9
| | * | | | | | | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
| | * | | | | | | USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-161-2/+12
| | * | | | | | | usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
| | * | | | | | | usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus2020-09-161-1/+1
| | * | | | | | | Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-151-4/+16
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | thunderbolt: Retry DROM read once if parsing failsMika Westerberg2020-09-091-4/+16
| * | | | | | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-204-25/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa2020-09-161-1/+1
| | * | | | | | | | serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-161-0/+11
| | * | | | | | | | serial: core: fix console port-lock regressionJohan Hovold2020-09-162-17/+16
| | * | | | | | | | serial: core: fix port-lock initialisationJohan Hovold2020-09-161-8/+6
| * | | | | | | | | Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-201-0/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov2020-09-151-0/+4
| | * | | | | | | | | EDAC/ghes: Clear scanned data on unloadBorislav Petkov2020-09-151-0/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-09-203-8/+28
| |\ \ \ \ \ \ \ \ \