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

[PATCH] nds32: move core-y in arch/nds32/Makefile to arch/nds32/Kbuild
 2021-08-11 16:44 UTC 

[PATCH linux dev-5.10 00/14] Rainier and Everest system fixes
 2021-08-11 16:15 UTC  (9+ messages)
` [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 net] net: dsa: apply MTU normalization for ports that join a LAG under a bridge too
 2021-08-11 16:44 UTC  (2+ messages)

What's cooking in git.git (Aug 2021, #04; Tue, 10)
 2021-08-11 16:44 UTC  (7+ messages)

[PATCH] ia64: move core-y in arch/ia64/Makefile to arch/ia64/Kbuild
 2021-08-11 16:43 UTC  (2+ messages)

[pseudo][PATCH] makewrappers: Handle parameters marked as nonnull
 2021-08-11 16:43 UTC  (3+ messages)
` [OE-core] "

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

[RFC PATCH] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-11 16:40 UTC  (5+ messages)

[PATCH] parisc: move core-y in arch/parisc/Makefile to arch/parisc/Kbuild
 2021-08-11 16:41 UTC 

[PATCH v2 00/60] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-08-11 16:01 UTC  (99+ 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 it
  ` [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

[pseudo][PATCH] test: Add missing test-statx test case
 2021-08-11 16:41 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS aba1e4adb54e020d3ca85a4df3ef0f8febe87548
 2021-08-11 16:41 UTC 

[Intel-wired-lan] [tnguy-net-queue:master] BUILD SUCCESS 2e273b0996abd1dd054a043c8e4dc0d93309ba1d
 2021-08-11 16:41 UTC 

Urgent Bug report: PPPoE ioctl(PPPIOCCONNECT): Transport endpoint is not connected
 2021-08-11 16:40 UTC  (8+ messages)

[PATCH] fix array index out of bound exception
 2021-08-11 16:31 UTC  (3+ messages)

[PATCH v7 00/24] x86/resctrl: Merge the CDP resources
 2021-08-11 16:38 UTC  (2+ messages)
` [PATCH v7 25/24] x86/resctrl: Make resctrl_arch_get_config() return its value

[linux-next:master 6410/6860] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_596' declared with attribute error: BUILD_BUG failed
 2021-08-11 16:38 UTC 

[PATCH 1/4] xtensa: remove unneeded exports
 2021-08-11 16:37 UTC  (4+ messages)
` [PATCH 2/4] xtensa: do not build variants directory
` [PATCH 3/4] xtensa: build platform directories unconditionally
` [PATCH 4/4] xtensa: move core-y in arch/xtensa/Makefile to arch/xtensa/Kbuild

[PATCH v4 0/6] add fixes to pass DP Link Layer compliance test cases
 2021-08-11 16:30 UTC  (7+ messages)
` [PATCH v4 1/6] drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
` [PATCH v4 2/6] drm/msm/dp: reduce link rate if failed at link training 1
` [PATCH v4 3/6] drm/msm/dp: reset aux controller after dp_aux_cmd_fifo_tx() failed
` [PATCH v4 4/6] drm/msm/dp: replug event is converted into an unplug followed by an plug events
` [PATCH v4 5/6] drm/msm/dp: return correct edid checksum after corrupted edid checksum read
` [PATCH v4 6/6] drm/msm/dp: do not end dp link training until video is ready

[ANNOUNCE] xfs-linux: for-next **REBASED** to edf27485eb56
 2021-08-11 16:36 UTC 

[PATCH 1/2] arm-autonomy/xenguest-network: add missing new override syntax
 2021-08-11 16:34 UTC  (2+ messages)
` [PATCH 2/2] arm-autonomy/arm64-autonomy-guest: Add tar.bz2 by appending to IMAGE_FSTYPES

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

[PATCH 0/2] KVM: x86/mmu: Fix unsync races within TDP MMU
 2021-08-11 16:33 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86/mmu: Drop 'shared' param from tdp_mmu_link_page()

[PATCH v2] vhost-vdpa: Do not send empty IOTLB update batches
 2021-08-11 16:32 UTC 

[PATCH v1 00/20] x86/resctrl: Make resctrl_arch_rmid_read() return values in bytes
 2021-08-11 16:32 UTC  (5+ messages)
` [PATCH v1 04/20] x86/resctrl: Add domain offline callback for resctrl work
` [PATCH v1 05/20] x86/resctrl: Create mba_sc configuration in the rdt_domain

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

[OE-core] [PATCH] python3: use monotonic clock for condvar if possible
 2021-08-11 16:32 UTC  (5+ messages)

[PATCH] cgroup/cpuset: Enable memory migration for cpuset v2
 2021-08-11 16:30 UTC 

[PATCH] drm/amdkfd: CWSR with software scheduler
 2021-08-11 16:32 UTC  (4+ messages)

[PATCH] qed: qed ll2 race condition fixes
 2021-08-11 16:28 UTC 

[PATCH v7 0/5] IMA: restrict the accepted digest algorithms for the security.ima xattr
 2021-08-11 16:26 UTC  (3+ messages)
` [PATCH v7 4/5] IMA: add a policy option to restrict xattr hash algorithms on appraisal

[PATCH v6 0/7] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-08-11 16:23 UTC  (21+ messages)
` [PATCH v6 2/7] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v6 4/7] drm/mediatek: adjust to the alphabetic order for mediatek-drm
` [PATCH v6 5/7] drm/mediatek: add DSC support "
` [PATCH v6 6/7] drm/mediatek: add MERGE "

