index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
REPORTING-BUGS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-09
rpmsg: Allow callback to return errors
Bjorn Andersson
3
-8
/
+12
2016-09-09
rpmsg: Move virtio specifics from public header
Bjorn Andersson
2
-52
/
+52
2016-09-09
rpmsg: virtio: Hide vrp pointer from the public API
Bjorn Andersson
2
-11
/
+35
2016-09-09
rpmsg: Hide rpmsg indirection tables
Bjorn Andersson
3
-47
/
+50
2016-09-09
rpmsg: Split rpmsg core and virtio backend
Bjorn Andersson
3
-223
/
+237
2016-09-09
rpmsg: Split off generic tail of create_channel()
Bjorn Andersson
1
-3
/
+15
2016-09-09
rpmsg: Move helper for finding rpmsg devices to core
Bjorn Andersson
3
-25
/
+68
2016-09-09
rpmsg: Move endpoint related interface to rpmsg core
Bjorn Andersson
3
-155
/
+166
2016-09-09
rpmsg: Indirection table for rpmsg_endpoint operations
Bjorn Andersson
2
-27
/
+120
2016-09-09
rpmsg: Move rpmsg_device API to new file
Bjorn Andersson
5
-51
/
+79
2016-09-09
rpmsg: Introduce indirection table for rpmsg_device operations
Bjorn Andersson
2
-6
/
+65
2016-09-09
rpmsg: Clean up rpmsg device vs channel naming
Bjorn Andersson
3
-39
/
+41
2016-09-09
rpmsg: Make rpmsg_create_ept() take channel_info struct
Bjorn Andersson
2
-17
/
+24
2016-09-09
rpmsg: rpmsg_send() operations takes rpmsg_endpoint
Bjorn Andersson
3
-35
/
+45
2016-09-09
rpmsg: Name rpmsg devices based on channel id
Bjorn Andersson
1
-10
/
+2
2016-09-09
rpmsg: Enable matching devices with drivers based on DT
Bjorn Andersson
1
-4
/
+6
2016-08-13
rpmsg: Drop prototypes for non-existing functions
Bjorn Andersson
1
-2
/
+0
2016-08-13
samples/rpmsg: add support for multiple instances
Anna, Suman
1
-3
/
+15
2016-08-13
rpmsg: use dynamic_hex_dump for hex dump traces
Anna, Suman
1
-6
/
+12
2016-08-13
rpmsg: align code with open parenthesis
Anna, Suman
2
-24
/
+22
2016-08-13
rpmsg: use proper format-specifier for printing dma_addr_t
Anna, Suman
1
-2
/
+2
2016-08-13
rpmsg: remove pointless OOM prints
Anna, Suman
1
-7
/
+3
2016-08-13
rpmsg: virtio_rpmsg_bus: Fix randomly placed semi-colon
Lee Jones
1
-1
/
+1
2016-08-10
rpmsg: remove unneeded conversions to bool
Andrew F. Davis
1
-1
/
+1
2016-08-08
Linux 4.8-rc1
v4.8-rc1
Linus Torvalds
1
-2
/
+2
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
51
-157
/
+158
2016-08-07
target: iblock_execute_sync_cache() should use bio_set_op_attrs()
Jens Axboe
1
-1
/
+1
2016-08-07
mm: make __swap_writepage() use bio_set_op_attrs()
Jens Axboe
1
-2
/
+3
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
11
-53
/
+51
2016-08-07
fs: return EPERM on immutable inode
Eryu Guan
4
-4
/
+5
2016-08-05
ramoops: use persistent_ram_free() instead of kfree() for freeing prz
Hiraku Toyooka
1
-3
/
+3
2016-08-05
ramoops: use DT reserved-memory bindings
Kees Cook
4
-33
/
+56
2016-08-05
NTB: ntb_hw_intel: use local variable pdev
Allen Hubbe
1
-5
/
+5
2016-08-05
NTB: ntb_hw_intel: show BAR size in debugfs info
Allen Hubbe
1
-1
/
+38
2016-08-05
ntb_test: Add a selftest script for the NTB subsystem
Logan Gunthorpe
2
-0
/
+423
2016-08-05
ntb_perf: clear link_is_up flag when the link goes down.
Logan Gunthorpe
1
-19
/
+9
2016-08-05
ntb_pingpong: Add a debugfs file to get the ping count
Logan Gunthorpe
1
-1
/
+61
2016-08-05
ntb_tool: Add link status and files to debugfs
Logan Gunthorpe
1
-0
/
+92
2016-08-05
ntb_tool: Postpone memory window initialization for the user
Logan Gunthorpe
1
-138
/
+228
2016-08-05
ntb_perf: Wait for link before running test
Logan Gunthorpe
1
-1
/
+4
2016-08-05
ntb_perf: Return results by reading the run file
Logan Gunthorpe
1
-12
/
+55
2016-08-05
ntb_perf: Improve thread handling to increase robustness
Logan Gunthorpe
1
-48
/
+76
2016-08-05
ntb_perf: Schedule based on time not on performance
Logan Gunthorpe
1
-2
/
+4
2016-08-05
ntb_transport: Check the number of spads the hardware supports
Logan Gunthorpe
2
-4
/
+13
2016-08-05
ntb_tool: Add memory window debug support
Logan Gunthorpe
1
-1
/
+257
2016-08-05
ntb_perf: Allow limiting the size of the memory windows
Logan Gunthorpe
1
-0
/
+8
2016-08-05
NTB: allocate number transport entries depending on size of ring size
Dave Jiang
1
-2
/
+27
2016-08-05
ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
Logan Gunthorpe
1
-2
/
+8
2016-08-05
ntb_tool: Fix infinite loop bug when writing spad/peer_spad file
Logan Gunthorpe
1
-4
/
+5