All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-19 18:16:12 to 2021-05-19 19:01:17 UTC [more...]

[PATCH v3 00/15] qapi: static typing conversion, pt5a
 2021-05-19 18:39 UTC  (3+ messages)
` [PATCH v3 08/15] qapi/parser: Use @staticmethod where appropriate
` [PATCH v3 10/15] qapi/parser: Fix token membership tests when token can be None

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2021-05-19 19:01 UTC 

arch/powerpc/lib/sstep.c:1172:21: error: variable 'suffix' set but not used
 2021-05-19 19:01 UTC 

[Intel-gfx] [PATCH 2/2] Revert "drm/i915: Propagate errors on awaiting already signaled fences"
 2021-05-19 19:01 UTC  (6+ messages)
` [Intel-gfx] [PATCH] "
      `  "

[PATCH v7 00/15] Restricted DMA
 2021-05-19 19:00 UTC  (21+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v7 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v7 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()

[lttng-dev] [PATCH] Avoid using the heap for small strings with tracef/tracelog
 2021-05-19 19:00 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: clock: convert cs2000-cp bindings to yaml
 2021-05-19 19:00 UTC  (2+ messages)

[PATCH v5 1/5] hwmon: (max31790) Rework to use regmap
 2021-05-19 19:00 UTC  (2+ messages)

[PATCH net-next] ethtool: stats: Fix a copy-paste error
 2021-05-19 19:00 UTC  (2+ messages)

[PATCH v20 00/19] ARM Primecell PL35x support
 2021-05-19 18:26 UTC  (38+ messages)
` [PATCH v20 01/19] dt-binding: memory: pl353-smc: Rephrase the binding
` [PATCH v20 02/19] dt-binding: memory: pl353-smc: Document the range property
` [PATCH v20 03/19] dt-binding: memory: pl353-smc: Drop the partitioning section
` [PATCH v20 04/19] dt-binding: memory: pl353-smc: Describe the child reg property
` [PATCH v20 05/19] dt-binding: memory: pl353-smc: Fix the example syntax and style
` [PATCH v20 06/19] dt-binding: memory: pl353-smc: Drop unsupported nodes from the example
` [PATCH v20 07/19] dt-binding: memory: pl353-smc: Fix the NAND controller node in "
` [PATCH v20 08/19] dt-binding: memory: pl353-smc: Fix the reg property "
` [PATCH v20 09/19] dt-binding: memory: pl353-smc: Detail the main reg property content
` [PATCH v20 10/19] dt-binding: memory: pl353-smc: Convert to yaml
` [PATCH v20 11/19] memory: pl353-smc: Fix style
` [PATCH v20 12/19] memory: pl353-smc: Rename goto labels
` [PATCH v20 13/19] memory: pl353-smc: Let lower level controller drivers handle inits
` [PATCH v20 14/19] memory: pl353-smc: Avoid useless acronyms in descriptions
` [PATCH v20 15/19] memory: pl353-smc: Declare variables following a reverse christmas tree order
` [PATCH v20 16/19] MAINTAINERS: Add PL353 SMC entry
` [PATCH v20 17/19] MAINTAINERS: Add PL353 NAND controller entry
` [PATCH v20 18/19] dt-bindings: mtd: pl353-nand: Describe this hardware controller
` [PATCH v20 19/19] mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controller

[PULL 00/50] target/i386 translate cleanups
 2021-05-19 18:30 UTC  (42+ messages)
` [PULL 01/50] target/i386: Split out gen_exception_gpf
` [PULL 02/50] target/i386: Split out check_cpl0
` [PULL 03/50] target/i386: Unify code paths for IRET
` [PULL 04/50] target/i386: Split out check_vm86_iopl
` [PULL 05/50] target/i386: Split out check_iopl
` [PULL 06/50] target/i386: Assert PE is set for user-only
` [PULL 07/50] target/i386: Assert CPL is 3 "
` [PULL 08/50] target/i386: Assert IOPL is 0 "
` [PULL 09/50] target/i386: Assert !VM86 for x86_64 user-only
` [PULL 10/50] target/i386: Assert CODE32 "
` [PULL 11/50] target/i386: Assert SS32 "
` [PULL 12/50] target/i386: Assert CODE64 "
` [PULL 13/50] target/i386: Assert LMA "
` [PULL 14/50] target/i386: Assert !ADDSEG "
` [PULL 15/50] target/i386: Introduce REX_PREFIX
` [PULL 16/50] target/i386: Tidy REX_B, REX_X definition
` [PULL 17/50] target/i386: Move rex_r into DisasContext
` [PULL 18/50] target/i386: Move rex_w "
` [PULL 19/50] target/i386: Remove DisasContext.f_st as unused
` [PULL 20/50] target/i386: Reduce DisasContext.flags to uint32_t
` [PULL 21/50] target/i386: Reduce DisasContext.override to int8_t
` [PULL 22/50] target/i386: Reduce DisasContext.prefix to uint8_t
` [PULL 23/50] target/i386: Reduce DisasContext.vex_[lv] "
` [PULL 24/50] target/i386: Reduce DisasContext popl_esp_hack and rip_offset "
` [PULL 25/50] target/i386: Leave TF in DisasContext.flags
` [PULL 26/50] target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
` [PULL 27/50] target/i386: Fix the comment for repz_opt
` [PULL 28/50] target/i386: Reorder DisasContext members
` [PULL 29/50] target/i386: Add stub generator for helper_set_dr
` [PULL 30/50] target/i386: Assert !SVME for user-only
` [PULL 31/50] target/i386: Assert !GUEST "
` [PULL 32/50] target/i386: Implement skinit in translate.c
` [PULL 33/50] target/i386: Eliminate SVM helpers for user-only
` [PULL 35/50] target/i386: Simplify gen_debug usage
` [PULL 36/50] target/i386: Tidy svm_check_intercept from tcg
` [PULL 37/50] target/i386: Remove pc_start argument to gen_svm_check_intercept
` [PULL 38/50] target/i386: Remove user stub for cpu_vmexit
` [PULL 39/50] target/i386: Cleanup read_crN, write_crN, lmsw
` [PULL 43/50] target/i386: Inline user cpu_svm_check_intercept_param
` [PULL 44/50] target/i386: Eliminate user stubs for read/write_crN, rd/wrmsr
` [PULL 49/50] target/i386: Move helper_check_io to sysemu

post-receive: pub/scm/linux/kernel/git/netdev/net
 2021-05-19 18:58 UTC 

[PATCH v2 0/3] Fix RT5033 battery device tree probing
 2021-05-19 18:57 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: power: supply: Add DT schema for richtek,rt5033-battery

[PATCH v4] firmware_loader: fix use-after-free in firmware_fallback_sysfs
 2021-05-19 18:56 UTC  (7+ messages)

[PATCH v3 1/2] ASoC: dt-bindings: imx-card: Add binding doc for imx sound card
 2021-05-19 18:55 UTC  (4+ messages)

[PATCH 1/3] firmware: arm_scmi: fix deps arm-smccc-discovery deps in Kconfig
 2021-05-19 18:55 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: arm: OP-TEE as transport channel for SCMI messages

[Fuego] [PATCH] Add support to run or reject tests based on the board availability
 2021-05-19 18:55 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: Clean up revokes on normal withdraws
 2021-05-19 18:54 UTC 

v5.13-rc1-mmots-2021-05-13-17-23 fails with corrupted page table and BAD pte
 2021-05-19 18:53 UTC 

[lttng-dev] reading context fields causes syscalls
 2021-05-19 18:52 UTC  (2+ messages)

[PATCH 0/3] rcu/nocb cleanups
 2021-05-19 18:51 UTC  (3+ messages)
` [PATCH 3/3] rcu: Assume rcu_report_dead() always deals with local CPU

BUG: unable to handle page fault for address - EIP: __kmap_local_page_prot
 2021-05-19 18:50 UTC  (2+ messages)

[PATCH net-next 0/5] net: intel: some cleanups
 2021-05-19 18:48 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-19 18:47 UTC  (6+ messages)
` [PATCH 02/43] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping
` [PATCH 29/43] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT

[PATCH v2 1/1] NFSD add vfs_fsync after async copy is done
 2021-05-19 18:48 UTC 

[PATCH bpf-next 00/11] bpfilter
 2021-05-19 18:47 UTC  (3+ messages)
` [PATCH bpf-next 03/11] bpfilter: Add IO functions

[PATCH net v4] igb: Fix XDP with PTP enabled
 2021-05-19 18:46 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[SPDK] Announcing The 2021 US SPDK, PMDK and Intel® Performance Analyzers Virtual Forum! June 22nd-24th
 2021-05-19 18:45 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: Fix I_NEW check in gfs2_dinode_in
 2021-05-19 18:45 UTC 

[PATCH 0/4] bond_alb: support VMs behind bridges better
 2021-05-19 18:45 UTC  (3+ messages)
` [PATCH 3/4] bond_alb: don't tx balance multicast traffic either

add SPP_PLPMTUD_ENABLE/DISABLE flag for spp_flags
 2021-05-19 18:44 UTC  (6+ messages)

[dpdk-dev] [PATCH v3 1/8] baseband: introduce NXP LA12xx driver
 2021-05-19 18:43 UTC  (9+ messages)
` [dpdk-dev] [PATCH v4 0/8] baseband: add "
  ` [dpdk-dev] [PATCH v4 5/8] baseband/la12xx: add queue and modem config support

lost connection on dynamic IP
 2021-05-19 18:43 UTC  (2+ messages)

regression in recent pvops kernels, dom0 crashes early
 2021-05-19 18:42 UTC  (3+ messages)

[PATCH v4 0/5] Enable Bluetooth functionality for WCN6750
 2021-05-19 18:41 UTC  (5+ messages)
` [PATCH v4 4/5] dt-bindings: net: bluetooth: Convert Qualcomm BT binding to DT schema
` [PATCH v4 5/5] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn6750

[PATCH robh dt/next] dt-bindings: mfd: add Broadcom CRU
 2021-05-19 18:40 UTC  (4+ messages)
` [PATCH V2 "
  ` [PATCH V3 "

[PATCH v4 0/4] i2c: aspeed: Add buffer and DMA modes support
 2021-05-19 18:38 UTC  (6+ messages)
` [PATCH v4 4/4] i2c: aspeed: add DMA mode transfer support

[smp] a32a4d8a81: netperf.Throughput_tps -2.1% regression
 2021-05-19 18:38 UTC  (5+ messages)

[PATCH] aio: add missing dcache flush
 2021-05-19 18:40 UTC  (2+ messages)

[PATCH 0/5] crypto: add gemini/sl3516 crypto driver
 2021-05-19 18:39 UTC  (2+ messages)

[PATCH v2] PCI: iproc: Fix a non-compliant kernel-doc
 2021-05-19 18:38 UTC 

stable-rc/queue/4.9 baseline: 112 runs, 5 regressions (v4.9.268-224-ge5765f875a88)
 2021-05-19 18:36 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-05-19 18:36 UTC  (10+ messages)
` [PATCH v1 04/11] mm/memremap: add ZONE_DEVICE support for compound pages

[RFC 0/3] dma-fence: Add a "boost" mechanism
 2021-05-19 18:38 UTC  (8+ messages)
` [RFC 1/3] dma-fence: Add boost fence op
` [RFC 2/3] drm/atomic: Call dma_fence_boost() when we've missed a vblank
` [RFC 3/3] drm/msm: Wire up gpu boost

[Buildroot] [PATCH v1 1/2] package/pipewire: bump version to 0.3.27
 2021-05-19 18:34 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/2] package/pipewire: fix uclibc compile (getrandom related)

[PATCH nf,v2] netfilter: nftables: accept all dummy chain when table is dormant
 2021-05-19 18:34 UTC  (4+ messages)

[PATCH BlueZ v2 0/5] OOB Authentication improvements
 2021-05-19 18:33 UTC  (8+ messages)
` [PATCH BlueZ v2 1/5] mesh: Fix delivery of PB-ACK to acceptors
` [PATCH BlueZ v2 2/5] nesh: Normalize endian of public/private ECC keys
` [PATCH BlueZ v2 3/5] tools/mesh: Add all supported OOB methods to cfgclient
` [PATCH BlueZ v2 4/5] test/mesh: Add support for testing more OOB auth
` [PATCH BlueZ v2 5/5] mesh: Add single threading to prov-acp ob messaging

[PATCH for-next v6 00/10] RDMA/rxe: Implement memory windows
 2021-05-19 18:32 UTC  (2+ messages)

[PATCH v2 00/17] Adding support for controlling the leds found on Intel NUC
 2021-05-19 18:30 UTC  (8+ messages)
` [PATCH v2 16/17] leds: leds-nuc: add support for changing the ethernet type indicator

[PATCH rdma-next] RDMA/rdmavt: Decouple QP and SGE lists allocations
 2021-05-19 18:29 UTC  (11+ messages)

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-19 18:28 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: aspeed-i2c: Convert txt to yaml format

post-receive: pub/scm/linux/kernel/git/jlayton/linux
 2021-05-19 18:29 UTC 

[RFC PATCH 00/16] The Runtime Verification (RV) interface
 2021-05-19 18:27 UTC  (5+ messages)
` [RFC PATCH 04/16] rv/include: Add deterministic automata monitor definition via C macros
` [RFC PATCH 11/16] rv/monitors: wwnr instrumentation and Makefile/Kconfig entries

[PATCH 00/10] Domain on Static Allocation
 2021-05-19 18:27 UTC  (5+ messages)
` [PATCH 01/10] xen/arm: introduce domain "

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-19 18:23 UTC 

[PATCH 00/24] target/ppc: Clean up mmu translation
 2021-05-19 18:20 UTC  (3+ messages)
` [PATCH 21/24] target/ppc: Split out ppc_hash32_xlate

[PATCH] net: dsa: Remove unsigned expression compared with zero
 2021-05-19 18:24 UTC  (2+ messages)

[PATCH v2 0/3] hw/display/bcm2835_fb: Remove DeviceReset() call in DeviceRealize()
 2021-05-19 18:22 UTC  (6+ messages)
` [PATCH v2 1/3] hw/display/bcm2835_fb: Resize console on reset

pull-request mwifiex-firmware 2021-05-19
 2021-05-19 18:23 UTC  (2+ messages)

[PATCH v2 00/21] qapi: static typing conversion, pt5a
 2021-05-19 18:21 UTC  (4+ messages)
` [PATCH v2 15/21] qapi/parser: add docstrings

[Intel-gfx] [PATCH 0/7] Per client engine busyness
 2021-05-19 18:23 UTC  (17+ messages)
        `  "
                ` [Nouveau] "
                          ` [Nouveau] [Intel-gfx] "

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2021-05-19 18:23 UTC 

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2021-05-19 18:23 UTC 

[PATCH rdma-rc] RDMA/mlx5: Fix query DCT via DEVX
 2021-05-19 18:22 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/lee/linux
 2021-05-19 18:22 UTC 

[PATCH v26 00/20] i386 cleanup PART 2
 2021-05-19 18:17 UTC  (13+ messages)

[PATCH V2] Staging: greybus: fix open parenthesis error in gbphy.c
 2021-05-19 18:19 UTC 

[PATCH 0/3] Move some things out of hw/misc
 2021-05-19 18:10 UTC  (4+ messages)
` [PATCH 1/3] adc: Move the zynq-xadc file to the adc directories

[RESEND v2] dt-bindings: media: venus: Add sc7280 dt schema
 2021-05-19 18:17 UTC  (2+ messages)

[PATCH v7 0/5] clk: add driver for the SiFive FU740
 2021-05-19 18:17 UTC  (19+ 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.