summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-09-19cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner
2018-09-19cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay
2018-09-15mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr
2018-09-15sched/deadline: Fix switching to -deadlineLuca Abeni
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn
2018-09-09userns: move user access out of the mutexJann Horn
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn
2018-09-09PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)