summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* irqdomain: Make irq_domain_reset_irq_data() available to non-hierarchical usersBartosz Golaszewski2020-05-182-13/+13
* irqchip/sifive-plic: Remove incorrect requirement about number of irq contextsWesley W. Terpstra2020-05-181-2/+0
* irqchip/gic-v3: Fix missing "__init" for gic_smp_init()Ingo Rohloff2020-05-181-1/+1
* platform-msi: Fix typos in commentShaokun Zhang2020-05-181-1/+1
* Linux 5.7-rc5v5.7-rc5Linus Torvalds2020-05-101-1/+1
* Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-1011-90/+138
|\
| * x86/unwind/orc: Move ORC sorting variables under !CONFIG_MODULESJosh Poimboeuf2020-05-031-4/+4
| * x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-011-13/+14
| * ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| * x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
| * objtool: Fix infinite loop in for_offset_range()Josh Poimboeuf2020-04-261-3/+4
| * x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
| * x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
| * x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
| * x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
| * x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
| * x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
| * x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
| * x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
| * x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
| * x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21
| * objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf2020-04-251-1/+1
* | Merge tag 'objtool-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-101-2/+13
|\ \
| * | objtool: Fix infinite loop in find_jump_table()Josh Poimboeuf2020-05-071-2/+13
* | | Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-05-101-2/+7
|\ \ \
| * | | ARM: futex: Address build warningThomas Gleixner2020-05-071-2/+7
* | | | Merge tag 'iommu-fixes-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-103-47/+162
|\ \ \ \
| * | | | iommu/virtio: Reverse arguments to list_addJulia Lawall2020-05-081-1/+1
| * | | | iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel2020-05-051-11/+16
| * | | | iommu/amd: Update Device Table in increase_address_space()Joerg Roedel2020-05-051-13/+36
| * | | | iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel2020-05-051-0/+1
| * | | | iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel2020-05-051-1/+12
| * | | | iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2020-05-052-37/+112
| | |/ / | |/| |
* | | | Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-1012-68/+107
|\ \ \ \
| * | | | nvme: fix possible hang when ns scanning fails during error recoverySagi Grimberg2020-05-091-1/+1
| * | | | nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-091-1/+5
| * | | | bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-092-2/+4
| * | | | bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-094-8/+10
| * | | | bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-072-9/+10
| * | | | vboxsf: don't use the source name in the bdi nameChristoph Hellwig2020-05-071-1/+1
| * | | | iocost: protect iocg->abs_vdebt with iocg->waitq.lockTejun Heo2020-05-052-47/+77
* | | | | gcc-10: mark more functions __init to avoid section mismatch warningsLinus Torvalds2020-05-092-2/+2
* | | | | Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-099-34/+121
|\ \ \ \ \
| * | | | | RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-052-24/+0
| * | | | | riscv: force __cpu_up_ variables to put in data sectionZong Li2020-05-041-2/+2
| * | | | | riscv: add Linux note to vdsoAndreas Schwab2020-05-042-1/+13
| * | | | | riscv: set max_pfn to the PFN of the last pageVincent Chen2020-05-041-1/+2
| * | | | | RISC-V: Remove N-extension related definesAnup Patel2020-05-041-3/+0
| * | | | | RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2020-05-042-3/+102
| * | | | | RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel2020-05-041-0/+2