aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-0827-131/+192
|\
| * Merge tag 'misc-habanalabs-fixes-2019-06-06' of git://people.freedesktop.org/...Greg Kroah-Hartman2019-06-063-9/+16
| |\
| | * habanalabs: Read upper bits of trace buffer from RWPHITomer Tayar2019-06-041-2/+12
| | * habanalabs: Fix virtual address access via debugfs for 2MB pagesTomer Tayar2019-06-031-1/+4
| | * habanalabs: fix bug in checking huge page optimizationOded Gabbay2019-05-281-6/+0
| |/
| * Merge tag 'misc-habanalabs-fixes-2019-05-24' of git://people.freedesktop.org/...Greg Kroah-Hartman2019-05-319-52/+69
| |\
| | * habanalabs: Avoid using a non-initialized MMU cache mutexTomer Tayar2019-05-242-7/+3
| | * habanalabs: fix debugfs codeJann Horn2019-05-241-42/+18
| | * uapi/habanalabs: add opcode for enable/disable device debug modeOded Gabbay2019-05-241-2/+20
| | * habanalabs: halt debug engines on user process closeOmer Shpigelman2019-05-245-1/+28
| * | fpga: zynqmp-fpga: Correctly handle error pointerMoritz Fischer2019-05-301-2/+2
| * | test_firmware: Use correct snprintf() limitDan Carpenter2019-05-241-7/+7
| * | genwqe: Prevent an integer overflow in the ioctlDan Carpenter2019-05-242-0/+6
| * | parport: Fix mem leak in parport_register_dev_modelYueHaibing2019-05-241-0/+2
| * | fpga: dfl: expand minor range when registering chrdev regionChengguang Xu2019-05-241-3/+3
| * | fpga: dfl: Add lockdep classes for pdata->lockScott Wood2019-05-241-1/+15
| * | fpga: dfl: afu: Pass the correct device to dma_mapping_error()Scott Wood2019-05-241-1/+1
| * | fpga: stratix10-soc: fix use-after-free on s10_init()Wen Yang2019-05-241-1/+5
| * | Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kee...Greg Kroah-Hartman2019-05-244-14/+27
| |\ \
| | * | lkdtm/bugs: Adjust recursion test to avoid elisionKees Cook2019-04-073-10/+21
| | * | lkdtm/usercopy: Moves the KERNEL_DS test to non-canonicalKees Cook2019-04-071-4/+6
| * | | w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea...Mariusz Bialonczyk2019-05-241-1/+1
| * | | kheaders: Do not regenerate archive if config is not changedJoel Fernandes (Google)2019-05-241-4/+11
| * | | kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-244-36/+27
| | |/ | |/|
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-082-1/+5
|\ \ \
| * | | MAINTAINERS: Karthikeyan Ramasubramanian is MIAWolfram Sang2019-06-081-1/+0
| * | | i2c: xiic: Add max_read_len quirkRobert Hancock2019-06-081-0/+5
* | | | Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-06-086-49/+100
|\ \ \ \
| * | | | dmaengine: sprd: Add interrupt support for 2-stage transferBaolin Wang2019-05-211-1/+21
| * | | | dmaengine: sprd: Fix the right place to configure 2-stage transferEric Long2019-05-211-6/+6
| * | | | dmaengine: sprd: Fix block length overflowEric Long2019-05-211-1/+1
| * | | | dmaengine: sprd: Fix the incorrect start for 2-stage destination channelsEric Long2019-05-211-1/+3
| * | | | dmaengine: sprd: Add validation of current descriptor in irq handlerBaolin Wang2019-05-211-2/+7
| * | | | dmaengine: sprd: Fix the possible crash when getting descriptor statusBaolin Wang2019-05-211-1/+1
| * | | | dmaengine: tegra210-adma: Fix spellingJon Hunter2019-05-211-1/+1
| * | | | dmaengine: tegra210-adma: Fix channel FIFO configurationJon Hunter2019-05-211-7/+22
| * | | | dmaengine: tegra210-adma: Fix crash during probeJon Hunter2019-05-211-13/+13
| * | | | dmaengine: mediatek-cqdma: sleeping in atomic contextDan Carpenter2019-05-211-2/+2
| * | | | dmaengine: dw-axi-dmac: fix null dereference when pointer first is nullColin Ian King2019-05-211-1/+2
| * | | | dmaengine: fsl-qdma: Add improvementPeng Ma2019-05-211-3/+1
| * | | | dmaengine: jz4780: Fix transfers being ACKed too soonPaul Cercueil2019-05-211-11/+21
| | |/ / | |/| |
* | | | Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-0820-92/+251
|\ \ \ \
| * \ \ \ Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe2019-06-074-63/+150
| |\ \ \ \
| | * | | | nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy2019-06-061-17/+36
| | * | | | nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee2019-06-061-1/+2
| | * | | | nvmet: fix data_len to 0 for bdev-backed write_zeroesMinwoo Im2019-06-041-0/+1
| | * | | | nvme-tcp: fix queue mapping when queue count is limitedSagi Grimberg2019-05-301-7/+50
| | * | | | nvme-rdma: fix queue mapping when queue count is limitedSagi Grimberg2019-05-301-38/+61
| * | | | | block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco2019-06-071-2/+4
| * | | | | cgroup: let a symlink too be created with a cftype fileAngelo Ruocco2019-06-072-4/+32