All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-11 15:31:01 to 2021-08-11 16:07:45 UTC [more...]

[PATCH v6 0/7] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-11 16:06 UTC  (5+ messages)
` [PATCH v6 2/7] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0

[PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 16:01 UTC  (71+ messages)
` [PATCH v2 01/60] KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
` [PATCH v2 02/60] KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
` [PATCH v2 03/60] KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
` [PATCH v2 04/60] KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
` [PATCH v2 05/60] KVM: PPC: Book3S HV Nested: Sanitise vcpu registers
` [PATCH v2 06/60] KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible
` [PATCH v2 07/60] KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1
` [PATCH v2 08/60] KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument
` [PATCH v2 09/60] KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
` [PATCH v2 10/60] powerpc/64s: Remove WORT SPR from POWER9/10
` [PATCH v2 11/60] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [PATCH v2 12/60] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v2 13/60] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v2 14/60] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v2 15/60] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [PATCH v2 16/60] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [PATCH v2 17/60] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v2 18/60] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v2 19/60] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v2 20/60] powerpc/64s: Implement PMU override command line option
` [PATCH v2 21/60] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v2 22/60] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v2 23/60] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v2 24/60] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v2 25/60] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v2 26/60] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v2 27/60] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v2 28/60] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v2 29/60] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v2 30/60] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v2 31/60] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v2 32/60] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v2 33/60] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v2 34/60] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v2 35/60] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v2 36/60] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v2 37/60] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v2 38/60] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v2 39/60] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v2 40/60] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v2 41/60] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v2 42/60] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require
` [PATCH v2 43/60] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v2 44/60] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v2 45/60] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v2 46/60] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v2 47/60] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v2 48/60] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v2 49/60] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v2 50/60] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v2 51/60] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v2 52/60] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v2 53/60] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v2 54/60] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v2 55/60] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v2 56/60] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v2 57/60] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v2 58/60] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v2 59/60] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v2 60/60] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCHv5] iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementation
 2021-08-11 16:04 UTC 

[PATCH v2 0/2] iio: potentiometer: Add driver support for AD5110
 2021-08-11 16:06 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCHv4] iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementation
 2021-08-11 16:06 UTC  (6+ messages)

[PATCH] iio: ad5770r: make devicetree property reading consistent
 2021-08-11 16:04 UTC  (2+ messages)

[PATCH v4] userdiff: improve java hunk header regex
 2021-08-11 16:04 UTC  (5+ messages)
  ` Re* "

[kvm-unit-tests PATCH 0/2] Couple of SVM fixes
 2021-08-11 16:03 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] x86: access: Fix timeout failure by limiting number of flag combinations

[PATCH v12 0/2] iio: accel: add support for ADXL355
 2021-08-11 16:01 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/dbus-python: drop python2 dependency
 2021-08-11 16:00 UTC 

[PATCH v2 0/4] interconnect: Fix sync-state issues
 2021-08-11 16:01 UTC  (4+ messages)
` [PATCH v2 4/4] interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate

Requesting maintainer privilege on smbios-mdr repo
 2021-08-11 15:57 UTC  (4+ messages)

[linux-linus test] 164157: regressions - trouble: broken/fail/pass
 2021-08-11 16:00 UTC 

[PATCH 0/7] [un]stage: officially start moving to "staging area"
 2021-08-11 16:00 UTC  (4+ messages)
` [PATCH 6/7] stage: add 'diff' subcommand

[PATCH 1/1] cfi: Use rcu_read_{un}lock_sched_notrace
 2021-08-11 15:59 UTC 

[dpdk-dev] [v2, 0/3] common/cnxk: enable npa telemetry
 2021-08-11 15:59 UTC  (3+ messages)
` [dpdk-dev] [v3, "

Linux-next: crash in alloc_huge_page()
 2021-08-11 15:59 UTC  (5+ messages)

[RFC PATCHv2 00/11] Dynamic arrays and read-only requests
 2021-08-11 15:59 UTC  (4+ messages)
` [RFC PATCHv2 02/11] v4l2-ctrls: add support for dynamically allocated arrays

[master][PATCH v3] meta-ti: convert to new override syntax in honister
 2021-08-11 15:58 UTC  (2+ messages)
` [meta-ti] "

[pseudo][PATCH] fcntl: Add support for F_GETPIPE_SZ
 2021-08-11 15:58 UTC 

nbd locking fixups
 2021-08-11 15:57 UTC  (3+ messages)
` [PATCH 6/6] nbd: reduce the nbd_index_mutex scope

[PATCH] iommu/arm-smmu-v3: Stop pre-zeroing batch commands
 2021-08-11 15:49 UTC  (3+ messages)

[PATCH V2 0/9] cpufreq: Auto-register with energy model
 2021-08-11 15:52 UTC  (7+ messages)
` [PATCH V2 9/9] cpufreq: scmi: Use .register_em() callback

[PATCH v2 0/9] i2c: i801: Series with improvements
 2021-08-11 15:53 UTC  (13+ messages)
` [PATCH v2 1/9] i2c: i801: Improve disabling runtime pm
` [PATCH v2 2/9] i2c: i801: make p2sb_spinlock a mutex
` [PATCH v2 4/9] i2c: i801: Improve is_dell_system_with_lis3lv02d
` [PATCH v2 5/9] i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLE
` [PATCH v2 8/9] i2c: i801: Improve register_dell_lis3lv02d_i2c_device
` [PATCH v2 9/9] i2c: i801: Improve handling platform data for tco device

[PATCH] usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuse
 2021-08-11 15:52 UTC 

[PATCH] drm/amdkfd: AIP mGPUs best prefetch location for xnack on
 2021-08-11 15:54 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-11 15:52 UTC  (17+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH linux dev-5.10 00/14] Rainier and Everest system fixes
 2021-08-11 15:42 UTC  (15+ messages)
` [PATCH linux dev-5.10 01/14] i2c: Allow throttling of transfers to client devices
` [PATCH linux dev-5.10 02/14] pmbus: (ucd9000) Throttle SMBus transfers to avoid poor behaviour
` [PATCH linux dev-5.10 03/14] ucd9000: Add a throttle delay attribute in debugfs
` [PATCH linux dev-5.10 04/14] fsi: run clock at 100MHz
` [PATCH linux dev-5.10 05/14] pmbus: (core) Add a one-shot retry in pmbus_set_page()
` [PATCH linux dev-5.10 06/14] pmbus: (max31785) Add a local pmbus_set_page() implementation
` [PATCH linux dev-5.10 07/14] pmbus: (max31785) Retry enabling fans after writing MFR_FAN_CONFIG
` [PATCH linux dev-5.10 08/14] ARM: dts: aspeed: Rainier: Add fan controller properties
` [PATCH linux dev-5.10 09/14] ARM: dts: aspeed: Everest: "
` [PATCH linux dev-5.10 10/14] ARM: dts: aspeed: Rainier 4U: Delete fan dual-tach properties
` [PATCH linux dev-5.10 11/14] ARM: dts: aspeed: Add Rainier 2U and 4U device trees for pass 1 hardware
` [PATCH linux dev-5.10 12/14] fsi: sbefifo: Increase command timeouts to 30 seconds
` [PATCH linux dev-5.10 13/14] fsi: occ: Add dynamic debug to dump command and response
` [PATCH linux dev-5.10 14/14] fsi: sbefifo: Use interruptible mutex locking

[PATCH 0/2] KVM: x86/mmu: Fix unsync races within TDP MMU
 2021-08-11 15:52 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock

[PATCH V2] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
 2021-08-11 15:52 UTC 

[RFC][PATCH] netfs, afs, ceph: Use folios
 2021-08-11 15:50 UTC  (2+ messages)

[PATCH] ipc: add set_ownership() and permissions() callbacks for posix mqueue sysctl
 2021-08-11 15:51 UTC  (5+ messages)

Please pull u-boot-cfi-flash/master
 2021-08-11 15:50 UTC  (2+ messages)

Please pull u-boot-marvell/master
 2021-08-11 15:50 UTC  (2+ messages)

[PATCH v5 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-11 15:50 UTC  (3+ messages)
` [PATCH v5 1/5] libtraceevent: Add dynamic_offset()

[dpdk-dev] [PATCHv2] include: fix sys/queue.h
 2021-08-11 20:46 UTC  (2+ messages)

[PATCH 5.13 000/175] 5.13.10-rc1 review
 2021-08-11 15:50 UTC  (3+ messages)
` [PATCH 5.13 159/175] interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate

[PULL u-boot] Please pull u-boot-amlogic-202107810
 2021-08-11 15:49 UTC  (2+ messages)

[PATCH v7 00/24] x86/resctrl: Merge the CDP resources
 2021-08-11 15:50 UTC  (3+ messages)
` [PATCH v7 16/24] x86/resctrl: Add a helper to read a closid's configuration

net: dsa: mv88e6xxx: no multicasts rx'd after enabling hw time stamping
 2021-08-11 15:49 UTC  (6+ messages)

[PATCH net-next] ravb: Remove checks for unsupported internal delay modes
 2021-08-11 15:49 UTC 

[PATCH v2 2/2] selftests: Add udp_repair test
 2021-08-11 15:47 UTC 

[PATCH v2 1/2] udp: UDP socket send queue repair
 2021-08-11 15:45 UTC 

[PATCH 5.4 0/1] KVM: backport fix for CVE-2021-38198
 2021-08-11 15:46 UTC  (2+ messages)
` [PATCH 5.4 1/1] KVM: X86: MMU: Use the correct inherited permissions to get shadow page

[PATCH v2] scsi: qedi: Add support for fastpath doorvell recovery
 2021-08-11 15:47 UTC  (2+ messages)

[pipe] 3a34b13a88: hackbench.throughput -12.6% regression
 2021-08-11 15:46 UTC  (4+ messages)

[PATCH v2 0/3] fstests: add patient module remover
 2021-08-11 15:45 UTC  (4+ messages)
` [PATCH v2 1/3] fstests: use udevadm settle after pvremove
` [PATCH v2 2/3] common/module: add patient module rmmod support
` [PATCH v2 3/3] common/scsi_debug: use the patient module remover

[PATCH v2 0/2] UDP socket repair
 2021-08-11 15:44 UTC 

[PATCH v2 0/6] Clean up some extraneous wrappers and some empty routines
 2021-08-11 15:44 UTC  (3+ messages)
` [PATCH v2 2/6] staging: r8188eu: Remove wrapper around vfree

[Intel-wired-lan] [tnguy-next-queue:master] BUILD SUCCESS ebd0d30cc5e44ed3a6db7683bd357b3eea636e74
 2021-08-11 15:43 UTC 

[PATCH] PCI: vmd: depend on !UML
 2021-08-11 15:43 UTC  (2+ messages)

[dm-devel] [PATCH v2 0/9] multipath-tools: use variable-size string buffers
 2021-08-11 15:41 UTC  (10+ messages)
` [dm-devel] [PATCH v2 1/9] libmultipath: variable-size parameters in dm_get_map()
` [dm-devel] [PATCH v2 2/9] libmultipath: strbuf: simple api for growing string buffers
` [dm-devel] [PATCH v2 3/9] libmultipath: variable-size parameters in assemble_map()
` [dm-devel] [PATCH v2 4/9] libmultipath: use strbuf in dict.c
` [dm-devel] [PATCH v2 5/9] libmultipath: use strbuf in print.c
` [dm-devel] [PATCH v2 6/9] libmultipath: print.c: fail hard if keywords are not found
` [dm-devel] [PATCH v2 7/9] libmultipath: print.h: move macros to print.c
` [dm-devel] [PATCH v2 8/9] libmultipath: use strbuf in alias.c
` [dm-devel] [PATCH v2 9/9] multipathd: use strbuf in cli.c

RFC: Support for U-Boot phases in Kconfig
 2021-08-11 15:40 UTC  (10+ messages)

[PATCH] xen/bitmap: Don't open code DIV_ROUND_UP()
 2021-08-11 15:39 UTC  (2+ messages)

[RFC 0/5] PCI: Use the private field of pci_host_bridge for ACPI device
 2021-08-11 15:36 UTC  (12+ messages)
` [RFC 1/5] PCI: Introduce pci_create_root_bus_priv()
` [RFC 2/5] PCI/ACPI: Store ACPI device information in the host bridge structure
` [RFC 3/5] PCI: hv: Set NULL as the ACPI device for the PCI host bridge
` [RFC 4/5] arm64: PCI: Retrieve ACPI device information directly from host bridges
` [RFC 5/5] PCI: hv: Remove the dependency of pci_config_window

[yocto] multilib32: libtool-cross_2.4.6.bb configure failure
 2021-08-11 15:39 UTC 

[PATCH v3 1/4] utils: add environment updating context manager
 2021-08-11 15:39 UTC  (4+ messages)
` [PATCH v3 4/4] fetch2/wget: fetch securely by default
  ` [bitbake-devel] "

Building meta-ti with ti-sgx-ddk-km for Yocto dunfell Kernel 5.4 fails
 2021-08-11 15:39 UTC  (2+ messages)
  ` [meta-ti] "

v2_03_13 annotated tag has been created
 2021-08-11 15:39 UTC 

main - post-release
 2021-08-11 15:39 UTC 

main - pre-release
 2021-08-11 15:39 UTC 

[Bug 214021] New: The USB devices fail to be detected during boot
 2021-08-11 15:38 UTC  (2+ messages)
` [Bug 214021] "

[PATCH v5 0/9] Add generic support for kdump DT properties
 2021-08-11 15:35 UTC  (6+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

[PATCH v1] cxl/pci: Fix debug message in cxl_probe_regs()
 2021-08-11 19:47 UTC  (2+ messages)

[PATCH mptcp-next 0/2] mptcp: some self-tests fixup
 2021-08-11 15:36 UTC  (2+ messages)

[dm-devel] [PATCH 0/9] multipath-tools: use variable-size string buffers
 2021-08-11 15:27 UTC  (4+ messages)
` [dm-devel] [PATCH 4/9] libmultipath: use strbuf in dict.c


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.