All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-03 19:01:42 to 2021-08-03 19:44:24 UTC [more...]

[Buildroot] [PATCH v3,1/1] package/pcre2: add PCRE2_CPE_ID_VENDOR
 2021-08-03 19:44 UTC  (2+ messages)
` [Buildroot] [PATCH v3, 1/1] "

[PATCH] ceph: new helper - ceph_change_snap_realm
 2021-08-03 19:43 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks
 2021-08-03 19:43 UTC  (44+ messages)
` [Cluster-devel] "
`  "
` [Ocfs2-devel] [PATCH v5 01/12] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
  ` [Cluster-devel] "
  ` [PATCH v5 01/12] iov_iter: Fix iov_iter_get_pages{,_alloc} "
` [Ocfs2-devel] [PATCH v5 02/12] powerpc/kvm: Fix kvm_use_magic_page
  ` [Cluster-devel] "
  `  "
` [Ocfs2-devel] [PATCH v5 03/12] Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
  ` [Cluster-devel] "
  ` [PATCH v5 03/12] Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [Ocfs2-devel] [PATCH v5 04/12] Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
  ` [Cluster-devel] "
  `  "
` [Ocfs2-devel] [PATCH v5 05/12] iov_iter: Introduce fault_in_iov_iter_writeable
  ` [Cluster-devel] "
  `  "
` [PATCH v5 06/12] gfs2: Add wrapper for iomap_file_buffered_write
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 07/12] gfs2: Fix mmap + page fault deadlocks for buffered I/O
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 08/12] iomap: Fix iomap_dio_rw return value for user copies
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 09/12] iomap: Support restarting direct I/O requests after user copy failures
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 10/12] iomap: Add done_before argument to iomap_dio_rw
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 11/12] iov_iter: Introduce noio flag to disable page faults
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH v5 12/12] gfs2: Fix mmap + page fault deadlocks for direct I/O
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "

run kernelci test on Microsoft Azure VMs
 2021-08-03 19:43 UTC 

[oe-layersetup][PATCH] configs, local.conf: update to version 2 due to new override syntax
 2021-08-03 19:42 UTC 

[Buildroot] [PATCH 1/1] package/trinity: add TRINITY_CPE_ID_VENDOR
 2021-08-03 19:40 UTC  (2+ messages)

[RFT, PATCH v1 1/1] platform/x86: dell-smo8800: Convert to be a platform driver
 2021-08-03 19:40 UTC 

[PATCH 1/2] dt-bindings: hwmon: Add bindings for Winbond W83781D
 2021-08-03 19:40 UTC  (5+ messages)
` [PATCH 2/2] hwmon: (w83781d) Match on device tree compatibles

[PATCH 00/27] Base for "config-based-hooks"
 2021-08-03 19:39 UTC  (38+ messages)
` [PATCH v4 00/36] Run hooks via "git run hook" & hook library
  ` [PATCH v4 01/36] Makefile: mark "check" target as .PHONY
  ` [PATCH v4 02/36] Makefile: stop hardcoding {command,config}-list.h
  ` [PATCH v4 03/36] Makefile: remove an out-of-date comment
  ` [PATCH v4 04/36] hook.[ch]: move find_hook() to this new library
  ` [PATCH v4 05/36] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH v4 06/36] hook.c users: use "hook_exists()" insted of "find_hook()"
  ` [PATCH v4 07/36] hook-list.h: add a generated list of hooks, like config-list.h
  ` [PATCH v4 08/36] hook: add 'run' subcommand
  ` [PATCH v4 09/36] gc: use hook library for pre-auto-gc hook
  ` [PATCH v4 10/36] rebase: convert pre-rebase to use hook.h
  ` [PATCH v4 11/36] am: convert applypatch "
  ` [PATCH v4 12/36] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH v4 13/36] merge: convert post-merge to use hook.h
  ` [PATCH v4 14/36] git hook run: add an --ignore-missing flag
  ` [PATCH v4 15/36] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v4 16/36] git-p4: use 'git hook' to run hooks
  ` [PATCH v4 17/36] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v4 18/36] read-cache: convert post-index-change to use hook.h
  ` [PATCH v4 19/36] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v4 20/36] run-command: remove old run_hook_{le,ve}() hook API
  ` [PATCH v4 21/36] run-command: allow stdin for run_processes_parallel
  ` [PATCH v4 22/36] hook: support passing stdin to hooks
  ` [PATCH v4 23/36] am: convert 'post-rewrite' hook to hook.h
  ` [PATCH v4 24/36] run-command: add stdin callback for parallelization
  ` [PATCH v4 25/36] hook: provide stdin by string_list or callback
  ` [PATCH v4 26/36] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH v4 27/36] transport: convert pre-push hook "
  ` [PATCH v4 28/36] hook tests: test for exact "pre-push" hook input
  ` [PATCH v4 29/36] hook tests: use a modern style for "pre-push" tests
  ` [PATCH v4 30/36] reference-transaction: use hook.h to run hooks
  ` [PATCH v4 31/36] run-command: allow capturing of collated output
  ` [PATCH v4 32/36] hooks: allow callers to capture output
  ` [PATCH v4 33/36] receive-pack: convert 'update' hook to hook.h
  ` [PATCH v4 34/36] post-update: use hook.h library
  ` [PATCH v4 35/36] receive-pack: convert receive hooks to hook.h
  ` [PATCH v4 36/36] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH] drm/amdgpu: add DID for beige goby
 2021-08-03 19:39 UTC 

