VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
Date
Commit Message
Rev
Author
2021-09-03
futex: Remove unused variable 'vpid' in futex_proxy_trylock_atomic()
Thomas Gleixner
2021-09-02
futex: Avoid redundant task lookup
Thomas Gleixner
2021-09-02
futex: Clarify comment for requeue_pi_wake_futex()
Thomas Gleixner
2021-09-02
futex: Prevent inconsistent state and exit race
Thomas Gleixner
2021-09-02
futex: Return error code instead of assigning it without effect
Colin Ian King
2021-08-17
futex: Prevent requeue_pi() lock nesting issue on RT
Thomas Gleixner
2021-08-17
futex: Simplify handle_early_requeue_pi_wakeup()
Thomas Gleixner
2021-08-17
futex: Reorder sanity checks in futex_requeue()
Thomas Gleixner
2021-08-17
futex: Clarify comment in futex_requeue()
Thomas Gleixner
2021-08-17
futex: Restructure futex_requeue()
Thomas Gleixner
2021-08-17
futex: Correct the number of requeued waiters for PI
Thomas Gleixner
2021-08-17
futex: Remove bogus condition for requeue PI
Thomas Gleixner
2021-08-17
futex: Clarify futex_requeue() PI handling
Thomas Gleixner
2021-08-17
futex: Clean up stale comments
Thomas Gleixner
2021-08-17
futex: Validate waiter correctly in futex_proxy_trylock_atomic()
Thomas Gleixner
2021-08-17
locking/rtmutex: Use rt_mutex_wake_q_head
Thomas Gleixner
2021-08-17
locking/rtmutex: Split out the inner parts of 'struct rtmutex'
Peter Zijlstra
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-06-24
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
2021-06-22
futex: Provide FUTEX_LOCK_PI2 to support clock selection
Thomas Gleixner
2021-06-22
futex: Prepare futex_lock_pi() for runtime clock selection
Thomas Gleixner
2021-05-25
futex: Deduplicate cond_resched() invocation in futex_wake_op()
Pavel Begunkov
2021-05-12
locking: Fix comment typos
Ingo Molnar
2021-05-06
futex: Make syscall entry points less convoluted
Thomas Gleixner
2021-05-06
futex: Get rid of the val2 conditional dance
Thomas Gleixner
2021-05-06
futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
Thomas Gleixner
2021-05-06
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-03-29
Merge tag 'v5.12-rc5' into locking/core, to pick up fixes
Ingo Molnar
2021-03-16
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
2021-03-11
kernel/futex: Explicitly document pi_lock for pi_state owner fixup
Davidlohr Bueso
2021-03-11
kernel/futex: Move hb unlock out of unqueue_me_pi()
Davidlohr Bueso
2021-03-11
kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner()
Davidlohr Bueso
2021-03-11
kernel/futex: Kill rt_mutex_next_owner()
Davidlohr Bueso
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
2021-01-28
futex: Remove unneeded gotos
Jangwoong Kim
2021-01-28
futex: Change utime parameter to be 'const ... *'
Alejandro Colomar
2021-01-26
futex: Handle faults correctly for PI futexes
Thomas Gleixner
2021-01-26
futex: Simplify fixup_pi_state_owner()
Thomas Gleixner
2021-01-26
futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner
2021-01-26
rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner
2021-01-26
futex: Provide and use pi_state_update_owner()
Thomas Gleixner
2021-01-26
futex: Replace pointless printk in fixup_owner()
Thomas Gleixner
2021-01-26
futex: Ensure the correct return value from futex_lock_pi()
Thomas Gleixner
2020-12-09
Merge branch 'locking/rwsem'
Peter Zijlstra
2020-11-14
futex: Remove unused empty compat_exit_robust_list()
Lukas Bulwahn
2020-11-09
futex: Don't enable IRQs unconditionally in put_pi_state()
Dan Carpenter
2020-11-07
futex: Handle transient "ownerless" rtmutex state correctly
Mike Galbraith
2020-11-01
Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-10-28
futex: Fix incorrect should_fail_futex() handling
Mateusz Nosek
2020-10-20
futex: Adjust absolute futex timeouts with per time namespace offset
Andrei Vagin
2020-10-16
kernel/: fix repeated words in comments
Randy Dunlap
2020-08-13
futex: Convert to use the preferred 'fallthrough' macro
Miaohe Lin
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2020-07-18
futex: Remove unused or redundant includes
André Almeida
2020-07-18
futex: Consistently use fshared as boolean
André Almeida
2020-07-17
futex: Remove needless goto's
André Almeida
2020-07-17
futex: Remove put_futex_key()
André Almeida
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-04-20
futex: get rid of a kernel-docs build warning
Mauro Carvalho Chehab
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-03-28
Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/core
Thomas Gleixner
2020-03-27
futex: arch_futex_atomic_op_inuser() calling conventions change
Al Viro
2020-03-09
futex: Unbreak futex hashing
Thomas Gleixner
2020-03-06
futex: Remove {get,drop}_futex_key_refs()
Peter Zijlstra
2020-03-06
futex: Remove pointless mmgrap() + mmdrop()
Peter Zijlstra
2020-03-06
futex: Fix inode life-time issue
Peter Zijlstra
2020-01-09
futex: Fix kernel-doc notation warning
Randy Dunlap
2019-11-20
futex: Prevent exit livelock
Thomas Gleixner
2019-11-20
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
2019-11-20
futex: Add mutex around futex exit
Thomas Gleixner
2019-11-20
futex: Provide state handling for exec() as well
Thomas Gleixner
2019-11-20
futex: Sanitize exit state handling
Thomas Gleixner
2019-11-20
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2019-11-20
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2019-11-20
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2019-11-20
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2019-11-20
futex: Move futex exit handling into futex code
Thomas Gleixner
2019-11-15
futex: Prevent robust futex exit race
Yang Tao
2019-10-29
futex: Drop leftover wake_q_add() comment
Davidlohr Bueso
2019-08-01
hrtimer/treewide: Use hrtimer_sleeper_start_expires()
Thomas Gleixner
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
2019-06-03
Merge tag 'v5.2-rc3' into locking/core, to pick up fixes
Ingo Molnar
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-28
futex: Consolidate duplicated timer setup code
Waiman Long
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-04-26
locking/futex: Allow low-level atomic operations to return -EAGAIN
Will Deacon
2019-03-22
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-02-28
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2019-02-11
futex: Convert futex_pi_state.refcount to refcount_t
Elena Reshetova
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
2019-02-08
futex: Handle early deadlock return correctly
Thomas Gleixner
2019-02-08
futex: Fix barrier comment
Davidlohr Bueso
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-04
sched/wake_q: Reduce reference counting for special users
Davidlohr Bueso
2019-01-29
futex: No need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-21
futex: Fix (possible) missed wakeup
Peter Zijlstra
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2018-12-18
futex: Cure exit race
Thomas Gleixner
2018-12-07
y2038: futex: Add support for __kernel_timespec
Arnd Bergmann
2018-12-07
y2038: futex: Move compat implementation into futex.c
Arnd Bergmann
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-09
futex: Replace spin_is_locked() with lockdep
Lance Roy
2018-08-20
futex: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-02-06
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
2018-01-24
futex: Fix OWNER_DEAD fixup
Peter Zijlstra
2018-01-14
futex: Prevent overflow by strengthen input validation
Li Jinyue
2018-01-14
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
2017-12-10
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
2017-11-04
Merge branch 'linus' into core/urgent, to pick up dependent commits
Ingo Molnar
2017-11-02
futex: futex_wake_op, do not fail on invalid op
Jiri Slaby
2017-11-01
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Peter Zijlstra
2017-09-25
futex: Fix pi_state->owner serialization
Peter Zijlstra
2017-08-25
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
2017-08-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2017-08-09
futex: Remove unnecessary warning from get_futex_key
Mel Gorman
2017-08-01
futex: Allow for compiling out PI support
Nicolas Pitre
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-05-16
mutex, futex: adjust kernel-doc markups to generate ReST
Mauro Carvalho Chehab
2017-04-15
futex: Clarify mark_wake_futex memory barrier usage
Darren Hart (VMware)
2017-04-14
futex: Fix small (and harmless looking) inconsistencies
Peter Zijlstra
2017-04-14
futex: Avoid freeing an active timer
Thomas Gleixner
2017-04-04
rtmutex: Clean up
Peter Zijlstra
2017-04-04
rtmutex: Deboost before waking up the top waiter
Xunlei Pang
2017-03-23
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
2017-03-23
futex: Futex_unlock_pi() determinism
Peter Zijlstra
2017-03-23
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
2017-03-23
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
2017-03-23
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
2017-03-23
futex: Pull rt_mutex_futex_unlock() out from under hb->lock
Peter Zijlstra
2017-03-23
futex: Rework inconsistent rt_mutex/futex_q state
Peter Zijlstra
2017-03-23
futex: Cleanup refcounting
Peter Zijlstra
2017-03-23
futex: Change locking rules
Peter Zijlstra
2017-03-23
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
2017-03-23
futex: Use smp_store_release() in mark_wake_futex()
Peter Zijlstra
2017-03-23
futex: Cleanup variable names for futex_top_waiter()
Peter Zijlstra
2017-03-14
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
2017-03-14
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
2017-02-13
futex: Move futex_init() to core_initcall
Yang Yang
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-11-21
sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_Q
Waiman Long
2016-09-05
futex: Add some more function commentry
Thomas Gleixner
2016-07-29
futex: Assume all mappings are private on !MMU systems
Thomas Gleixner
2016-06-08
futex: Calculate the futex key based on a tail page for file-based futexes
Mel Gorman
2016-05-22
x86: remove more uaccess_32.h complexity
Linus Torvalds
2016-04-21
futex: Acknowledge a new waiter in counter before plist
Davidlohr Bueso
2016-04-20
futex: Handle unlock_pi race gracefully
Sebastian Andrzej Siewior
2016-03-08
futex: Replace barrier() in unqueue_me() with READ_ONCE()
Jianyu Zhan
2016-02-17
futex: Remove requirement for lock_page() in get_futex_key()
Mel Gorman
2016-02-17
futex: Rename barrier references in ordering guarantees
Davidlohr Bueso
2016-01-26
rtmutex: Make wait_lock irq safe
Thomas Gleixner
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-01-15
mm: bring in additional flag for fixup_user_fault to signal unlock
Dominik Dingel
2016-01-15
futex, thp: remove special case for THP in get_futex_key
Kirill A. Shutemov
2015-12-20
futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op
Darren Hart
2015-12-20
futex: Cleanup the goto confusion in requeue_pi()
Thomas Gleixner
2015-12-20
futex: Remove pointless put_pi_state calls in requeue()
Thomas Gleixner
2015-12-20
futex: Document pi_state refcounting in requeue code
Thomas Gleixner
2015-12-20
futex: Rename free_pi_state() to put_pi_state()
Thomas Gleixner
2015-12-20
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-09-22
futex: Force hot variables into a single cache line
Rasmus Villemoes
2015-07-20
futex: Make should_fail_futex() static
kbuild test robot
2015-07-20
futex: Fault/error injection capabilities
Davidlohr Bueso
2015-07-20
futex: Enhance comments in futex_lock_pi() for blocking paths
Davidlohr Bueso
2015-06-24
Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2015-06-22
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2015-06-19
futex: Lower the lock contention on the HB lock during wake up
Sebastian Andrzej Siewior
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-08
futex: Implement lockless wakeups
Davidlohr Bueso
2015-04-22
futex: Remove bogus hrtimer_active() check
Thomas Gleixner
2015-02-24
Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes
Ingo Molnar
2015-02-18
locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreads
Oleg Nesterov
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2015-01-19
futex: Fix argument handling in futex_lock_pi() calls
Michael Kerrisk
2014-10-26
futex: Fix a race condition between REQUEUE_PI and task death
Brian Silverman
2014-10-26
futex: Mention key referencing differences between shared and private futexes
Davidlohr Bueso
2014-10-18
futex: Ensure get_futex_key_refs() always implies a barrier
Catalin Marinas
2014-09-12
futex: Unlock hb->lock in futex_wait_requeue_pi() error path
Thomas Gleixner
2014-06-21
futex: Simplify futex_lock_pi_atomic() and make it more robust
Thomas Gleixner
2014-06-21
futex: Split out the first waiter attachment from lookup_pi_state()
Thomas Gleixner
2014-06-21
futex: Split out the waiter check from lookup_pi_state()
Thomas Gleixner
2014-06-21
futex: Use futex_top_waiter() in lookup_pi_state()
Thomas Gleixner
2014-06-21
futex: Make unlock_pi more robust
Thomas Gleixner
2014-06-21
rtmutex: Confine deadlock logic to futex
Thomas Gleixner
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-05
futex: Make lookup_pi_state more robust
Thomas Gleixner