All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-24 17:21:33 to 2022-01-24 17:47:24 UTC [more...]

[PATCH 00/82] remove unnecessary null checks
 2022-01-24 17:45 UTC  (5+ messages)
` [PATCH 05/82] examples/ip_pipeline: remove unnecessary NULL checks
` [PATCH v2 00/83] remove unnecessary null checks

[Buildroot] [RFC PATCH 0/1] Fix binutils/libiberty target install directory
 2022-01-24 17:44 UTC  (3+ messages)
` [Buildroot] [RFC PATCH 1/1] "

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-24 17:17 UTC  (45+ messages)
` [PATCH v4 01/42] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v4 02/42] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v4 05/42] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v4 07/42] hw/cxl/device: Add memory device utilities
` [PATCH v4 08/42] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v4 09/42] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v4 10/42] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v4 11/42] hw/pxb: Use a type for realizing expanders
` [PATCH v4 12/42] hw/pci/cxl: Create a CXL bus type
` [PATCH v4 13/42] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v4 14/42] tests/acpi: allow DSDT.viot table changes
` [PATCH v4 15/42] acpi/pci: Consolidate host bridge setup
` [PATCH v4 16/42] tests/acpi: Add update DSDT.viot
` [PATCH v4 17/42] cxl: Machine level control on whether CXL support is enabled
` [PATCH v4 18/42] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v4 19/42] hw/cxl/rp: Add a root port
` [PATCH v4 20/42] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v4 21/42] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v4 22/42] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v4 23/42] tests/acpi: allow CEDT table addition
` [PATCH v4 24/42] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v4 25/42] hw/cxl/device: Add some trivial commands
` [PATCH v4 26/42] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v4 27/42] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v4 28/42] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v4 29/42] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v4 30/42] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v4 31/42] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v4 32/42] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v4 33/42] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v4 34/42] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v4 35/42] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v4 36/42] arm/virt: Allow virt/CEDT creation
` [PATCH v4 37/42] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v4 38/42] RFC: softmmu/memory: Add ops to memory_region_ram_init_from_file
` [PATCH v4 39/42] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v4 40/42] i386/pc: Enable CXL fixed memory windows
` [PATCH v4 41/42] qtest/acpi: Add reference CEDT tables
` [PATCH v4 42/42] qtest/cxl: Add very basic sanity tests

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-24 17:46 UTC  (7+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints

[PATCH net-next] net-core: add InMacErrors counter
 2022-01-24 17:46 UTC  (6+ messages)

EISA always probes
 2022-01-21 20:31 UTC 

First Time Contributor: Looking for Good Beginner issues
 2022-01-22  7:13 UTC 

Testing 5.17 bugfix material
 2022-01-24 17:44 UTC  (4+ messages)

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-24 17:44 UTC  (11+ messages)
` [PATCH 6/7] iommu: Use right way to retrieve iommu_ops
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops

[PATCH v13 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-24 17:17 UTC  (11+ messages)
` [PATCH v13 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v13 02/10] ACPI ERST: specification for ERST support
` [PATCH v13 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v13 04/10] ACPI ERST: header file "
` [PATCH v13 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v13 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v13 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v13 08/10] ACPI ERST: qtest for ERST
` [PATCH v13 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v13 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PATCH] cobalt: Fix pid issues when running in child pid namespace
 2022-01-24 17:41 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/i915/i915_hangman : Skips test for RCS/CCS on DG2
 2022-01-24 17:41 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "
` [igt-dev] ✗ GitLab.Pipeline: warning "

pagefaults and hang with 5.15.11
 2022-01-24 17:41 UTC  (6+ messages)

fs/ntfs3/fsntfs.c:2248:41: warning: taking address of packed member 'de' of class or structure 'NTFS_DE_SII' may result in an unaligned pointer value
 2022-01-24 17:41 UTC  (3+ messages)

[RFC PATCH v1 01/10] s390/uaccess: Add storage key checked access to user memory
 2022-01-24 17:41 UTC  (3+ messages)
` [RFC PATCH] uaccess: Add mechanism for "

fs/dlm/midcomms.c:913:22: sparse: sparse: restricted __le32 degrades to integer
 2022-01-24 17:41 UTC  (14+ messages)
` [Cluster-devel] "

[Intel-gfx] [PATCH] drm/i915/dg2: Add Wa_18018781329
 2022-01-24 17:40 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Add Wa_18018781329 (rev7)

[PATCH 1/2] CI: update for meta-zephyr changes
 2022-01-24 17:40 UTC  (2+ messages)
` [PATCH 2/2] CI: fix check-layer indeterminism

[PATCH v3 1/9] t5326: demonstrate bitmap corruption after permutation
 2022-01-24 17:40 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/2] DG2 platform definition
 2022-01-24 17:39 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for DG2 platform definition (rev3)

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-24 17:37 UTC  (7+ messages)
` [RFC PATCH v4 22/26] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1

[PATCH 1/1] busybox: Add shell arithmetic to work with poky-tiny
 2022-01-24 17:38 UTC  (2+ messages)
` [poky] "

[PATCH] x86/boot: Avoid redundant address overlap tests in memcpy()
 2022-01-24 17:38 UTC  (2+ messages)

[RFC 0/7] 64-bit data integrity field support
 2022-01-24 17:38 UTC  (3+ messages)
` [RFC 5/7] asm-generic: introduce be48 unaligned accessors

[Buildroot] [git commit branch/2021.11.x] DEVELOPERS: remove Ryan Barnett
 2022-01-24 17:26 UTC 

[Intel-gfx] [PATCH v3] drm/i915: fix header file inclusion for might_alloc()
 2022-01-24 17:38 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: fix header file inclusion for might_alloc() (rev4)

[RFC] PM: suspend: Upstreaming wakeup reason capture support
 2022-01-24 17:37 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.11.x] package/tor: bump version to 0.4.6.9
 2022-01-24 17:24 UTC 

