summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-20futex: Cure exit raceThomas Gleixner1-6/+63
2019-02-20signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman1-2/+5
2019-02-20tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-1/+8
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
2019-02-20perf/core: Fix impossible ring-buffer sizes warningIngo Molnar1-1/+1
2019-02-15tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler1-1/+1
2019-02-15signal: Better detection of synchronous signalsEric W. Biederman1-1/+51
2019-02-15signal: Always notice exiting tasksEric W. Biederman1-0/+6
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf3-31/+5
2019-02-12futex: Handle early deadlock return correctlyThomas Gleixner2-15/+50
2019-02-12kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-02-12proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-02-12kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-02-12kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2019-02-12kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha1-2/+4
2019-02-12timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin1-2/+10
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-23sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2-7/+11
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2019-01-13genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner1-7/+8
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-12-29panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky1-1/+5
2018-12-29posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra1-1/+16
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra1-28/+26
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon1-11/+8
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon1-5/+0
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2-49/+58
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon2-66/+14
2018-12-21locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon1-3/+17
2018-12-21locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon1-6/+7
2018-12-21locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney1-7/+5
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-17printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-12-17printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-12-17printk: Hide console waiter logic into helpersPetr Mladek1-97/+148
2018-12-17printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)1-1/+107
2018-12-17Revert "printk: Never set console_may_schedule in console_trylock()"Sasha Levin1-8/+14
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis1-3/+5
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-12-08kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2018-12-05ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner1-10/+0