summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-11-04locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
2018-10-20mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-10-03module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu
2018-10-03posix-timers: Sanitize overrun handlingThomas Gleixner
2018-10-03posix-timers: Make forward callback return s64Thomas Gleixner
2018-10-03alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner
2018-09-29tick/nohz: Prevent bogus softirq pending warningThomas Gleixner
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-09-26sched/core: Use smp_mb() in wake_woken_function()Andrea Parri
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier