summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-11-131-2/+6
* printk: Fix panic caused by passing log_buf_len to command lineHe Zhe2018-11-131-1/+6
* kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann2018-11-131-1/+3
* signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman2018-11-131-1/+1
* signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman2018-11-131-1/+1
* kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu2018-11-131-7/+20
* signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon2018-11-131-5/+9
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-131-2/+2
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-11-131-1/+1
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-1/+10
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-101-4/+6
* bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-11-043-5/+6
* locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck2018-11-041-4/+6
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-041-0/+2
* perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-11-041-7/+2
* mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-10-201-1/+17
* cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-181-9/+16
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-10-131-0/+6
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-101-1/+9
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-10-031-0/+3
* module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-10-031-1/+5
* posix-timers: Sanitize overrun handlingThomas Gleixner2018-10-032-12/+21
* posix-timers: Make forward callback return s64Thomas Gleixner2018-10-033-6/+6
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-10-031-1/+2
* tick/nohz: Prevent bogus softirq pending warningThomas Gleixner2018-09-291-1/+1
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-291-1/+2
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-291-0/+2
* sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-09-261-4/+6
* sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-09-261-26/+21
* audit: fix use-after-free in audit_add_watchRonny Chevalier2018-09-261-1/+11
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-261-0/+4
* timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-09-191-13/+16
* cpu/hotplug: Prevent state corruption on error rollbackThomas Gleixner2018-09-191-2/+3
* cpu/hotplug: Adjust misplaced smb() in cpuhp_thread_fun()Neeraj Upadhyay2018-09-191-3/+3
* mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr2018-09-151-4/+7
* sched/deadline: Fix switching to -deadlineLuca Abeni2018-09-151-7/+4
* fork: don't copy inconsistent signal handler state to childJann Horn2018-09-151-0/+2
* userns: move user access out of the mutexJann Horn2018-09-091-14/+10
* sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-09-092-66/+70
* PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)2018-09-091-0/+1
* uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-09-091-1/+1
* livepatch: Validate module/old func name lengthKamalesh Babulal2018-09-091-0/+6
* printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-091-2/+2
* tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)2018-09-091-0/+4
* tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-09-091-1/+3
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-09-053-4/+4
* kprobes: Make list and blacklist root user read onlyMasami Hiramatsu2018-09-051-2/+2
* stop_machine: Atomically queue and wake stopper threadsPrasad Sodagudi2018-09-051-0/+2
* stop_machine: Reflow cpu_stop_queue_two_works()Peter Zijlstra2018-09-051-18/+23