summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-2354-375/+947
|\
| * riscv: provide a flat image loaderChristoph Hellwig2019-11-184-5/+39
| * riscv: add nommu supportChristoph Hellwig2019-11-1823-71/+254
| * riscv: clear the instruction cache and all registers when bootingChristoph Hellwig2019-11-182-1/+88
| * riscv: read the hart ID from mhartid on bootDamien Le Moal2019-11-182-0/+9
| * riscv: provide native clint access for M-modeChristoph Hellwig2019-11-187-3/+105
| * riscv: add support for MMIO access to the timer registersChristoph Hellwig2019-11-133-7/+38
| * riscv: implement remote sfence.i using IPIsChristoph Hellwig2019-11-132-6/+21
| * riscv: cleanup the default power off implementationChristoph Hellwig2019-11-133-2/+18
| * riscv: poison SBI calls for M-modeChristoph Hellwig2019-11-131-2/+3
| * riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal2019-11-133-2/+8
| * riscv: abstract out CSR names for supervisor vs machine modeChristoph Hellwig2019-11-0521-135/+199
| * riscv: separate MMIO functions into their own header filePaul Walmsley2019-11-052-144/+167
| * riscv: enter WFI in default_power_off() if SBI does not shutdownChristoph Hellwig2019-11-051-1/+2
* | Merge branch 'next/misc' into for-nextPaul Walmsley2019-11-2318-42/+63
|\ \
| * | riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00Green Wan2019-11-151-0/+7
| * | RISC-V: Add multiple compression image format.Atish Patra2019-11-121-0/+12
| * | riscv: clean up the macro format in each header fileZong Li2019-11-1215-33/+40
| * | riscv: Use PMD_SIZE to replace PTE_PARENT_SIZEZong Li2019-11-121-9/+4
| |/
* | Merge branch 'next/tlb-opt' into for-nextPaul Walmsley2019-11-231-2/+23
|\ \
| * | RISC-V: Issue a tlb page flush if possibleAtish Patra2019-10-291-1/+4
| * | RISC-V: Issue a local tlbflush if possible.Atish Patra2019-10-291-2/+17
| * | RISC-V: Do not invoke SBI call if cpumask is emptyAtish Patra2019-10-291-0/+3
* | | Merge branch 'next/isa-string' into for-nextPaul Walmsley2019-11-231-42/+3
|\ \ \
| * | | RISC-V: Remove unsupported isa string info printAtish Patra2019-10-281-42/+3
* | | | Merge branch 'next/seccomp' into for-nextPaul Walmsley2019-11-236-4/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | riscv: add support for SECCOMP and SECCOMP_FILTERDavid Abdurachmanov2019-10-296-4/+70
| | |/ | |/|
* | | Linux 5.4-rc6v5.4-rc6Linus Torvalds2019-11-031-1/+1
* | | Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-0327-97/+267
|\ \ \
| * | | usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi2019-10-311-0/+6
| * | | usb: cdns3: gadget: Fix g_audio use case when connected to Super-Speed hostRoger Quadros2019-10-301-5/+26
| * | | usb: cdns3: gadget: reset EP_CLAIMED flag while unloadingSanket Parmar2019-10-301-0/+2
| * | | USB: serial: whiteheat: fix line-speed endiannessJohan Hovold2019-10-302-4/+7
| * | | USB: serial: whiteheat: fix potential slab corruptionJohan Hovold2019-10-301-0/+4
| * | | USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern2019-10-291-0/+11
| * | | UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of scatter/gather segmen...Alan Stern2019-10-281-20/+0
| * | | usb-storage: Revert commit 747668dbc061 ("usb-storage: Set virt_boundary_mask...Alan Stern2019-10-281-10/+0
| * | | usbip: Fix free of unallocated memory in vhci txSuwan Kim2019-10-281-0/+3
| * | | usbip: tools: Fix read_usb_vudc_device() error path handlingGwanYeong Kim2019-10-281-2/+4
| * | | usb: xhci: fix __le32/__le64 accessors in debugfs codeBen Dooks (Codethink)2019-10-281-12/+12
| * | | usb: xhci: fix Immediate Data Transfer endiannessSamuel Holland2019-10-281-0/+2
| * | | xhci: Fix use-after-free regression in xhci clear hub TT implementationMathias Nyman2019-10-281-9/+45
| * | | USB: ldusb: fix control-message timeoutJohan Hovold2019-10-281-1/+1
| * | | USB: ldusb: use unsigned size format specifiersJohan Hovold2019-10-281-3/+4
| * | | USB: ldusb: fix ring-buffer lockingJohan Hovold2019-10-281-2/+2
| * | | USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-10-281-0/+5
| * | | Merge tag 'fixes-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-10-2814-29/+133
| |\ \ \ | | |_|/ | |/| |
| | * | usb: cdns3: gadget: Don't manage pullupsRoger Quadros2019-10-271-4/+0
| | * | usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu2019-10-271-2/+1
| | * | usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-271-5/+105