summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-031-8/+4
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+8
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3
* tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)2021-12-081-0/+7
* sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-261-0/+3
* PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-11-261-2/+3
* signal: Remove the bogus sigkill_pending in ptrace_stopEric W. Biederman2021-11-261-15/+2
* printk/console: Allow to disable console output by using console="" or consol...Petr Mladek2021-11-121-1/+8
* tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)2021-10-273-47/+23
* blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng2021-10-061-0/+8
* profiling: fix shift-out-of-bounds bugsPavel Skripkin2021-09-261-10/+11
* prctl: allow to setup brk for et_dyn executablesCyrill Gorcunov2021-09-261-7/+0
* futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Peter Zijlstra2021-08-101-6/+18
* futex: Avoid freeing an active timerThomas Gleixner2021-08-101-1/+3
* futex: Handle transient "ownerless" rtmutex state correctlyMike Galbraith2021-08-101-2/+14
* rtmutex: Make wait_lock irq safeThomas Gleixner2021-08-101-63/+72
* futex: Futex_unlock_pi() determinismPeter Zijlstra2021-08-101-13/+11
* futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()Peter Zijlstra2021-08-103-42/+62
* futex: Pull rt_mutex_futex_unlock() out from under hb->lockPeter Zijlstra2021-08-101-43/+68
* futex,rt_mutex: Introduce rt_mutex_init_waiter()Peter Zijlstra2021-08-103-7/+11
* futex: Cleanup refcountingPeter Zijlstra2021-08-101-4/+9
* futex: Rename free_pi_state() to put_pi_state()Thomas Gleixner2021-08-101-7/+10
* workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang2021-08-041-7/+13
* tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-281-4/+24
* sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-281-2/+2
* 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
* 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
* 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: Treat recording comm for idle task as a successJoel Fernandes2021-05-221-1/+5
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2021-05-221-1/+1
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-161-1/+1
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2021-04-101-0/+14
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* futex: fix dead code in attach_to_pi_owner()Thomas Gleixner2021-03-171-3/+3
* futex: Cure exit raceThomas Gleixner2021-03-171-6/+65
* futex: Change locking rulesPeter Zijlstra2021-03-171-26/+112
* futex: fix spin_lock() / spin_unlock_irq() imbalanceThomas Schoebel-Theuer2021-03-111-1/+1
* futex: fix irq self-deadlock and satisfy assertionThomas Schoebel-Theuer2021-03-111-0/+2
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-03-071-12/+12
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2021-03-031-4/+3