summaryrefslogtreecommitdiff
path: root/bpf_parser.y
AgeCommit message (Expand)AuthorFilesLines
2013-06-15bpf: use Linux' define of BPF_MAXINSNSDaniel Borkmann1-9/+7
2013-06-08bpfc: also allow to load skb len into XDaniel Borkmann1-0/+2
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04xutils: break out string handling and lockingDaniel Borkmann1-0/+1
2013-05-23bpfc: allow bpf programs to be passed to cppDaniel Borkmann1-2/+28
2013-03-19bpfc: filter: add poff ancillary operationDaniel Borkmann1-1/+10
2013-03-16bpfc: support different output formatsDaniel Borkmann1-12/+58
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+673
it/diff/Documentation/hwmon/tmp401?h=nds-private-remove&id=3d87fa1d47c10c71684e1eca15cb051746ab1d56&id2=9735a22799b9214d17d3c231fe377fc852f042e9'>diff)
remoteproc: core: Task sync during rproc_fw_boot()
By default, rproc_fw_boot() needs to wait for rproc to be configured, but a race may occur when using rpmsg/virtio. In this case, it can be called locally in a safe manor. This patch represents two usecases: - External call (via exported rproc_boot()), which waits - Internal call can use 'nowait' version of rproc_boot() Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/hwmon/tmp401')