summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-5/+9
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend3-5/+6
2018-11-04locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck1-4/+6
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-10-20mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn1-1/+9
2018-10-04bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-10-04module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu1-1/+5
2018-10-04posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-10-04posix-timers: Make forward callback return s64Thomas Gleixner3-6/+6
2018-10-04alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-09-29tick/nohz: Prevent bogus softirq pending warningThomas Gleixner1-1/+1
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret1-4/+6
2018-09-26sched/core: Use smp_mb() in wake_woken_function()Andrea Parri1-26/+21
2018-09-26audit: fix use-after-free in audit_add_watchRonny Chevalier1-1/+11
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-09-19timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-09-19cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner1-2/+3
2018-09-19cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay1-3/+3
2018-09-15mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr1-4/+7
2018-09-15sched/deadline: Fix switching to -deadlineLuca Abeni1-7/+4
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn1-0/+2
2018-09-09userns: move user access out of the mutexJann Horn1-14/+10
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-66/+70
2018-09-09PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)1-0/+1
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-09-09livepatch: Validate module/old func name lengthKamalesh Babulal1-0/+6
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2