| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-18 | mailbox: mailbox-test: make data_ready a per-instance variable | Wolfram Sang | 1 | -5/+4 |
| 2026-04-18 | mailbox: mailbox-test: initialize struct earlier | Wolfram Sang | 1 | -7/+6 |
| 2026-04-18 | mailbox: mailbox-test: don't free the reused channel | Wolfram Sang | 1 | -2/+2 |
| 2026-04-18 | mailbox: mailbox-test: handle channel errors consistently | Wolfram Sang | 1 | -2/+2 |
| 2026-04-12 | mailbox: mailbox-test: free channels on probe error | Wolfram Sang | 1 | -3/+12 |
| 2026-03-29 | mailbox: test: really ignore optional memory resources | Wolfram Sang | 1 | -16/+21 |
| 2025-11-28 | mailbox: mailbox-test: Fix debugfs_create_dir error checking | Haotian Zhang | 1 | -1/+1 |
| 2024-11-24 | mailbox: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -2/+2 |
| 2024-01-13 | mailbox: mailbox-test: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-09-05 | mailbox: mailbox-test: Fix an error check in mbox_test_probe() | Minjie Du | 1 | -1/+1 |
| 2023-09-05 | mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -4/+2 |
| 2023-05-31 | mailbox: mailbox-test: fix a locking issue in mbox_test_message_write() | Dan Carpenter | 1 | -4/+6 |
| 2023-05-04 | mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() | Lee Jones | 1 | -0/+7 |
| 2023-05-04 | mailbox: mailbox-test: Explicitly include header for spinlock support | Lee Jones | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-03-06 | mailbox: mailbox-test: fix null pointer if no mmio | Fabien Dessenne | 1 | -6/+8 |
| 2019-03-06 | mailbox: mailbox-test: fix debugfs in multi-instances | Fabien Dessenne | 1 | -6/+6 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-11-14 | mailbox: mailbox-test: don't rely on rx_buffer content to signal data ready | Sudeep Holla | 1 | -5/+6 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2016-12-19 | mailbox: mailbox-test: allow reserved areas in SRAM | Sudeep Holla | 1 | -2/+10 |
| 2016-12-19 | mailbox: mailbox-test: add support for fasync/poll | Sudeep Holla | 1 | -8/+71 |
| 2016-12-19 | mailbox: mailbox-test: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
| 2016-06-12 | mailbox: mailbox-test: set tdev->signal to NULL after freeing | Sudeep Holla | 1 | -0/+1 |
| 2016-04-12 | mailbox: mailbox-test: Prevent memory leak | Lee Jones | 1 | -3/+6 |
| 2016-04-12 | mailbox: mailbox-test: Use more consistent format for calling copy_from_user() | Lee Jones | 1 | -4/+3 |
| 2016-03-04 | mailbox: mailbox-test: add support for separate tx/rx buffer with single channel | Sudeep Holla | 1 | -10/+21 |
| 2016-03-04 | mailbox: mailbox-test: use print_hex_dump_bytes to allow dynamic printk | Sudeep Holla | 1 | -10/+8 |
| 2016-03-04 | mailbox: mailbox-test: fix the compatible string | Sudeep Holla | 1 | -1/+1 |
| 2016-03-04 | mailbox: mailbox-test: rename driver as generic test driver | Sudeep Holla | 1 | -1/+1 |
| 2015-11-04 | mailbox: mailbox-test: avoid reading iomem twice | Jassi Brar | 1 | -3/+2 |
| 2015-10-27 | mailbox: Off by one in mbox_test_message_read() | Dan Carpenter | 1 | -1/+1 |
| 2015-10-23 | mailbox: mailbox-test: Correctly repair Sparse warnings | Lee Jones | 1 | -5/+6 |
| 2015-10-17 | mailbox: Fix a couple of trivial static checker issues | Lee Jones | 1 | -5/+5 |
| 2015-10-17 | mailbox: Add generic mechanism for testing Mailbox Controllers | Lee Jones | 1 | -0/+361 |