[Buildroot] [git commit branch/2021.11.x] package/coreutils: drop gl_cv_func_fstatat_zero_flag=no from config env
 2022-01-24 17:28 UTC 

[PATCH] libtraceevent: Fix backward compatibility with tep_print_arg_string
 2022-01-24 17:37 UTC 

[LTP] [PATCH 1/3] memcontrol02: Add VFAT/MSDOS magic and set error to 50% for it also
 2022-01-24 17:36 UTC  (3+ messages)
` [LTP] [PATCH 2/3] memcontrol02: Fix anon memory comparison
` [LTP] [PATCH 3/3] memcontrol02: Increase expected error with increase in pagesize

[Buildroot] [git commit branch/2021.11.x] package/samba4: add optional dependency to icu & libglib2
 2022-01-24 16:28 UTC 

[Buildroot] [git commit branch/2021.11.x] package/cage: only enable XWayland if wlroots has X11
 2022-01-24 16:31 UTC 

[Buildroot] [git commit branch/2021.11.x] package/php: bump version to 8.0.14
 2022-01-24 17:22 UTC 

[Buildroot] [git commit branch/2021.02.x] DEVELOPERS: remove Ryan Barnett
 2022-01-24 17:27 UTC 

[Intel-wired-lan] [PATCH net-next 0/4] ice: switch: debloat packet templates code
 2022-01-24 17:35 UTC  (14+ messages)
