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
/
futex
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
1
-3
/
+6
2023-11-01
Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
4
-27
/
+63
2023-10-27
futex: Don't include process MM in futex key on no-MMU
Ben Wolsieffer
1
-1
/
+11
2023-10-04
futex/requeue: Remove unnecessary ‘NULL’ initialization from futex_proxy_...
Li zeming
1
-1
/
+1
2023-09-29
futex: make the vectored futex operations available
Jens Axboe
2
-5
/
+10
2023-09-29
futex: make futex_parse_waitv() available as a helper
Jens Axboe
2
-5
/
+16
2023-09-29
futex: add wake_data to struct futex_q
Jens Axboe
1
-0
/
+2
2023-09-29
futex: abstract out a __futex_wake_mark() helper
Jens Axboe
2
-11
/
+23
2023-09-29
futex: factor out the futex wake handling
Jens Axboe
3
-4
/
+10
2023-09-29
futex: move FUTEX2_VALID_MASK to futex.h
Jens Axboe
2
-2
/
+2
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
1
-0
/
+38
2023-09-21
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
3
-10
/
+13
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
5
-15
/
+18
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
3
-55
/
+129
2023-09-21
futex: FLAGS_STRICT
peterz@infradead.org
3
-11
/
+15
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
1
-0
/
+30
2023-09-21
futex: Validate futex value against futex size
peterz@infradead.org
2
-0
/
+13
2023-09-21
futex: Flag conversion
peterz@infradead.org
3
-20
/
+71
2023-09-21
futex: Extend the FUTEX2 flags
peterz@infradead.org
1
-2
/
+7
2023-09-21
futex: Clarify FUTEX2 flags
peterz@infradead.org
1
-4
/
+3
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
2
-30
/
+52
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
1
-0
/
+11
2023-09-18
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Ingo Molnar
1
-2
/
+1
2023-09-14
futex: Use a folio instead of a page
Matthew Wilcox (Oracle)
1
-34
/
+33
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
1
-2
/
+1
2023-01-01
Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+7
2022-12-27
futex: Fix futex_waitv() hrtimer debug object leak on kcalloc error
Mathieu Desnoyers
1
-4
/
+7
2022-12-02
futex: Resend potentially swallowed owner death notification
Alexey Izbyshev
1
-9
/
+17
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-4
/
+4
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2022-05-13
futex: Remove a PREEMPT_RT_FULL reference.
Sebastian Andrzej Siewior
1
-1
/
+1
2022-04-07
futex: add missing rtmutex.h include
Christian König
1
-0
/
+1
2022-03-21
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
1
-1
/
+1
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
3
-63
/
+0
2021-10-19
futex: Fix PREEMPT_RT build
Peter Zijlstra
1
-0
/
+4
2021-10-07
futex: Implement sys_futex_waitv()
André Almeida
3
-0
/
+335
2021-10-07
futex: Simplify double_lock_hb()
Peter Zijlstra
1
-8
/
+6
2021-10-07
futex: Split out wait/wake
Peter Zijlstra
4
-536
/
+543
2021-10-07
futex: Split out requeue
Peter Zijlstra
4
-963
/
+979
2021-10-07
futex: Rename mark_wake_futex()
Peter Zijlstra
1
-5
/
+5
2021-10-07
futex: Rename: match_futex()
Peter Zijlstra
1
-12
/
+12
2021-10-07
futex: Rename: hb_waiter_{inc,dec,pending}()
Peter Zijlstra
1
-17
/
+17
2021-10-07
futex: Split out PI futex
Peter Zijlstra
4
-1405
/
+1449
2021-10-07
futex: Rename: {get,cmpxchg}_futex_value_locked()
Peter Zijlstra
1
-15
/
+15
2021-10-07
futex: Rename hash_futex()
Peter Zijlstra
1
-11
/
+11
2021-10-07
futex: Rename __unqueue_futex()
Peter Zijlstra
1
-7
/
+7
2021-10-07
futex: Rename: queue_{,un}lock()
Peter Zijlstra
1
-13
/
+13
2021-10-07
futex: Rename futex_wait_queue_me()
Peter Zijlstra
1
-5
/
+5
[next]