All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-28 19:01:46 to 2022-06-28 20:02:13 UTC [more...]

[PATCH][next] io_uring: replace zero-length array with flexible-array member
 2022-06-28 19:54 UTC  (3+ messages)

[PATCH 0/2] pmic: pca9450: Initialization of pmic like done in linux
 2022-06-28 19:59 UTC  (3+ messages)
` [PATCH 1/2] pmic: pca9450: enable system reset on WDOG_B assertion

[PATCH v11 net-next 0/9] add support for VSC7512 control over SPI
 2022-06-28 19:56 UTC  (14+ messages)
` [PATCH v11 net-next 1/9] mfd: ocelot: add helper to get regmap from a resource
` [PATCH v11 net-next 3/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module

[tip:sched/core] BUILD SUCCESS 70fb5ccf2ebb09a0c8ebba775041567812d45f86
 2022-06-28 19:50 UTC 

[PATCH] examples/distributor: update dynamic configuration
 2022-06-28 19:54 UTC  (2+ messages)
` [PATCH v2] "

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-06-28 19:48 UTC  (53+ messages)
` [PATCH RFC bpf-next 01/52] libbpf: factor out BTF loading from load_module_btfs()
` [PATCH RFC bpf-next 02/52] libbpf: try to load vmlinux BTF from the kernel first
` [PATCH RFC bpf-next 03/52] libbpf: add function to get the pair BTF ID + type ID for a given type
` [PATCH RFC bpf-next 04/52] libbpf: patch module BTF ID into BPF insns
` [PATCH RFC bpf-next 05/52] net, xdp: decouple XDP code from the core networking code
` [PATCH RFC bpf-next 06/52] bpf: pass a pointer to union bpf_attr to bpf_link_ops::update_prog()
` [PATCH RFC bpf-next 07/52] net, xdp: remove redundant arguments from dev_xdp_{at,de}tach_link()
` [PATCH RFC bpf-next 08/52] net, xdp: factor out XDP install arguments to a separate structure
` [PATCH RFC bpf-next 09/52] net, xdp: add ability to specify BTF ID for XDP metadata
` [PATCH RFC bpf-next 10/52] net, xdp: add ability to specify frame size threshold "
` [PATCH RFC bpf-next 11/52] libbpf: factor out __bpf_set_link_xdp_fd_replace() args into a struct
` [PATCH RFC bpf-next 12/52] libbpf: add ability to set the BTF/type ID on setting XDP prog
` [PATCH RFC bpf-next 13/52] libbpf: add ability to set the meta threshold "
` [PATCH RFC bpf-next 14/52] libbpf: pass &bpf_link_create_opts directly to bpf_program__attach_fd()
` [PATCH RFC bpf-next 15/52] libbpf: add bpf_program__attach_xdp_opts()
` [PATCH RFC bpf-next 16/52] selftests/bpf: expand xdp_link to check that setting meta opts works
` [PATCH RFC bpf-next 17/52] samples/bpf: pass a struct to sample_install_xdp()
` [PATCH RFC bpf-next 18/52] samples/bpf: add ability to specify metadata threshold
` [PATCH RFC bpf-next 19/52] stddef: make __struct_group() UAPI C++-friendly
` [PATCH RFC bpf-next 20/52] net, xdp: move XDP metadata helpers into new xdp_meta.h
` [PATCH RFC bpf-next 21/52] net, xdp: allow metadata > 32
` [PATCH RFC bpf-next 22/52] net, skbuff: add ability to skip skb metadata comparison
` [PATCH RFC bpf-next 23/52] net, skbuff: constify the @skb argument of skb_hwtstamps()
` [PATCH RFC bpf-next 24/52] bpf, xdp: declare generic XDP metadata structure
` [PATCH RFC bpf-next 25/52] net, xdp: add basic generic metadata accessors
` [PATCH RFC bpf-next 26/52] bpf, btf: add a pair of function to work with the BTF ID + type ID pair
` [PATCH RFC bpf-next 27/52] net, xdp: add &sk_buff <-> &xdp_meta_generic converters
` [PATCH RFC bpf-next 28/52] net, xdp: prefetch data a bit when building an skb from an &xdp_frame
` [PATCH RFC bpf-next 29/52] net, xdp: try to fill skb fields when converting "
` [PATCH RFC bpf-next 30/52] net, gro: decouple GRO from the NAPI layer
` [PATCH RFC bpf-next 31/52] net, gro: expose some GRO API to use outside of NAPI
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH RFC bpf-next 33/52] bpf, cpumap: add option to set a timeout for deferred flush
` [PATCH RFC bpf-next 34/52] samples/bpf: add 'timeout' option to xdp_redirect_cpu
` [PATCH RFC bpf-next 35/52] net, skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH RFC bpf-next 36/52] bpf, cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH RFC bpf-next 37/52] rcupdate: fix access helpers for incomplete struct pointers on GCC < 10
` [PATCH RFC bpf-next 38/52] net, xdp: remove unused xdp_attachment_info::flags
` [PATCH RFC bpf-next 39/52] net, xdp: make &xdp_attachment_info a bit more useful in drivers
` [PATCH RFC bpf-next 40/52] net, xdp: add an RCU version of xdp_attachment_setup()
` [PATCH RFC bpf-next 41/52] net, xdp: replace net_device::xdp_prog pointer with &xdp_attachment_info
` [PATCH RFC bpf-next 42/52] net, xdp: shortcut skb->dev in bpf_prog_run_generic_xdp()
` [PATCH RFC bpf-next 43/52] net, xdp: build XDP generic metadata on Generic (skb) XDP path
` [PATCH RFC bpf-next 44/52] net, ice: allow XDP prog hot-swapping
` [PATCH RFC bpf-next 45/52] net, ice: consolidate all skb fields processing
` [PATCH RFC bpf-next 46/52] net, ice: use an onstack &xdp_meta_generic_rx to store HW frame info
` [PATCH RFC bpf-next 47/52] net, ice: build XDP generic metadata
` [PATCH RFC bpf-next 48/52] libbpf: compress Endianness ops with a macro
` [PATCH RFC bpf-next 49/52] libbpf: add LE <--> CPU conversion helpers
` [PATCH RFC bpf-next 50/52] libbpf: introduce a couple memory access helpers
` [PATCH RFC bpf-next 51/52] selftests/bpf: fix using test_xdp_meta BPF prog via skeleton infra
` [PATCH RFC bpf-next 52/52] selftests/bpf: add XDP Generic Hints selftest

