All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-17 10:23:44 to 2021-06-17 11:06:30 UTC [more...]

[LTP] [PATCH v2] doc: Modernize test-writing-guidelines
 2021-06-17 11:06 UTC  (3+ messages)

[PATCH v2] sched/fair: Age the average idle time
 2021-06-17 11:05 UTC  (8+ messages)

[PATCH 1/8] bus: fsl-mc: mc-io: Supply function names for 'fsl_create_mc_io()' and 'fsl_destroy_mc_io()'
 2021-06-17 11:05 UTC  (8+ messages)
` [PATCH 2/8] bus: fsl-mc: mc-sys: Supply missing function names in kernel-doc headers
` [PATCH 3/8] bus: fsl-mc: fsl-mc-bus: Demote a bunch of non-conformant kernel-doc headers and help others
` [PATCH 4/8] bus: fsl-mc: dprc: Fix a couple of misspelling and formatting issues
` [PATCH 5/8] bus: fsl-mc: dprc-driver: Fix some missing/incorrect function parameter descriptions
` [PATCH 6/8] bus: fsl-mc: fsl-mc-allocator: Fix misspelling of 'new_mc_adev' and demote non-kernel-doc headers
` [PATCH 7/8] bus: fsl-mc-msi: Fix a little doc-rot pertaining to 'np' to 'fwnode' conversion
` [PATCH 8/8] bus: fsl-mc: mc-io: Correct misdocumentation of 'dpmcp_dev' param

[PATCH V8 0/6] Passthrough specific network traffic in COLO
 2021-06-17 11:03 UTC  (9+ messages)
` [PATCH V8 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[“PATCH” 0/2] [KMB] mmc clock-frequency property update and
 2021-06-17 10:04 UTC  (4+ messages)
` [“PATCH” 1/2] mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xin

[cip-dev] New CVE entries this week
 2021-06-17 11:04 UTC  (3+ messages)

[PATCH bpf-next] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-17 11:04 UTC  (2+ messages)

[PATCH 0/7] Add support for DMA2D of STMicroelectronics STM32 SoC series
 2021-06-17 11:01 UTC  (15+ messages)
` [PATCH 3/7] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH 6/7] media: v4l2-mem2mem: add v4l2_m2m_get_unmapped_area for no-mmu platform
` [PATCH 7/7] media: stm32-dma2d: STM32 DMA2D driver

[PATCH v4 0/4] use bin_attribute to avoid cpumap buff overflow
 2021-06-17 11:03 UTC  (9+ messages)
` [PATCH v4 1/4] lib: bitmap: introduce bitmap_print_to_buf
` [PATCH v4 2/4] topology: use bin_attribute to avoid buff overflow
` [PATCH v4 3/4] drivers/base/node.c: "

[PATCH v20210616 00/36] leftover from 2020
 2021-06-17 11:02 UTC  (4+ messages)

[PATCH v6 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-06-17 11:00 UTC  (9+ messages)
` [PATCH v6 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH] mt76: disable TWT capabilities for the moment
 2021-06-17 11:02 UTC 

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-17 11:02 UTC  (6+ messages)

[PATCH] usb: dwc3: Fix debugfs creation flow
 2021-06-17 11:01 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/7] vhost: Fix and improve NUMA reallocation
 2021-06-17 10:58 UTC  (8+ messages)
` [dpdk-dev] [PATCH 1/7] vhost: fix missing memory table NUMA realloc
` [dpdk-dev] [PATCH 2/7] vhost: fix missing guest pages "
` [dpdk-dev] [PATCH 3/7] vhost: fix missing cache logging "
` [dpdk-dev] [PATCH 4/7] vhost: fix NUMA reallocation with multiqueue
` [dpdk-dev] [PATCH 5/7] vhost: improve NUMA reallocation
` [dpdk-dev] [PATCH 6/7] vhost: allocate all data on same node as virtqueue
` [dpdk-dev] [PATCH 7/7] vhost: convert inflight data to DPDK allocation API

[PATCH v7 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-17 10:58 UTC  (15+ messages)
` [PATCH v7 1/4] KVM: arm64: Introduce two cache maintenance callbacks
` [PATCH v7 2/4] KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
` [PATCH v7 3/4] KVM: arm64: Tweak parameters of guest cache maintenance functions
` [PATCH v7 4/4] KVM: arm64: Move guest CMOs to the fault handlers

[PATCH] misc: sram: Only map reserved areas in Tegra SYSRAM
 2021-06-17 11:00 UTC  (2+ messages)

[PATCH 5.10 00/38] 5.10.45-rc1 review
 2021-06-17 11:00 UTC  (3+ messages)

[dpdk-dev] [PATCH v6 00/19] net: ngbe PMD
 2021-06-17 11:00 UTC  (20+ messages)
` [dpdk-dev] [PATCH v6 01/19] net/ngbe: add build and doc infrastructure
` [dpdk-dev] [PATCH v6 02/19] net/ngbe: support probe and remove
` [dpdk-dev] [PATCH v6 03/19] net/ngbe: add log type and error type
` [dpdk-dev] [PATCH v6 04/19] net/ngbe: define registers
` [dpdk-dev] [PATCH v6 05/19] net/ngbe: set MAC type and LAN ID with device initialization
` [dpdk-dev] [PATCH v6 06/19] net/ngbe: init and validate EEPROM
` [dpdk-dev] [PATCH v6 07/19] net/ngbe: add HW initialization
` [dpdk-dev] [PATCH v6 08/19] net/ngbe: identify PHY and reset PHY
` [dpdk-dev] [PATCH v6 09/19] net/ngbe: store MAC address
` [dpdk-dev] [PATCH v6 10/19] net/ngbe: support link update
` [dpdk-dev] [PATCH v6 11/19] net/ngbe: setup the check PHY link
` [dpdk-dev] [PATCH v6 12/19] net/ngbe: add Rx queue setup and release
` [dpdk-dev] [PATCH v6 13/19] net/ngbe: add Tx "
` [dpdk-dev] [PATCH v6 14/19] net/ngbe: add simple Rx flow
` [dpdk-dev] [PATCH v6 15/19] net/ngbe: add simple Tx flow
` [dpdk-dev] [PATCH v6 16/19] net/ngbe: add device start and stop operations
` [dpdk-dev] [PATCH v6 17/19] net/ngbe: add Tx queue start and stop
` [dpdk-dev] [PATCH v6 18/19] net/ngbe: add Rx "
` [dpdk-dev] [PATCH v6 19/19] net/ngbe: support to close and reset device

[RFC PATCH 0/8] Add support for FORM2 associativity
 2021-06-17 10:59 UTC  (16+ messages)
` [RFC PATCH 7/8] powerpc/pseries: "
` [RFC PATCH 8/8] powerpc/papr_scm: Use FORM2 associativity details

Extending bpf_get_ns_current_pid_tgid()
 2021-06-17 10:59 UTC  (8+ messages)

[PATCH 5.4 00/28] 5.4.127-rc1 review
 2021-06-17 10:59 UTC  (3+ messages)

sound/soc/stm/stm32_sai_sub.c:386:22: warning: Either the condition 'div<0' is redundant or there is division by zero@line 386. [zerodivcond]
 2021-06-17 10:58 UTC 

[PATCH 0/4] pack-objects: use revision.c's --stdin parsing
 2021-06-17 10:57 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v2 2/4] revision.h: unify "disable_stdin" and "read_from_stdin"
  ` [PATCH v2 3/4] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v2 4/4] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[PATCH 00/10] Rid W=1 warnings from Bus
 2021-06-17 10:57 UTC  (5+ messages)

[PATCH] can: bittiming: fix two grammar mistakes in documentation for struct can_tdc
 2021-06-17 10:56 UTC  (4+ messages)

[LTP] [PATCH 0/3 v2] Cleanup and bugfix for getrusage03
 2021-06-17 10:55 UTC  (4+ messages)
` [LTP] [PATCH 1/3 v2] lib: tst_process_state: Use SPDX and format alignment
` [LTP] [PATCH 2/3 v2] lib: tst_process_state: Add tst_process_exit_wait()
` [LTP] [PATCH 3/3 v2] getrusage: Cleanup and bugfix for getrusage03

[cip-dev] Request support to switch the CIP version
 2021-06-17  6:30 UTC 

[PATCH nft] segtree: memleak in error path of the set to segtree conversion
 2021-06-17 10:54 UTC 

linux-next: Fixes tag needs some work in the v4l-dvb-next tree
 2021-06-17 10:54 UTC 

[PATCH 0/4] show-branch: add missing tests, trivial color output fix
 2021-06-17 10:53 UTC  (6+ messages)
` [PATCH v2 0/4] show-branch: add missing tests, trivial color output change
  ` [PATCH v2 1/4] show-branch tests: rename the one "show-branch" test file
  ` [PATCH v2 2/4] show-branch tests: modernize test code
  ` [PATCH v2 3/4] show-branch: don't <COLOR></RESET> for space characters
  ` [PATCH v2 4/4] show-branch tests: add missing tests

[PATCH v6] PCI: ixp4xx: Add a new driver for IXP4xx
 2021-06-17 10:45 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-06-16
 2021-06-17 10:51 UTC  (2+ messages)

[PATCH] gitlab-ci: Add jobs to build standalone machines
 2021-06-17 10:42 UTC  (2+ messages)

[PATCH v2 1/4] mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue
 2021-06-17 10:50 UTC  (3+ messages)

[PATCH 1/2] ASoC: sunxi: Add Allwinner H6 Digital MIC driver
 2021-06-17 10:48 UTC  (6+ messages)

[PATCH] admin-guide/cputopology.rst: Remove non-existed cpu-hotplug.txt
 2021-06-17 10:45 UTC 

[PATCH 1/4] arm: dts: am335x-boneblack: Extract common config
 2021-06-17 10:49 UTC  (5+ messages)

[yocto-autobuilder2][PATCH] reporters/swatbot: sanitize urls
 2021-06-17 10:48 UTC 

[meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
 2021-06-17 10:46 UTC  (3+ messages)
` [OE-core] "
  ` [oe] "

[PATCH 1/2] arm64: traps: Support for registering SError hooks
 2021-06-17 10:40 UTC  (4+ messages)
` [PATCH 2/2] soc: tegra: Add Tegra186 ARI driver

[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-17 10:43 UTC  (11+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2

[PATCH bpf v1] bpf: fix libelf endian handling in resolv_btfids
 2021-06-17 10:44 UTC  (6+ messages)

[ovmf test] 162869: regressions - FAIL
 2021-06-17 10:43 UTC 

[PATCH 0/8] membarrier cleanups
 2021-06-17 10:40 UTC  (4+ messages)
` [PATCH 7/8] membarrier: Remove arm (32) support for SYNC_CORE

[PATCH 0/6] mktag tests: test more exhaustively
 2021-06-17 10:42 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] mktag tests: parse out options in helper
  ` [PATCH v2 2/6] mktag tests: invert --no-strict test
  ` [PATCH v2 3/6] mktag tests: test hash-object --literally and unreachable fsck
  ` [PATCH v2 4/6] mktag tests: test update-ref and reachable fsck
  ` [PATCH v2 5/6] mktag tests: test for-each-ref
  ` [PATCH v2 6/6] mktag tests: test fast-export

[PATCH 0/3] *** Support ASPEED AST2600 I2C ***
 2021-06-17 10:36 UTC  (6+ messages)
` [PATCH 3/3] i2c:support new register set for ast2600

[PATCH 5.13] mac80211: minstrel_ht: fix sample time check
 2021-06-17 10:38 UTC 

[PATCH 1/1] ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing()
 2021-06-17 10:37 UTC 

Best way to continually discard incoming socket data
 2021-06-17 10:38 UTC 

[dm-devel] [RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-17 10:35 UTC  (8+ messages)
`  "
` [dm-devel] [RFC PATCH V2 1/3] block: add helper of blk_queue_poll
  `  "
` [dm-devel] [RFC PATCH V2 2/3] block: add ->poll_bio to block_device_operations
  `  "
` [dm-devel] [RFC PATCH V2 3/3] dm: support bio polling
  `  "

[PATCH 1/1] ASoC: Intel: bdw-rt5677: remove unnecessary oom message
 2021-06-17 10:35 UTC 

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-17 10:28 UTC  (7+ messages)

[PATCH V2 0/3] cpufreq: cppc: Add support for frequency invariance
 2021-06-17 10:34 UTC  (5+ messages)
` [PATCH V2 3/3] cpufreq: CPPC: "

[PATCH v2] drm/mediatek: force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-06-17 10:32 UTC  (4+ messages)

[PATCH 1/1] ASoC: fsl: remove unnecessary oom message
 2021-06-17 10:31 UTC  (2+ messages)

[PATCH] drm/amdgpu: Call drm_framebuffer_init last for framebuffer init
 2021-06-17 10:33 UTC  (2+ messages)

[PATCH 5.4 0/2] Backports "x86, sched: Treat Intel SNC topology as default, COD as exception"
 2021-06-17 10:32 UTC  (2+ messages)

[PULL 00/45] Memory, i386, compilation, bugfix changes for 2021-06-17
 2021-06-17 10:21 UTC  (2+ messages)

[PATCH] ahci: Add support for Dell S140 and later controllers
 2021-06-17 10:31 UTC  (2+ messages)

Linux 5.13-rc6 regression to 5.12.x: kernel OOM and panic during kernel boot in low memory Xen VM's (256MB assigned memory)
 2021-06-17 10:30 UTC  (2+ messages)

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-17 10:29 UTC  (12+ messages)

remove ->revalidate_disk (resend)
 2021-06-17 10:29 UTC  (5+ messages)

[PATCH 0/3] hw/acpi, arm: Provide and use acpi_ghes_present()
 2021-06-17 10:28 UTC  (4+ messages)
` [PATCH 1/3] hw/acpi: Provide stub version of acpi_ghes_record_errors()

[PULL 00/33] Misc patches for 2021-06-15
 2021-06-17 10:06 UTC  (4+ messages)

[PATCH 1/1] ALSA: aoa: remove unnecessary oom message
 2021-06-17 10:27 UTC 

[PATCH v10 0/7] I3C mastership handover support
 2021-06-17 10:28 UTC  (5+ messages)
` [PATCH v10 7/7] i3c: master: mastership handover, defslvs processing in cdns controller driver

[Intel-gfx] [PATCH] drm/i915/ttm: remove unused function
 2021-06-17 10:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

vc4_bo_create: Failed to allocate from CMA
 2021-06-17 10:27 UTC  (3+ messages)

[PATCH 0/4] modules: add support for target-specific modules
 2021-06-17 10:07 UTC  (10+ messages)

[PATCH] hw/nvme: fix pin-based interrupt behavior (again)
 2021-06-17 10:09 UTC  (2+ messages)

[PATCH] coreaudio: Fix output stream format settings
 2021-06-17 10:01 UTC  (2+ messages)

[PATCH v2 00/30] Minimal restart of "config-based-hooks"
 2021-06-17 10:23 UTC  (22+ messages)
` [PATCH 00/27] Base for "config-based-hooks"
  ` [PATCH 07/27] git hook run: add an --ignore-missing flag
  ` [PATCH 08/27] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH 10/27] commit: use hook.h to execute hooks
  ` [PATCH 11/27] read-cache: convert post-index-change hook to use config
  ` [PATCH 12/27] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH 13/27] run-command: remove old run_hook_{le,ve}() hook API
  ` [PATCH 14/27] run-command: allow stdin for run_processes_parallel
  ` [PATCH 15/27] hook: support passing stdin to hooks
  ` [PATCH 16/27] am: convert 'post-rewrite' hook to hook.h
  ` [PATCH 17/27] run-command: add stdin callback for parallelization
  ` [PATCH 18/27] hook: provide stdin by string_list or callback
  ` [PATCH 19/27] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH 20/27] transport: convert pre-push hook to use config
  ` [PATCH 21/27] reference-transaction: use hook.h to run hooks
  ` [PATCH 22/27] run-command: allow capturing of collated output
  ` [PATCH 23/27] hooks: allow callers to capture output
  ` [PATCH 24/27] receive-pack: convert 'update' hook to hook.h
  ` [PATCH 25/27] post-update: use hook.h library
  ` [PATCH 26/27] receive-pack: convert receive hooks to hook.h
  ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH 0/4] perf: Fix the ctx->pmu for a hybrid system
 2021-06-17 10:23 UTC  (2+ 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.