Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-13rpmsg: char: Introduce the "rpmsg-raw" channelArnaud Pouliquen
2022-03-13rpmsg: char: Add possibility to use default endpoint of the rpmsg deviceArnaud Pouliquen
2022-03-13rpmsg: char: Refactor rpmsg_chrdev_eptdev_create functionArnaud Pouliquen
2022-03-13rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrlArnaud Pouliquen
2022-03-13rpmsg: Create the rpmsg class in core instead of in rpmsg charArnaud Pouliquen
2022-03-13rpmsg: char: Export eptdev create and destroy functionsArnaud Pouliquen
2022-03-13rpmsg: char: treat rpmsg_trysend() ENOMEM as EAGAINTim Blechmann
2022-01-18rpmsg: char: Fix race between the release of rpmsg_eptdev and cdevMatthias Kaehlcke
2022-01-18rpmsg: char: Fix race between the release of rpmsg_ctrldev and cdevSujit Kautkar
2021-11-18rpmsg: char: Add pr_fmt() to prefix messagesArnaud Pouliquen
2021-10-09rpmsg: char: Remove useless includeArnaud Pouliquen
2021-03-17rpmsg: char: Return an error if device already openArnaud Pouliquen
2021-03-17rpmsg: char: Use rpmsg_sendto to specify the message destination addressArnaud Pouliquen
2021-03-17rpmsg: char: Rename rpmsg_char_init to rpmsg_chrdev_initArnaud Pouliquen
2019-12-02Merge tag 'rpmsg-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2019-11-09rpmsg: char: Simplify 'rpmsg_eptdev_release()'Christophe JAILLET
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-10-05rpmsg: char: release allocated memoryNavid Emamdoost
2018-08-28rpmsg: char: Migrate to iter versions of read and writeBjorn Andersson
2018-07-31rpmsg: Add compat ioctl for rpmsg char driverArun Kumar Neelakantam
2018-06-04rpmsg: char: Switch to SPDX license identifierSuman Anna
2018-04-26rpmsg: added MODULE_ALIAS for rpmsg_charRamon Fried
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-07-07Merge tag 'rpmsg-v4.13' of git://github.com/andersson/remoteprocLinus Torvalds
2017-06-26rpmsg: cleanup incorrect function in dev_err messageHenri Roosen
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-01-31rpmsg: unlock on error in rpmsg_eptdev_read()Dan Carpenter
2017-01-18rpmsg: Driver for user space endpoint interfaceBjorn Andersson