summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-02-201-0/+12
|\
| * irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski2019-02-191-0/+12
* | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-1735-147/+423
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-101-0/+3
| |\
| | * perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-041-0/+3
| * | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-02-102-17/+52
| |\ \
| | * | futex: Handle early deadlock return correctlyThomas Gleixner2019-02-082-15/+50
| | * | futex: Fix barrier commentDavidlohr Bueso2019-02-081-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-02-081-4/+59
| |\ \ \
| | * | | signal: Better detection of synchronous signalsEric W. Biederman2019-02-071-1/+51
| | * | | signal: Always notice exiting tasksEric W. Biederman2019-02-071-0/+6
| | * | | signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman2019-02-051-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-087-30/+50
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-017-30/+50
| | |\ \ \ \
| | | * | | | bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau2019-01-311-2/+10
| | | * | | | bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2
| | | * | | | bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov2019-01-313-14/+35
| | | * | | | bpf: run bpf programs with preemption disabledAlexei Starovoitov2019-01-311-1/+1
| | | * | | | bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
| * | | | | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-02-081-1/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | relay: check return of create_buf_file() properlyGreg Kroah-Hartman2019-01-311-1/+3
| * | | | | | Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-02-071-1/+8
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-01-171-0/+7
| | * | | | | tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-01-171-1/+1
| * | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-033-35/+6
| |\ \ \ \ \ \
| | * | | | | | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-303-31/+5
| | * | | | | | x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2019-01-291-4/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-031-7/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar2019-01-221-7/+7
| | |\ \ \ \ \ \
| | | * | | | | | perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-01-181-7/+7
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | psi: fix aggregation idle shut-offJohannes Weiner2019-02-013-5/+45
| * | | | | | | kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin2019-02-011-2/+10
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-01-271-0/+1
| |\ \ \ \ \ \
| | * | | | | | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-274-11/+34
| |\ \ \ \ \ \
| | * | | | | | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
| | * | | | | | futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
| | * | | | | | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
| | * | | | | | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-0/+12
| | * | | | | | sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-211-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-1/+4
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | genirq/irqdesc: Fix double increment in alloc_descs()Huacai Chen2019-01-181-1/+1
| | * | | | | genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-01-151-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-214-5/+24
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-2/+15
| | * | | | bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre2019-01-171-0/+1
| | * | | | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
| | * | | | bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
| | * | | | bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
| * | | | | Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-181-0/+2
| |\ \ \ \ \