[PATCH v4] dt-binding: media: document ON Semi AR0521 sensor bindings
 2021-08-03 19:39 UTC  (2+ messages)

[mptcp:export 23/36] net/mptcp/pm_netlink.c:435:23: warning: variable 'pernet' set but not used
 2021-08-03 19:38 UTC  (2+ messages)

[PATCH v3 0/4] nvmem: qfprom: Add binding updates and power-domain handling
 2021-08-03 19:38 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: nvmem: qfprom: Add optional power-domains property

[PATCH v4 0/2] TCPM non-PD mode
 2021-08-03 19:37 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: connector: Add pd-supported property

[PATCH 5.10 00/67] 5.10.56-rc1 review
 2021-08-03 19:37 UTC  (4+ messages)

[PATCH 5.13 000/104] 5.13.8-rc1 review
 2021-08-03 19:37 UTC  (3+ messages)

[PATCH 0/4] zbd: Support zone reset by trim
 2021-08-03 19:36 UTC  (9+ messages)
` [PATCH 1/4] zbd: Add min_bytes argument to zbd_find_zone()
` [PATCH 2/4] zbd: Support zone reset by trim
` [PATCH 3/4] engines/libzbc: Enable trim for libzbc I/O engine
` [PATCH 4/4] t/zbd: Add test #58 to test zone reset by trim workload

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-08-03 19:34 UTC  (3+ messages)
` [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 2/2] Acceptance Tests: updates to the MAINTAINERS file

[jimc:dd-drm-next 6/8] lib/dynamic_debug.c:1162:5: error: conflicting types for 'param_set_dyndbg'
 2021-08-03 19:36 UTC 

[meta-oe][PATCH] luajit: Fix override syntax
 2021-08-03 19:35 UTC  (2+ messages)

[PATCH V5 0/2] drm/vkms: Add virtual hardware module
 2021-08-03 19:35 UTC  (3+ messages)
` [PATCH V5 2/2] drm/vkms: Add support for virtual hardware mode

[PATCH v1 0/6] clk: switch dividers to .determine_rate
 2021-08-03 19:32 UTC  (3+ messages)

[PATCH] dt-bindings: soc: ti: pruss: Add dma-coherent property
 2021-08-03 19:32 UTC  (5+ messages)

[rcu:dev.2021.07.27b 33/57] kernel/cpu.c:155:6: error: conflicting types for 'cpu_hp_check_delay'
 2021-08-03 19:32 UTC  (2+ messages)

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-03 19:31 UTC  (2+ messages)
` [PATCH 2/2] iomap: Add another assertion to inline data handling

[PATCH v2 3/4] spi: mediatek: modify set_cs_timing callback
 2021-08-03 19:30 UTC  (5+ messages)

[PATCH v1 0/2] Add scaling lists support for HEVC
 2021-08-03 19:29 UTC  (12+ messages)
` [PATCH v1 1/2] media: hevc: Add scaling matrix control
` [PATCH v1 2/2] media: hantro: Add scaling lists feature

[PATCH] netfilter: ipset: Fix maximal range check in hash_ipportnet4_uadt()
 2021-08-03 19:30 UTC  (2+ messages)

[PATCH v2 0/1] Add remote I2C device to support external I2C device
 2021-08-03 19:29 UTC  (3+ messages)

[PATCH v1 1/5] serdev: Split and export serdev_acpi_get_uart_resource()
 2021-08-03 19:29 UTC  (5+ messages)
` [PATCH v1 2/5] platform/surface: aggregator: Use serdev_acpi_get_uart_resource() helper
` [PATCH v1 3/5] Bluetooth: hci_bcm: "
` [PATCH v1 4/5] Bluetooth: hci_bcm: Use acpi_gpio_get_*_resource() helpers
` [PATCH v1 5/5] Bluetooth: hci_bcm: Fix kernel doc comments

[PATCH] systemd-boot: use ld.bfd as efi-ld when gold is being used by default with ld-is-gold
 2021-08-03 19:28 UTC  (3+ messages)
  ` [OE-core] "

macro version of __func__ ?
 2021-08-03 19:27 UTC  (2+ messages)

[RFC v1 0/8] MSHV: add PV-IOMMU driver
 2021-08-03 19:27 UTC  (5+ messages)
` [RFC v1 7/8] mshv: implement in-kernel device framework
` [RFC v1 8/8] mshv: add vfio bridge device

[dpdk-dev] [PATCH] doc: announce cryptodev-PMD interface as internal
 2021-08-03 19:25 UTC  (2+ messages)

[PATCH v3 0/7] KVM: X86: Some light optimizations on rmap logic
 2021-08-03 19:25 UTC  (7+ messages)
