summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-12-131-1/+4
|\
| * XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-1/+4
* | Merge tag 'media/v4.20-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-121-0/+10
|\ \
| * | media: extended-controls.rst: add note to the MPEG2 state controlsHans Verkuil2018-12-051-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-091-1/+1
|\ \ \
| * | | net: dsa: Fix tagging attribute locationFlorian Fainelli2018-11-301-1/+1
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-081-0/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | dt-bindings: clk: Introduce 'protected-clocks' propertyStephen Boyd2018-11-211-0/+16
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-041-1/+1
|\ \ \ \
| * | | | Input: dt-bindings - fix a typo in file input-reset.txtDing Tao2018-11-121-1/+1
* | | | | Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-12-038-36/+175
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | media: mediactl docs: Fix licensing messageMauro Carvalho Chehab2018-11-277-7/+175
| * | | | media: Revert "media: dt-bindings: Document the Rockchip VPU bindings"Ezequiel Garcia2018-11-221-29/+0
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-012-2/+63
|\ \ \ \ \
| * | | | | x86/speculation: Provide IBPB always command line optionsThomas Gleixner2018-11-281-0/+12
| * | | | | x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-11-281-1/+8
| * | | | | x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2018-11-281-1/+6
| * | | | | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+9
| * | | | | x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-11-281-2/+30
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-301-0/+4
|\ \ \ \ \ \
| * | | | | | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-301-0/+4
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-11-301-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | arm64: Add workaround for Cortex-A76 erratum 1286807Catalin Marinas2018-11-291-0/+1
| |/ / / / /
* | | | | | Merge tag 'usb-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-301-8/+23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'phy-for-4.20-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-11-261-8/+23
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | dt-bindings: phy-qcom-qmp: Fix several mistakes from prior commitsDouglas Anderson2018-11-121-8/+23
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-301-31/+1
|\ \ \ \ \ \
| * | | | | | x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Juergen Gross2018-11-201-31/+1
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-301-1/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | perf/x86/intel: Fix regression by default disabling perfmon v4 interrupt hand...Peter Zijlstra2018-11-201-1/+2
* | | | | | | Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-11-281-6/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | spi: uniphier: fix incorrect property itemsKeiji Hayashibara2018-10-241-6/+8
* | | | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-241-11/+41
|\ \ \ \ \ \ \
| * | | | | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-1/+5
| * | | | | | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-9/+19
| * | | | | | | XArray: Add xa_store_bh() and xa_store_irq()Matthew Wilcox2018-11-051-1/+4
| * | | | | | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-051-0/+13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2018-11-241-10/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "Input: Add the `REL_WHEEL_HI_RES` event code"Benjamin Tissoires2018-11-221-10/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | dt-bindings: dsa: Fix typo in "probed"Fabio Estevam2018-11-231-1/+1
* | | | | | | | | Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-11-221-10/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation/security-bugs: Postpone fix publication in exceptional casesWill Deacon2018-11-201-10/+11
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-221-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-071-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'media/v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-11-202-1/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | media: docs: Document metadata format in struct v4l2_formatSakari Ailus2018-11-062-1/+6
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-193-17/+30
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rxrpc: Fix life checkDavid Howells2018-11-151-6/+11
| * | | | | | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-132-11/+19
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |