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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
bpf: Remove unused variables.
Alexei Starovoitov
1
-5
/
+1
2023-09-19
bpf: Fix bpf_throw warning on 32-bit arch
Kumar Kartikeya Dwivedi
1
-1
/
+1
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-168
/
+733
2023-09-16
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
1
-0
/
+4
2023-09-16
bpf: Disallow fentry/fexit/freplace for exception callbacks
Kumar Kartikeya Dwivedi
2
-0
/
+7
2023-09-16
bpf: Detect IP == ksym.end as part of BPF program
Kumar Kartikeya Dwivedi
1
-1
/
+5
2023-09-16
bpf: Prevent KASAN false positive with bpf_throw
Kumar Kartikeya Dwivedi
1
-0
/
+6
2023-09-16
bpf: Treat first argument as return value for bpf_throw
Kumar Kartikeya Dwivedi
1
-13
/
+24
2023-09-16
bpf: Perform CFG walk for exception callback
Kumar Kartikeya Dwivedi
1
-2
/
+13
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2
-16
/
+126
2023-09-16
bpf: Refactor check_btf_func and split into two phases
Kumar Kartikeya Dwivedi
1
-28
/
+100
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
3
-15
/
+141
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
3
-10
/
+40
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
1
-0
/
+9
2023-09-15
bpf: Allow to use kfunc XDP hints and frags together
Larysa Zaremba
1
-1
/
+8
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
1
-1
/
+1
2023-09-15
bpf: make it easier to add new metadata kfunc
Stanislav Fomichev
1
-4
/
+5
2023-09-14
bpf: Charge modmem for struct_ops trampoline
Song Liu
1
-4
/
+22
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-30
/
+88
2023-09-12
bpf, x64: Fix tailcall infinite loop
Leon Hwang
2
-2
/
+5
2023-09-12
eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()
Jinjie Ruan
1
-4
/
+9
2023-09-11
tracing/synthetic: Print out u64 values properly
Tero Kristo
1
-1
/
+1
2023-09-09
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2023-09-09
Merge tag 'dma-mapping-6.6-2023-09-09' of git://git.infradead.org/users/hch/d...
Linus Torvalds
4
-13
/
+18
2023-09-08
tracing: Remove unused trace_event_file dir field
Steven Rostedt (Google)
1
-13
/
+0
2023-09-08
tracing: Use the new eventfs descriptor for print trigger
Steven Rostedt (Google)
1
-2
/
+2
2023-09-08
ring-buffer: Do not attempt to read past "commit"
Steven Rostedt (Google)
1
-0
/
+5
2023-09-08
Merge tag 'printk-for-6.6-fixup' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2023-09-08
Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"
Palmer Dabbelt
1
-4
/
+4
2023-09-08
bpf: task_group_seq_get_next: simplify the "next tid" logic
Oleg Nesterov
1
-7
/
+4
2023-09-08
bpf: task_group_seq_get_next: kill next_task
Oleg Nesterov
1
-8
/
+6
2023-09-08
bpf: task_group_seq_get_next: fix the skip_if_dup_files check
Oleg Nesterov
1
-1
/
+1
2023-09-08
bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
Oleg Nesterov
1
-10
/
+2
2023-09-08
bpf: task_group_seq_get_next: cleanup the usage of next_thread()
Oleg Nesterov
1
-7
/
+0
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()
Hou Tao
1
-2
/
+7
2023-09-08
bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()
Hou Tao
1
-1
/
+6
2023-09-08
bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
Yonghong Song
1
-0
/
+20
2023-09-08
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
1
-8
/
+51
2023-09-08
bpf: Add alloc/xchg/direct_access support for local percpu kptr
Yonghong Song
2
-22
/
+106
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2
-0
/
+9
2023-09-08
bpf: Add support for non-fix-size percpu mem allocation
Yonghong Song
2
-11
/
+11
2023-09-08
Revert "dma-contiguous: check for memory region overlap"
Zhenhua Huang
1
-5
/
+0
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-38
/
+20
2023-09-07
ring-buffer: Avoid softlockup in ring_buffer_resize()
Zheng Yejian
1
-0
/
+2
2023-09-07
tracing: Have event inject files inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+2
2023-09-07
tracing: Have option files inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+22
2023-09-07
tracing: Have current_trace inc the trace array ref count
Steven Rostedt (Google)
1
-1
/
+2
2023-09-07
tracing: Have tracing_max_latency inc the trace array ref count
Steven Rostedt (Google)
1
-5
/
+10
2023-09-07
tracing: Increase trace array ref count on enable and filter files
Steven Rostedt (Google)
3
-2
/
+33
2023-09-07
Revert "printk: export symbols for debug modules"
Christoph Hellwig
1
-2
/
+0
[next]