summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-11-131-0/+13
* userns: also map extents in the reverse map to kernel IDsJann Horn2018-11-131-4/+8
* tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-11-131-1/+3
* 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
* bpf/verifier: fix verifier instabilityAlexei Starovoitov2018-11-131-8/+8
* 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
* xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-11-131-8/+2
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2018-11-131-1/+10
* dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe2018-11-131-1/+5
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu2018-11-101-1/+1
* tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu2018-11-101-6/+24
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-101-4/+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
* bpf: sockmap, fix transition through disconnect without closeJohn Fastabend2018-10-201-19/+41
* bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend2018-10-201-1/+30
* 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
OpenPOWER on IntegriCloud