All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-28 17:31:40 to 2022-06-28 18:19:20 UTC [more...]

[dm-devel] [PATCH 5.20 0/4] block/dm: add bio_rewind for improving dm requeue
 2022-06-28 18:13 UTC  (13+ messages)
` [dm-devel] [PATCH 5.20 1/4] block: add bio_rewind() API
        `  "

[PATCH v3 0/4] drm/panel: simple: add bus-format support for panel-dpi
 2022-06-28 18:18 UTC  (2+ messages)

[PATCH v2] modpost: Add line break in the section mismatch warning
 2022-06-28 18:19 UTC  (2+ messages)

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

[f2fs-dev] [PATCH 1/3] f2fs: attach inline_data after setting compression
 2022-06-28 18:17 UTC  (9+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: run GCs synchronously given user requests

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-28 18:16 UTC  (6+ messages)
` [PATCH V4 03/20] rv/include: Add helper functions for deterministic automata
` [PATCH V4 06/20] tools/rv: Add dot2c

[PATCH 0/5] submodule: remove "--recursive-prefix"
 2022-06-28 18:15 UTC  (7+ messages)
` [PATCH 1/5] submodule--helper update: use display path helper
` [PATCH 4/5] submodule--helper update: use --super-prefix

[master][kirkstone][PATCH 1/5] lib/oe/cve_check: refactor update_symlinks with safer version
 2022-06-28 18:15 UTC  (3+ messages)
` [master][kirkstone][PATCH 4/5] cve-check: major class refactor
  ` [OE-core] "

[PATCH 1/3] mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location
 2022-06-28 18:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector
 2022-06-28 18:14 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH V7 0/5] riscv: Add qspinlock support with combo style
 2022-06-28 18:13 UTC  (7+ messages)
` [PATCH V7 1/5] asm-generic: ticket-lock: Remove unnecessary atomic_read
` [PATCH V7 4/5] asm-generic: spinlock: Add combo spinlock (ticket & queued)

[PATCH v5 0/5] tr2: avoid to print "interesting" config repeatedly
 2022-06-28 18:12 UTC  (8+ messages)
` [PATCH v5 3/5] pack-bitmap.c: using error() instead of silently returning -1
` [PATCH v5 4/5] pack-bitmap.c: retrieve missing i18n translations
` [PATCH v5 5/5] tr2: avoid to print "interesting" config repeatedly

[PATCH 0/2] UEFI panic notification mechanism
 2022-06-28 18:10 UTC  (4+ messages)

[Buildroot] [PATCH 2/3] package/bind: disable cmocka
 2022-06-28 18:10 UTC  (2+ messages)

[PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time
 2022-06-28 18:09 UTC  (6+ messages)
` [PATCH v2 13/17] driver core: Use device's fwnode to check if it is waiting for suppliers

[PATCH] MMIO should have more priority then IO
 2022-06-28 18:09 UTC  (2+ messages)

[PATCH net-next] net: macb: In shared MDIO usecase make MDIO producer ethernet node to probe first
 2022-06-28 18:08 UTC 

[PATCH v2 00/31] Overhaul NFSD filecache
 2022-06-28 18:09 UTC  (32+ messages)
