All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-24 17:57:56 to 2023-02-24 18:52:13 UTC [more...]

[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-02-24 18:10 UTC  (27+ messages)
` [PATCH v2 01/26] kconfig: add IS_ENABLED_NOCHECK to bypass usage_of_is_enabled_check
` [PATCH v2 02/26] cmd: nvedit: check for ENV_SUPPORT
` [PATCH v2 03/26] lib: crc32: prepare for CONFIG_IS_ENABLED changes
` [PATCH v2 04/26] lib: md5: "
` [PATCH v2 05/26] lib: sha1: "
` [PATCH v2 06/26] lib: sha256: "
` [PATCH v2 07/26] lib: sha512: "
` [PATCH v2 08/26] tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.h
` [PATCH v2 09/26] tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS_xxx
` [PATCH v2 10/26] x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED
` [PATCH v2 11/26] config_distro_bootcmd: remove booting environment variables from SPL environment
` [PATCH v2 12/26] ofnode: fdt_support definitions needed if OF_CONTROL is enabled
` [PATCH v2 13/26] ringneck-px30: use IS_ENABLED_NOCHECK to avoid CI test failure for ENV_IS_NOWHERE
` [PATCH v2 14/26] puma-rk3399: "
` [PATCH v2 15/26] fdt_support: always define fdt_fixup_mtdparts
` [PATCH v2 16/26] m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)
` [PATCH v2 17/26] freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)
` [PATCH v2 18/26] ns16550: match when to define bdf with uart code
` [PATCH v2 19/26] solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of CONFIG_CMD_SATA
` [PATCH v2 20/26] wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA
` [PATCH v2 21/26] arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA
` [PATCH v2 22/26] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
` [PATCH v2 23/26] gateworks: venice: Always define setup_fec and setup_eqos
` [PATCH v2 24/26] power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)
` [PATCH v2 25/26] arm: cpu: armv7: ls102xa: fdt: remove eth_device support
` [PATCH v2 26/26] CI: add test/usage_of_is_enabled_check.sh

[PATCH 16/27] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-02-24 18:38 UTC  (5+ messages)
` [PATCH 20/27] mfd: "
` [PATCH 21/27] mfd: bcm2835-pm: "

[PATCH 0/5] rust: Add io_pgtable and RTKit abstractions
 2023-02-24 18:52 UTC  (8+ messages)
` [PATCH 2/5] rust: device: Add a minimal RawDevice trait

[PATCH v2 1/2] ap: check FULL_AP_CLIENT_STATE for NEW_STATION
 2023-02-24 18:51 UTC  (2+ messages)
` [PATCH v2 2/2] ap: handle -ENOTSUP when getting the GTK

[PATCH] blk-iocost: initialize rqos before accessing it
 2023-02-24 18:51 UTC  (3+ messages)

[PULL 00/12] Error reporting patches patches for 2023-02-23
 2023-02-24 18:50 UTC  (2+ messages)

[PULL 00/29] Block layer patches
 2023-02-24 18:50 UTC  (2+ messages)

Issue with ipv6 icmp reply after dnat over ipsec
 2023-02-24 18:50 UTC  (2+ messages)

[PATCH v3 00/14] x86/hvm: {svm,vmx} {c,h} cleanup
 2023-02-24 18:50 UTC  (12+ messages)
` [PATCH v3 01/14] x86/svm: move declarations used only by svm code from svm.h to private header
` [PATCH v3 02/14] x86/svm: make asid.h private
` [PATCH v3 03/14] x86/svm: delete header asm/hvm/svm/intr.h
` [PATCH v3 04/14] x86/svm: make emulate.h private
` [PATCH v3 05/14] x86/svm: move nestedsvm declarations used only by svm code to private header
` [PATCH v3 06/14] x86/svm: move vmcb "
` [PATCH v3 07/14] x86/svm: move svmdebug.h declarations to private vmcb.h and delete it
` [PATCH v3 08/14] x86/vmx: move vmx_update_debug_state() in vmcs.c and declare it static
` [PATCH v3 09/14] x86/vmx: remove unused included headers from vmx.h
` [PATCH v3 10/14] x86/vmx: move declarations used only by vmx code from vmx.h to private headers
` [PATCH v3 12/14] x86/vmx: declare nvmx_enqueue_n2_exceptions() static

[Intel-gfx] [PATCH] drm/i915: Use correct huge page manager for MTL
 2023-02-24 18:50 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use correct huge page manager for MTL (rev2)

[PATCH INTERNAL v1 2/3] pinctrl: tps6594: add for TPS6594 PMIC
 2023-02-24 18:49 UTC  (2+ messages)

[PATCH net] net: avoid indirect memory pressure calls
 2023-02-24 18:46 UTC 

[PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP
 2023-02-24 18:46 UTC  (10+ messages)

[igt-dev] [PATCH i-g-t v3 0/8] Initial Xe test suite
 2023-02-24 18:46 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v3 1/8] drm-uapi/xe_drm: Add Xe uAPI
` [igt-dev] [PATCH i-g-t v3 2/8] lib/xe: Introduce Xe library

