summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek2021-07-111-11/+24
* kthread_worker: split code for canceling the delayed work timerPetr Mladek2021-07-111-17/+29
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-1/+1
* tracing: Do not stop recording comms if the trace file is being readSteven Rostedt (VMware)2021-06-301-9/+0
* tracing: Do not stop recording cmdlines when tracing is offSteven Rostedt (VMware)2021-06-301-3/+0
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-301-3/+3
* tracing: Correct the length check which causes memory corruptionLiangyan2021-06-161-1/+1
* ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)2021-06-161-1/+7
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-161-0/+4
* wq: handle VM suspension in stall detectionSergey Senozhatsky2021-06-161-2/+10
* cgroup: disable controllers at parse timeShakeel Butt2021-06-161-8/+5
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-221-1/+3
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-221-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-221-26/+15
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2021-05-221-1/+1
* tracing: Treat recording comm for idle task as a successJoel Fernandes2021-05-221-1/+5
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-221-2/+1
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-161-1/+1
* audit: fix a net reference leak in audit_list_rules_send()Paul Moore2021-04-073-9/+8
* audit: fix a net reference leak in audit_send_reply()Paul Moore2021-04-071-18/+28
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2021-03-301-2/+14
* futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2021-03-301-1/+3
* futex: Prevent robust futex exit raceYang Tao2021-03-301-7/+51
* locking/futex: Allow low-level atomic operations to return -EAGAINWill Deacon2021-03-301-70/+115
* futex: Fix (possible) missed wakeupPeter Zijlstra2021-03-301-5/+8
* futex: Handle early deadlock return correctlyThomas Gleixner2021-03-302-15/+50
* futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra2021-03-301-6/+18
* futex: Avoid freeing an active timerThomas Gleixner2021-03-301-1/+3
* futex: Drop hb->lock before enqueueing on the rtmutexPeter Zijlstra2021-03-303-30/+52
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2021-03-303-42/+62
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2021-03-303-7/+11
* futex: Use smp_store_release() in mark_wake_futex()Peter Zijlstra2021-03-301-2/+1
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-244-5/+4
* printk: fix deadlock when kernel panicMuchun Song2021-03-071-4/+12
* futex: Don't enable IRQs unconditionally in put_pi_state()Ben Hutchings2021-03-071-2/+4
* futex: Fix more put_pi_state() vs. exit_pi_state_list() racesBen Hutchings2021-03-071-3/+20
* futex: Fix pi_state->owner serializationBen Hutchings2021-03-071-7/+14
* futex: Futex_unlock_pi() determinismBen Hutchings2021-03-071-13/+11
* futex: Pull rt_mutex_futex_unlock() out from under hb->lockBen Hutchings2021-03-071-43/+68
* futex: Cleanup refcountingBen Hutchings2021-03-071-4/+9
* futex: Cleanup variable names for futex_top_waiter()Ben Hutchings2021-03-071-14/+14
* futex: fix dead code in attach_to_pi_owner()Thomas Gleixner2021-03-031-3/+3
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2021-03-031-3/+3
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-031-2/+19
* seccomp: Add missing return in non-void functionPaul Cercueil2021-03-031-0/+2