All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-26 01:35:33 to 2021-07-26 03:51:47 UTC [more...]

[PATCH 1/3] dt-bindings: watchdog: sunxi: Add compatible for R329
 2021-07-26  3:51 UTC 

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

Prog section rejected: Argument list too long (7)!
 2021-07-26  3:49 UTC  (8+ messages)

[LTP] [PATCH] syscalls/memcmp01: Convert to new API
 2021-07-26  3:49 UTC 

[poky][master][PATCH] test_buildhistory: Add test to verify that LICENSE is added
 2021-07-26  3:46 UTC 

[linux-linus test] 163989: regressions - FAIL
 2021-07-26  3:46 UTC 

[RFC PATCH v3 2/9] Bluetooth: btintel: Add combined setup and shutdown functions
 2021-07-26  3:46 UTC  (2+ messages)

[PATCH] perf list: Display hybrid pmu events with cpu type
 2021-07-26  3:44 UTC 

[hch-misc:i915-mdev 39/40] drivers/vfio/vfio.c:395:36: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2021-07-26  3:45 UTC  (3+ messages)

[poky][master][PATCH] buildhistory.bbclass: Enable exporting more recipe and package data
 2021-07-26  3:45 UTC 

drivers/hv/channel_mgmt.c:785:22: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2021-07-26  3:43 UTC  (3+ messages)

[PATCH V3 0/5] ext4: get discard out of jbd2 commit context
 2021-07-26  3:42 UTC  (5+ messages)
` [PATCH V3 1/5] ext4: remove the 'group' parameter of ext4_trim_extent
` [PATCH V3 5/5] ext4: make fallocate retry when err is ENOSPC

[PATCH V3 2/5] ext4: add new helper interface ext4_try_to_trim_range()
 2021-07-26  3:42 UTC  (3+ messages)

fs/cifs/smb2ops.c:3646:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-07-26  3:40 UTC  (3+ messages)

[ovmf test] 163990: regressions - FAIL
 2021-07-26  3:38 UTC 

[chrome-os:chromeos-5.10 78/140] drivers/pci/controller/dwc/pcie-artpec6.c:475:3: warning: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
 2021-07-26  3:37 UTC  (2+ messages)

[PATCH bpf-next 0/2] expand bpf_d_path helper allowlist
 2021-07-26  3:32 UTC  (3+ messages)
` [PATCH bpf-next 1/2] tools/resolve_btfids: emit warnings and patch zero id for missing symbols

[PATCH] nfc: s3fwrn5: remove unnecessary label
 2021-07-26  3:29 UTC 

How can I convert user virtual address to kernel virtual address and then to physical address?
 2021-07-26  3:25 UTC  (2+ messages)

[PATCH v3 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
 2021-07-26  3:26 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] [GSOC] ref-filter: add obj-type check in grab contents
  ` [PATCH v4 2/5] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v4 3/5] [GSOC] ref-filter: --format=%(raw) support --perl
  ` [PATCH v4 4/5] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
  ` [PATCH v4 5/5] [GSOC] ref-filter: add %(rest) atom

[PATCH] mm/vmalloc: add missing __GFP_HIGHMEM flag for vmalloc
 2021-07-26  3:25 UTC  (2+ messages)

[allisonhenderson-xfs_work:delayed_attrs_v22_extended 32/32] fs/xfs/libxfs/xfs_parent.c:38:1: warning: no previous prototype for function 'xfs_init_parent_ptr'
 2021-07-26  3:21 UTC  (2+ messages)

[PATCH mptcp-next 0/2] mptcp: minor out optimization
 2021-07-26  3:21 UTC  (3+ messages)
` [PATCH mptcp-next 1/2] mptcp: optimize out option generation

[PATCH 1/2] powerpc/64s: POWER9 DD2.3 CPU feature flag fixes
 2021-07-26  3:17 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64s: Rename CPU_FTR_POWER9_DD2_1 to CPU_FTR_P9_STOP_FIXED

[PATCH] overlay: add test for copy up of lower file attributes
 2021-07-26  3:13 UTC  (4+ messages)

[PATCH] ALSA: usb-audio: Fix superfluous autosuspend recovery
 2021-07-26  3:09 UTC  (2+ messages)

[PATCHv3] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-26  3:09 UTC 

[PATCH] fpga: versal-fpga: Remove empty functions
 2021-07-26  3:08 UTC 

drivers/hid/hid-ft260.c:794:44: warning: format specifies type 'short' but the argument has type 'int'
 2021-07-26  3:07 UTC  (2+ messages)

[PATCH v7] iomap: make inline data support more flexible
 2021-07-26  3:06 UTC  (7+ messages)

[PATCH net] net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10
 2021-07-26  3:07 UTC  (2+ messages)

[dpdk-dev] [PATCH 2/4] doc: specify RTE flow create behaviour
 2021-07-26  3:07 UTC  (5+ messages)
` [dpdk-dev] [PATCH 3/4] doc: update bonding mode 8023ad info

[sashal-linux-stable:pending-4.4 23/31] sound/soc/codecs/rt5631.c:1694:3: error: 'const struct regmap_config' has no member named 'use_single_read'; did you mean 'use_single_rw'?
 2021-07-26  3:05 UTC 

[PATCH 0/2] Add support for Kirin 970 PMIC and USB3
 2021-07-26  3:01 UTC  (7+ messages)
` [PATCH 1/2] dts: hisilicon: add support for the PMIC found on Hikey 970
` [PATCH 2/2] dts: hisilicon: add support for USB3 "

[GIT PULL] FPGA Manager changes for 5.15-rc1
 2021-07-26  3:00 UTC  (2+ messages)

Files modified, even after: git reset --hard
 2021-07-26  2:59 UTC  (7+ messages)

[pinctrl:devel 6/11] drivers/pinctrl/freescale/pinctrl-imx8ulp.c:228:35: warning: 'pin_reg' is used uninitialized in this function
 2021-07-26  2:57 UTC  (3+ messages)

[allisonhenderson-xfs_work:delayed_attrs_v22_extended 25/32] fs/xfs/libxfs/xfs_parent.c:55:1: warning: no previous prototype for function 'xfs_init_parent_name_rec'
 2021-07-26  2:55 UTC  (2+ messages)

"bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?
 2021-07-26  2:53 UTC  (7+ messages)
  ` Maybe we want to maintain a bad driver list? (Was 'Re: "bad tree block start, want 419774464 have 0" after a clean shutdown, could it be a disk firmware issue?')

[GIT PULL] FPGA Manager changes for 5.15-rc1
 2021-07-26  2:53 UTC 

[PATCH V3 net-next 0/7] net: hns3: add support devlink
 2021-07-26  2:47 UTC  (8+ messages)
` [PATCH V3 net-next 1/7] devlink: add documentation for hns3 driver
` [PATCH V3 net-next 2/7] net: hns3: add support for registering devlink for PF
` [PATCH V3 net-next 3/7] net: hns3: add support for registering devlink for VF
` [PATCH V3 net-next 4/7] net: hns3: add support for devlink get info for PF
` [PATCH V3 net-next 5/7] net: hns3: add support for devlink get info for VF
` [PATCH V3 net-next 6/7] net: hns3: add devlink reload support for PF
` [PATCH V3 net-next 7/7] net: hns3: add devlink reload support for VF

[PATCH] kvm: ppc: Print meaningful message on KVM_CREATE_VM failure
 2021-07-26  2:25 UTC  (2+ messages)

[PATCH v5 0/6] Add support for FORM2 associativity
 2021-07-26  2:41 UTC  (18+ messages)
` [PATCH v5 1/6] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v5 4/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v5 5/6] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v5 6/6] powerpc/pseries: Add support for FORM2 associativity

[PATCH net] i40e: introduce pseudo number of cpus for compatibility
 2021-07-26  2:41 UTC  (6+ messages)
        ` [Intel-wired-lan] "

[PATCH -next] drm/exynos: g2d: fix missing unlock on error in g2d_runqueue_worker()
 2021-07-26  2:36 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS e4277861b65960a264040663ac44c0b946ab402b
 2021-07-26  2:33 UTC 

[powerpc:fixes-test] BUILD SUCCESS d9c57d3ed52a92536f5fa59dc5ccdd58b4875076
 2021-07-26  2:33 UTC 

[bpf-next 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-26  2:34 UTC  (4+ messages)
` [bpf-next 2/2] samples: bpf: Add the omitted xdp samples to .gitignore

[GIT PULL] i.MX fixes for 5.14
 2021-07-26  2:32 UTC  (3+ messages)

[allisonhenderson-xfs_work:delayed_attrs_v22_extended 9/32] fs/xfs/xfs_attr_item.c:638:5: warning: variable 'rsvd' is uninitialized when used here
 2021-07-26  2:34 UTC  (2+ messages)

setup_64.c:undefined reference to `radix__early_init_mmu'
 2021-07-26  2:27 UTC  (2+ messages)

[PATCH v5 2/2] memcg: infrastructure to flush memcg stats
 2021-07-26  2:24 UTC  (4+ messages)
` [memcg] cda0d20525: reaim.jobs_per_min -10.1% regression

[PATCH 0/2] IMX258 driver fixes
 2021-07-26  2:20 UTC  (4+ messages)
` [PATCH 1/2] media: imx258: Rectify mismatch of VTS value

fixes and cleanups for block_device refcounting v3
 2021-07-26  2:20 UTC  (3+ messages)
` [PATCH 06/10] block: change the refcounting for partitions

[PATCH v2 00/14] ASoC: add Audio Graph Card2 driver
 2021-07-26  2:19 UTC  (6+ messages)
` [PATCH v2 09/14] ASoC: audio-graph-card2: add Yaml Document

[PATCH v3 1/2] drm/mediatek: force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-07-26  2:11 UTC  (8+ messages)
` [PATCH v3 2/2] dt-bindings: mediatek: add force_dsi_end_without_null for dsi

sof-soundwire: rt1316 - DAC L and R is replaced by DAC
 2021-07-26  2:03 UTC 

[PATCH v3 00/14] aspeed: Support secure boot chain with FIT image verification
 2021-07-26  2:01 UTC  (5+ messages)
` [PATCH v3 06/14] common: fit: Use hash.c to call CRC/SHA function

[PATCH v4 0/3] m68k: Improved switch stack handling
 2021-07-26  2:00 UTC  (12+ messages)

[PATCH] pinctrl: imx8ulp: Initialize pin_reg
 2021-07-26  1:59 UTC  (3+ messages)

[PATCH] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-26  1:59 UTC  (2+ messages)

[RFC]: Maybe revert 'MIPS: add PMD table accounting into MIPS'pmd_alloc_one' from 5.4 LTS?
 2021-07-26  1:51 UTC  (2+ messages)

[PATCH v4 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
 2021-07-26  1:50 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path

[PATCH 2/2] arm64: dts: imx: Add i.mx8mm/imx8mn Gateworks gw7902 dts support
 2021-07-26  1:48 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: imx: add imx8mm/imx8mn GW7902 support

[PATCH] Revert "MIPS: add PMD table accounting into MIPS'pmd_alloc_one"
 2021-07-26  1:48 UTC 

[oe] [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.20 -> 1.4.22
 2021-07-26 10:48 UTC 

[PATCH] [oe] [meta-python] [PATCH] python3-sentry-sdk: upgrade 1.2.0 -> 1.3.0
 2021-07-26 10:47 UTC 

[oe] [meta-python] [PATCH] python3-pymongo: upgrade 3.11.4 -> 3.12.0
 2021-07-26 10:47 UTC 

[PATCH resend] mm: compaction: optimize proactive compaction deferrals
 2021-07-26  1:47 UTC  (2+ messages)

[oe] [meta-python] [PATCH] python3-pybind11: upgrade 2.6.2 -> 2.7.0
 2021-07-26 10:47 UTC 

[oe] [meta-perl] [PATCH] libtest-warnings-perl: upgrade 0.030 -> 0.031
 2021-07-26 10:46 UTC 

[oe] [meta-oe] [PATCH] live555: upgrade 20210710 -> 20210720
 2021-07-26 10:46 UTC 

[PATCH] spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation
 2021-07-26  1:46 UTC  (6+ messages)

[PATCH] mm/migrate: fix page state accounting type conversion underflow
 2021-07-26  1:43 UTC  (3+ messages)

arch/csky/kernel/perf_event.c:878:6: sparse: sparse: symbol 'csky_pmu_event_set_period' was not declared. Should it be static?
 2021-07-26  1:39 UTC  (2+ messages)

[PATCHv3 0/8] videobuf2: support new noncontiguous DMA API
 2021-07-26  1:40 UTC  (4+ messages)
` [PATCHv3 7/8] videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag

[PATCH v3 0/2] PCI: Make use of PCI_DEVICE_XXX() helper macro
 2021-07-26  1:39 UTC  (2+ messages)

[PATCH v3 0/4] Initial support for multi-actuator HDDs
 2021-07-26  1:38 UTC  (5+ messages)
` [PATCH v3 1/4] block: Add concurrent positioning ranges support
` [PATCH v3 2/4] scsi: sd: add "
` [PATCH v3 3/4] libata: support concurrent positioning ranges log
` [PATCH v3 4/4] doc: document sysfs queue/cranges attributes

[PATCH v7 6/9] gpio/rockchip: use struct rockchip_gpio_regs for gpio controller
 2021-07-26  1:35 UTC  (7+ messages)
` [PATCH v7 7/9] gpio/rockchip: support next version "
` [PATCH v7 8/9] gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type
` [PATCH v7 9/9] pinctrl/rockchip: drop the gpio related codes


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.