summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu1-13/+26
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-13userns: also map extents in the reverse map to kernel IDsJann Horn1-4/+8
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu1-1/+3
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-5/+9
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-11-13xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-8/+2
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-11-13dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe1-1/+5
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21
2018-11-10tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu1-1/+1
2018-11-10tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu1-6/+24
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-11-04locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck1-4/+6
2018-11-04perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-11-04perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra1-7/+2
2018-10-20bpf: sockmap, fix transition through disconnect without closeJohn Fastabend1-19/+41
2018-10-20bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend1-1/+30
2018-10-18cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-10-18bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-10-13perf/core: Add sanity check to deal with pinned event failureReinette Chatre1-0/+6
2018-10-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju1-4/+1
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn1-1/+9
2018-10-10bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend1-1/+11
2018-10-10bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend1-23/+22
2018-10-10bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann1-3/+2
2018-10-10bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann1-1/+1
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend1-0/+3
2018-10-03bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann1-1/+3
2018-10-03bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann1-1/+3
2018-10-03module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu1-1/+5
2018-10-03perf/hw_breakpoint: Split attribute parse and commitFrederic Weisbecker1-16/+41
2018-10-03posix-timers: Sanitize overrun handlingThomas Gleixner2-12/+21
2018-10-03posix-timers: Make forward callback return s64Thomas Gleixner3-6/+6
2018-10-03alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-09-29bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-29fork: report pid exhaustion correctlyKJ Tsanaktsidis1-1/+1
2018-09-29ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik1-0/+2
2018-09-26rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann1-2/+3