summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-303-3/+14
|\| | | |
| * | | | sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti2018-11-271-1/+11
| * | | | 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 tag 'sound-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-11-291-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2018-11-271-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ASoC: fix oops w/ for_each_rtd_codec_dai_rollback() macroPierre-Louis Bossart2018-10-301-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-284-2/+19
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-283-2/+15
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-272-2/+2
| | * | | | | | | 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-242-38/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Revert "Input: Add the `REL_WHEEL_HI_RES` event code"Benjamin Tissoires2018-11-221-10/+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-244-1/+32
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+12
* | | | | | | | | | 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 tag 'media/v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-11-202-1/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | media: Rename vb2_m2m_request_queue -> v4l2_m2m_request_queueEzequiel Garcia2018-11-061-1/+1
| * | | | | | | | Merge tag 'v4.20-rc1' into patchworkMauro Carvalho Chehab2018-11-06102-1063/+3442
| |\| | | | | | |
| * | | | | | | | media: v4l: fix uapi mpeg slice params definitionArnd Bergmann2018-11-061-2/+5
| * | | | | | | | v4l2-controls: add a missing includeMauro Carvalho Chehab2018-11-021-0/+2
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-194-2/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | rxrpc: Fix life checkDavid Howells2018-11-152-1/+4
| * | | | | | | | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-132-1/+7
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |