Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull wait_var_event updates from Ingo Molnar: "This introduces the new wait_var_event() API, which is a more flexible waiting primitive than wait_on_atomic_t(). All wait_on_atomic_t() users are migrated over to the new API and wait_on_atomic_t() is removed. The migration fixes one bug and should result in no functional changes for the other usecases" * 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched/wait: Improve __var_waitqueue() code generation sched/wait: Remove the wait_on_atomic_t() API sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, drivers/media: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var_event() API sched/wait: Introduce wait_var_event()
No related branches found
No related tags found
Showing
- arch/mips/kernel/process.c 2 additions, 0 deletionsarch/mips/kernel/process.c
- arch/mips/kernel/traps.c 2 additions, 2 deletionsarch/mips/kernel/traps.c
- drivers/gpu/drm/drm_dp_aux_dev.c 7 additions, 6 deletionsdrivers/gpu/drm/drm_dp_aux_dev.c
- drivers/gpu/drm/i915/selftests/intel_breadcrumbs.c 4 additions, 10 deletionsdrivers/gpu/drm/i915/selftests/intel_breadcrumbs.c
- drivers/media/platform/qcom/venus/hfi.c 4 additions, 4 deletionsdrivers/media/platform/qcom/venus/hfi.c
- fs/afs/cell.c 3 additions, 3 deletionsfs/afs/cell.c
- fs/afs/rxrpc.c 3 additions, 3 deletionsfs/afs/rxrpc.c
- fs/afs/server.c 3 additions, 3 deletionsfs/afs/server.c
- fs/btrfs/extent-tree.c 6 additions, 8 deletionsfs/btrfs/extent-tree.c
- fs/btrfs/ioctl.c 1 addition, 1 deletionfs/btrfs/ioctl.c
- fs/fscache/cookie.c 4 additions, 3 deletionsfs/fscache/cookie.c
- fs/nfs/inode.c 0 additions, 5 deletionsfs/nfs/inode.c
- fs/nfs/pagelist.c 3 additions, 3 deletionsfs/nfs/pagelist.c
- fs/nfs/pnfs_nfs.c 1 addition, 1 deletionfs/nfs/pnfs_nfs.c
- fs/nfs/write.c 3 additions, 3 deletionsfs/nfs/write.c
- fs/ocfs2/filecheck.c 5 additions, 4 deletionsfs/ocfs2/filecheck.c
- include/linux/fscache-cache.h 1 addition, 1 deletioninclude/linux/fscache-cache.h
- include/linux/wait_bit.h 69 additions, 26 deletionsinclude/linux/wait_bit.h
- kernel/sched/wait_bit.c 26 additions, 84 deletionskernel/sched/wait_bit.c
Loading
Please register or sign in to comment