summaryrefslogtreecommitdiffstats
path: root/Documentation
AgeCommit message (Expand)AuthorLines
2021-02-15gpio: remove zte zx driverArnd Bergmann-24/+0
2021-02-15dt-bindings: gpio: pca953x: Increase allowed length for gpio-line-namesUwe Kleine-König-1/+1
2021-02-15dt-bindings: gpio: pca953x: Document new supported chip pca9506Uwe Kleine-König-0/+1
2021-02-15dt-bindings: gpio: rcar: Add r8a779a0 supportGeert Uytterhoeven-0/+3
2021-02-15dt-bindings: gpio: Add bindings for Toshiba Visconti GPIO ControllerNobuhiro Iwamatsu-0/+70
2021-02-15dt-bindings: gpio: Add compatible string for AM64 SoCAswath Govindraju-0/+1
2021-02-15docs: gpio: intro: Improve HTML formattingJonathan Neuschäfer-4/+4
2021-02-15docs: gpio: Fix formatting in description of gpiod_*_array_* functionsJonathan Neuschäfer-2/+3
2021-02-13Merge branch 'for-5.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2021-02-09kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov-2/+1
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2021-02-07Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-28/+67
2021-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+21
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi-2/+2
2021-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+5
2021-02-04Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2021-02-01docs: networking: swap words in icmp_errors_use_inbound_ifaddr docVincent Bernat-1/+1
2021-02-01Merge tag 'media/v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-0/+16
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada-2/+2
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+5
2021-01-31Merge branch 'for-rc-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+111
2021-01-31dt-bindings: leds: Add DT binding for Richtek RT8515Linus Walleij-0/+111
2021-01-30Merge tag 'devicetree-fixes-for-5.11-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-63/+40
2021-01-29dt-bindings: Cleanup standard unit propertiesRob Herring-56/+29
2021-01-30Documentation/llvm: Add a section about supported architecturesNathan Chancellor-0/+44
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+12
2021-01-28KVM: Documentation: Fix documentation for nested.Yu Zhang-3/+5
2021-01-28Merge tag 'sound-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+2
2021-01-28media: rockchip: rkisp1: carry ip version informationHeiko Stuebner-0/+16
2021-01-28ovl: implement volatile-specific fsync error behaviourSargun Dhillon-0/+8
2021-01-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-10/+11
2021-01-26Merge tag 'asoc-fix-v5.11-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai-2/+2
2021-01-25KVM: Documentation: Update description of KVM_{GET,CLEAR}_DIRTY_LOGZenghui Yu-9/+7
2021-01-25KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VMQuentin Perret-1/+1
2021-01-25Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-0/+3
2021-01-25dt-bindings: usb: j721e: add ranges and dma-coherent propsGrygorii Strashko-0/+4
2021-01-26doc: gcc-plugins: update gcc-plugins.rstMasahiro Yamada-20/+21
2021-01-25dt-bindings:iio:adc: update adc.yaml referenceMauro Carvalho Chehab-1/+1
2021-01-25dt-bindings: memory: mediatek: update mediatek,smi-larb.yaml referencesMauro Carvalho Chehab-4/+4
2021-01-25dt-bindings: display: mediatek: update mediatek,dpi.yaml referenceMauro Carvalho Chehab-1/+1
2021-01-25ASoC: audio-graph-card: update audio-graph-card.yaml referenceMauro Carvalho Chehab-1/+1
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-21/+6
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+8
2021-01-24Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov-21/+6
2021-01-23doc: networking: ip-sysctl: Document conf/all/disable_ipv6 and conf/default/d...Pali Rohár-0/+12
2021-01-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-14/+22
2021-01-23Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/...Linus Torvalds-0/+57
2021-01-23Documentation/Kbuild: Remove references to gcc-plugin.shRobert Karszniewicz-6/+0