All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-03 22:34:50 to 2024-01-04 00:31:51 UTC [more...]

[PATCH iproute2] ip: merge duplicate if clauses
 2024-01-04  0:31 UTC 

[PATCH 0/8] arch/ typo fixes
 2024-01-04  0:31 UTC  (16+ messages)
` [PATCH 1/8] alpha: Fix typos
` [PATCH 2/8] ARC: "
` [PATCH 3/8] arm64: "
` [PATCH 4/8] arm64: dts: "
` [PATCH 5/8] KVM: arm64: "
` [PATCH 6/8] MIPS: "
` [PATCH 7/8] powerpc: "
` [PATCH 8/8] sparc: "

[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support
 2024-01-04  0:30 UTC  (21+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: name internal functions consistently
` [PATCH v2 bpf-next 5/9] libbpf: use stable map placeholder FDs
` [PATCH v2 bpf-next 8/9] libbpf: implement __arg_ctx fallback logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-01-04  0:29 UTC  (8+ messages)
` [PATCH v4 24/24] platform/chrome: cros_ec: Use PM subsystem to manage wakeirq

[Intel-wired-lan] [PATCH iwl-next v1] ixgbe: Convert ret val type from s32 to int
 2024-01-04  0:27 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCH v3 00/11] Add support for Intel PPS Generator
 2024-01-04  0:24 UTC  (4+ messages)
` [Intel-wired-lan] [RFC PATCH v3 11/11] ABI: pps: Add ABI documentation for Intel TIO

[PATCH v4 0/3] net/iavf: support Tx LLDP on scalar and AVX512
 2024-01-04  0:26 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v7 1/2] schemas: memory: Add ECC properties
 2024-01-04  0:25 UTC  (17+ messages)
` [PATCH v7 2/2] schemas: Add some common reserved-memory usages

[PATCH net v5 0/2] Fix a regression in the Gemini ethernet controller
 2024-01-04  0:24 UTC  (3+ messages)
` [PATCH net v5 1/2] net: ethernet: cortina: Drop software checksum and TSO

[PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-01-04  0:24 UTC  (8+ messages)

[BUG] Guest OSes die simultaneously (bisected)
 2024-01-04  0:24 UTC  (3+ messages)

[PATCH v3 0/3] hwmon: Driver for Nuvoton NCT7363Y
 2024-01-04  0:21 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v3 2/3] dt-bindings: hwmon: Add NCT7363Y documentation

put the xfs xfile abstraction on a diet
 2024-01-04  0:21 UTC  (31+ messages)
` [PATCH 01/15] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 02/15] shmem: export shmem_get_folio
` [PATCH 03/15] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 04/15] xfs: remove xfile_stat
` [PATCH 05/15] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 06/15] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 07/15] xfs: shmem_file_setup can't return NULL
` [PATCH 08/15] xfs: don't modify file and inode flags for shmem files
` [PATCH 09/15] xfs: don't allow highmem pages in xfile mappings
` [PATCH 10/15] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 11/15] xfs: use shmem_get_folio in xfile_get_page
` [PATCH 12/15] xfs: remove struct xfile_page
` [PATCH 13/15] xfs: don't unconditionally allocate a new page in xfile_get_page
` [PATCH 14/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_store
` [PATCH 15/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_load

[PATCH v5 0/9] efi/cxl-cper: Report CPER CXL component events through trace events
 2024-01-04  0:21 UTC  (5+ messages)
` [PATCH v5 8/9] PCI: Define scoped based management functions

[v7] drm/xe: Add vram frequency sysfs attributes
 2024-01-04  0:19 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Add vram frequency sysfs attributes (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH v6 00/12] mempolicy2, mbind2, and weighted interleave
 2024-01-04  0:19 UTC  (14+ messages)
` [PATCH v6 01/12] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [PATCH v6 02/12] mm/mempolicy: refactor a read-once mechanism into a function for re-use
` [PATCH v6 03/12] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [PATCH v6 04/12] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [PATCH v6 05/12] mm/mempolicy: create struct mempolicy_param for creating new mempolicies
` [PATCH v6 06/12] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [PATCH v6 07/12] mm/mempolicy: allow home_node to be set by mpol_new
` [PATCH v6 08/12] mm/mempolicy: add userland mempolicy arg structure
` [PATCH v6 09/12] mm/mempolicy: add set_mempolicy2 syscall
` [PATCH v6 10/12] mm/mempolicy: add get_mempolicy2 syscall
` [PATCH v6 11/12] mm/mempolicy: add the mbind2 syscall
` [PATCH v6 12/12] mm/mempolicy: extend mempolicy2 and mbind2 to support weighted interleave

[PATCH 6.6 00/49] 6.6.10-rc1 review
 2024-01-04  0:18 UTC  (3+ messages)

[PATCH net-next 1/2] net: dsa: mv88e6xxx: Add LED infrastructure
 2024-01-04  0:15 UTC  (3+ messages)

[PATCH 6.1 000/100] 6.1.71-rc1 review
 2024-01-04  0:15 UTC  (3+ messages)

Some thoughts following a brief test of libgpiod ver 2.1
 2024-01-04  0:15 UTC  (12+ messages)
` [libgpiod] "

[f2fs-dev] Dear Respectable, I awaits for your response to my message!!!
 2024-01-03 23:57 UTC 

[GIT PULL] arm64: dts: socfpga: updates for v6.8
 2024-01-04  0:13 UTC 

[PATCH] x86/syscalls: shrink entry/syscall_64.i via IWYU
 2024-01-04  0:13 UTC 

[PATCH V3 1/6] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
 2024-01-04  0:11 UTC  (4+ messages)

[PATCH v9 00/10] Multi-size THP for anonymous memory
 2024-01-04  0:09 UTC  (6+ messages)
` [PATCH v9 09/10] selftests/mm/cow: Generalize do_run_with_thp() helper

[PATCH v2 0/4] TC phy check cleanup
 2024-01-04  0:07 UTC  (10+ messages)
` [PATCH v2 4/4] drm/i915: Separate tc check for legacy and non legacy tc phys

[PATCH][next] drm/xe: Fix spelling mistake "gueue" -> "queue"
 2024-01-04  0:06 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH v5 00/13] Arm cache coloring
 2024-01-04  0:05 UTC  (3+ messages)