` [PATCH v3 1/7] KVM: Allow to have arch-specific per-vm debugfs files
` [PATCH v3 4/7] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file

[PATCH v2 1/1] platform/surface: aggregator: Use y instead of objs in Makefile
 2021-08-03 19:25 UTC 

Race between io_wqe_worker() and io_wqe_wake_worker()
 2021-08-03 19:24 UTC  (7+ messages)

[PATCH v13] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2021-08-03 19:22 UTC  (9+ messages)
` [PATCH v13 1/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

[PATCH 1/2] gpio: tn48m: Add support for Delta TN4810M CPLD
 2021-08-03 19:24 UTC  (4+ messages)

[intel-linux-intel-lts:5.4/yocto 414/1142] drivers/misc/xlink-pcie/remote_host/mxlk_core.c:127:41: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-08-03 19:24 UTC 

[PATCH 0/4] Fixup register offsets to support per core L3 DCVS
 2021-08-03 19:23 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: cpufreq: cpufreq-qcom-hw: Add compatible for SM8250/8350

[PATCH v6 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
 2021-08-03 19:22 UTC  (8+ messages)
` [PATCH v6 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings

[PATCH] usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus events
 2021-08-03 19:22 UTC  (3+ messages)

[PATCH net-next v2 0/8] Add Gigabit Ethernet driver support
 2021-08-03 19:22 UTC  (9+ messages)
` [PATCH net-next v2 3/8] ravb: Add num_gstat_queue to struct ravb_hw_info
` [PATCH net-next v2 4/8] ravb: Add stats_len "

[PATCH v1 1/1] platform/surface: aggregator: Ouse y instead of objs in Makefile
 2021-08-03 19:21 UTC  (3+ messages)

[Buildroot] [PATCH] package/firmware-utils: add package
 2021-08-03 19:19 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/2] Convert switchdev_bridge_port_{, un}offload to notifiers
 2021-08-03 19:18 UTC  (4+ messages)
` [PATCH net-next 0/2] Convert switchdev_bridge_port_{,un}offload "

git revert --continue --no-verify
 2021-08-03 19:17 UTC 

[PATCH 5.4 00/40] 5.4.138-rc1 review
 2021-08-03 19:16 UTC  (2+ messages)

[PATCH 4.19 00/30] 4.19.201-rc1 review
 2021-08-03 19:15 UTC  (2+ messages)

[PATCH 4.14 00/38] 4.14.242-rc1 review
 2021-08-03 19:15 UTC  (2+ messages)

[PATCH 4.9 00/32] 4.9.278-rc1 review
 2021-08-03 19:14 UTC  (2+ messages)

[PATCH 4.4 00/26] 4.4.278-rc1 review
 2021-08-03 19:14 UTC  (2+ messages)

[PATCH][next] brcmfmac: firmware: Fix uninitialized variable ret
 2021-08-03 19:14 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add interconnect properties for USB
 2021-08-03 19:13 UTC  (2+ messages)

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-03 19:07 UTC  (6+ messages)

[dpdk-dev] [PATCH] doc: limit FW support for mlx5 RegEx device
 2021-08-03 19:07 UTC 

[PATCH v3] drm/msm/dp: update is_connected status base on sink count at dp_pm_resume()
 2021-08-03 19:05 UTC  (2+ messages)

[Bridge] [PATCH net-next 1/2] net: make switchdev_bridge_port_{, unoffload} loosely coupled with the bridge
 2021-08-03 19:03 UTC  (3+ messages)
` [PATCH net-next 1/2] net: make switchdev_bridge_port_{,unoffload} "
  ` [PATCH net-next 1/2] net: make switchdev_bridge_port_{, unoffload} "

[dpdk-dev] [PATCH v12 00/10] eal: Add EAL API for threading
 2021-08-03 19:01 UTC  (12+ messages)
` [dpdk-dev] [PATCH v13 "
  ` [dpdk-dev] [PATCH v13 01/10] eal: add basic threading functions
  ` [dpdk-dev] [PATCH v13 02/10] eal: add thread attributes
  ` [dpdk-dev] [PATCH v13 03/10] eal/windows: translate Windows errors to errno-style errors
  ` [dpdk-dev] [PATCH v13 04/10] eal: implement functions for thread affinity management
  ` [dpdk-dev] [PATCH v13 05/10] eal: implement thread priority management functions
  ` [dpdk-dev] [PATCH v13 06/10] eal: add thread lifetime management
  ` [dpdk-dev] [PATCH v13 07/10] eal: implement functions for mutex management
  ` [dpdk-dev] [PATCH v13 08/10] eal: implement functions for thread barrier management
  ` [dpdk-dev] [PATCH v13 09/10] eal: add EAL argument for setting thread priority
  ` [dpdk-dev] [PATCH v13 10/10] Add unit tests for thread API

[PATCH 00/12] FPGA Security Manager for 5.14
 2021-08-03 19:02 UTC  (9+ messages)
` [PATCH 02/12] fpga: sec-mgr: enable secure updates


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.