[PATCH v11 00/12] Parallel CPU bringup for x86_64
 2023-02-24 18:46 UTC  (6+ messages)
` [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit

[RFC][PATCH] cifs: Fix cifs_writepages_region()
 2023-02-24 18:44 UTC  (8+ messages)
` [GIT PULL] MM updates for 6.3-rc1

[PATCH v4 1/3] rebase: add documentation and test for --no-rebase-merges
 2023-02-24 18:40 UTC  (8+ messages)
` [PATCH v4 2/3] rebase: stop accepting --rebase-merges=""

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-24 18:39 UTC  (13+ messages)
` [PATCH v6 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v6 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v6 37/41] selftests/x86: Add shadow stack test

[PATCH] tools/memory-model: Add details about SRCU read-side critical sections
 2023-02-24 18:39 UTC  (10+ messages)
          ` [PATCH] tools/memory-model: Add documentation "
              ` [PATCH v2] "

[Intel-gfx] [PATCH] drm/i915/adlp: Restoring ADL-P/RPL-U IDs
 2023-02-24 18:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3 0/2] Fix vbus draw of dwc3 gadget
 2023-02-24 18:38 UTC  (5+ messages)
` [PATCH v3 2/2] usb: gadget: composite: Draw 100mA current if not configured

[PATCH net 0/3] Regressions in Ocelot switch drivers
 2023-02-24 18:38 UTC  (7+ messages)
` [PATCH net 1/3] net: dsa: seville: ignore mscc-miim read errors from Lynx PCS
` [PATCH net 2/3] net: dsa: felix: fix internal MDIO controller resource length
` [PATCH net 3/3] net: mscc: ocelot: fix duplicate driver name error

[PATCH v3] tools/memory-model: Make ppo a subrelation of po
 2023-02-24 18:37 UTC  (3+ messages)

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-24 18:36 UTC  (5+ messages)
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps

[Intel-wired-lan] [PATCH net-next v8 0/9] net: add EEE support for KSZ9477 switch family
 2023-02-24 18:36 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv()
                `  "

[PATCH v5 0/3] md/bitmap: Optimal last page size
 2023-02-24 18:33 UTC  (4+ messages)
` [PATCH v5 1/3] md: Move sb writer loop to its own function
` [PATCH v5 2/3] md: Fix types in sb writer
` [PATCH v5 3/3] md: Use optimal I/O size for last bitmap page

[PATCH v2] locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels
 2023-02-24 18:35 UTC  (3+ messages)

[Intel-xe] [PATCH v2 00/11] Start register cleanup
 2023-02-24 18:34 UTC  (12+ messages)
` [Intel-xe] [PATCH v2 04/11] drm/xe: Remove dependency on intel_engine_regs.h
` [Intel-xe] [PATCH v2 05/11] drm/xe: Remove dependency on intel_gt_regs.h
` [Intel-xe] [PATCH v2 06/11] drm/xe: Remove dependency on intel_lrc_reg.h
` [Intel-xe] [PATCH v2 07/11] drm/xe: Remove dependency on intel_gpu_commands.h

[Intel-wired-lan] [PATCH net v2] ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
 2023-02-24 18:33 UTC  (3+ messages)

[PATCH v3 0/2] io_uring: Add KASAN support for alloc caches
 2023-02-24 18:32 UTC  (5+ messages)
` [PATCH v3 1/2] io_uring: Move from hlist to io_wq_work_node

[PATCH 5.15 00/37] 5.15.96-rc3 review
 2023-02-24 18:32 UTC  (3+ messages)

[GIT PULL] RISC-V Patches for the 6.3 Merge Window, Part 1
 2023-02-24 18:32 UTC  (2+ messages)

Choose a default DSA CPU port
 2023-02-24 18:31 UTC  (14+ messages)
    ` Aw: "

[PATCH] spi: tegra210-quad: Fix validate combined sequence
 2023-02-24 18:30 UTC  (2+ messages)

[PATCH iproute2] genl: print caps for all families
 2023-02-24 18:30 UTC  (12+ messages)

[PATCH] drm/msm/dp: check core_initialized flag at both host_init() and host_deinit()
 2023-02-24 18:29 UTC  (2+ messages)