Re:Dear Respectable,I awaits for your response to my message!!!
 2024-01-03 23:56 UTC 

[PATCH v2] x86/vdso: shrink vdso/extable.i via IWYU
 2024-01-04  0:02 UTC 

[PATCH v7 1/3] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
 2024-01-04  0:02 UTC  (11+ messages)

[PATCH] dt-bindings: ignore paths outside kernel for DT_SCHEMA_FILES
 2024-01-03 23:58 UTC  (2+ messages)

[bcachefs:header_cleanup 21/51] /bin/bash: line 1: 19420 Segmentation fault LLVM_OBJCOPY="llvm-objcopy" pahole -J --btf_gen_floats -j --lang_exclude=rust --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_base vmlinux drivers/misc/eeprom/at24.ko
 2024-01-03 23:55 UTC  (11+ messages)

[PATCH v6 0/4] Input: support overlay objects on touchscreens
 2024-01-03 23:55 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: touchscreen: add touch-overlay property
` [PATCH v6 3/4] dt-bindings: input: touchscreen: st1232: add touch-overlay example

Regression in Final Scratch 'ScratchAmp' quirk (DJ interface)
 2024-01-03 23:53 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-net v3 1/1] e1000e: Workaround for sporadic MDI error on Meteor Lake systems
 2024-01-03 23:52 UTC  (2+ messages)

[PATCH 0/7] kernel: consolidated pull request
 2024-01-03 23:52 UTC  (4+ messages)
    ` [OE-core] "

[PATCH i-g-t] lib/intel_mmio: Allow access to full register space on modern platforms
 2024-01-03 23:49 UTC 

