summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-10-20bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-10-20bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-10-18bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre
2018-10-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-10bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend
2018-10-10bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend
2018-10-10bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann
2018-10-10bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-10-03bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann
2018-10-03bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann
2018-10-03module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu
2018-10-03perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker
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-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-29bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-29fork: report pid exhaustion correctlyKJ Tsanaktsidis
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik
2018-09-26rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann
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-26bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin
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-19clocksource: Revert "Remove kthread"Peter Zijlstra
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: respect arch_dup_mmap() return valueNadav Amit
2018-09-15bpf: fix bpffs non-array map seq_show issueYonghong Song
2018-09-15bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann
2018-09-15bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann
2018-09-15bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann
2018-09-15workqueue: re-add lockdep dependencies for flushingJohannes Berg
2018-09-15workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg
2018-09-15fork: don't copy inconsistent signal handler state to childJann Horn
2018-09-09mm, dev_pagemap: Do not clear ->mapping on final putDan Williams
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-09sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-09-09uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)
2018-09-09livepatch: Validate module/old func name lengthKamalesh Babulal
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-09-09tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)