`  "
` [Intel-wired-lan] [PATCH net-next 1/4] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
  ` [PATCH net-next 1/4] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h,m}_u
` [Intel-wired-lan] [PATCH net-next 2/4] ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
  `  "
` [Intel-wired-lan] [PATCH net-next 3/4] ice: switch: use a struct to pass packet template params
  `  "
` [Intel-wired-lan] [PATCH net-next 4/4] ice: switch: use convenience macros to declare dummy pkt templates
  `  "
` [Intel-wired-lan] ice: Add support for inner etype in switchdev
  `  "

[Buildroot] [git commit branch/2021.02.x] package/coreutils: drop gl_cv_func_fstatat_zero_flag=no from config env
 2022-01-24 17:30 UTC 

[PATCH v3 0/4] Watchdog: sp5100_tco: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-24 17:36 UTC  (3+ messages)
` [PATCH v3 3/4] Watchdog: sp5100_tco: Add initialization using EFCH MMIO

[igt-dev] [PATCH i-g-t 0/3] New subtests for deep color
 2022-01-24 17:36 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Buildroot] [git commit branch/2021.02.x] package/samba4: add optional dependency to icu & libglib2
 2022-01-24 16:28 UTC 

[Buildroot] [git commit branch/2021.02.x] package/cage: only enable XWayland if wlroots has X11
 2022-01-24 16:33 UTC 

[Buildroot] [PATCH] package/coreutils: drop gl_cv_func_fstatat_zero_flag=no from config env
 2022-01-24 17:36 UTC  (2+ messages)

[PATCH net-next v4 11/11] net: dsa: realtek: rtl8365mb: multiple cpu ports, non cpu extint
 2022-01-24 17:35 UTC  (13+ messages)

[PATCH 0/2] Add support for Azoteq IQS620A(T) V3
 2022-01-24 17:34 UTC  (3+ messages)
` [PATCH 2/2] iio: temperature: iqs620at-temp: Add support for V3 silicon

[PATCH v2 1/2] usb: ulpi: Add debugfs support
 2022-01-24 17:33 UTC  (2+ messages)
` [PATCH v2 2/2] usb: ulpi: Call of_node_put correctly

MT7621 SoC Traffic Won't Flow on RGMII2 Bus/2nd GMAC
 2022-01-24 17:34 UTC  (9+ messages)

[PATCH 1/1] Added verbosity to 16550A serial driver. dmesg shows the ports, irqs, baudbases
 2022-01-24 17:32 UTC  (3+ messages)

[PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper
 2022-01-24 17:30 UTC  (2+ messages)

[PATCH v3] mm: use compare-exchange operation to set KASAN page tag
 2022-01-24 17:25 UTC  (3+ messages)

[PATCH net-next] ipv4: get rid of fib_info_hash_{alloc|free}
 2022-01-24 17:31 UTC 

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-01-24 17:30 UTC  (12+ messages)

[PATCH] RelNotes: add builder notes
 2022-01-24 17:30 UTC 

[PATCH] scsi: mpt3sas: FIx a NULL pointer dereference bug in mpt3sas_transport_port_add()
 2022-01-24 17:21 UTC 

[PATCH] KVM: PPC: Book3S HV P9: Optimise loads around context switch
 2022-01-24 17:29 UTC  (2+ messages)

[PATCH 00/12] RFC: In-core git merge-tree ("Server side merges")
 2022-01-24 17:30 UTC  (4+ messages)
` [PATCH 10/12] merge-tree: provide easy access to `ls-files -u` style info

[PATCH RESEND] media: omap3isp: Use struct_group() for memcpy() region
 2022-01-24 17:29 UTC 

Issue with driver-to-driver services
 2022-01-24 17:28 UTC  (2+ messages)

Why does cdns_pcie_ep_set_bar use sz > SZ_2G for is_64bits in pcie-cadence-ep.c?
 2022-01-24 17:28 UTC  (6+ messages)

[XEN v3] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-24 17:27 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/lvm2: bump to version 2.03.14
 2022-01-24 17:26 UTC 

[PATCH 1/3] dt-bindings: pinctrl: qcom,pmic-mpp: Document PM8226 compatible
 2022-01-24 17:15 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: qcom: spmi-mpp: Add "
` [PATCH 3/3] ARM: dts: qcom: pm8226: Add node for the MPP

[meta-oe][PATCHv3 1/2] folks: initial add recipe
 2022-01-24 17:27 UTC  (2+ messages)
` [oe] "

[Intel-gfx] [PATCH 1/3] drm: add writeback pointers to drm_connector
 2022-01-24 17:27 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/3] drm/arm/komeda : change driver to use drm_writeback_connector.base pointer
    `  "

[Buildroot] [git commit] DEVELOPERS: remove Ryan Barnett
 2022-01-24 17:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/xvisor: bump to version 0.3.1
 2022-01-24 17:25 UTC 

[PATCH RESEND] KVM: x86/mmu: fix UAF in paging_update_accessed_dirty_bits
 2022-01-24 17:26 UTC 

[PATCH] media: bttv: Fix a NULL pointer dereference in bttv_overlay()
 2022-01-24 17:26 UTC 

[resend RFC 0/3] core scheduling: add PR_SCHED_CORE_SHARE
 2022-01-24 17:25 UTC  (4+ messages)
` [resend RFC 2/3] sched/prctl: add PR_SCHED_CORE_SHARE command

[Buildroot] [PATCH 1/1] package/tor: bump version to 0.4.6.9
 2022-01-24 17:25 UTC  (2+ messages)

[PATCH] perf arm-spe: Use SPE data source for neoverse cores
 2022-01-24 17:24 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/tinyxml: add TINYXML_CPE_ID_VENDOR
 2022-01-24 17:23 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/tinyxml: fix CVE-2021-42260

Logging for real-time tasks
 2022-01-24 17:25 UTC  (2+ messages)

[Buildroot] [PATCH] package/cage: only enable XWayland if wlroots has X11
 2022-01-24 17:14 UTC  (2+ messages)

[PATCH] x86: add additional EPT bit definitions
 2022-01-24 17:24 UTC  (2+ messages)

[meta-ti][dunfell][PATCH] machine: Add j721s2 evm configuration
 2022-01-24 17:24 UTC  (2+ messages)

[PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics
 2022-01-24 17:23 UTC  (3+ messages)
  ` [PATCH v2 00/20] fscache, erofs: "

[Cluster-devel] [GFS2 PATCH 0/3] Fix how gfs2 handles timed-out dlm requests
 2022-01-24 17:23 UTC  (4+ messages)
` [Cluster-devel] [GFS2 PATCH 1/3] gfs2: cancel timed-out glock requests
` [Cluster-devel] [GFS2 PATCH 2/3] gfs2: Retry on dlm -EBUSY (stop gap)
` [Cluster-devel] [GFS2 PATCH 3/3] gfs2: Switch lock order of inode and iopen glock

Build regressions/improvements in v5.17-rc1
 2022-01-24 17:23 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/php: bump version to 8.0.14
 2022-01-24 17:23 UTC  (2+ messages)

Custom LSM: getting a null pointer dereference when trying to access a task security blob
 2022-01-24 17:23 UTC  (5+ messages)

[PATCH net] net: fec_mpc52xx: don't discard const from netdev->dev_addr
 2022-01-24 17:22 UTC 

[PATCH RESEND] net/mlx5e: Use struct_group() for memcpy() region
 2022-01-24 17:22 UTC 

[PATCH] KVM: PPC: Book3S HV: HFSCR[PREFIX] does not exist
 2022-01-24 17:21 UTC  (2+ messages)

stable-rc/linux-4.14.y build: 196 builds: 4 failed, 192 passed, 3 errors, 32 warnings (v4.14.262-185-g3be22c071889)
 2022-01-24 17:21 UTC 

[RFC bpf-next 0/2] introduce bpf fdb lookup helper for xdp
 2022-01-24 17:20 UTC  (2+ messages)
` [RFC bpf-next 2/2] samples: bpf: add xdp fdb lookup program


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.