summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30docs: ABI: sysfs-bus-nvdimm: use the right format for ABIMauro Carvalho Chehab
2020-10-30docs: ABI: vdso: use the right format for ABIMauro Carvalho Chehab
2020-10-30docs: ABI: fix syntax to be parsed using ReST notationMauro Carvalho Chehab
2020-10-30docs: ABI: convert testing/configfs-acpi to ReSTMauro Carvalho Chehab
2020-10-30docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab
2020-10-30docs: abi-testing.rst: enable --rst-sources when building docsMauro Carvalho Chehab
2020-10-30docs: ABI: don't escape ReST-incompatible chars from obsolete and removedMauro Carvalho Chehab
2020-10-30docs: ABI: create a 2-depth index for ABIMauro Carvalho Chehab
2020-10-30docs: ABI: make it parse ABI/stable as ReST-compatible filesMauro Carvalho Chehab
2020-10-30docs: ABI: sysfs-uevent: make it compatible with ReST outputMauro Carvalho Chehab
2020-10-30docs: ABI: testing: make the files compatible with ReST outputMauro Carvalho Chehab
2020-10-30docs: ABI: stable: make files ReST compatibleMauro Carvalho Chehab
2020-10-30docs: ABI: README: specify that files should be ReST compatibleMauro Carvalho Chehab
2020-10-30docs: add ABI documentation to the admin-guide bookMauro Carvalho Chehab
2020-10-30docs: kernel_abi.py: Handle with a lazy Sphinx parserMauro Carvalho Chehab
2020-10-30docs: kernel_abi.py: use --enable-lineno for get_abi.plMauro Carvalho Chehab
2020-10-30docs: kernel_abi.py: make it compatible with Sphinx 1.7+Mauro Carvalho Chehab
2020-10-30docs: kernel_abi.py: fix UTF-8 supportMauro Carvalho Chehab
2020-10-30docs: kernel_abi.py: add a script to parse ABI documentationMauro Carvalho Chehab
2020-10-30docs: kernellog.py: add support for info()Mauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: auto-generate cross referencesMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: use bold font for ABI definitionsMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: prevent duplicated file namesMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: output users in ReST formatMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: detect duplicated ABI definitionsMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: cleanup ABI cross-reference logicMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: improve its parser to better catch up indentationMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: Allow optionally record from where a line came fromMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: fix parsing on ReST modeMauro Carvalho Chehab
2020-10-30scripts: get_abi.pl: change script to allow parsing in ReST modeMauro Carvalho Chehab
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-10-30wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso
2020-10-30Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg
2020-10-30drm/panfrost: Don't corrupt the queue mutex on open/closeSteven Price
2020-10-30arm64: dts: meson: Describe G12b GPU as coherentRobin Murphy
2020-10-30drm/panfrost: Support cache-coherent integrationsRobin Murphy
2020-10-30iommu/io-pgtable-arm: Support coherency for Mali LPAERobin Murphy
2020-10-30cfg80211: regulatory: Fix inconsistent format argumentYe Bin
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab
2020-10-30mac80211: always wind down STA stateJohannes Berg
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef
2020-10-30arm64: cpufeature: upgrade hyp caps to finalMark Rutland
2020-10-30arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland
2020-10-30KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song