[PATCH v4 1/3] md: Move sb writer loop to its own function
 2023-02-24 18:27 UTC  (3+ messages)

[GIT PULL] KCSAN changes for v6.3
 2023-02-24 18:27 UTC 

[PATCH] block: ublk: enable zoned storage support
 2023-02-24 18:20 UTC  (5+ messages)

[PATCH] dmapool: push new blocks in ascending order
 2023-02-24 18:24 UTC  (5+ messages)

[PATCH v1 0/1] doc: PMD update
 2023-02-24 18:20 UTC  (2+ messages)
` [PATCH v1 1/1] doc: update to Intel vRAN Boost PMD

[XEN PATCH v3 0/4] automation: Update containers to allow HTTPS access to xenbits
 2023-02-24 18:22 UTC  (4+ messages)

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-24 18:20 UTC  (3+ messages)
`  "
  ` [virtio-dev] "

[PATCH 1/3] ASoC: apple: mca: Fix final status read on SERDES reset
 2023-02-24 18:19 UTC  (2+ messages)

[PATCH iproute2] tc: m_action: fix parsing of TCA_EXT_WARN_MSG
 2023-02-24 18:20 UTC  (2+ messages)

[PATCH 1/1] tc: add missing separator
 2023-02-24 18:20 UTC  (2+ messages)

[pull request][net V2 0/7] mlx5 fixes 2023-02-24
 2023-02-24 18:19 UTC  (8+ messages)
` [net V2 1/7] net/mlx5: Remove NULL check before dev_{put, hold}
` [net V2 2/7] net/mlx5e: TC, fix return value check in mlx5e_tc_act_stats_create()
` [net V2 3/7] mlx5: fix skb leak while fifo resync and push
` [net V2 4/7] mlx5: fix possible ptp queue fifo use-after-free
` [net V2 5/7] net/mlx5: ECPF, wait for VF pages only after disabling host PFs
` [net V2 6/7] net/mlx5e: Verify flow_source cap before using it
` [net V2 7/7] net/mlx5: Geneve, Fix handling of Geneve object id as error code

[PATCH net] net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()
 2023-02-24 18:18 UTC 

[PATCH v2 0/7] Revise the hwpt lifetime model
 2023-02-24 18:19 UTC  (4+ messages)
` [PATCH v2 7/7] iommufd/selftest: Add a selftest for iommufd_device_attach() with a hwpt argument

[PATCH iproute2 0/3] tc: parse index argument correctly
 2023-02-24 18:18 UTC  (5+ messages)
` [PATCH iproute2 1/3] tc: m_csum: "
` [PATCH iproute2 2/3] tc: m_mpls: "
` [PATCH iproute2 3/3] tc: m_nat: "

[PATCH] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
 2023-02-24 18:18 UTC  (2+ messages)

[PATCH v1] gpio: mmio: handle "ngpios" properly in bgpio_init
 2023-02-24 18:16 UTC  (2+ messages)

[meta-ti][dunfell][PATCH] Revert "ti-k3-secdev: CI/CD Auto-Merger: cicd.dunfell.202302231358"
 2023-02-24 18:13 UTC 

[Buildroot] [PATCH v1 1/3] pkg-cmake: add option to select the Ninja generator
 2023-02-24 18:12 UTC  (3+ messages)

[PATCH v2 00/50] drm/msm/dpu: rework HW catalog
 2023-02-24 18:12 UTC  (7+ messages)
` [PATCH v2 03/50] drm/msm/dpu: fix typo in in sm8550's dma_sblk_5
` [PATCH v2 04/50] drm/msm/dpu: fix len of sc7180 ctl blocks

[Intel-gfx] [PATCH 0/3] drm/i915: track gt->wakerefs
 2023-02-24 18:12 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v10 0/2] zero-copy get and put functions
 2023-02-24 18:10 UTC  (3+ messages)
` [PATCH v10 1/2] mempool cache: add "
` [PATCH v10 2/2] net/i40e: replace put function

[RESEND PATCH BlueZ] shared/bap: fix crash unregistering media endpoint while streaming
 2023-02-24 18:09 UTC  (2+ messages)
` [PATCH BlueZ v2] "

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-24 18:08 UTC  (5+ messages)
` [PATCH v10 12/26] gunyah: vm_mgr: Add/remove user memory regions

[xen-4.16-testing test] 178275: regressions - trouble: blocked/broken/fail/pass/starved
 2023-02-24 18:08 UTC 

[isar-cip-core][PATCH v2 0/3] Add swupdate support for riscv64
 2023-02-24 18:08 UTC  (2+ messages)

