summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-11-13userns: also map extents in the reverse map to kernel IDsJann Horn
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-11-13xsk: do not call synchronize_net() under RCU read lockBjörn Töpel
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-13dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-11-10tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-11-04locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra
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