summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-2965-89/+4441
|\
| * nds32: support hardware prefetcherNylon Chen2018-11-224-1/+21
| * nds32: Fix the items of hwcap_str ordering issue.Nylon Chen2018-11-221-1/+2
| * math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warningVincent Chen2018-11-221-1/+1
| * math-emu/op-2.h: Use statement expressions to prevent negative constant shiftVincent Chen2018-11-221-52/+47
| * nds32: support denormalized result through FP emulatorVincent Chen2018-11-2211-4/+125
| * nds32: Support FP emulationVincent Chen2018-11-2224-5/+1064
| * nds32: nds32 FPU portVincent Chen2018-11-2217-16/+589
| * nds32: Remove duplicated include from pm.cYueHaibing2018-11-061-1/+0
| * nds32: Power management for nds32Nick Hu2018-11-066-1/+261
| * nds32: Add document for NDS32 PMU.Nickhu2018-11-061-0/+17
| * nds32: Add perf call-graph support.Nickhu2018-11-061-0/+299
| * nds32: Perf portingNickhu2018-11-0615-6/+2019
| * nds32: Fix bug in bitfield.hNickhu2018-11-061-2/+2
| * nds32: Fix gcc 8.0 compiler option incompatible.Nickhu2018-11-061-1/+5
| * nds32: Fill all TLB entries with kernel image mappingZong Li2018-11-061-8/+1
| * nds32: Remove the redundant assignmentZong Li2018-11-061-2/+0
* | Merge tag 'linux-kselftest-4.21-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2817-37/+288
|\ \
| * | selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-178-9/+13
| * | fix dma-buf/udmabuf selftestTom Murphy2018-12-133-2/+12
| * | selftests: watchdog: fix spelling mistake "experies" -> "expires"Colin Ian King2018-12-131-1/+1
| * | selftests: watchdog: Add gettimeleft command line argJerry Hoemann2018-12-121-1/+12
| * | selftests: do not macro-expand failed assertion expressionsDmitry V. Levin2018-12-101-21/+21
| * | selftests/ftrace: Fix invalid SPDX identifiersThomas Gleixner2018-11-295-5/+5
| * | selftests: gpio: Find libmount with pkg-config if availableDaniel Díaz2018-11-271-2/+8
| * | selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to configDan Rue2018-11-271-0/+1
| * | selftests: firmware: remove use of non-standard diff -Z optionDan Rue2018-11-271-6/+3
| * | media: rc: self test for IR encoders and decodersSean Young2018-11-065-0/+226
| |/
* | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-28123-917/+4973
|\ \
| * | MAINTAINERS: add another Android binder maintainerChristian Brauner2018-12-211-0/+1
| * | intel_th: msu: Fix an off-by-one in attribute storeAlexander Shishkin2018-12-191-1/+2
| * | stm class: Add a reference to the SyS-T documentAlexander Shishkin2018-12-191-0/+1
| * | stm class: Fix a module refcount leak in policy creation error pathAlexander Shishkin2018-12-191-5/+7
| * | char: lp: use new parport device modelSudip Mukherjee2018-12-191-4/+9
| * | char: lp: properly count the lp devicesSudip Mukherjee2018-12-191-0/+1
| * | char: lp: use first unused lp number while registeringSudip Mukherjee2018-12-191-1/+5
| * | char: lp: detach the device when parallel port is removedSudip Mukherjee2018-12-191-9/+10
| * | char: lp: introduce list to save port numberSudip Mukherjee2018-12-191-0/+4
| * | bus: qcom: remove duplicated include from qcom-ebi2.cYueHaibing2018-12-191-1/+0
| * | VMCI: Use memdup_user() rather than duplicating its implementationWen Yang2018-12-191-14/+4
| * | char/rtc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-191-2/+2
| * | misc: mic: fix a DMA pool free failureWenwen Wang2018-12-192-5/+30
| * | ptp: fix an IS_ERR() vs NULL checkDan Carpenter2018-12-191-1/+2
| * | genwqe: Fix size checkChristian Borntraeger2018-12-191-1/+1
| * | binder: implement binderfsChristian Brauner2018-12-197-17/+650
| * | binder: fix use-after-free due to ksys_close() during fdget()Todd Kjos2018-12-193-2/+91
| * | Merge tag 'extcon-next-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-12-114-15/+59
| |\ \
| | * | extcon: max8997: Fix lack of path setting in USB device modeMarek Szyprowski2018-11-141-6/+4
| | * | extcon: max8997: Avoid forcing UART path on drive probeMarek Szyprowski2018-11-121-2/+13
| | * | extcon: max14577: Avoid forcing UART path on drive probeMarek Szyprowski2018-11-121-2/+13