All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-06 16:39:18 to 2021-12-06 17:08:44 UTC [more...]

[XEN PATCH v8 00/47] xen: Build system improvements, now with out-of-tree build!
 2021-12-06 17:03 UTC  (9+ messages)
` [XEN PATCH v8 06/47] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v8 07/47] build: set ALL_OBJS to main Makefile; move prelink.o to main Makefile
` [XEN PATCH v8 09/47] build: rework test/livepatch/Makefile
` [XEN PATCH v8 10/47] build: rework cloc recipe

[RESEND, v9 00/10] Add support for audio on SC7280 based targets
 2021-12-06 14:22 UTC  (4+ messages)
` [RESEND, v9 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [RESEND, v9 02/10] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [RESEND, v9 03/10] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface

[XEN PATCH 00/57] Toolstack build system improvement, toward non-recursive makefiles
 2021-12-06 17:02 UTC  (40+ messages)
` [XEN PATCH 01/57] .gitignore: Non existing toolcore/include files
` [XEN PATCH 02/57] tools/configure.ac: Remove left over system_aio
` [XEN PATCH 03/57] tools/Rules.mk: Remove $(CFLAGS.opic) from %.opic: %.S
` [XEN PATCH 04/57] libs: Remove _paths.h from libs ctrl and util
` [XEN PATCH 05/57] libs: Remove -Iinclude from CFLAGS
` [XEN PATCH 06/57] libs/libs.mk: Remove generic variable that already exist
` [XEN PATCH 07/57] libs/guest: Drop spurious include in Makefile
` [XEN PATCH 08/57] libs/light: Remove non-existing CFLAGS_libxl.o var
` [XEN PATCH 09/57] libs/light: Remove -I
` [XEN PATCH 10/57] libs/stat: Remove duplicated CFLAGS from deps
` [XEN PATCH 11/57] libs/store: Remove PKG_CONFIG_REMOVE
` [XEN PATCH 12/57] tools: remove some unneeded subdir-distclean-* targets
` [XEN PATCH 14/57] tools/flask/utils: remove unused variables/targets from Makefile
` [XEN PATCH 15/57] tools/libacpi: cleanup Makefile, don't check for iasl binary
` [XEN PATCH 17/57] tools/xl: Remove unnecessary -I. from CFLAGS
` [XEN PATCH 19/57] tools/configure.ac: Create ZLIB_LIBS and ZLIB_CFLAGS
` [XEN PATCH 20/57] tools/Rules.mk: introduce FORCE target
` [XEN PATCH 21/57] tools/include/xen-foreign: avoid to rely on default .SUFFIXES
` [XEN PATCH 22/57] tools/console: have one Makefile per program/directory
` [XEN PATCH 23/57] tools/debugger: Allow make to recurse into debugger/
` [XEN PATCH 24/57] tools/debugger/gdbsx: Fix and cleanup makefiles
` [XEN PATCH 26/57] tools/firmware/hvmloader: rework Makefile
` [XEN PATCH 27/57] tools/fuzz/libelf: rework makefile
` [XEN PATCH 29/57] tools/helper: Cleanup Makefile
` [XEN PATCH 30/57] tools/hotplug: cleanup Makefiles
` [XEN PATCH 31/57] tools/libfsimage: Cleanup makefiles
` [XEN PATCH 32/57] tools/misc: rework Makefile
` [XEN PATCH 34/57] tools/xcutils: "
` [XEN PATCH 35/57] tools/xenpaging: Rework makefile
` [XEN PATCH 37/57] tools/xentop: rework makefile
` [XEN PATCH 38/57] tools/xenstrace: rework Makefile
` [XEN PATCH 41/57] libs: Remove need for *installlocal targets
` [XEN PATCH 45/57] libs/guest: rework CFLAGS
` [XEN PATCH 46/57] libs/store: use of -iquote instead of -I
` [XEN PATCH 47/57] libs/stat: Fix and rework python-bindings build
` [XEN PATCH 49/57] libs/toolcore: don't install xentoolcore_internal.h anymore
` [XEN PATCH 51/57] .gitignore: Cleanup ignores of tools/libs/*/{headers.chk,*.pc}
` [XEN PATCH 54/57] tools/libs: create Makefile.common to be used by stubdom build system
` [XEN PATCH 57/57] stubdom: xenlibs linkfarm, ignore non-regular files

Building perf with BUILD_BPF_SKEL=1 by default
 2021-12-06 17:08 UTC  (5+ messages)

[PATCH] drivers/mmc/core/bus: Delete redundant match function
 2021-12-06 16:50 UTC 

[PATCH RFC net-next 00/12] Allow DSA drivers to set all phylink capabilities
 2021-12-06 17:06 UTC  (11+ messages)
` [PATCH RFC net-next 05/12] net: dsa: bcm_sf2: convert to phylink_generic_validate()

[PATCH v2 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
 2021-12-06 17:02 UTC  (7+ messages)
` [PATCH v2 1/4] perf: Fix wrong name in comment for struct perf_cpu_context
` [PATCH v2 2/4] KVM: arm64: Keep a list of probed PMUs
` [PATCH v2 3/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
` [PATCH v2 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU

[PATCH net-next v4 0/4] Add FDMA support on ocelot switch driver
 2021-12-06 17:07 UTC  (5+ messages)
` [PATCH net-next v4 4/4] net: ocelot: add FDMA support

[PATCH v9 00/10] Add support for audio on SC7280 based targets
 2021-12-06 13:10 UTC  (11+ messages)
` [PATCH v9 01/10] ASoC: qcom: SC7280: Update config for building codec dma drivers
` [PATCH v9 02/10] ASoC: qcom: Move lpass_pcm_data structure to lpass header
` [PATCH v9 03/10] ASoC: qcom: lpass: Add dma fields for codec dma lpass interface
` [PATCH v9 04/10] ASoC: qcom: Add helper function to get dma control and lpaif handle
` [PATCH v9 05/10] ASoC: qcom: Add register definition for codec rddma and wrdma
` [PATCH v9 06/10] ASoC: qcom: Add regmap config support for codec dma driver
` [PATCH v9 07/10] ASoC: qcom: Add "
` [PATCH v9 08/10] ASoC: qcom: Add lpass CPU driver for codec dma control
` [PATCH v9 09/10] ASoC: dt-bindings: Add SC7280 lpass cpu bindings
` [PATCH v9 10/10] ASoC: qcom: lpass-sc7280: Add platform driver for lpass audio

[PATCH v19 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-06 17:03 UTC  (5+ messages)
` [PATCH v19 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer

[PATCH v2 00/16] generic: add some mmap CoW tests
 2021-12-06 17:02 UTC  (5+ messages)

powerpc64-linux-ld: drivers/i2c/busses/i2c-pasemi-core.o:undefined reference to `__this_module'
 2021-12-06 17:02 UTC  (3+ messages)

[RFC v1] mfd: pinctrl: RFC only: add and utilze mfd option in pinctrl-ocelot
 2021-12-06 17:04 UTC  (4+ messages)

[PATCH v12 0/7] gpio-sim: configfs-based GPIO simulator
 2021-12-06 17:00 UTC  (7+ messages)
` [PATCH v12 4/7] gpio: sim: new testing module

[PATCH v2] KVM: x86: fix for missing initialization of return status variable
 2021-12-06 17:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] btrfs: zoned: free zone_cache when freeing zone_info
 2021-12-06 17:00 UTC  (2+ messages)

[PATCH] arm64: asmlinkage: Enable use of BTI_C macro in SYM_CODE
 2021-12-06 16:52 UTC  (3+ messages)

[PATCH V2] scsi:spraid: initial commit of Ramaxel spraid driver
 2021-12-06 17:00 UTC  (3+ messages)

[PATCH v2 0/2] Initial Renesas R-Car remoteproc support
 2021-12-06 16:59 UTC  (4+ messages)

Suboptimal error handling in libnftables
 2021-12-06 16:58 UTC  (3+ messages)

[PATCH 00/19] Rust support
 2021-12-06 17:00 UTC  (4+ messages)
` [PATCH 01/19] kallsyms: support "big" kernel symbols

[PATCH v2] drm/msm/dp: Add "qcom,sc7280-dp" to support display port
 2021-12-06 16:57 UTC  (2+ messages)

[PATCH] xen/arm: Add Kconfig parameter for memory banks number
 2021-12-06 17:05 UTC  (2+ messages)

[PATCH] of/irq: Add a quirk for controllers with their own definition of interrupt-map
 2021-12-06 16:55 UTC  (20+ messages)

[PATCH v2 1/4] can: hi311x: Use devm_clk_get_optional() to get the input clock
 2021-12-06 16:55 UTC  (4+ messages)
` [PATCH v2 2/4] can: hi311x: try to get crystal clock rate from property
` [PATCH v2 3/4] can: hi311x: Make use of device property API
` [PATCH v2 4/4] can: hi311x: Convert to use dev_err_probe()

[PATCH v3 net-next 00/12] Rework DSA bridge TX forwarding offload API
 2021-12-06 16:57 UTC  (13+ messages)
` [PATCH v3 net-next 01/12] net: dsa: make dp->bridge_num one-based
` [PATCH v3 net-next 02/12] net: dsa: assign a bridge number even without TX forwarding offload
` [PATCH v3 net-next 03/12] net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging ops
` [PATCH v3 net-next 04/12] net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx_port_check_hw_vlan
` [PATCH v3 net-next 05/12] net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev comparison
` [PATCH v3 net-next 06/12] net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
` [PATCH v3 net-next 07/12] net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers "
` [PATCH v3 net-next 08/12] net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_dev
` [PATCH v3 net-next 09/12] net: dsa: export bridging offload helpers to drivers
` [PATCH v3 net-next 10/12] net: dsa: keep the bridge_dev and bridge_num as part of the same structure
` [PATCH v3 net-next 11/12] net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
` [PATCH v3 net-next 12/12] net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload

[PATCH v1 1/1] x86: Skip WBINVD instruction for VM guest
 2021-12-06 16:53 UTC  (11+ messages)
` [PATCH v2] "

[PATCH net] net, neigh: clear whole pneigh_entry at alloc time
 2021-12-06 16:53 UTC 

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-06 17:00 UTC  (12+ messages)

[PATCH 0/4] usage API: Add and use die_message()
 2021-12-06 16:55 UTC  (5+ messages)
` [PATCH 1/4] usage.c: add a die_message() routine
` [PATCH 2/4] usage.c API users: use die_message() where appropriate
` [PATCH 3/4] usage.c + gc: add and use a die_message_errno()
` [PATCH 4/4] config API: don't use vreportf(), make it static in usage.c

Potential bug with octopus merges and symlinks
 2021-12-06 16:53 UTC  (2+ messages)

Checkout previous branch command not working on ​2.34.1.400
 2021-12-06 16:52 UTC 

[v1 0/5] Update MT8192 Clock Setting
 2021-12-06 16:49 UTC  (21+ messages)
` [v1 1/5] arm64: dts: mediatek: Correct system timer clock of MT8192
` [v1 2/5] arm64: dts: mediatek: Correct UART "
` [v1 3/5] arm64: dts: mediatek: Correct SPI "
` [v1 4/5] arm64: dts: mediatek: Correct Nor Flash "
` [v1 5/5] arm64: dts: mediatek: Correct I2C "

[PATCH v2] misc: Allow selective disabling of debug facility names
 2021-12-06 17:03 UTC 

[PATCH 01/26] insane.bbclass: do not hardcode oe-core path in upstream-status check
 2021-12-06 17:03 UTC  (9+ messages)
` [PATCH 26/26] serf: mark patches as inappropriate for upstream submission
  ` [OE-core] "

[PATCH v2] kselftest: alsa: Add simplistic test for ALSA mixer controls kselftest
 2021-12-06 17:01 UTC  (5+ messages)

[PATCH] fetch2/wget: do not hardcode tarball compressors in version check
 2021-12-06 17:02 UTC  (3+ messages)
` [bitbake-devel] "

[PATCH v4 00/15] ARM: enable IRQ stacks and vmap'ed stacks for UP
 2021-12-06 16:46 UTC  (16+ messages)
` [PATCH v4 01/15] ARM: riscpc: drop support for IOMD_IRQREQC/IOMD_IRQREQD IRQ groups
` [PATCH v4 02/15] ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 03/15] ARM: footbridge: "
` [PATCH v4 04/15] ARM: iop32x: offset IRQ numbers by 1
` [PATCH v4 05/15] ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 06/15] ARM: remove old-style irq entry
` [PATCH v4 07/15] irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v4 08/15] ARM: entry: preserve thread_info pointer in switch_to
` [PATCH v4 09/15] ARM: module: implement support for PC-relative group relocations
` [PATCH v4 10/15] ARM: assembler: add optimized ldr/str macros to load variables from memory
` [PATCH v4 11/15] ARM: percpu: add SMP_ON_UP support
` [PATCH v4 12/15] ARM: use TLS register for 'current' on !SMP as well
` [PATCH v4 13/15] ARM: smp: defer TPIDRURO update for SMP v6 configurations too
` [PATCH v4 14/15] ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
` [PATCH v4 15/15] ARM: v7m: enable support for IRQ stacks

[Intel-gfx] [PATCH v2 00/16] drm/i915: Remove short term pins from execbuf
 2021-12-06 17:00 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 03/16] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v2

[igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_engines: Added out fence for execute-one subtest
 2021-12-06 16:42 UTC 

[PATCH] spi: atmel-quadspi: Add support for SAMA7G5 QSPI
 2021-12-06 16:51 UTC  (2+ messages)

[PATCH] SUNRPC: Add source address/port to rpc_socket* traces
 2021-12-06 16:51 UTC  (3+ messages)

[PATCH] x86/purgatory: provide config to disable purgatory
 2021-12-06 16:51 UTC  (6+ messages)
      ` [External] "

[GIT PULL FOR v5.17] R-Car DU updates
 2021-12-06 16:49 UTC 

[PATCH v6 0/6] Add vmnet.framework based network backend
 2021-12-06 16:42 UTC  (7+ messages)
` [PATCH v6 1/6] net/vmnet: add vmnet dependency and customizable option
` [PATCH v6 2/6] net/vmnet: add vmnet backends to qapi/net
` [PATCH v6 3/6] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v6 4/6] net/vmnet: implement host mode (vmnet-host)
` [PATCH v6 5/6] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v6 6/6] net/vmnet: update qemu-options.hx

[PATCH v1 1/4] can: hi311x: Use devm_clk_get_optional() to get the input clock
 2021-12-06 16:48 UTC  (3+ messages)
` [PATCH v1 2/4] can: hi311x: try to get crystal clock rate from property

[PATCH] mtd_blkdevs: don't scan partitions for plain mtdblock
 2021-12-06 16:47 UTC  (3+ messages)

[PATCH v5 1/5] mfd: da9062: make register CONFIG_I writable
 2021-12-06 16:46 UTC  (3+ messages)

[PATCH 0/4] Input: goodix - pen support + misc patches
 2021-12-06 16:47 UTC  (5+ messages)
` [PATCH 1/4] Input: goodix - Add id->model mapping for the "9111" model
` [PATCH 2/4] Input: goodix - Improve gpiod_get() error logging
` [PATCH 3/4] Input: goodix - Use the new soc_intel_is_byt() helper
` [PATCH 4/4] Input: goodix - Add pen support

[PATCH v3] x86/purgatory: convert CONFIG_ARCH_HAS_KEXEC_PURGATORY to be user selectable
 2021-12-06 16:47 UTC 

[PATCH 5.10 000/130] 5.10.84-rc1 review
 2021-12-06 16:46 UTC  (2+ messages)

[PATCH 0/7] (mainly) xz imports from Linux
 2021-12-06 16:45 UTC  (19+ messages)
` [PATCH 1/7] xz: add fall-through comments to a switch statement

[Intel-gfx] [PATCH 1/4] drm/i915/migrate: don't check the scratch page
 2021-12-06 16:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/4] "

[PATCH] net: mvpp2: fix XDP rx queues registering
 2021-12-06 16:45 UTC  (7+ messages)
` [PATCH 1/1] "

[syzbot] WARNING in nested_vmx_vmexit
 2021-12-06 16:45 UTC  (5+ messages)

linux-next: manual merge of the char-misc tree with the char-misc.current tree
 2021-12-06 16:44 UTC  (4+ messages)

[v2 1/2] Docs/devicetree: add serdes-output-amplitude-mv to marvell.txt
 2021-12-06 16:44 UTC  (4+ messages)

[PATCH RESEND 1/1] net: mvpp2: fix XDP rx queues registering
 2021-12-06 16:44 UTC  (2+ messages)

[PATCH] mt76: mt7915: add mu-mimo and ofdma debugfs knobs
 2021-12-06 16:43 UTC  (3+ messages)

[PATCH] minicom: Upgrade 2.7.1 -> 2.8
 2021-12-06 16:42 UTC  (6+ messages)
` [OE-core] "

[PATCH] xen/arm: Do not include in the image functions
 2021-12-06 16:40 UTC  (4+ messages)

[PATCHv5 3/4] tracing: Add register read/write tracing support
 2021-12-06 16:39 UTC  (3+ messages)

Setting BUILDNAME to a string broke in 3.1.12
 2021-12-06 16:40 UTC 

[RFC PATCH] watchdog: da9062: Correct the timeout values
 2021-12-06 16:37 UTC  (6+ 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.