All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-23 18:18:41 to 2022-06-23 19:01:06 UTC [more...]

[RESEND PATCH v9 00/14] io-uring/xfs: support async buffered writes
 2022-06-23 17:51 UTC  (5+ messages)
` [RESEND PATCH v9 04/14] iomap: Add flags parameter to iomap_page_create()
` [RESEND PATCH v9 05/14] iomap: Add async buffered write support
` [RESEND PATCH v9 09/14] fs: Split off inode_needs_update_time and __file_update_time
` [RESEND PATCH v9 10/14] fs: Add async write file modification handling

[PATCH 00/51] Improve static type checking for request flags
 2022-06-23 18:04 UTC  (19+ messages)
` [PATCH 01/51] treewide: Rename enum req_opf into enum req_op
` [PATCH 02/51] block: Use enum req_op where appropriate
` [PATCH 03/51] block: Change the type of the last .rw_page() argument
` [PATCH 04/51] block: Change the type of req_op() and bio_op() into enum req_op
` [PATCH 05/51] block: Introduce the type blk_opf_t
` [PATCH 06/51] block: Use the new blk_opf_t type
` [PATCH 07/51] blktrace: "
` [PATCH 08/51] blktrace: Trace remap operations correctly
` [PATCH 09/51] block/brd: Use the enum req_op type
` [PATCH 10/51] block/drbd: Use the enum req_op and blk_opf_t types
` [PATCH 11/51] block/floppy: Fix a sparse warning
` [PATCH 12/51] block/null_blk: Fix sparse warnings in tracing code
` [PATCH 13/51] um: Use enum req_op where appropriate
` [PATCH 14/51] dm/core: Use the enum req_op and blk_opf_t types
` [PATCH 15/51] dm/bufio: Change 'int rw' into 'enum req_op op'
` [PATCH 16/51] dm/kcopyd: Rename kcopyd_job.rw into kcopyd_job.op
` [PATCH 17/51] dm/ebs: Change 'int rw' into 'enum req_op op'
` [PATCH 18/51] dm/dm-flakey: Use the new blk_opf_t type

[PATCH] timekeeping: contribute wall clock to rng on time change
 2022-06-23 18:04 UTC  (4+ messages)

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-06-23 18:05 UTC  (4+ messages)
` [PATCH v4 0/7] "

[PATCH] arm64: dts: imx8mp: drop dmas property for uart console
 2022-06-23 18:58 UTC  (8+ messages)

[PATCH 0/4] aborted fstests may leave frozen fs behind
 2022-06-23 18:04 UTC  (6+ messages)
` [PATCH 1/4] fstests: add missing _require_freeze() to tests
` [PATCH 3/4] xfs/{422,517}: add missing killall to _cleanup()

[Question] vmalloc latency in RT-Linux
 2022-06-23 18:04 UTC  (3+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-06-23 18:58 UTC  (5+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
      ` [f2fs-dev] "

[PATCH V11 0/8] CXL: Read CDAT and DSMAS data
 2022-06-23 18:03 UTC  (6+ messages)
` [PATCH V11 3/8] PCI: Create PCI library functions in support of DOE mailboxes

[PATCH v3 00/14] Add Mediatek MT6370 PMIC support
 2022-06-23 18:56 UTC  (12+ messages)
` [PATCH v3 07/14] mfd: mt6370: Add Mediatek MT6370 support
` [PATCH v3 09/14] regulator: mt6370: Add mt6370 DisplayBias and VibLDO support
` [PATCH v3 10/14] iio: adc: mt6370: Add Mediatek MT6370 support
` [PATCH v3 11/14] power: supply: mt6370: Add Mediatek MT6370 charger driver

RTT-PROBE: lore-subspace-rtt
 2022-06-23 18:56 UTC 

[PATCH] docs: driver-api: gpio: Fix some typos
 2022-06-23 17:49 UTC 

[PATCH 1/2] xen/arm: vtimer: Fix MISRA C 2012 Rule 8.4 violation
 2022-06-23 18:56 UTC  (3+ messages)

[PATCH 0/6] conntrack: fixes for handling unknown protocols
 2022-06-23 17:50 UTC  (7+ messages)
` [PATCH 1/6] tests/conntrack: ct create for "
` [PATCH 2/6] conntrack: set reply l4 proto for unknown protocol
` [PATCH 3/6] tests/conntrack: invalid protocol values
` [PATCH 4/6] conntrack: fix protocol number parsing
` [PATCH 5/6] tests/conntrack: ct -o save for unknown protocols
` [PATCH 6/6] conntrack: fix -o save dump "

[PATCH] PM / devfreq: imx-bus: use NULL to pass a null pointer rather than zero
 2022-06-23 18:00 UTC 

[PATCH] hid: Add support for the xp-pen deco mini7 tablet
 2022-06-23 17:51 UTC  (2+ messages)

[PATCH] aspeed: Set the dram container at the SoC level
 2022-06-23 18:53 UTC  (2+ messages)

[PATCH V4 00/20] The Runtime Verification (RV) interface
 2022-06-23 17:52 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Fix rare segfault in sock_fields prog test
 2022-06-23 18:00 UTC  (2+ messages)

Comunity vs i.MX #yocto
 2022-06-23 18:53 UTC  (3+ messages)
` [meta-freescale] "

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-23 17:55 UTC  (7+ messages)

[dm-devel] [PATCH] dm mirror: fix regression caused by
 2022-06-23 18:53 UTC 

[PATCH] xfs: always free xattri_leaf_bp when cancelling a deferred op
 2022-06-23 17:55 UTC  (2+ messages)

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

[PATCH] MAINTAINERS: Reorganize KVM/x86 maintainership
 2022-06-23 17:58 UTC  (3+ messages)

[PATCH 1/3] xen/arm: shutdown: Fix MISRA C 2012 Rule 8.4 violation
 2022-06-23 18:52 UTC  (3+ messages)

[PATCH] meson.build: Require a recent version of libpng
 2022-06-23 18:50 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: support building selftests when CONFIG_NF_CONNTRACK=m
 2022-06-23 17:56 UTC  (2+ messages)

[PATCH 12/14] aspeed: Make aspeed_board_init_flashes public
 2022-06-23 18:45 UTC  (7+ messages)
  ` [PATCH 04/14] sysbus: Add sysbus_mmio_map_in
  ` [PATCH 08/14] aspeed: Replace direct get_system_memory() calls

[RFC PATCH 0/6] add json string escaping to telemetry
 2022-06-23 18:48 UTC  (5+ messages)
` [RFC PATCH 2/6] telemetry: fix escaping of invalid json characters

[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-23 18:47 UTC  (5+ messages)
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator

RTT-PROBE: lore-subspace-rtt
 2022-06-23 18:46 UTC 

[PATCH] xen/common: device_tree: Fix MISRA C 2012 Rule 8.7 violation
 2022-06-23 18:45 UTC  (3+ messages)

[RFC PATCH] cpuset: Allow setscheduler regardless of manipulated task
 2022-06-23 18:44 UTC  (2+ messages)

[jirislaby:lto 4/45] kernel/static_call_inline.c:504:15: warning: no previous prototype for 'func_a'
 2022-06-23 17:44 UTC 

[PATCH v2 0/3] URB_FREE_COHERENT gs_usb memory leak fix
 2022-06-23 17:45 UTC  (5+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] drivers: usb/core/urb: Add URB_FREE_COHERENT

[PATCH v2 0/4] tools/xenstore: add some new features to the documentation
 2022-06-23 18:42 UTC  (7+ messages)
` [PATCH v2 2/4] tools/xenstore: add documentation for new set/get-feature commands
` [PATCH v2 3/4] tools/xenstore: add documentation for new set/get-quota commands
` [PATCH v2 4/4] tools/xenstore: add documentation for extended watch command

[xen-unstable test] 171327: tolerable FAIL
 2022-06-23 18:40 UTC 

[PATCH 0/2] Kconfig: -O3 enablement
 2022-06-23 17:44 UTC  (7+ messages)

[PATCH] Revert "drm/amd/display: ignore modifiers when checking for format support"
 2022-06-23 18:38 UTC  (3+ messages)

[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
 2022-06-23 18:37 UTC  (6+ messages)
` [PATCH v5 1/9] dt-bindings: usb: Add Type-C switch binding
` [PATCH v5 6/9] dt/bindings: drm/bridge: it6505: Add mode-switch support

RTT-PROBE: lore-subspace-rtt
 2022-06-23 18:36 UTC 

[PATCH] xfs: make src file readable during reflink
 2022-06-23 17:37 UTC  (2+ messages)

[RFC PATCH v1 0/3] Create common DPLL/clock configuration API
 2022-06-23 18:28 UTC  (3+ messages)
` [RFC PATCH v1 3/3] ptp_ocp: implement DPLL ops

[PATCH v2 0/2] Fix console probe delay due to fw_devlink
 2022-06-23 17:35 UTC  (8+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1

[jolsa-perf:bpf/tramp_11 16/21] ld.lld: error: undefined symbol: btf_obj_id
 2022-06-23 18:35 UTC 

[PATCH 06/14] aspeed: Add system-memory QOM link to SoC
 2022-06-23 18:32 UTC  (4+ messages)
  ` [PATCH 11/14] aspeed: Switch to create_unimplemented_device_in

Discussion on toolchain support for reliable stacktracing at LPC 2022
 2022-06-23 17:34 UTC 

[PATCH V2] KVM: SEV: Init target VMCBs in sev_migrate_from
 2022-06-23 17:34 UTC 

[Intel-gfx] [PATCH v2 0/9] drm/i915: g4x/vlv/chv CxSR/wm fixes/cleanups
 2022-06-23 18:34 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 9/9] drm/i915: Enable atomic by default on ctg/elk

[PATCH v5 0/2] AD4130
 2022-06-23 17:33 UTC  (7+ messages)
` [PATCH v5 2/2] iio: adc: ad4130: add AD4130 driver

[PATCH 1/4] smccc: define generic IDs for feature discovery
 2022-06-23 18:32 UTC  (8+ messages)
` [PATCH 2/4] firmware: psci: reorder header files inclusion
` [PATCH 3/4] firmware: psci: bind arm smccc features when discovered
` [PATCH 4/4] drivers: rng: add smccc trng driver

[PATCH v2 00/14] SCMI multi-channel and optee shm
 2022-06-23 18:32 UTC  (3+ messages)
` [PATCH v2 01/14] firmware: scmi: optee: use TEE shared memory for SCMI messages

[PATCH v3 00/13] Fuzzing and ASAN for sandbox
 2022-06-23 18:32 UTC  (3+ messages)
` [PATCH v3 01/13] serial: sandbox: Fix buffer underflow in puts

[PATCH RESEND] drm/msm/dpu: Fix variable dereferenced before check
 2022-06-23 17:32 UTC  (2+ messages)

[PATCH v15 0/6] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-06-23 17:32 UTC  (2+ messages)

Netlink NLM_F_DUMP_INTR flag lost
 2022-06-23 17:31 UTC  (11+ messages)

[Intel-gfx] [PATCH 0/9] drm/i915: Display info cleanup
 2022-06-23 18:29 UTC  (3+ messages)

[PATCH v2 0/4] Extending NMI watchdog during LPM
 2022-06-23 17:28 UTC  (3+ messages)
` [PATCH v2 4/4] pseries/mobility: Set NMI watchdog factor "

[PATCH v4 2/2] PCI/DPC: Disable DPC service when link is in L2/L3 ready, L2 and L3 state
 2022-06-23 17:28 UTC  (2+ messages)

[PATCH] arm64: cpufeature: make sure cpu_mitigations_off then kpti off
 2022-06-23 17:27 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-23 18:26 UTC 

[PATCH RFC 00/30] Overhaul NFSD filecache
 2022-06-23 17:27 UTC  (5+ messages)
` [PATCH RFC 29/30] NFSD: Convert the filecache to use rhashtable

[PATCH] powerpc/xive/spapr: correct bitmap allocation size
 2022-06-23 18:25 UTC 

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23 17:26 UTC  (9+ messages)

[f2fs-dev] [PATCH v2 0/5] PAGE_SIZE and zoned storage related improvements
 2022-06-23 18:24 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2 1/5] Fix the struct f2fs_dentry_block definition

[PATCH 5.18 00/11] 5.18.7-rc1 review
 2022-06-23 16:45 UTC  (12+ messages)
` [PATCH 5.18 01/11] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 5.18 02/11] zonefs: fix zonefs_iomap_begin() for reads
` [PATCH 5.18 03/11] wifi: rtlwifi: remove always-true condition pointed out by GCC 12
` [PATCH 5.18 04/11] eth: sun: cassini: remove dead code
` [PATCH 5.18 05/11] net: wwan: iosm: remove pointless null check
` [PATCH 5.18 06/11] x86/boot: Wrap literal addresses in absolute_pointer()
` [PATCH 5.18 07/11] fsnotify: introduce mark type iterator
` [PATCH 5.18 08/11] fsnotify: consistent behavior for parent not watching children
` [PATCH 5.18 09/11] bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
` [PATCH 5.18 10/11] selftests/bpf: Add selftest for calling global functions from freplace
` [PATCH 5.18 11/11] dt-bindings: nvmem: sfp: Add clock properties

[PATCH 5.4 00/11] 5.4.201-rc1 review
 2022-06-23 16:45 UTC  (12+ messages)
