summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-181-9/+16
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-10-181-1/+1
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-10-131-0/+6
* sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-10-101-4/+1
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-101-1/+9
* bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-10-101-1/+11
* bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-10-101-23/+22
* bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-10-101-3/+2
* bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-10-101-1/+1
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-10-031-0/+3
* bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-10-031-1/+3
* bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-10-031-1/+3
* module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-10-031-1/+5
* perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker2018-10-031-16/+41
* 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
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-291-1/+2
* bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-291-1/+1
* fork: report pid exhaustion correctlyKJ Tsanaktsidis2018-09-291-1/+1
* ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik2018-09-291-0/+2
* rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann2018-09-261-2/+3
* 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
* bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin2018-09-261-4/+3
* 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
* clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-191-10/+30
* 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: respect arch_dup_mmap() return valueNadav Amit2018-09-151-2/+1
* bpf: fix bpffs non-array map seq_show issueYonghong Song2018-09-151-3/+5
* bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann2018-09-151-2/+7
* bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann2018-09-151-49/+57
* bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann2018-09-151-1/+4
* workqueue: re-add lockdep dependencies for flushingJohannes Berg2018-09-151-0/+8
* workqueue: skip lockdep wq dependency in cancel_work_sync()Johannes Berg2018-09-151-15/+22
* fork: don't copy inconsistent signal handler state to childJann Horn2018-09-151-0/+2
* mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-09-091-1/+0
* 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
* sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-09-091-1/+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
* rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng2018-09-091-1/+8