[PATCH 0/7] testing/next: docker.py removal and kaniko updates
 2023-02-24 18:08 UTC  (8+ messages)
` [PATCH 1/7] configure: expose the direct container command
` [PATCH 2/7] tests/dockerfiles: unify debian-toolchain references
` [PATCH 3/7] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH 4/7] tests/docker: add USER stanzas to non-lci images
` [PATCH 5/7] tests/docker: use direct RUNC call to build containers
` [PATCH 6/7] tests/docker: use direct RUNC call to run test jobs
` [PATCH 7/7] tests/gitlab: use kaniko to build images

[PATCH] Documentation/ABI: sysfs-bus-nvdimm: Fix sphinx warnings
 2023-02-24 18:08 UTC 

[Bug 216646] having TRANSPARENT_HUGEPAGE enabled hangs some applications (supervisor read access in kernel mode)
 2023-02-24 18:08 UTC  (10+ messages)

[pull request][net 00/10] mlx5 fixes 2023-02-23
 2023-02-24 18:07 UTC  (8+ messages)
` [net 03/10] net/mlx5e: XDP, Allow growing tail for XDP multi buffer
` [net 07/10] net/mlx5e: Correct SKB room check to use all room in the fifo

Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
 2023-02-24 18:06 UTC  (2+ messages)

[PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering
 2023-02-24 18:06 UTC  (2+ messages)
` [OE-core] "

Subject: [PATCH 2/2] ARM: Layerscape: Add LS1021A IOT board support
 2023-02-24 18:04 UTC  (4+ messages)

[PATCH] fseek.3: incorporate fseeko()/ftello()
 2023-02-24 18:06 UTC  (3+ messages)

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-24 18:05 UTC  (4+ messages)
` [PATCH v2 35/46] hugetlb: add check to prevent refcount overflow via HGM

[PATCH v3 0/6] Python: Drop support for Python 3.6
 2023-02-24 18:04 UTC  (4+ messages)
` [PATCH v3 1/6] configure: Look for auxiliary Python installations

[PATCH RFC Vb] bgmac: fix *initial* chip reset to support BCM5358
 2023-02-24 18:03 UTC  (3+ messages)

[PATCH v3 0/7] media/drm: renesas: Add new pixel formats
 2023-02-24 18:04 UTC  (5+ messages)
` [PATCH v3 2/7] media: Add Y210, Y212 and Y216 formats

[PATCH 0/9] i2c: Switch .probe() to not take an id parameter
 2023-02-24 18:03 UTC  (4+ messages)
` [PATCH 7/9] "

[PATCH] service: split tests to perf and autotest to avoid spurious CI failures
 2023-02-24 17:36 UTC 

[Intel-gfx] [PATCH v4 00/22] drm/i915/mtl: Add C10 and C20 phy support
 2023-02-24 18:03 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/mtl: Add C10 and C20 phy support (rev6)

[PATCH] drm/virtio: Add option to disable KMS support
 2023-02-24 18:02 UTC  (3+ messages)

[PATCH 0/5] Add Intel LJCA device driver
 2023-02-24 18:01 UTC  (4+ messages)
` [PATCH 5/5] Documentation: Add ABI doc for attributes of LJCA device

Bugzilla 217083
 2023-02-24 18:00 UTC  (4+ messages)

[RFC PATCH v3 0/9] Renesas RZ/N1 SoC initial support
 2023-02-24 18:00 UTC  (17+ messages)
` [RFC PATCH v3 3/9] clk: renesas: add R906G032 driver

[Intel-gfx] [PATCH v4 00/14] dma-fence: Deadline awareness
 2023-02-24 17:59 UTC  (19+ messages)
` [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI

[PATCH 0/21] more -Wunused-parameter fixes
 2023-02-24 17:59 UTC  (3+ messages)
` [PATCH 03/21] serve: use repository pointer to get config

[PATCH 1/2] ap: check FULL_AP_CLIENT_STATE for NEW_STATION
 2023-02-24 17:59 UTC  (2+ messages)
` [PATCH 2/2] ap: handle -ENOTSUP when getting the GTK

[linux-next:master] BUILD REGRESSION 4d6d7ce9baaf9e67a85a53afc69a36af716f7670
 2023-02-24 17:58 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 6.1 00/47] 6.1.14-rc2 review
 2023-02-24 17:58 UTC  (2+ messages)

[Bug 217057] Asus high CPU temperature / low fan speed
 2023-02-24 17:58 UTC 

[PATCH] drm/msm: Fix possible uninitialized access in fbdev
 2023-02-24 17:58 UTC  (3+ messages)


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.