[PATCH bpf-next 00/29] BPF token
 2024-01-03 23:49 UTC  (2+ messages)

Fwd: BPF-NX+CFI is a good upstreaming candidate
 2024-01-03 23:45 UTC  (2+ messages)
    ` [External] "

[PATCH] linux-yocto-rt/6.6: correct meta data branch
 2024-01-03 23:44 UTC 

[pci:aer] BUILD SUCCESS db02e176f597a14eb696141ffa008c2429453a15
 2024-01-03 23:43 UTC 

Patch "cifs: Fix flushing, invalidation and file size with copy_file_range()" has been added to the 6.1-stable tree
 2024-01-03 23:40 UTC  (2+ messages)

[PATCH 1/2] gssapi: revert commit f5b6e6fdb1e6
 2024-01-03 23:39 UTC  (4+ messages)
` [PATCH 2/2] gssapi: fix rpc_gss_seccreate passed in cred

[PATCH] push: region_leave trace for negotiate_using_fetch
 2024-01-03 23:37 UTC  (2+ messages)

[PATCH libnetfilter_queue] include: pktbuff.h needs stdbool.h
 2024-01-03 23:37 UTC 

[PATCH 5.15 00/95] 5.15.146-rc1 review
 2024-01-03 23:37 UTC  (2+ messages)

[PATCH net v3] net: ethtool: do runtime PM outside RTNL
 2024-01-03 23:34 UTC  (4+ messages)

[PATCH bpf-next 0/2] Annotate kfuncs in .BTF_ids section
 2024-01-03 23:31 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: btf: Support optional flags for BTF_SET8 sets
