summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds2020-11-0331-201/+196
|\
| * Merge branch 'mauro-warnings' into docs-nextJonathan Corbet2020-10-2831-201/+196
| |\
| | * docs: SafeSetID: fix a warningMauro Carvalho Chehab2020-10-281-1/+1
| | * amdgpu: fix a few kernel-doc markup issuesMauro Carvalho Chehab2020-10-281-3/+5
| | * selftests: kselftest_harness.h: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-22/+22
| | * drm: amdgpu_dm: fix a typoMauro Carvalho Chehab2020-10-282-4/+4
| | * gpu: docs: amdgpu.rst: get rid of wrong kernel-doc markupsMauro Carvalho Chehab2020-10-281-7/+0
| | * drm: amdgpu: kernel-doc: update some adev parametersMauro Carvalho Chehab2020-10-283-21/+20
| | * docs: fs: api-summary.rst: get rid of kernel-doc includeMauro Carvalho Chehab2020-10-281-3/+0
| | * IB/srpt: docs: add a description for cq_size memberMauro Carvalho Chehab2020-10-281-0/+1
| | * locking/refcount: move kernel-doc markups to the proper placeMauro Carvalho Chehab2020-10-281-65/+65
| | * docs: lockdep-design: fix some warning issuesMauro Carvalho Chehab2020-10-281-20/+31
| | * MAINTAINERS: fix broken doc refs due to yaml conversionMauro Carvalho Chehab2020-10-283-7/+6
| | * ice: docs fix a devlink info that broke a tableMauro Carvalho Chehab2020-10-281-0/+1
| | * crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab2020-10-283-3/+3
| | * net: phy: remove kernel-doc duplicationMauro Carvalho Chehab2020-10-281-35/+5
| | * mm: pagemap.h: fix two kernel-doc markupsMauro Carvalho Chehab2020-10-281-4/+4
| | * blk-mq: docs: add kernel-doc description for a new struct memberMauro Carvalho Chehab2020-10-281-0/+2
| | * docs: userspace-api: add iommu.rst to the index fileMauro Carvalho Chehab2020-10-281-0/+1
| | * docs: hwmon: mp2975.rst: address some html build warningsMauro Carvalho Chehab2020-10-282-1/+14
| | * docs: net: statistics.rst: remove a duplicated kernel-docMauro Carvalho Chehab2020-10-281-2/+1
| | * docs: kasan.rst: add two missing blank linesMauro Carvalho Chehab2020-10-281-0/+2
| | * docs: admin-guide: net.rst: add a missing blank lineMauro Carvalho Chehab2020-10-281-0/+1
| | * docs: hwmon: adm1266.rst: fix a broken referenceMauro Carvalho Chehab2020-10-281-1/+1
| | * sphinx: conf.py: properly handle Sphinx 4.0Mauro Carvalho Chehab2020-10-281-1/+1
| | * scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-10-281-1/+5
| |/
* | Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxLinus Torvalds2020-11-034-11/+38
|\ \
| * | docs: fix automarkup regression on Python 2Jonathan Corbet2020-11-031-6/+14
| |/
| * documentation: arm: sunxi: add Allwinner H6 documentsWilken Gottwalt2020-10-281-0/+10
| * scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-10-281-5/+9
| * scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-10-281-2/+3
| * docs: Makefile: honor V=0 for docs buildingMauro Carvalho Chehab2020-10-281-0/+4
* | Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-038-8/+167
|\ \
| * | x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel2020-10-291-7/+13
| * | x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2020-10-292-0/+17
| * | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel2020-10-294-0/+96
| * | x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel2020-10-291-0/+26
| * | x86/boot/compressed/64: Introduce sev_statusJoerg Roedel2020-10-291-1/+15
| |/
* | afs: Fix incorrect freeing of the ACL passed to the YFS ACL store opDavid Howells2020-11-031-6/+1
* | afs: Fix warning due to unadvanced marshalling pointerDavid Howells2020-11-031-0/+1
* | tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-021-17/+19
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-0214-105/+275
|\ \
| * | kernel/hung_task.c: make type annotations consistentLukas Bulwahn2020-11-021-2/+1
| * | epoll: add a selftest for epoll timeout raceSoheil Hassas Yeganeh2020-11-021-0/+95
| * | mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2020-11-022-4/+9
| * | mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
| * | kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-021-1/+2
| * | mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan2020-11-021-1/+1
| * | lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik2020-11-021-4/+0
| * | ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov2020-11-021-9/+10