summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-12-021-0/+2
|\
| * gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski2018-11-261-0/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-013-17/+29
|\ \
| * | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+9
| * | ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner2018-11-281-17/+0
| * | x86/speculation: Rework SMT state changeThomas Gleixner2018-11-281-0/+2
| * | sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-11-281-0/+18
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-301-1/+2
|\ \ \
| * | | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-301-1/+2
* | | | Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-301-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri2018-11-281-2/+1
| |/ /
* | | Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-301-1/+3
|\ \ \
| * \ \ Merge tag 'iio-fixes-for-4.20a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-11-221-1/+3
| |\ \ \ | | |_|/ | |/| |
| | * | iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede2018-11-161-1/+3
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-301-2/+2
|\ \ \ \
| * | | | x86/ptrace: Fix documentation for tracehook_report_syscall_entry()Elvira Khabirova2018-11-121-2/+2
* | | | | Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-301-3/+3
|\ \ \ \ \
| * | | | | tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu2018-11-291-3/+3
* | | | | | Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-11-302-2/+3
|\| | | | |
| * | | | | function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-271-0/+1
| * | | | | function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-271-3/+0
| * | | | | function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-261-0/+3
* | | | | | Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-301-1/+4
|\ \ \ \ \ \
| * | | | | | pstore/ram: Correctly calculate usable PRZ bytesKees Cook2018-11-291-1/+4
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-11-301-4/+8
|\ \ \ \ \ \ \
| * | | | | | | net/mlx5: Fix XRC SRQ umem valid bitsYishai Hadas2018-11-071-4/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-282-0/+17
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-281-0/+13
| |\ \ \ \ \ \
| | * | | | | | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-0/+13
| | | |_|_|/ / | | |/| | | |
| * | | | | | bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-0/+4
* | | | | | | Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-11-251-1/+1
|\ \ \ \ \ \ \
| * | | | | | | dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLBRobin Murphy2018-11-211-1/+1
* | | | | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-241-64/+203
|\ \ \ \ \ \ \ \
| * | | | | | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-2/+2
| * | | | | | | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-0/+52
| * | | | | | | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-17/+1
| * | | | | | | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-44/+69
| * | | | | | | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-1/+79
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-241-28/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Revert "HID: input: Create a utility class for counting scroll events"Benjamin Tissoires2018-11-221-28/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-243-1/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-1/+17
| * | | | | | | | net/dim: Update DIM start sample after each DIM iterationTal Gilboa2018-11-221-0/+2
| * | | | | | | | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-211-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-221-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-071-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-192-1/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-132-1/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel2018-11-091-1/+2
| | * | | | | can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel2018-11-091-0/+4