` [PATCH bpf-next 2/2] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH 2/2] PM: domains: Move genpd and its governor to the pmdomain subsystem
 2024-01-03 23:30 UTC  (3+ messages)

[PATCH v3 0/4] kstrtox: introduce memparse_safe()
 2024-01-03 23:27 UTC  (5+ messages)
` [PATCH v3 1/4] kstrtox: always skip the leading "0x" even if no more valid chars
` [PATCH v3 2/4] kstrtox: introduce a safer version of memparse()
` [PATCH v3 3/4] kstrtox: add unit tests for memparse_safe()
` [PATCH v3 4/4] btrfs: migrate to the newer memparse_safe() helper

[v2 0/5] Add ISA extension smcntrpmf support
 2024-01-03 23:27 UTC  (7+ messages)
` [v2 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [v2 4/5] target/riscv: Add cycle & instret privilege mode filtering support

[PATCH bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers
 2024-01-03 23:26 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest with not-8-byte aligned BPF_ST

[PATCH] input: uinput: Drop checks for abs_min > abs_max
 2024-01-03 23:22 UTC  (7+ messages)

[PATCH 1/1] drm/xe/xe2: Use XE_CACHE_WB pat index
 2024-01-03 23:19 UTC  (7+ messages)
` ✓ CI.checkpatch: success for series starting with [1/1] "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

how to sneak a function into the *middle* of "prefuncs"?
 2024-01-03 23:17 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] hw/net/can/sja1000: fix bug for single acceptance filter and standard frame
 2024-01-03 23:14 UTC 

[PATCH v5 1/2] drm/amdgpu: Auto-validate DMABuf imports in compute VMs
 2024-01-03 23:15 UTC  (2+ messages)
` [PATCH v5 2/2] drm/amdkfd: Bump KFD ioctl version

[Buildroot] [PATCH] package/python3: add tk as core module
 2024-01-03 23:14 UTC  (3+ messages)

[frederic-dynticks:timers/core 13/15] kernel/time/tick-sched.c:1537: warning: Function parameter or member 'hrtimer' not described in 'tick_setup_sched_timer'
 2024-01-03 23:13 UTC 

[tip:x86/cleanups] BUILD SUCCESS 54aa699e8094efb7d7675fefbc03dfce24f98456
 2024-01-03 23:10 UTC 

[kernel-cve-report] New CVE entries this week
 2024-01-03 23:09 UTC 

[PATCH v8 00/19] Pass data lifetime information to SCSI disk devices
 2024-01-03 23:09 UTC  (6+ messages)
` [PATCH v8 06/19] block, fs: Propagate write hints to the block device inode

[net-next PATCH v7 0/5] net: phy: generic polarity + LED support for qca808x
 2024-01-03 14:12 UTC  (12+ messages)
` [net-next PATCH v7 1/5] dt-bindings: net: phy: Make LED active-low property common
` [net-next PATCH v7 2/5] dt-bindings: net: phy: Document LED inactive high impedance mode
` [net-next PATCH v7 3/5] net: phy: add support for PHY LEDs polarity modes
` [net-next PATCH v7 4/5] dt-bindings: net: Document QCA808x PHYs
` [net-next PATCH v7 5/5] net: phy: at803x: add LED support for qca808x

linux-next: build failure after merge of the clk tree
 2024-01-03 23:04 UTC 

fs/splice.c:53:19: sparse: sparse: cast from restricted fmode_t
 2024-01-03 23:03 UTC 

[PATCH v1] KVM: nVMX: Fix handling triple fault on RSM instruction
 2024-01-03 23:03 UTC  (3+ messages)

[PATCH] arm64: dts: ls1046a: Remove big-endian from thermal
 2024-01-03 22:59 UTC 

[PATCH v3 1/2] SUNRPC: Fixup v4.1 backchannel request timeouts
 2024-01-03 23:00 UTC  (4+ messages)
` [PATCH v3 2/2] NFSv4.1: Use the nfs_client's rpc timeouts for backchannel

MPC837XERDB DM_I2C (and related) migrations
 2024-01-03 22:59 UTC 

[PATCH v3 bpf 0/4] net: bpf_xdp_adjust_tail() fixes
 2024-01-03 22:53 UTC  (5+ messages)
` [PATCH v3 bpf 2/4] xsk: fix usage of multi-buffer BPF helpers for ZC XDP

include/asm-generic/unaligned.h:119:16: sparse: sparse: cast truncates bits from constant value (aa01a0 becomes a0)
 2024-01-03 22:52 UTC 

[frederic-dynticks:timers/core 13/15] kernel/time/tick-sched.c:1563:9: error: too few arguments to function 'tick_nohz_activate'
 2024-01-03 22:52 UTC 

chacha20-s390 broken in 8.2.0 in TCG on s390x
 2024-01-03 22:51 UTC  (7+ messages)

cache fixes (redux) (a tale of many inode numbers...)
 2024-01-03 22:48 UTC  (5+ messages)
` cache fixes (redux)
      ` Fwd: "

[PATCH v2 0/4] kstrtox: introduce memparse_safe()
 2024-01-03 22:45 UTC  (4+ messages)
` [PATCH v2 3/4] kstrtox: add unit tests for memparse_safe()

[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS 3027e7b15b02d2d37e3f82d6b8404f6d37e3b8cf
 2024-01-03 22:44 UTC 

[PATCH v1 00/10] Introduce new max-queue-size configuration
 2024-01-03 22:42 UTC  (9+ messages)
` [PATCH 07/10] nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definition
` [PATCH 10/10] nvmet-rdma: set max_queue_size for RDMA transport

[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2024-01-03 22:40 UTC  (3+ messages)

[Intel-wired-lan] [tnguy-next-queue:10GbE] BUILD SUCCESS 55f96e8bbea09afbd0ce95cc281ec2597ddafb81
 2024-01-03 22:39 UTC 

FW: BPF-NX+CFI is a good upstreaming candidate
 2024-01-03 22:36 UTC  (6+ messages)
    ` [PATCH 1/2] Adding BPF NX
        ` [External] "

[PATCH net-next v5 0/5] netdevsim: link and forward skbs between ports
 2024-01-03 22:36 UTC  (4+ messages)
` [PATCH net-next v5 3/5] netdevsim: forward skbs from one connected port to another


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.