summaryrefslogtreecommitdiff
path: root/drivers/mailbox/mailbox-test.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-14mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-19mailbox: mailbox-test: allow reserved areas in SRAMSudeep Holla
2016-12-19mailbox: mailbox-test: add support for fasync/pollSudeep Holla
2016-12-19mailbox: mailbox-test: Fix module autoloadJavier Martinez Canillas
2016-06-12mailbox: mailbox-test: set tdev->signal to NULL after freeingSudeep Holla
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones
2016-04-12mailbox: mailbox-test: Use more consistent format for calling copy_from_user()Lee Jones
2016-03-04mailbox: mailbox-test: add support for separate tx/rx buffer with single channelSudeep Holla
2016-03-04mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printkSudeep Holla
2016-03-04mailbox: mailbox-test: fix the compatible stringSudeep Holla
2016-03-04mailbox: mailbox-test: rename driver as generic test driverSudeep Holla
2015-11-04mailbox: mailbox-test: avoid reading iomem twiceJassi Brar
2015-10-27mailbox: Off by one in mbox_test_message_read()Dan Carpenter
2015-10-23mailbox: mailbox-test: Correctly repair Sparse warningsLee Jones
2015-10-17mailbox: Fix a couple of trivial static checker issuesLee Jones
2015-10-17mailbox: Add generic mechanism for testing Mailbox ControllersLee Jones