aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+29
2018-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2018-11-30Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+1
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-0/+7
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner1-1/+2
2018-11-30qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior1-0/+27
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior1-0/+14
2018-11-30Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+3
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-11-30Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+3
2018-11-30Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+4
2018-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+8
2018-11-29tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu1-3/+3
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-3/+4
2018-11-29net/mlx5: Forward SRQ resource eventsSaeed Mahameed1-2/+1
2018-11-29net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed1-1/+1
2018-11-29net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed1-9/+0
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed1-9/+1
2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed1-1/+1
2018-11-29net/mlx5: Driver events notifier APISaeed Mahameed1-0/+4
2018-11-29pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-1/+4
2018-11-29net: phy: sfp: correct location of SFP standardsBaruch Siach1-1/+1
2018-11-29lib: cordic: Move cordic macros and defines to header filePriit Laes1-0/+9
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-93/+221
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+17
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+13
2018-11-28fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri1-2/+1
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+9
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner1-17/+0
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-0/+2
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner1-0/+18
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)1-0/+1
2018-11-27function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)1-3/+0
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song2-3/+4
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-0/+4
2018-11-26net/mlx5: Device events, Use async events chainSaeed Mahameed2-30/+2
2018-11-26net/mlx5: Resource tables, Use async events chainSaeed Mahameed1-2/+4
2018-11-26net/mlx5: CmdIF, Use async events chainSaeed Mahameed1-0/+2
2018-11-26net/mlx5: FWPage, Use async events chainSaeed Mahameed1-2/+3
2018-11-26net/mlx5: Clock, Use async events chainSaeed Mahameed1-1/+3
2018-11-26net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed2-3/+23
2018-11-26function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)1-0/+3
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-31/+30
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski1-0/+2
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal1-0/+13
2018-11-25net: remove unsafe skb_insert()Eric Dumazet1-2/+0
2018-11-25net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit1-0/+8
2018-11-25Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-64/+203