summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: light: vcnl4000: update sampling periods for vcnl4200Tomas Novotny2020-03-081-4/+4
* iio: accel: adxl372: Set iio_chan BEAlexandru Tachici2020-03-081-0/+1
* iio: magnetometer: ak8974: Fix negative raw values in sysfsStephan Gerhold2020-02-211-1/+1
* iio: trigger: stm32-timer: disable master mode when stoppingFabrice Gasnier2020-02-151-2/+9
* iio: adc: stm32-dfsdm: fix sleep in atomic contextOlivier Moysan2020-02-021-33/+10
* iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev2020-02-021-0/+15
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-01-296-326/+375
|\
| * mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe2020-01-143-90/+104
| * mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe2020-01-142-96/+117
| * mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe2020-01-145-170/+184
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-2932-7/+427
|\ \
| * | prctl: PR_{G,S}ET_IO_FLUSHER to support controlling memory reclaimMike Christie2020-01-283-0/+30
| * | sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-262-2/+2
| * | test: Add test for pidfd getfdSargun Dhillon2020-01-134-1/+260
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-1320-2/+23
| * | pid: Implement pidfd_getfd syscallSargun Dhillon2020-01-131-0/+90
| * | vfs, fdtable: Add fget_task helperSargun Dhillon2020-01-132-2/+22
| |/
* | Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-01-2915-477/+2112
|\ \
| * | io_uring: add support for epoll_ctl(2)Jens Axboe2020-01-292-0/+72
| * | eventpoll: support non-blocking do_epoll_ctl() callsJens Axboe2020-01-292-13/+42
| * | eventpoll: abstract out epoll_ctl() handlerJens Axboe2020-01-291-20/+25
| * | io_uring: fix linked command file table usageJens Axboe2020-01-293-14/+21
| * | io_uring: support using a registered personality for commandsJens Axboe2020-01-282-2/+25
| * | io_uring: allow registering credentialsJens Axboe2020-01-282-7/+70
| * | io_uring: add io-wq workqueue sharingPavel Begunkov2020-01-282-15/+53
| * | io-wq: allow grabbing existing io-wqPavel Begunkov2020-01-282-0/+9
| * | io_uring/io-wq: don't use static creds/mm assignmentsJens Axboe2020-01-284-30/+82
| * | io-wq: make the io_wq ref countedJens Axboe2020-01-271-1/+10
| * | io_uring: fix refcounting with batched allocations at OOMPavel Begunkov2020-01-271-2/+5
| * | io_uring: add comment for drain_nextPavel Begunkov2020-01-271-0/+7
| * | io_uring: don't attempt to copy iovec for READ/WRITEJens Axboe2020-01-271-2/+1
| * | io_uring: honor IOSQE_ASYNC for linked reqsPavel Begunkov2020-01-221-0/+4
| * | io_uring: prep req when do IOSQE_ASYNCPavel Begunkov2020-01-221-0/+4
| * | io_uring: use labeled array init in io_op_defsPavel Begunkov2020-01-201-62/+29
| * | io_uring: optimise sqe-to-req flags translationPavel Begunkov2020-01-202-34/+81
| * | io_uring: remove REQ_F_IO_DRAINEDPavel Begunkov2020-01-201-5/+2
| * | io_uring: file switch work needs to get flushed on exitJens Axboe2020-01-201-1/+4
| * | io_uring: hide uring_fd in ctxPavel Begunkov2020-01-201-15/+12
| * | io_uring: remove extra check in __io_commit_cqringPavel Begunkov2020-01-201-7/+5
| * | io_uring: optimise use of ctx->drain_nextPavel Begunkov2020-01-201-20/+21
| * | io_uring: add support for probing opcodesJens Axboe2020-01-202-2/+69
| * | io_uring: account fixed file references correctly in batchJens Axboe2020-01-201-5/+9
| * | io_uring: add opcode to issue trace eventJens Axboe2020-01-202-5/+11
| * | io_uring: add support for IORING_OP_OPENAT2Jens Axboe2020-01-202-6/+64
| * | io_uring: remove 'fname' from io_open structureJens Axboe2020-01-201-5/+6
| * | io_uring: add 'struct open_how' to the openat request contextJens Axboe2020-01-201-9/+8
| * | io_uring: enable option to only trigger eventfd for async completionsJens Axboe2020-01-202-1/+17
| * | io_uring: change io_ring_ctx bool fields into bit fieldsJens Axboe2020-01-201-7/+7
| * | io_uring: file set registration should use interruptible waitsJens Axboe2020-01-201-2/+8
| * | io_uring: Remove unnecessary null checkYueHaibing2020-01-201-2/+1