aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2019-02-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-17/+52
2019-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+59
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-30/+50
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2019-02-08futex: Handle early deadlock return correctlyGravatar Thomas Gleixner 2-15/+50
2019-02-08futex: Fix barrier commentGravatar Davidlohr Bueso 1-2/+2
2019-02-07signal: Better detection of synchronous signalsGravatar Eric W. Biederman 1-1/+51
2019-02-07signal: Always notice exiting tasksGravatar Eric W. Biederman 1-0/+6
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-1/+8
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPGravatar Eric W. Biederman 1-3/+2
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesGravatar Mark Rutland 1-0/+3
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-35/+6
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+7
2019-02-01psi: fix aggregation idle shut-offGravatar Johannes Weiner 3-5/+45
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesGravatar Andrei Vagin 1-2/+10
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 7-30/+50
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockGravatar Martin KaFai Lau 1-2/+10
2019-01-31bpf: fix potential deadlock in bpf_prog_registerGravatar Alexei Starovoitov 1-12/+2
2019-01-31bpf: fix lockdep false positive in percpu_freelistGravatar Alexei Starovoitov 3-14/+35
2019-01-31bpf: run bpf programs with preemption disabledGravatar Alexei Starovoitov 1-1/+1
2019-01-31relay: check return of create_buf_file() properlyGravatar Greg Kroah-Hartman 1-1/+3
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMGravatar Josh Poimboeuf 3-31/+5
2019-01-29bpf: btf: allow typedef func_protoGravatar Yonghong Song 1-1/+2
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationGravatar Zhenzhong Duan 1-4/+1
2019-01-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2019-01-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 4-11/+34
2019-01-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+4
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Gravatar Ingo Molnar 1-7/+7
2019-01-21locking/rwsem: Fix (possible) missed wakeupGravatar Xie Yongji 1-2/+9
2019-01-21futex: Fix (possible) missed wakeupGravatar Peter Zijlstra 1-5/+8
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qGravatar Peter Zijlstra 1-3/+4
2019-01-21sched/wake_q: Document wake_q_add()Gravatar Peter Zijlstra 1-0/+12
2019-01-21sched/wait: Fix rcuwait_wake_up() orderingGravatar Prateek Sood 1-1/+1
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-5/+24
2019-01-18bpf: fix inner map masking to prevent oob under speculationGravatar Daniel Borkmann 1-2/+15
2019-01-18perf core: Fix perf_proc_update_handler() bugGravatar Stephane Eranian 1-7/+7
2019-01-18genirq/irqdesc: Fix double increment in alloc_descs()Gravatar Huacai Chen 1-1/+1
2019-01-18Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-01-17tracing/uprobes: Fix output for multiple string argumentsGravatar Andreas Ziegler 1-0/+7
2019-01-17bpf: Annotate implicit fall through in cgroup_dev_func_protoGravatar Mathieu Malaterre 1-0/+1
2019-01-17bpf: Make function btf_name_offset_valid staticGravatar Mathieu Malaterre 1-1/+1
2019-01-17bpf: zero out build_id for BPF_STACK_BUILD_ID_IPGravatar Stanislav Fomichev 1-0/+2
2019-01-17bpf: don't assume build-id length is always 20 bytesGravatar Stanislav Fomichev 1-2/+5
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringGravatar Andreas Ziegler 1-1/+1
2019-01-16swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exitGravatar Christoph Hellwig 1-0/+2
2019-01-15seccomp: fix UAF in user-trap codeGravatar Tycho Andersen 1-0/+4
2019-01-16Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-3/+9
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-22/+88
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Gravatar Andrea Righi 1-3/+9