All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-10 11:03:55 to 2021-09-10 11:58:55 UTC [more...]

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-10 11:58 UTC  (7+ messages)
` [PATCH 4/5] rebase -i: don't fork git checkout

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-09-10 11:26 UTC  (19+ messages)
` [PATCH v3 01/22] host-utils: Fix overflow detection in divu128()
` [PATCH v3 02/22] host-utils: fix missing zero-extension in divs128
` [PATCH v3 03/22] host-utils: introduce uabs64()
` [PATCH v3 04/22] i386/kvm: Replace abs64() with uabs64() from host-utils
` [PATCH v3 05/22] host-utils: move checks out of divu128/divs128
` [PATCH v3 06/22] host-utils: move udiv_qrnnd() to host-utils
` [PATCH v3 07/22] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v3 08/22] host-utils: add unit tests for divu128/divs128
` [PATCH v3 09/22] libdecnumber: introduce decNumberFrom[U]Int128
` [PATCH v3 10/22] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
` [PATCH v3 11/22] target/ppc: Introduce REQUIRE_FPU
` [PATCH v3 12/22] target/ppc: Implement DCFFIXQQ
` [PATCH v3 13/22] host-utils: Introduce mulu128
` [PATCH v3 14/22] libdecnumber: Introduce decNumberIntegralToInt128
` [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
` [PATCH v3 18/22] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] "
` [PATCH v3 20/22] target/ppc: Move dqua[q], drrnd[q] "
` [PATCH v3 21/22] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] "

Patchwork housekeeping for: spi-devel-general
 2021-09-10 11:56 UTC 

Possible sleep-in-atomic in BT SCO code
 2021-09-10 11:56 UTC  (2+ messages)

firewire-ohci fails to initialize Texas Instruments XIO2213A/B/XIO2221 based controller on realtime kernels [5.4.91-rt50, 5.10.8-rt24]
 2021-09-10 11:55 UTC  (11+ messages)

[Buildroot] [Bug 14206] New: QT5 touch screen rotation does not work since 2021.05
 2021-09-10 11:55 UTC  (2+ messages)
` [Buildroot] [Bug 14206] "

[PATCH] blk-mq: export blk_mq_submit_bio symbol
 2021-09-10 11:54 UTC  (3+ messages)

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-09-10 11:53 UTC  (7+ messages)
` [PATCH v1 05/14] xen/arm: PCI host bridge discovery within XEN on ARM

[dm-devel] [PATCH 00/35] multipathd: uxlsnr overhaul
 2021-09-10 11:41 UTC  (34+ messages)
