summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-10-30locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra
2020-10-30KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef
2020-10-30Merge branches 'acpi-button' and 'acpi-dock'Rafael J. Wysocki
2020-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki
2020-10-30blk-mq: mark flush request as IDLE in flush_end_io()Ming Lei
2020-10-30Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman
2020-10-30scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab
2020-10-30docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplicationMauro Carvalho Chehab
2020-10-30docs: ABI: sysfs-class-backlight: unify ABI documentationMauro Carvalho Chehab
2020-10-30docs: ABI: sysfs-c2port: remove a duplicated entryMauro Carvalho Chehab
2020-10-30docs: ABI: sysfs-class-power: unify duplicated propertiesMauro Carvalho Chehab
2020-10-30docs: ABI: unify /sys/class/leds/<led>/brightness documentationMauro Carvalho Chehab
2020-10-30docs: ABI: stable: remove a duplicated documentationMauro Carvalho Chehab
2020-10-30docs: ABI: change read/write attributesMauro Carvalho Chehab
2020-10-30docs: ABI: cleanup several ABI documentsMauro Carvalho Chehab
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-30Merge tag 'usb-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
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