summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-02-12clockevents: Retry programming min delta up to 10 timesJames Hogan
2019-02-12cpufreq: Move gov_attr_* macros to cpufreq.hViresh Kumar
2019-02-06kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-01-31posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2019-01-23sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams
2019-01-13fork: record start_time lateDavid Herrmann
2019-01-13genirq/affinity: Don't return with empty affinity masks on errorThomas Gleixner
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-12-29panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky
2018-12-29posix-timers: Fix division by zero bugThomas Gleixner
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon
2018-12-21locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'Will Deacon
2018-12-21locking/qspinlock: Bound spinning on pending->locked transition in slowpathWill Deacon
2018-12-21locking/qspinlock: Ensure node is initialised before updating prev->nextWill Deacon
2018-12-21locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar
2018-12-17printk: Wake klogd when passing console_lock ownerPetr Mladek
2018-12-17printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky
2018-12-17printk: Hide console waiter logic into helpersPetr Mladek
2018-12-17printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)
2018-12-17Revert "printk: Never set console_may_schedule in console_trylock()"Sasha Levin
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-12-08kdb: use memmove instead of overlapping memcpyArnd Bergmann
2018-12-05ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-12-05sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-12-05bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-12-01namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-21printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione