summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long-3/+0
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-70/+217
2019-02-27bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song-0/+1
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov-0/+5
2019-02-27bpf: enable program statsAlexei Starovoitov-5/+101
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada-0/+1
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun-1/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-3/+513
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+1
2019-02-22perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin-34/+47
2019-02-22perf: Copy parent's address filter offsets on cloneAlexander Shishkin-0/+15
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy-0/+1
2019-02-22seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov-0/+2
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner-1/+1
2019-02-21workqueue: fix typo in commentLiu Song-1/+1
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn-9/+7
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman-18/+11
2019-02-21Merge branch 'ib-qcom-ssbi' into develLinus Walleij-11/+45
2019-02-21irqdomain: Allow the default irq domain to be retrievedMarc Zyngier-0/+14
2019-02-21printk: Pass caller information to log_store().Tetsuo Handa-15/+22
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King-1/+1
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)-0/+8
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi-5/+39
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi-9/+52
2019-02-20tracing: Add hist trigger snapshot() actionTom Zanussi-10/+259
2019-02-20tracing: Add conditional snapshotTom Zanussi-6/+244
2019-02-20tracing: Generalize hist trigger onmax and save actionTom Zanussi-76/+160
2019-02-20tracing: Split up onmatch action dataTom Zanussi-52/+63
2019-02-20tracing: Refactor hist trigger action codeTom Zanussi-169/+238
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)-1/+0
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig-18/+7
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig-23/+0
2019-02-20dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig-0/+77
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig-2/+2
2019-02-20Merge tag 'gpio-v5.1-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij-0/+12
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+27
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+14
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra-0/+28
2019-02-19irq/irq_sim: add irq_set_type() callbackBartosz Golaszewski-0/+12
2019-02-19cpuset: remove unused task_has_mempolicy()Masahiro Yamada-13/+0
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+3
2019-02-18swiotlb: remove swiotlb_dma_supportedChristoph Hellwig-12/+0
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig-2/+10
2019-02-18powerpc/dma: stop overriding dma_get_required_maskChristoph Hellwig-2/+0
2019-02-18dma-direct: we might need GFP_DMA for 32-bit dma masksChristoph Hellwig-2/+1
2019-02-18genirq/affinity: Remove the leftovers of the original set supportThomas Gleixner-16/+4
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei-18/+44
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei-4/+12