index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
3
-0
/
+65
2019-11-15
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
1
-54
/
+98
2019-11-15
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
4
-46
/
+130
2019-11-15
bpf, doc: Change right arguments for JIT example code
Mao Wenan
1
-4
/
+4
2019-11-15
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
1
-0
/
+2
2019-11-15
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
1
-1
/
+0
2019-11-15
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
1
-8
/
+66
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2
-2
/
+8
2019-11-11
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
1
-1
/
+2
2019-11-11
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
1
-1
/
+4
2019-11-10
Merge branch 'share-umem'
Alexei Starovoitov
6
-59
/
+195
2019-11-10
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
1
-5
/
+23
2019-11-10
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
1
-12
/
+29
2019-11-10
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-10
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
4
-42
/
+135
2019-11-10
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
1
-10
/
+17
2019-11-10
Merge branch 'map-pinning'
Alexei Starovoitov
7
-55
/
+120
2019-11-10
libbpf: Add getter for program size
Toke Høiland-Jørgensen
3
-0
/
+9
2019-11-10
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
3
-28
/
+67
2019-11-10
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2
-6
/
+7
2019-11-10
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
1
-16
/
+11
2019-11-10
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2
-4
/
+18
2019-11-10
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
1
-1
/
+8
2019-11-08
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
12
-178
/
+178
2019-11-08
samples: bpf: Update outdated error message
Daniel T. Lee
5
-7
/
+7
2019-11-07
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2
-16
/
+63
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
4
-13
/
+12
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
1
-2
/
+2
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-11-07
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
1
-7
/
+7
2019-11-07
libbpf: Fix potential overflow issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
1
-0
/
+2
2019-11-07
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
Ilya Leoshkevich
1
-16
/
+5
2019-11-07
s390/bpf: Wrap JIT macro parameter usages in parentheses
Ilya Leoshkevich
1
-31
/
+31
2019-11-07
s390/bpf: Use kvcalloc for addrs array
Ilya Leoshkevich
1
-2
/
+3
2019-11-07
tools, bpf_asm: Warn when jumps are out of range
Ilya Leoshkevich
1
-2
/
+12
2019-11-06
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
1
-1
/
+1
2019-11-06
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
Andrii Nakryiko
2
-28
/
+18
2019-11-06
selftests/bps: Clean up removed ints relocations negative tests
Andrii Nakryiko
1
-6
/
+0
2019-11-04
Merge branch 'bpf-libbpf-bitfield-size-relo'
Daniel Borkmann
23
-161
/
+682
2019-11-04
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
5
-5
/
+122
2019-11-04
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
9
-2
/
+294
2019-11-04
libbpf: Add support for field size relocations
Andrii Nakryiko
2
-8
/
+39
2019-11-04
libbpf: Add support for relocatable bitfields
Andrii Nakryiko
3
-60
/
+227
2019-11-04
selftests/bpf: Remove too strict field offset relo test cases
Andrii Nakryiko
9
-90
/
+4
2019-11-03
Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
25
-359
/
+393
2019-11-03
mISDN: remove unused variable 'faxmodulation_s'
YueHaibing
1
-1
/
+0
2019-11-03
ptp: Add a ptp clock driver for IDT ClockMatrix.
Vincent Cheng
5
-0
/
+2201
[next]