` [dm-devel] [PATCH 01/35] libmultipath: add timespeccmp() utility function
` [dm-devel] [PATCH 02/35] libmultipath: add trylock() helper
` [dm-devel] [PATCH 03/35] libmultipath: add optional wakeup functionality to lock.c
` [dm-devel] [PATCH 04/35] libmultipath: print: add __snprint_config()
` [dm-devel] [PATCH 05/35] libmultipath: improve cleanup of uevent queues on exit
` [dm-devel] [PATCH 07/35] multipathd: improve delayed reconfigure
` [dm-devel] [PATCH 08/35] multipathd: cli.h: formatting improvements
` [dm-devel] [PATCH 09/35] multipathd: cli_del_map: fix reply for delayed action
` [dm-devel] [PATCH 10/35] multipathd: add prototype for cli_handler functions
` [dm-devel] [PATCH 11/35] multipathd: make all cli_handlers static
` [dm-devel] [PATCH 12/35] multipathd: add and set cli_handlers in a single step
` [dm-devel] [PATCH 13/35] multipathd: cli.c: use ESRCH for "command not found"
` [dm-devel] [PATCH 14/35] multipathd: add "force_reconfigure" option
` [dm-devel] [PATCH 15/35] multipathd: uxlsnr: avoid stalled clients during reconfigure
` [dm-devel] [PATCH 16/35] multipathd: uxlsnr: handle client HUP
` [dm-devel] [PATCH 17/35] multipathd: uxlsnr: use symbolic values for pollfd indices
` [dm-devel] [PATCH 18/35] multipathd: uxlsnr: avoid using fd -1 in ppoll()
` [dm-devel] [PATCH 19/35] multipathd: uxlsnr: data structure for stateful client connection
` [dm-devel] [PATCH 20/35] multipathd: move uxsock_trigger() to uxlsnr.c
` [dm-devel] [PATCH 21/35] multipathd: move parse_cmd() "
` [dm-devel] [PATCH 22/35] multipathd: uxlsnr: remove check_timeout()
` [dm-devel] [PATCH 23/35] multipathd: uxlsnr: move client handling to separate function
` [dm-devel] [PATCH 24/35] multipathd: uxlsnr: use main poll loop for receiving
` [dm-devel] [PATCH 25/35] multipathd: use strbuf in cli_handler functions
` [dm-devel] [PATCH 26/35] multipathd: uxlsnr: check root on connection startup
` [dm-devel] [PATCH 27/35] multipathd: uxlsnr: pass struct client to uxsock_trigger() and parse_cmd()
` [dm-devel] [PATCH 28/35] multipathd: uxlsnr: move handler execution to separate function
` [dm-devel] [PATCH 29/35] multipathd: uxlsnr: use parser to determine non-root commands
` [dm-devel] [PATCH 30/35] multipathd: uxlsnr: merge uxsock_trigger() into state machine
` [dm-devel] [PATCH 32/35] multipathd: uxlsnr: add timeout handling
` [dm-devel] [PATCH 33/35] multipathd: uxlsnr: use poll loop for sending, too
` [dm-devel] [PATCH 34/35] multipathd: uxlsnr: drop client_lock
` [dm-devel] [PATCH 35/35] multipathd: uxclt: allow client mode for non-root, too

[PATCH 0/3] Fix for KSZ DSA switch shutdown
 2021-09-10 11:51 UTC  (11+ messages)
    ` Aw: "

[PATCH] net: ixgbevf: Remove redundant initialization of variable ret_val
 2021-09-10 11:51 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2] io_uring: fix bug of wrong BUILD_BUG_ON check of __REQ_F_LAST_BIT
 2021-09-10 11:50 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: Increase direct IB pool size
 2021-09-10 11:48 UTC  (10+ messages)
` [PATCH 2/4] drm/amdgpu: UVD avoid memory allocation during IB test
    ` 回复: "
        ` 回复: "
            ` 回复: "
                ` 回复: "

[PATCH RFC 0/2] ceph: size handling for the fscrypt
 2021-09-10 11:46 UTC  (9+ messages)
` [PATCH RFC 2/2] ceph: truncate the file contents when needed when file scrypted

[PATCH v2] blk-zoned: Remove needless request_queue NULL pointer checks
 2021-09-10 11:45 UTC  (3+ messages)

[Bug 213391] New: AMDGPU retries page fault with some specific processes amdgpu: [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered
 2021-09-10 11:46 UTC  (2+ messages)
` [Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed "

[PATCH] scsi: qla2xxx: Remove redundant initialization of pointer req
 2021-09-10 11:46 UTC 

Question: t/io_uring performance
 2021-09-10 11:45 UTC  (19+ messages)

[dpdk-dev] [PATCH 0/3] Virtio PMD RSS support & RSS fixes
 2021-09-10 11:44 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] net/virtio: add initial RSS support

[PATCH v2 6/8] arm64: Import latest memcpy()/memmove() implementation
 2021-09-10 11:42 UTC  (3+ messages)

scripts/checkstack.pl: fix minor spelling mistake
 2021-09-10 11:44 UTC 

[PATCH 00/11] PCI devices passthrough on Arm, part 2
 2021-09-10 11:43 UTC  (4+ messages)
` [PATCH 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain

[PATCH] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-10 11:43 UTC  (10+ messages)

[RFC PATCH v2 0/5] leaf_cfs_rq_list cleanups and fix
 2021-09-10 11:43 UTC  (8+ messages)
` [RFC PATCH v2 1/5] sched/fair: Add ancestors of unthrottled undecayed cfs_rq
` [RFC PATCH v2 5/5] sched/fair: Simplify ancestor enqueue loops

stable-rc/queue/4.9 baseline: 136 runs, 4 regressions (v4.9.282-32-g848355b9467e)
 2021-09-10 11:43 UTC 

[PATCH] oeqa/selftest: Add tests for bitbake shell/python task output
 2021-09-10 11:42 UTC 

[PATCH] staging: vchiq: convert to use a miscdevice
 2021-09-10 11:40 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/10] new features for ipsec and security libraries
 2021-09-10 11:32 UTC  (12+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 01/10] security: add support for TSO on IPsec session
  ` [dpdk-dev] [PATCH v5 02/10] security: add UDP params for IPsec NAT-T
  ` [dpdk-dev] [PATCH v5 03/10] security: add ESN field to ipsec_xform
  ` [dpdk-dev] [PATCH v5 04/10] mbuf: add IPsec ESP tunnel type
  ` [dpdk-dev] [PATCH v5 05/10] ipsec: add support for AEAD algorithms
  ` [dpdk-dev] [PATCH v5 06/10] ipsec: add transmit segmentation offload support
  ` [dpdk-dev] [PATCH v5 07/10] ipsec: add support for NAT-T
  ` [dpdk-dev] [PATCH v5 08/10] ipsec: add support for SA telemetry
  ` [dpdk-dev] [PATCH v5 09/10] ipsec: add support for initial SQN value
  ` [dpdk-dev] [PATCH v5 10/10] ipsec: add ol_flags support

[PATCH] Docs: web server must setenv GIT_PROTOCOL for v2
 2021-09-10 11:40 UTC  (11+ messages)

[PATCH] media: saa7164: Remove redundant assignment of pointer t
 2021-09-10 11:39 UTC 

[PATCH v1 1/1] x86: tangier: acpi: Add GPIO card detection to SDHCI #2
 2021-09-10 11:37 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/mosquitto: security bump to v2.0.12
 2021-09-10 11:28 UTC 

Implement OEM mechanism to handle xyz.openbmc_project.Condition.HostFirmware interface
 2021-09-10 11:34 UTC  (4+ messages)

[Buildroot] [git commit branch/2021.02.x] utils/getdeveloperlib.py: explicitly set devs document encoding
 2021-09-10 11:33 UTC 

[Buildroot] [git commit branch/2021.02.x] package/librsvg: bump to version 2.50.7
 2021-09-10 11:26 UTC 

[PATCH v1 1/1] x86: edison: Mark eMMC non-removable
 2021-09-10 11:35 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.05.x] package/mosquitto: security bump to v2.0.12
 2021-09-10 11:28 UTC 

[Buildroot] [git commit branch/2021.05.x] package/librsvg: bump to version 2.50.7
 2021-09-10 11:26 UTC 

[Buildroot] [git commit branch/2021.05.x] utils/getdeveloperlib.py: explicitly set devs document encoding
 2021-09-10 11:33 UTC 

[dpdk-dev] [PATCH] telemetry: add support for dicts of dicts
 2021-09-10 11:27 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[Buildroot] [PATCH v2 1/1] utils/getdeveloperlib.py: explicitly set devs document encoding
 2021-09-10 11:34 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.08.x] package/mosquitto: security bump to v2.0.12
 2021-09-10 11:28 UTC 

[Buildroot] [git commit branch/2021.08.x] package/vsftpd: bump to 3.0.5
 2021-09-10 11:19 UTC 

[Buildroot] [git commit branch/2021.08.x] package/udisks: bump to version 2.9.3
 2021-09-10 11:32 UTC 

[PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-10 11:32 UTC  (7+ messages)
` [PATCH v2 1/9] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
    ` [Intel-gfx] "
` [PATCH v2 2/9] vfio/ccw: Pass vfio_ccw_private not mdev_device to various functions
    ` [Intel-gfx] "

[PATCH] pci: Fix configuring io/memory base and limit registers of PCI bridges
 2021-09-10 11:33 UTC 

[Buildroot] [git commit branch/2021.08.x] package/librsvg: bump to version 2.50.7
 2021-09-10 11:26 UTC 

[Buildroot] [PATCH] package/udisks: bump to version 2.9.3
 2021-09-10 11:32 UTC  (2+ messages)

[PATCH] docs: block: fix discard_max_bytes references
 2021-09-10 10:51 UTC 

[PATCH RESEND] drm/i915: Mark GPU wedging on driver unregister unrecoverable
 2021-09-10 11:31 UTC  (3+ messages)
` [Intel-gfx] "

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-10 11:31 UTC  (12+ messages)

[PATCH 0/6] help: fix usage nits & bugs, completion shellscript->C
 2021-09-10 11:28 UTC  (12+ messages)
` [PATCH 5/6] help: correct logic error in combining --all and --config
` [PATCH v2 0/5] help: fix usage nits & bugs, completion shellscript->C
  ` [PATCH v2 1/5] help: correct the usage string in -h and documentation
  ` [PATCH v2 2/5] help: correct usage & behavior of "git help --guides"
  ` [PATCH v2 3/5] help tests: add test for --config output
  ` [PATCH v2 4/5] help: correct logic error in combining --all and --config
  ` [PATCH v2 5/5] help / completion: make "git help" do the hard work

[Buildroot] [PATCH 1/1] package/mosquitto: security bump to v2.0.12
 2021-09-10 11:29 UTC  (2+ messages)

stable-rc/linux-4.9.y build: 185 builds: 0 failed, 185 passed (v4.9.282-35-g6816688535be)
 2021-09-10 11:27 UTC 

[dpdk-dev] [PATCH v1 1/1] vfio: add page-by-page mapping API
 2021-09-10 11:27 UTC 

[PATCH] drm/i915: Add ww context to intel_dpt_pin
 2021-09-10 11:27 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[Buildroot] [PATCH] package/librsvg: bump to version 2.50.7
 2021-09-10 11:27 UTC  (2+ messages)

[PATCH 0/3] PM: domains: Improvements for performance states in genpd
 2021-09-10 11:24 UTC  (14+ messages)
` [PATCH 3/3] PM: domains: Add a ->dev_get_performance_state() callback to genpd

[PATCH 00/27] Parallel submission aka multi-bb execbuf
 2021-09-10 11:25 UTC  (5+ messages)
` [PATCH 08/27] drm/i915: Add logical engine mapping
  ` [Intel-gfx] "
` [PATCH 23/27] drm/i915/guc: Implement no mid batch preemption for multi-lrc
  ` [Intel-gfx] "

[Buildroot] [PATCH] package/harfbuzz: bump to version 2.9.0
 2021-09-10 11:24 UTC  (2+ messages)

[PATCH] test-tool run-command: remove dead "testsuite" code
 2021-09-10 11:23 UTC  (3+ messages)
` [PATCH] test-tool run-command: fix confusing init pattern

[Buildroot] [PATCH] package/vsftpd: bump to 3.0.5
 2021-09-10 11:20 UTC  (2+ messages)

[v2 00/24] Mediatek MT8195 clock support
 2021-09-10 11:09 UTC  (11+ messages)
` [v2 19/24] clk: mediatek: Add MT8195 vencsys "
` [v2 22/24] clk: mediatek: Add MT8195 wpesys "

[PATCH] cpufreq: intel_pstate: Override parameters if HWP forced by BIOS
 2021-09-10 11:18 UTC  (8+ messages)

[PATCH 1/2] perf annotate: Fix fused instr logic for assembly functions
 2021-09-10 11:17 UTC  (4+ messages)
` [PATCH 2/2] perf annotate: Add fusion logic for AMD microarchs

[PATCH] softmmu: fix watchpoint processing in icount mode
 2021-09-10 11:15 UTC  (2+ messages)

[PATCH v1] mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
 2021-09-10 11:16 UTC  (2+ messages)

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-09-10 11:16 UTC  (14+ messages)

[PATCH v2 1/4] spi: amd: Refactor code to use less spi_master_get_devdata
 2021-09-10 11:15 UTC  (4+ messages)
` [PATCH v2 2/4] spi: amd: Refactor amd_spi_busy_wait
` [PATCH v2 3/4] spi: amd: Remove unneeded variable
` [PATCH v2 4/4] spi: amd: Don't wait for a write-only transfer to finish

[PATCH] of: property: Disable fw_devlink DT support for X86
 2021-09-10 11:15 UTC  (4+ messages)

[PATCH] qlcnic: Remove redundant initialization of variable ret
 2021-09-10 11:15 UTC 

[Buildroot] [git commit branch/2021.05.x] package/python-pyudev: fix build with python 2
 2021-09-10 11:12 UTC 

[Buildroot] [git commit branch/2021.05.x] package/wlroots: fix uclibc build
 2021-09-10 11:11 UTC 

[Buildroot] [git commit branch/2021.05.x] package/qt5/qt5base: fix build on riscv32
 2021-09-10 11:09 UTC 

[Buildroot] [git commit branch/2021.02.x] package/qt5/qt5base: fix build on riscv32
 2021-09-10 11:09 UTC 

[Buildroot] [git commit branch/2021.02.x] package/wlroots: fix uclibc build
 2021-09-10 11:10 UTC 

[Buildroot] [git commit branch/2021.02.x] package/python-pyudev: fix build with python 2
 2021-09-10 11:12 UTC 

[Buildroot] [PATCH 1/1] package/python-pyudev: fix build with python 2
 2021-09-10 11:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wlroots: fix uclibc build
 2021-09-10 11:12 UTC 

Error: error converting ".git" to absolute: EvalSymlinks: too many links
 2021-09-10 11:11 UTC  (2+ messages)

[PATCH v2 1/3] staging: r8188eu: remove IOL_exec_cmds_sync() from struct hal_ops
 2021-09-10 11:11 UTC  (3+ messages)
` [PATCH v2 2/3] staging: r8188eu: remove wrapper rtw_IOL_exec_cmds_sync()
` [PATCH v2 3/3] staging: r8188eu: remove rtw_IOL_append_LLT_cmd()

[PATCH v2 0/4] xen: harden netfront against malicious backends
 2021-09-10 11:10 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/qt5/qt5base: fix build on riscv32
 2021-09-10 11:09 UTC 

arch/powerpc/platforms/pseries/iommu.c:1405 enable_ddw() warn: inconsistent indenting
 2021-09-10 11:08 UTC  (2+ messages)

[PATCH v7 0/7] Domain on Static Allocation
 2021-09-10 11:08 UTC  (3+ messages)
` [PATCH v7 5/7] xen: re-define assign_pages and introduce a new function assign_page

[PATCH memory-model 2/5] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2021-09-10 11:08 UTC  (10+ messages)
` [tip:locking/core] "

[PATCH 0/2] fix crash if try to migrate during backup
 2021-09-10 11:01 UTC  (3+ messages)
` [PATCH 1/2] tests: add migrate-during-backup
` [PATCH 2/2] block: bdrv_inactivate_recurse(): check for permissions and fix crash

mm/damon/dbgfs.c:76 dbgfs_attrs_write() warn: passing a valid pointer to 'PTR_ERR'
 2021-09-10 11:07 UTC 

Delaying i8042 probe?
 2021-09-10 11:07 UTC  (2+ messages)

[PATCH 1/3] staging: r8188eu: remove IOL_exec_cmds_sync() from struct hal_ops
 2021-09-10 11:05 UTC  (3+ messages)
` [PATCH 2/3] staging: remove wrapper rtw_IOL_exec_cmds_sync()
` [PATCH 3/3] staging: r8188eu: remove rtw_IOL_append_LLT_cmd()

[PATCH 0/5] post-v2.33 "drop support for ancient curl" follow-up
 2021-09-10 11:04 UTC  (10+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] INSTALL: don't mention the "curl" executable at all
  ` [PATCH v2 2/8] INSTALL: mention that we need libcurl 7.19.4 or newer to build
  ` [PATCH v2 3/8] Makefile: drop support for curl < 7.9.8 (again)
  ` [PATCH v2 4/8] http: drop support for curl < 7.18.0 (again)
  ` [PATCH v2 5/8] http: correct version check for CURL_HTTP_VERSION_2
  ` [PATCH v2 6/8] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
  ` [PATCH v2 7/8] http: centralize the accounting of libcurl dependencies
  ` [PATCH v2 8/8] http: don't hardcode the value of CURL_SOCKOPT_OK

[LTP] [PATCH 1/2] rtc01: add space to beginning of comments
 2021-09-10 11:03 UTC  (6+ messages)
` [LTP] [PATCH 2/2] rtc01: add workaround for broken CMOS RTC on Microsoft Hyper-V cloud


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.