Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -1/+6 |
2020-10-13 | memblock: implement for_each_reserved_mem_region() using __next_mem_region() | Mike Rapoport | 1 | -1/+1 |
2020-09-24 | irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without proces... | Jonathan Cameron | 1 | -1/+6 |
2020-09-17 | Merge remote-tracking branch 'origin/irq/gic-retrigger' into irq/irqchip-next | Marc Zyngier | 1 | -0/+6 |
2020-09-06 | irqchip/git-v3-its: Implement irq_retrigger callback for device-triggered LPIs | Marc Zyngier | 1 | -0/+6 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-04 | Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -5/+9 |
2020-07-27 | genirq/affinity: Make affinity setting if activated opt-in | Thomas Gleixner | 1 | -1/+4 |
2020-07-27 | irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table() | Zenghui Yu | 1 | -2/+2 |
2020-07-27 | irqchip/gic-v4.1: Ensure accessing the correct RD when writing INVALLR | Zenghui Yu | 1 | -3/+7 |
2020-07-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+8 |
2020-06-23 | KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell | Marc Zyngier | 1 | -0/+8 |
2020-06-21 | irqchip/gic-v4.1: Use readx_poll_timeout_atomic() to fix sleep in atomic | Zenghui Yu | 1 | -4/+4 |
2020-05-20 | irqchip/gic-v3-its: Balance initial LPI affinity across CPUs | Marc Zyngier | 1 | -27/+100 |
2020-05-18 | irqchip/gic-v3-its: Track LPI distribution on a per CPU basis | Marc Zyngier | 1 | -3/+46 |
2020-04-16 | irqchip/gic-v4.1: Update effective affinity of virtual SGIs | Marc Zyngier | 1 | -0/+1 |
2020-04-16 | irqchip/gic-v4.1: Add support for VPENDBASER's Dirty+Valid signaling | Marc Zyngier | 1 | -0/+19 |
2020-03-24 | Merge branch 'irq/gic-v4.1' into irq/irqchip-next | Marc Zyngier | 1 | -22/+400 |
2020-03-24 | irqchip/gic-v4.1: Eagerly vmap vPEs | Marc Zyngier | 1 | -10/+42 |
2020-03-24 | irqchip/gic-v4.1: Plumb set_vcpu_affinity SGI callbacks | Marc Zyngier | 1 | -0/+18 |
2020-03-24 | irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks | Marc Zyngier | 1 | -0/+77 |
2020-03-24 | irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks | Marc Zyngier | 1 | -0/+18 |
2020-03-24 | irqchip/gic-v4.1: Add initial SGI configuration | Marc Zyngier | 1 | -1/+91 |
2020-03-24 | irqchip/gic-v4.1: Plumb skeletal VSGI irqchip | Marc Zyngier | 1 | -1/+74 |
2020-03-21 | irqchip/gic-v4: Use Inner-Shareable attributes for virtual pending tables | Heyi Guo | 1 | -1/+1 |
2020-03-20 | irqchip/gic-v4.1: Map the ITS SGIR register page | Marc Zyngier | 1 | -2/+13 |
2020-03-20 | irqchip/gic-v4.1: Advertise support v4.1 to KVM | Marc Zyngier | 1 | -1/+8 |
2020-03-20 | irqchip/gic-v4.1: Ensure mutual exclusion betwen invalidations on the same RD | Marc Zyngier | 1 | -0/+6 |
2020-03-20 | irqchip/gic-v4.1: Wait for completion of redistributor's INVALL operation | Zenghui Yu | 1 | -0/+2 |
2020-03-19 | irqchip/gic-v4.1: Ensure mutual exclusion between vPE affinity change and RD ... | Marc Zyngier | 1 | -8/+48 |
2020-03-19 | irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors | Marc Zyngier | 1 | -0/+4 |
2020-03-16 | irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency | Marc Zyngier | 1 | -0/+6 |
2020-03-16 | irqchip/gic-v3-its: Probe ITS page size for all GITS_BASERn registers | Marc Zyngier | 1 | -34/+66 |
2020-03-08 | irqchip/gic-v3-its: Fix access width for gicr_syncr | Heyi Guo | 1 | -1/+1 |
2020-02-09 | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM | Marc Zyngier | 1 | -2/+2 |
2020-02-08 | irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors | Zenghui Yu | 1 | -14/+14 |
2020-02-08 | irqchip/gic-v3-its: Remove superfluous WARN_ON | Zenghui Yu | 1 | -1/+0 |
2020-02-08 | irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd() | Zenghui Yu | 1 | -3/+1 |
2020-02-08 | irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level | Zenghui Yu | 1 | -0/+80 |
2020-02-08 | irqchip/gic-v4.1: Set vpe_l1_base for all redistributors | Zenghui Yu | 1 | -1/+4 |
2020-02-08 | irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE | Zenghui Yu | 1 | -1/+1 |
2020-02-03 | irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL | Zenghui Yu | 1 | -1/+1 |
2020-01-22 | irqchip/gic-v4.1: Allow direct invalidation of VLPIs | Marc Zyngier | 1 | -19/+36 |
2020-01-22 | irqchip/gic-v4.1: Suppress per-VLPI doorbell | Marc Zyngier | 1 | -2/+9 |
2020-01-22 | irqchip/gic-v4.1: Add VPE INVALL callback | Marc Zyngier | 1 | -0/+14 |
2020-01-22 | irqchip/gic-v4.1: Add VPE eviction callback | Marc Zyngier | 1 | -11/+42 |
2020-01-22 | irqchip/gic-v4.1: Add VPE residency callback | Marc Zyngier | 1 | -0/+17 |
2020-01-22 | irqchip/gic-v4.1: Add mask/unmask doorbell callbacks | Marc Zyngier | 1 | -0/+73 |
2020-01-22 | irqchip/gic-v4.1: Plumb skeletal VPE irqchip | Marc Zyngier | 1 | -1/+31 |
2020-01-22 | irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP | Marc Zyngier | 1 | -7/+33 |