+ arm64-hugetlb-implement-arm64-specific-hugetlb_mask_last_page-fix.patch added to mm-unstable branch
 2022-06-28 19:51 UTC 

[RFC PATCH v2] media: renesas: vsp1: Add VSPD underrun detection & tracing
 2022-06-28 19:50 UTC  (4+ messages)

DVSEC FLEX BUS CAP bit 3: MEM_HWINIT_MODE
 2022-06-28 19:49 UTC  (4+ messages)

Pull request: u-boot-imx u-boot-imx-20220628
 2022-06-28 19:51 UTC  (2+ messages)

[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
 2022-06-28 19:48 UTC  (6+ messages)
` [PATCH v5 5/9] drm/bridge: anx7625: Add typec_mux_set callback function

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-28 19:46 UTC  (7+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()

[PATCH v2 0/2] i2c: Add new driver for Renesas RZ/V2M controller
 2022-06-28 19:45 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: Document RZ/V2M I2C controller
` [PATCH v2 2/2] i2c: Add Renesas RZ/V2M controller

[PATCH v6 0/3] Add nvmem support for dynamic partitions
 2022-06-28 19:44 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: mtd: partitions: support label/name only partition

[Intel-gfx] [PATCH] drm/i915/guc: ADL-N should use the same GuC FW as ADL-S
 2022-06-28 19:48 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/guc: ADL-N should use the same GuC FW as ADL-S (rev2)

[RFC 0/4] ACPI[CA]: fix ECDT EC probe ordering issues
 2022-06-28 19:42 UTC  (7+ messages)
` [RFC 4/4] ACPI: "
  ` [Devel] "

[PATCH v2 1/3] dt-bindings: clock: add pcm reset for ipq806x lcc
 2022-06-28 19:43 UTC  (2+ messages)

[PATCH] git-rebase.txt: use back-ticks consistently
 2022-06-28 19:40 UTC  (5+ messages)

[PATCH v1 1/3] gpio: adp5588: Switch from of headers to mod_devicetable.h
 2022-06-28 19:39 UTC  (3+ messages)
` [PATCH v1 2/3] gpio: adp5588: Do not use defined value for driver name and compatible
` [PATCH v1 3/3] gpio: adp5588: sort header inclusion alphabetically

[PATCH v5 0/2] Add support for Xilinx Versal CPM5 Root Port
 2022-06-28 19:37 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: PCI: xilinx-cpm: Add "

Netlink NLM_F_DUMP_INTR flag lost
 2022-06-28 19:38 UTC  (13+ messages)

[PATCH v7 00/18] job: replace AioContext lock with job_mutex
 2022-06-28 19:42 UTC  (12+ messages)
` [PATCH v7 10/18] jobs: rename static functions called with job_mutex held

[PATCH 0/8] watchdog: Remove #ifdef guards for PM related functions
 2022-06-28 19:34 UTC  (13+ messages)
` [PATCH 1/8] watchdog: bcm7038_wdt: "
` [PATCH 2/8] watchdog: dw_wdt: "
` [PATCH 3/8] watchdog: mtk_wdt: "
` [PATCH 4/8] watchdog: s3c2410_wdt: "
` [PATCH 5/8] watchdog: sama5d4_wdt: "
` [PATCH 6/8] watchdog: st_lpc_wdt: "
` [PATCH 7/8] watchdog: tegra_wdt: "
` [PATCH 8/8] watchdog: wdat_wdt: "

[igt-dev] [PATCH i-g-t v2] tests/kms_writeback: Detach pipe only for valid FB_ID
 2022-06-28 19:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_writeback: Detach pipe only for valid FB_ID (rev4)

[PATCH 0/2] of: populate of_root_node if not set (alternate)
 2022-06-28 19:34 UTC  (4+ messages)
` [PATCH 2/2] of: unittest: treat missing of_root as error instead of fixing up

[PATCH] i2c: cadence: Unregister the clk notifier in error path
 2022-06-28 19:13 UTC  (2+ messages)

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-28 19:32 UTC  (17+ messages)
` [PATCH V4 08/20] rv/monitor: Add the wip monitor skeleton created by dot2k
` [PATCH V4 09/20] rv/monitor: wip instrumentation and Makefile/Kconfig entries
` [PATCH V4 11/20] rv/monitor: wwnr "
` [PATCH V4 13/20] rv/reactor: Add the panic reactor
` [PATCH V4 15/20] Documentation/rv: Add deterministic automata monitor synthesis documentation
` [PATCH V4 18/20] rv/monitor: Add safe watchdog monitor

[RFC PATCH 0/5] DRM CRTC 3D LUT interface for AMD DCN
 2022-06-28 19:41 UTC  (5+ messages)
` [RFC PATCH 4/5] drm/drm_color_mgmt: add 3D LUT to color mgmt properties

+ ipc-mqueue-remove-unnecessary-void-conversions.patch added to mm-nonmm-unstable branch
 2022-06-28 19:30 UTC 

[PATCH 0/2] i2c: Add new driver for Renesas RZ/V2M controller
 2022-06-28 19:29 UTC  (4+ messages)
` [PATCH 2/2] i2c: Add "

[PATCH] selftests/kvm/x86_64: set rax before vmcall
 2022-06-28 19:30 UTC 

[PATCH v2] examples/distributor: update dynamic configuration
 2022-06-28 19:37 UTC 

rcu_sched detected expedited stalls in amdgpu after suspend
 2022-06-28 19:28 UTC  (5+ messages)
        ` CONFIG_ANDROID (was: rcu_sched detected expedited stalls in amdgpu after suspend)

[jlayton:netfs-linked-list 26/54] include/linux/page-flags.h:788:20: error: passing 'const struct page *' to parameter of type 'struct page *' discards qualifiers
 2022-06-28 19:35 UTC 

[PATCH v3 00/40] dt-bindings: input: gpio-keys: rework matching children
 2022-06-28 19:26 UTC  (4+ messages)
` [PATCH v3 04/40] dt-bindings: pinctrl: nuvoton,wpcm450-pinctrl: align key node name

[PATCH v2 0/1] Remove forget_syscall() from start_thread_common()
 2022-06-28 19:26 UTC  (5+ messages)
` [PATCH v2 1/1] arm64: Do not forget syscall when starting a new thread

For 5.20 or 5.19? net: wire up support for file_operations->uring_cmd()
 2022-06-28 19:26 UTC  (2+ messages)

[PATCH v2 4/6] pack-bitmap: prepare to read lookup table extension
 2022-06-28 19:25 UTC  (2+ messages)

[tip:perf/core] BUILD SUCCESS 119a784c81270eb88e573174ed2209225d646656
 2022-06-28 19:25 UTC 

+ mm-hugetlb_vmemmap-use-ptrs_per_pte-instead-of-pmd_size-page_size.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-move-code-comments-to-vmemmap_deduprst.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-improve-hugetlb_vmemmap-code-readability.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-replace-early_param-with-core_param.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-move-vmemmap-code-related-to-hugetlb-to-hugetlb_vmemmapc.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-introduce-the-name-hvo.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-optimize-vmemmap_optimize_mode-handling.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

+ mm-hugetlb_vmemmap-delete-hugetlb_optimize_vmemmap_enabled.patch added to mm-unstable branch
 2022-06-28 19:24 UTC 

[jlayton:netfs-linked-list 32/54] fs/netfs/output.c:274:25: warning: unused variable 'cookie'
 2022-06-28 19:25 UTC 

[RFC PATCH v1 0/8] ARM: at91: Add pbl support to skov-arm9cpu
 2022-06-28 19:23 UTC  (2+ messages)

[PATCH 0/2] gpio: Add support for SLG7XL45106 I2C GPO expander
 2022-06-28 19:21 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v7 0/2] AD4130
 2022-06-28 19:17 UTC  (3+ messages)
` [PATCH v7 2/2] iio: adc: ad4130: add AD4130 driver

[RFC PATCH v2 0/3] Create common DPLL/clock configuration API
 2022-06-28 19:11 UTC  (6+ messages)
` [RFC PATCH v2 3/3] ptp_ocp: implement DPLL ops

arm64/for-kernelci baseline: 41 runs, 1 regressions (v5.19-rc4-69-g21b1ad2c33b2)
 2022-06-28 19:18 UTC 

[Intel-gfx] [PATCH] drm/i915/reset: Handle reset timeouts under unrelated kernel hangs
 2022-06-28 19:17 UTC  (2+ messages)
`  "

[PATCH v3] linux/dim: Fix divide 0 in RDMA DIM
 2022-06-28 19:16 UTC  (2+ messages)

+ mm-remove-the-vma-linked-list-fix-2.patch added to mm-unstable branch
 2022-06-28 19:15 UTC 

kernelci failures due to "pahole" missing
 2022-06-28 19:16 UTC  (8+ messages)

Is it possible to backup and restore a configfs subsystem in userspace?
 2022-06-28 19:15 UTC 

[PATCH v5 0/3] adc-joystick: Add polled support
 2022-06-28 19:15 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: adc-joystick: add poll-interval-ms
` [PATCH v5 2/3] Input: adc-joystick - Add polled input device support
` [PATCH v5 3/3] arm64: dts: rockchip: Update joystick to polled for OG2

Service core statistics MT safety
 2022-06-28 19:15 UTC  (11+ messages)

read corruption with qemu master io_uring engine / linux master / btrfs(?)
 2022-06-28 19:12 UTC  (4+ messages)

[PATCH 5.4 00/60] 5.4.202-rc1 review
 2022-06-28 19:11 UTC  (4+ messages)
` [PATCH 5.4 57/60] modpost: fix section mismatch check for exported init/exit sections

[PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations
 2022-06-28 19:15 UTC  (11+ messages)

[PATCH 8/8] board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros
 2022-06-28 19:13 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v4 0/2] nvme: Enable generic interface (/dev/ngX) for unknown command sets
 2022-06-28 19:10 UTC  (3+ messages)
  ` [PATCH v4 1/2] nvme-multipath: refactor nvme_mpath_add_disk
  ` [PATCH v4 2/2] nvme: enable generic interface (/dev/ngXnY) for unknown command sets

[PATCH 0/6] i2c: Make remove callback return void
 2022-06-28 19:09 UTC  (4+ messages)
` [PATCH 5/6] gpio: pca953x: Make platform teardown "

DC Patches Apri 6, 2022
 2022-06-28 19:09 UTC  (3+ messages)
` [PATCH 10/20] drm/amd/display: Insert pulling smu busy status before sending another request

[Intel-gfx] [CI 1/2] iosys-map: Add per-word read
 2022-06-28 19:10 UTC  (4+ messages)
`  "
` [CI 2/2] iosys-map: Add per-word write
  ` [Intel-gfx] "

[PATCH] dt-bindings: nfc: nxp,nci: drop Charles Gorand's mail
 2022-06-28 19:09 UTC  (3+ messages)

Invitation for a course In Project Monitoring and Evaluation with Data Management and Analysis Course
 2022-06-28 18:57 UTC 

[PATCH] doc: announce support for MACsec in rte_security
 2022-06-28 19:08 UTC 

cleanup block layer sysfs handling v2
 2022-06-28 19:06 UTC  (2+ messages)

[RFC net-next v3 00/29] io_uring zerocopy send
 2022-06-28 19:03 UTC  (8+ messages)
` [RFC net-next v3 24/29] io_uring: add rsrc referencing for notifiers
` [RFC net-next v3 25/29] io_uring: sendzc with fixed buffers
` [RFC net-next v3 26/29] io_uring: flush notifiers after sendzc
` [RFC net-next v3 27/29] io_uring: allow to override zc tag on flush
` [RFC net-next v3 28/29] io_uring: batch submission notif referencing
` [RFC net-next v3 29/29] selftests/io_uring: test zerocopy send

+ mm-factor-helpers-for-memory_failure_dev_pagemap-fix-fix.patch added to mm-unstable branch
 2022-06-28 19:06 UTC 

[PATCH v2 0/7] media: hantro: Add 10-bit support
 2022-06-28 19:05 UTC  (5+ messages)
` [PATCH v2 1/7] media: Add P010 tiled format

[PATCH] media: Fix incorrect P010 chroma order description
 2022-06-28 19:05 UTC  (2+ messages)

[PATCH v4 0/3] usb: add isp1760 hcd support
 2022-06-28 19:05 UTC  (3+ messages)
` [PATCH v4 3/3] corstone1000: enable isp1763 usb controller and mmc

[igt-dev] [PATCH i-g-t v2] tests/kms_writeback: Enhance kms_writeback for custom modes
 2022-06-28 19:05 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_writeback: Enhance kms_writeback for custom modes (rev4)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-28 19:03 UTC  (8+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH nftables] Allow resetting the include search path
 2022-06-28 19:01 UTC  (3+ messages)

[PATCH mptcp-net 0/3] Locking fixes for subflow flag changes
 2022-06-28 19:03 UTC  (4+ messages)
` [PATCH mptcp-net 1/3] mptcp: Avoid acquiring PM lock for subflow priority changes
` [PATCH mptcp-net 2/3] mptcp: Add a variant of mptcp_subflow_send_ack() for locked subflows
` [PATCH mptcp-net 3/3] mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags


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.