summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * docs/scheduler/sched-bwc: fix note renderingKir Kolyshkin2021-01-211-2/+3
| * docs/scheduler/sched-design-CFS: formatting fixKir Kolyshkin2021-01-211-3/+3
| * docs/scheduler/sched-bwc: formatting fixKir Kolyshkin2021-01-211-3/+4
| * scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab2021-01-181-16/+46
| * Documentation: fix typos in split page table lock descriptionRolf Eike Beer2021-01-181-1/+1
| * docs: Remove make headers_check from checklistMilan Lakhani2021-01-181-8/+6
| * samples/kprobes: Add ARM supportMarc Koderer2021-01-181-0/+8
| * docs: submitting-patches: Emphasise the requirement to Cc: stable when using ...Lee Jones2021-01-181-0/+5
| * docs/kokr: Link memory-barriers.txt to rstSeongJae Park2021-01-181-0/+15
| * docs/kokr: make reporting-bugs.rst obsoleteSeongJae Park2021-01-181-1/+1
| * Documentation/kokr/howto: Replace HTTP links with HTTPS ones: Documentation/p...SeongJae Park2021-01-181-1/+1
| * docs: process/howto.rst: make sections on bug reporting match practiceThorsten Leemhuis2021-01-181-10/+10
| * doc/zh_CN: mips: use doc references insteadLukas Bulwahn2021-01-144-4/+4
| * doc/zh_CN: adjust table markup in mips/ingenic-tcu.rstLukas Bulwahn2021-01-141-2/+2
| * doc/zh_CN: add mips ingenic-tcu.rst translationYanteng Si2021-01-121-0/+69
| * doc/zh_CN: add mips features.rst translationYanteng Si2021-01-121-0/+10
| * doc/zh_CN: add mips booting.rst translationYanteng Si2021-01-121-0/+31
| * doc/zh_CN: add mips index.rst translationYanteng Si2021-01-121-0/+29
| * samples/kprobes: Remove misleading commentMarc Koderer2021-01-111-1/+0
| * Documentation: document dma device use for mcbJohannes Thumshirn2021-01-111-0/+12
| * docs: Include ext4 documentation via filesystems/Jonathan Neuschäfer2021-01-112-11/+1
| * Documentation/dax: Update description of DAX policy changingHao Li2021-01-111-14/+3
| * Documentation: Fix typos found in cgroup-v2.rstJiang Biao2021-01-111-2/+2
| * docs: filesystems: vfs: Correct the struct nameLiao Pingfang2021-01-111-1/+1
| * Documentation: Replace lkml.org links with loreJoe Perches2021-01-1118-92/+92
| * Documentation: kernel-hacking: change 'current()' to 'current'Joe Pater2021-01-111-2/+2
* | Merge tag 'for-5.12/block-ipi-2021-02-21' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-222-69/+42
|\ \
| * | blk-mq: Use llist_head for blk_cpu_doneSebastian Andrzej Siewior2021-02-122-57/+42
| * | blk-mq: Always complete remote completions requests in softirqSebastian Andrzej Siewior2021-02-121-13/+1
| * | Merge branch 'sched/smp' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Jens Axboe2021-02-121-0/+4
| |\ \
| | * | smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior2021-02-101-0/+4
| |/ /
* | | Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-2252-1305/+2389
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel2021-02-1252-1305/+2389
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | iommu: use the __iommu_attach_device() directly for deferred attachLianbo Jiang2021-01-283-15/+14
| | | | | | * | dma-iommu: use static-key to minimize the impact in the fast-pathLianbo Jiang2021-01-281-6/+11
| | | | | | * | iommu: Delete iommu_dev_has_feature()John Garry2021-01-272-18/+0
| | | | | | * | iommu: Delete iommu_domain_window_disable()John Garry2021-01-272-15/+0
| | | | | | * | iommu: Stop exporting iommu_map_sg_atomic()John Garry2021-01-271-1/+0
| | | | | | * | iova: Stop exporting some more functionsJohn Garry2021-01-271-3/+0
| | | | | | * | iova: Delete copy_reserved_iova()John Garry2021-01-272-36/+0
| | | | | | * | iova: Make has_iova_flush_queue() privateJohn Garry2021-01-272-7/+1
| | | | | * | | iommu/vt-d: Parse SATC reporting structureYian Chen2021-02-043-0/+99
| | | | | * | | iommu/vt-d: Add new enum value and structure for SATCYian Chen2021-02-041-1/+10
| | | | | * | | iommu/vt-d: Add iotlb_sync_map callbackLu Baolu2021-02-041-30/+60
| | | | | * | | iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park2021-02-043-74/+42
| | | | | * | | iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park2021-02-046-19/+334
| | | | | * | | iommu/vt-d: Fix 'physical' typosBjorn Helgaas2021-02-041-1/+1
| | | | | * | | iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2021-02-023-4/+1
| | | | | * | | iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu2021-01-291-4/+1
| | | | | * | | iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu2021-01-291-2/+11