summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner1-6/+9
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-0/+10
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-12-05sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2-5/+11
2018-12-05bpf: Prevent memory disambiguation attackAlexei Starovoitov1-4/+58
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney1-0/+9
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+18
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman1-10/+1
2018-11-21printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6