` [PATCH 5.4 01/11] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 5.4 02/11] dm: remove special-casing of bio-based immutable singleton target on NVMe
` [PATCH 5.4 03/11] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 5.4 04/11] tcp: add some entropy in __inet_hash_connect()
` [PATCH 5.4 05/11] tcp: use different parts of the port_offset for index and offset
` [PATCH 5.4 06/11] tcp: add small random increments to the source port
` [PATCH 5.4 07/11] tcp: dynamically allocate the perturb table used by source ports
` [PATCH 5.4 08/11] tcp: increase source port perturb table to 2^16
` [PATCH 5.4 09/11] tcp: drop the hash_32() part from the index calculation
` [PATCH 5.4 10/11] arm64: mm: Dont invalidate FROM_DEVICE buffers at start of DMA transfer
` [PATCH 5.4 11/11] Revert "hwmon: Make chip parameter for with_info API mandatory"

[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
 2022-06-23 17:25 UTC  (2+ messages)

[PATCH 4.19 000/234] 4.19.249-rc1 review
 2022-06-23 16:45 UTC  (42+ messages)
` [PATCH 4.19 165/234] random: move initialization functions out of hot pages
` [PATCH 4.19 171/234] crypto: drbg - add FIPS 140-2 CTRNG for noise source
` [PATCH 4.19 172/234] crypto: drbg - always seeded with SP800-90B compliant "
` [PATCH 4.19 173/234] crypto: drbg - prepare for more fine-grained tracking of seeding state
` [PATCH 4.19 174/234] crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
` [PATCH 4.19 196/234] ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
` [PATCH 4.19 197/234] net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
` [PATCH 4.19 198/234] random: credit cpu and bootloader seeds by default
` [PATCH 4.19 199/234] pNFS: Dont keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE
` [PATCH 4.19 200/234] i40e: Fix adding ADQ filter to TC0
` [PATCH 4.19 201/234] i40e: Fix call trace in setup_tx_descriptors
` [PATCH 4.19 202/234] tty: goldfish: Fix free_irq() on remove
` [PATCH 4.19 205/234] net: bgmac: Fix an erroneous kfree() in bgmac_remove()
` [PATCH 4.19 206/234] arm64: ftrace: fix branch range checks
` [PATCH 4.19 207/234] certs/blacklist_hashes.c: fix const confusion in certs blacklist
` [PATCH 4.19 208/234] faddr2line: Fix overlapping text section failures, the sequel
` [PATCH 4.19 210/234] irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
` [PATCH 4.19 211/234] comedi: vmk80xx: fix expression for tx buffer size
` [PATCH 4.19 212/234] USB: serial: option: add support for Cinterion MV31 with new baseline
` [PATCH 4.19 213/234] USB: serial: io_ti: add Agilent E5805A support
` [PATCH 4.19 214/234] usb: dwc2: Fix memory leak in dwc2_hcd_init
` [PATCH 4.19 215/234] usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe
` [PATCH 4.19 216/234] serial: 8250: Store to lsr_save_flags after lsr read
` [PATCH 4.19 217/234] ext4: fix bug_on ext4_mb_use_inode_pa
` [PATCH 4.19 218/234] ext4: make variable "count" signed
` [PATCH 4.19 219/234] ext4: add reserved GDT blocks check
` [PATCH 4.19 220/234] virtio-pci: Remove wrong address verification in vp_del_vqs()
` [PATCH 4.19 221/234] net: openvswitch: fix misuse of the cached connection on tuple changes
` [PATCH 4.19 222/234] net: openvswitch: fix leak of nested actions
` [PATCH 4.19 223/234] RISC-V: fix barrier() use in <vdso/processor.h>
` [PATCH 4.19 224/234] powerpc/mm: Switch obsolete dssall to .long
` [PATCH 4.19 225/234] s390/mm: use non-quiescing sske for KVM switch to keyed guest
` [PATCH 4.19 226/234] usb: gadget: u_ether: fix regression in setting fixed MAC address
` [PATCH 4.19 227/234] xprtrdma: fix incorrect header size calculations
` [PATCH 4.19 228/234] tcp: add some entropy in __inet_hash_connect()
` [PATCH 4.19 229/234] tcp: use different parts of the port_offset for index and offset
` [PATCH 4.19 230/234] tcp: add small random increments to the source port
` [PATCH 4.19 231/234] tcp: dynamically allocate the perturb table used by source ports
` [PATCH 4.19 232/234] tcp: increase source port perturb table to 2^16
` [PATCH 4.19 233/234] tcp: drop the hash_32() part from the index calculation
` [PATCH 4.19 234/234] Revert "hwmon: Make chip parameter for with_info API mandatory"

[PATCH 0/9] MISRA C 2012 8.1 rule fixes
 2022-06-23 18:23 UTC  (12+ messages)

[PATCH] arm64: dts: ti: k3-am62-main: Enable crypto accelerator
 2022-06-23 18:21 UTC  (2+ messages)

[GIT PULL] tracing: Minor fixes and clean ups for 5.19
 2022-06-23 17:23 UTC 

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-23 18:21 UTC  (17+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[PATCH 01/10] iio: adc: mcp3911: correct "microchip,device-addr" property
 2022-06-23 17:26 UTC  (3+ messages)
` [PATCH 10/10] iio: adc: mcp3911: add support to set PGA

[PATCH v3] app/test: add additional stream cipher tests
 2022-06-23 18:19 UTC  (2+ messages)
` [PATCH v4] "


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.