[PATCH 5.13 000/175] 5.13.10-rc1 review
 2021-08-11 16:21 UTC  (2+ messages)

[PATCH v5 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-11 16:21 UTC  (3+ messages)
` [PATCH v5 4/5] libtraceevent: Optimize tep_print_fields()

mmap denywrite mess (Was: [GIT PULL] overlayfs fixes for 5.14-rc6)
 2021-08-11 16:20 UTC  (3+ messages)

Not able to roam on FT-SAE network
 2021-08-11 16:19 UTC  (2+ messages)

[PATCH net-next 0/3] net: fec: add support to select wakeup irq source
 2021-08-11 16:16 UTC  (10+ messages)
` [PATCH net-next 1/3] dt-bindings: net: fsl,fec: add "fsl,wakeup-irq" property
  ` [PATCH net-next 1/3] dt-bindings: net: fsl, fec: add "fsl, wakeup-irq" property

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

[PATCH 0/1] pagemap: swap location for shared pages
 2021-08-11 16:17 UTC  (6+ messages)

[PATCH v1] bits/syscall.h: add landlock_* from linux v5.13
 2021-08-11 15:05 UTC  (3+ messages)
` [musl] "

[PATCH] ALSA: hda - fix the 'Capture Switch' value change notifications
 2021-08-11 16:14 UTC 

[PATCH v2 0/6] drm/bridge: ti-sn65dsi86: Misc improvements
 2021-08-11 16:20 UTC  (6+ messages)
` [PATCH v2 4/6] drm/bridge: ti-sn65dsi86: Wrap panel with panel-bridge

[PATCH v2 0/1] Fix ltc2983 probing
 2021-08-11 16:15 UTC  (3+ messages)
` [PATCH v2 1/1] iio: ltc2983: fix device probe

hwmon: Error handling in w83793.c, w83791d.c, w83792d.c
 2021-08-11 16:15 UTC  (2+ messages)
` [PATCH] hwmon: Correct the error "

[ovmf test] 164160: all pass - PUSHED
 2021-08-11 16:15 UTC 

[PATCH v2 1/2] udp: UDP socket send queue repair
 2021-08-11 16:14 UTC  (2+ messages)

[PATCH v2 ipsec-next] xfrm: Add possibility to set the default to block if we have no policy
 2021-08-11 16:14 UTC  (2+ messages)

dunfell kernel 5.10 ti-sgx-ddk-km kernel errors at boot
 2021-08-11 16:13 UTC  (2+ messages)
` [meta-ti] "

[PATCH] ceph: remove dead code in ceph_sync_write
 2021-08-11 16:12 UTC  (4+ messages)

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

[PATCH 1/1] cfi: Use rcu_read_{un}lock_sched_notrace
 2021-08-11 16:12 UTC  (2+ messages)

[PATCH 1/2] ipv4: fix up inetsw_array coding style
 2021-08-11 16:11 UTC  (3+ messages)
` [PATCH v2 2/2] net: return early for possible invalid uaddr

[dm-devel] [PATCH v2 0/9] multipath-tools: use variable-size string buffers
 2021-08-11 16:08 UTC  (3+ messages)
` [dm-devel] [PATCH v2 2/9] libmultipath: strbuf: simple api for growing "

[PATCH iproute2] lib: bpf_glue: remove useless assignment
 2021-08-11 16:08 UTC  (4+ messages)

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

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

[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* "

[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)


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.