` [PATCH v2 01/31] NFSD: Demote a WARN to a pr_warn()
` [PATCH v2 02/31] NFSD: Report filecache LRU size
` [PATCH v2 03/31] NFSD: Report count of calls to nfsd_file_acquire()
` [PATCH v2 04/31] NFSD: Report count of freed filecache items
` [PATCH v2 05/31] NFSD: Report average age of "
` [PATCH v2 06/31] NFSD: Add nfsd_file_lru_dispose_list() helper
` [PATCH v2 07/31] NFSD: Refactor nfsd_file_gc()
` [PATCH v2 08/31] NFSD: Refactor nfsd_file_lru_scan()
` [PATCH v2 09/31] NFSD: Report the number of items evicted by the LRU walk
` [PATCH v2 10/31] NFSD: Record number of flush calls
` [PATCH v2 11/31] NFSD: Zero counters when the filecache is re-initialized
` [PATCH v2 12/31] NFSD: Hook up the filecache stat file
` [PATCH v2 13/31] NFSD: WARN when freeing an item still linked via nf_lru
` [PATCH v2 14/31] NFSD: Trace filecache LRU activity
` [PATCH v2 15/31] NFSD: Leave open files out of the filecache LRU
` [PATCH v2 16/31] NFSD: Fix the filecache LRU shrinker
` [PATCH v2 17/31] NFSD: Never call nfsd_file_gc() in foreground paths
` [PATCH v2 18/31] NFSD: No longer record nf_hashval in the trace log
` [PATCH v2 19/31] NFSD: Remove lockdep assertion from unhash_and_release_locked()
` [PATCH v2 20/31] NFSD: nfsd_file_unhash can compute hashval from nf->nf_inode
` [PATCH v2 21/31] NFSD: Refactor __nfsd_file_close_inode()
` [PATCH v2 22/31] NFSD: nfsd_file_hash_remove can compute hashval
` [PATCH v2 23/31] NFSD: Remove nfsd_file::nf_hashval
` [PATCH v2 24/31] NFSD: Replace the "init once" mechanism
` [PATCH v2 25/31] NFSD: Set up an rhashtable for the filecache
` [PATCH v2 26/31] NFSD: Convert the filecache to use rhashtable
` [PATCH v2 27/31] NFSD: Clean up unused code after rhashtable conversion
` [PATCH v2 28/31] NFSD: Separate tracepoints for acquire and create
` [PATCH v2 29/31] NFSD: Move nfsd_file_trace_alloc() tracepoint
` [PATCH v2 30/31] NFSD: Update the nfsd_file_fsnotify_handle_event() tracepoint
` [PATCH v2 31/31] NFSD: NFSv4 CLOSE should release an nfsd_file immediately

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_sync
 2022-06-28 18:08 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_sync (rev4)

[PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
 2022-06-28 16:16 UTC  (4+ messages)
` [PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:05 UTC  (20+ messages)
      ` [Intel-gfx] "
      ` [dm-devel] "

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

[PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
 2022-06-28 18:02 UTC  (7+ messages)
` [PATCH V3 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
` [PATCH V3 5/6] remoteproc: imx_rproc: support i.MX8QM

[PATCH v7 1/2] dt-bindings: lcdif: Add compatible for i.MX8MP
 2022-06-28 18:04 UTC  (6+ messages)
` [PATCH v7 2/2] drm: lcdif: Add support for i.MX8MP LCDIF variant

[PATCH MANUALSEL 5.4] selftests: KVM: Handle compiler optimizations in ucall
 2022-06-28 18:02 UTC  (3+ messages)

[PATCH v1 0/7] Fix/Add is31fl319{0,1,3} support
 2022-06-28 17:46 UTC  (8+ messages)
` [PATCH v1 1/7] dt-bindings: leds: Convert is31fl319x to dtschema
` [PATCH v1 2/7] dt-bindings: leds: is31fl319x: Add missing si-en compatibles
` [PATCH v1 3/7] "
` [PATCH v1 4/7] dt-bindings: leds: is31fl319x: Document variants specificities
` [PATCH v1 5/7] leds: is31fl319x: Use non-wildcard names for vars, structs and defines
  ` [PATCH v1 6/7] leds: is31fl319x: Move chipset-specific values in chipdef struct
  ` [PATCH v1 7/7] leds: is31fl319x: Add support for is31fl319{0,1,3} chips

[PATCH MANUALSEL 5.18 1/3] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (5+ messages)
` [PATCH MANUALSEL 5.18 2/3] selftests: KVM: Handle compiler optimizations in ucall
` [PATCH MANUALSEL 5.18 3/3] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()

[PATCH MANUALSEL 5.10 1/2] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (4+ messages)
` [PATCH MANUALSEL 5.10 2/2] selftests: KVM: Handle compiler optimizations in ucall

[PATCH MANUALSEL 5.15 1/3] tools/kvm_stat: fix display of error when multiple processes are found
 2022-06-28 18:02 UTC  (5+ messages)
` [PATCH MANUALSEL 5.15 2/3] selftests: KVM: Handle compiler optimizations in ucall
` [PATCH MANUALSEL 5.15 3/3] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()

[PATCH v2 0/3] dt-bindings: Arm CoreSight binding schema conversions
 2022-06-28 18:01 UTC  (4+ messages)

[PATCH 3/3] rcar-vin: handle transfer errors from subdevices and stop streaming if required
 2022-06-28 18:00 UTC  (5+ messages)
` [PATCH v2 0/3] Improve error handling in the rcar-vin driver
  ` [PATCH 1/3] media: videobuf2: Add a transfer error event
  ` [PATCH 2/3] rcar-csi2: Do not try to recover after transfer error
  ` [PATCH 3/3] media: rcar-vin: Allow userspace to subscribe to V4L2_EVENT_XFER_ERROR

venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)
 2022-06-28 18:00 UTC  (11+ messages)
    ` Why we should avoid new submodules if possible

seems that https://www.wintun.net/ down?
 2022-06-28 17:59 UTC  (2+ messages)

[PATCH] ARM: efi: Simplify arch_efi_call_virt() macro by using typeof()
 2022-06-28 17:58 UTC  (7+ messages)

[PATCH V2 0/9] interconnect: support i.MX8MP
 2022-06-28 17:58 UTC  (7+ messages)
` [PATCH V2 8/9] interconnect: imx: configure NoC mode/prioriry/ext_control
` [PATCH V2 9/9] interconnect: imx: Add platform driver for imx8mp

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-28 17:57 UTC  (8+ messages)

[PATCH 0/7] Staging: rtl8192e: rtllib_wx.c coding style
 2022-06-28 17:58 UTC  (3+ messages)
` [PATCH 1/7] Staging: rtl8192e: Added blank lines before/after struct

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

[PATCH RFC 00/30] Overhaul NFSD filecache
 2022-06-28 17:57 UTC  (3+ messages)

[PATCH 0/2] vfs: fix a couple of mount table handling problems
 2022-06-28 17:57 UTC  (5+ messages)
` [PATCH 1/2] vfs: parse: deal with zero length string value
` [PATCH 2/2] vfs: escape hash as well

[PATCH v3] sched/core: add forced idle accounting for cgroups
 2022-06-28 17:57 UTC  (4+ messages)

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-06-28 17:56 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xcb-proto: bump version to 1.15.2
 2022-06-28 17:56 UTC 

[PATCH] scsi: core: Call blk_mq_free_tag_set() earlier
 2022-06-28 17:56 UTC 

[Buildroot] [PATCH 1/1] package/x11r7/xlib_libX11: bump version to 1.8.1
 2022-06-28 17:55 UTC 

[PATCH mptcp-next] Squash-to: "selftests: mptcp: tweak simult_flows for debug kernels"
 2022-06-28 17:55 UTC  (3+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-06-28 17:55 UTC  (11+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 03/22] cc_platform: Add new attribute to prevent ACPI memory hotplug

[igt-dev] [PATCH v3 0/2] tests/i915/kms_mmap_write_crc: IGT test Cleanup
 2022-06-28 17:55 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/i915/kms_mmap_write_crc: IGT test Cleanup (rev3)

[jpirko-mlxsw:jiri_devel_devlink_locking 21/21] drivers/net/ethernet/mellanox/mlxsw/spectrum.c:2002:25: warning: unused variable 'devlink'
 2022-06-28 17:54 UTC 

[jpirko-mlxsw:jiri_devel_devlink_locking 21/21] drivers/net/ethernet/mellanox/mlxsw/core.c:1500:12: error: too few arguments to function call, single argument 'devlink' was not specified
 2022-06-28 17:54 UTC 

[PATCH v2 0/3] drm/panel: simple: add bus-format support for panel-dpi
 2022-06-28 17:54 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: display: add new bus-format property "

[PATCH bpf-next] bpftool: Probe for memcg-based accounting before bumping rlimit
 2022-06-28 17:53 UTC  (2+ messages)

[PATCH v5 bpf-next 0/5] Add bpf_getxattr
 2022-06-28 17:52 UTC  (6+ messages)
` [PATCH v5 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v5 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH v2 0/5] dt-bindings: input: Common property clean-ups and adc-keys conversion
 2022-06-28 17:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/vdr: bump version to 2.6.1
 2022-06-28 17:51 UTC 

[PATCH 0/2] mpi3mr: Use shared host tagset
 2022-06-28 17:49 UTC  (5+ messages)
` [PATCH 1/2] mpi3mr: Enable "

[PATCH] selftests net: fix kselftest net fatal error
 2022-06-28 17:47 UTC 

[PATCH v3 1/1] plainmount: Support plain encryption mode
 2022-06-28 17:46 UTC  (6+ messages)

[PATCH] board: freescale: p1_p2_rdb_pc: Remove mapping for TDM-PMC card
 2022-06-28 17:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/8] Improve zoned storage write performance
 2022-06-28 17:44 UTC  (4+ messages)
` [PATCH v3 8/8] nvme: Enable pipelining of zoned writes

[PATCH bpf-next v11 00/11] bpf: cgroup_sock lsm flavor
 2022-06-28 17:43 UTC  (12+ messages)
` [PATCH bpf-next v11 01/11] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v11 02/11] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v11 03/11] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v11 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v11 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v11 06/11] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v11 07/11] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v11 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v11 09/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v11 10/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v11 11/11] selftests/bpf: lsm_cgroup functional test

[PATCH 0/5] SCM: Add support for wait-queue aware firmware
 2022-06-28 17:43 UTC  (4+ messages)
` [PATCH 4/5] firmware: qcom: scm: Add wait-queue helper functions

[PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
 2022-06-28 17:43 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v4 0/3] usb: add isp1760 hcd support
 2022-06-28 17:42 UTC  (3+ messages)
` [PATCH v4 1/3] usb: common: move urb code to common
` [PATCH v4 3/3] corstone1000: enable isp1763 usb controller and mmc

[Buildroot] [PATCH 1/1] package/unixodbc: bump version to 2.3.11
 2022-06-28 17:42 UTC 

[PATCH v5whatever, now with typechecking] vsprintf: %pf(%p)
 2022-06-28 17:41 UTC  (5+ messages)

[PATCH 1/2] dev-manual: update section about creating NPM packages
 2022-06-28 17:40 UTC  (2+ messages)
` [PATCH 2/2] dev-manual: improve screenshot resolution

[RFC] soc: renesas: Add RZ/V2M SYS driver
 2022-06-28 17:39 UTC 

[PATCH v3 0/3] usb: add isp1760 hcd support
 2022-06-28 17:39 UTC  (7+ messages)

[RFC PATCH 00/11] Bus cleanup for 22.11
 2022-06-28 17:38 UTC  (6+ messages)
` [RFC PATCH 11/11] bus: hide bus object

[PATCH net-next] MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
 2022-06-28 17:37 UTC  (2+ messages)

[PATCH v2 0/2] commit-graph.c: no lazy fetch in lookup_commit_in_graph()
 2022-06-28 17:36 UTC  (5+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] commit-graph.c: "

[PATCH -next, v2] powerpc: add support for syscall stack randomization
 2022-06-28 17:36 UTC  (2+ messages)

[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
 2022-06-28 17:34 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/sqlite: bump version to 3.39.0
 2022-06-28 17:34 UTC 

[PATCH] namei: implemented RENAME_NEWER flag for renameat2() conditional replace
 2022-06-28 17:34 UTC  (2+ messages)

[PATCH v2] panic, kexec: Make __crash_kexec() NMI safe
 2022-06-28 17:33 UTC  (5+ messages)

[PATCH v5 0/2] Fix lockdep issues seen in CoreSight configfs interface
 2022-06-28 17:30 UTC  (2+ messages)
` [PATCH v5 2/2] coresight: syscfg: Update load and unload operations


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.