All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-07 22:25:26 to 2023-03-07 23:01:07 UTC [more...]

[Nouveau] [PATCH 0/2] drm/nouveau: avoid usage of list iterator after loop
 2023-03-07 22:50 UTC  (15+ messages)
` [Nouveau] [PATCH 1/2] drm/nouveau/device: "
  `  "
` [Nouveau] [PATCH 2/2] drm/nouveau/clk: "
  `  "
` [PATCH 0/2] drm/nouveau: "

+ mm-khugepaged-maintain-page-cache-uptodate-flag.patch added to mm-unstable branch
 2023-03-07 22:58 UTC 

+ mm-khugepaged-refactor-collapse_file-control-flow.patch added to mm-unstable branch
 2023-03-07 22:58 UTC 

[PATCH] PCI: apple: Set only available ports up
 2023-03-07 22:59 UTC 

[PATCH v4 1/2] dt-bindings: display/panel: Add Sony Tama TD4353 JDI display panel
 2023-03-07 22:56 UTC  (6+ messages)
` [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver

[PATCH v13 00/11] Parallel CPU bringup for x86_64
 2023-03-07 22:55 UTC  (8+ messages)

[PATCH] drm/amd/display: remove legacy fields of dc_plane_cap struct
 2023-03-07 22:53 UTC 

[PATCH 0/6] [RFC] config.c: use struct for config reading state
 2023-03-07 22:53 UTC  (5+ messages)

[PATCH] sunrpc: Fix incorrect parsing of expiry time
 2023-03-07 22:52 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/2] Fix a couple of issues with the GSC worker timing
 2023-03-07 22:55 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/2] drm/i915/gsc: flush the GSC worker before wedging on unload
  `  "

[PATCH v3 1/2] landlock.7: Document Landlock ABI v2 (file reparenting; Linux 5.19)
 2023-03-07 22:41 UTC  (6+ messages)
` [PATCH v3 2/2] landlock.7: Document Landlock ABI v3 (file truncation; Linux 6.2)

audit userspace problems with io_uring async ops
 2023-03-07 22:54 UTC  (3+ messages)

[PATCH 5.10] malidp: Fix NULL vs IS_ERR() checking
 2023-03-07 22:47 UTC 

[PATCH 5.15] malidp: Fix NULL vs IS_ERR() checking
 2023-03-07 22:48 UTC 

[igt-dev] [PATCH i-g-t v7 0/7] Initial Xe test suite
 2023-03-07 22:50 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for Initial Xe test suite (rev7)
` [igt-dev] ✓ Fi.CI.BAT: success "

[dm-devel] [PATCH 0/3] handle transitioning devices in TUR checker
 2023-03-07 22:49 UTC  (4+ messages)
` [dm-devel] [PATCH 1/3] libmultipath: return 'pending' state when port is in transition
` [dm-devel] [PATCH 2/3] libmultipath: set init failure message when init fails
` [dm-devel] [PATCH 3/3] libmultipath: reset nr_timeouts if we freed the context

[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
 2023-03-07 22:46 UTC  (33+ messages)
` [PATCH 01/32] pata_parport-bpck6: remove useless defines
` [PATCH 02/32] pata_parport-bpck6: remove useless range check from read/write_regr
` [PATCH 03/32] pata_parport-bpck6: don't cast pi->pardev to struct pardevice *
` [PATCH 04/32] pata_parport-bpck6: pass around struct pi_adapter *
` [PATCH 05/32] pata_parport-bpck6: remove lpt_addr from struct ppc_storage
` [PATCH 06/32] pata_parport-bpck6: remove ppc_id "
` [PATCH 07/32] pata_parport-bpck6: remove org_* "
` [PATCH 08/32] pata_parport-bpck6: remove mode "
` [PATCH 09/32] pata_parport-bpck6: remove "
` [PATCH 10/32] pata_parport-bpck6: remove parallel port bit defines
` [PATCH 11/32] parport_pc: add 16-bit and 8-bit fast EPP transfer flags
` [PATCH 12/32] pata_parport-bpck6: use parport access functions instead of port I/O
` [PATCH 13/32] pata_parport-bpck6: use parport_frob_control and remove CUR_CTRL
` [PATCH 14/32] pata_parport-bpck6: remove PPC_FLAGS
` [PATCH 15/32] pata_parport-bpck6: remove ppc6_close
` [PATCH 16/32] pata_parport-bpck6: merge ppc6_rd_port into bpck6_read_regr
` [PATCH 17/32] pata_parport-bpck6: merge ppc6_wr_port into bpck6_write_regr
` [PATCH 18/32] pata_parport-bpck6: merge ppc6_rd_port16_blk into bpck6_read_block
` [PATCH 19/32] pata_parport-bpck6: merge ppc6_wr_port16_blk into bpck6_write_block
` [PATCH 20/32] pata_parport-bpck6: merge ppc6_rd_data_blk into bpck6_read_block
` [PATCH 21/32] pata_parport-bpck6: merge ppc6_wr_data_blk into bpck6_write_block
` [PATCH 22/32] pata_parport-bpck6: move ppc6_wait_for_fifo to bpck6.c and rename
` [PATCH 23/32] pata_parport-bpck6: move ppc6_wr_extout "
` [PATCH 24/32] pata_parport-bpck6: move ppc6_open "
` [PATCH 25/32] pata_parport-bpck6: merge ppc6_select into bpck6_open
` [PATCH 26/32] pata_parport-bpck6: move ppc6_deselect to bpck6.c and rename
` [PATCH 27/32] pata_parport-bpck6: move ppc6_send_cmd "
` [PATCH 28/32] pata_parport-bpck6: move ppc6_rd_data_byte "
` [PATCH 29/32] pata_parport-bpck6: move ppc6_wr_data_byte "
` [PATCH 30/32] pata_parport-bpck6: move defines and mode_map to bpck6.c
` [PATCH 31/32] pata_parport-bpck6: delete ppc6lnx.c
` [PATCH 32/32] pata_parport-bpck6: reduce indents in bpck6_open

[OE-core][dunfell 00/23] Patch review
 2023-03-07 22:47 UTC  (24+ messages)
` [OE-core][dunfell 01/23] curl: fix CVE-2022-43552 Use-after-free triggered by an HTTP proxy deny response
` [OE-core][dunfell 02/23] tiff: fix multiple CVEs
` [OE-core][dunfell 03/23] git: Security fix for CVE-2022-41903
` [OE-core][dunfell 04/23] bluez5: Exclude CVE-2022-39177 from cve-check
` [OE-core][dunfell 05/23] glibc: Security fix for CVE-2023-0687
` [OE-core][dunfell 06/23] tar: CVE-2022-48303
` [OE-core][dunfell 07/23] vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs
` [OE-core][dunfell 08/23] linux-firmware: upgrade 20221214 -> 20230117
` [OE-core][dunfell 09/23] linux-firmware: properly set license for all Qualcomm firmware
` [OE-core][dunfell 10/23] linux-firmware: add yamato fw files to qcom-adreno-a2xx package
` [OE-core][dunfell 11/23] linux-firmware: upgrade 20230117 -> 20230210
` [OE-core][dunfell 12/23] wireless-regdb: upgrade 2022.08.12 -> 2023.02.13
` [OE-core][dunfell 13/23] apr: Fix to work with autoconf 2.70
` [OE-core][dunfell 14/23] apr: Use correct strerror_r implementation based on libc type
` [OE-core][dunfell 15/23] apr: Cache configure tests which use AC_TRY_RUN
` [OE-core][dunfell 16/23] apr: update 1.7.0 -> 1.7.2
` [OE-core][dunfell 17/23] apr-util: Fix CFLAGS used in build
` [OE-core][dunfell 18/23] apr-util: update 1.6.1 -> 1.6.3
` [OE-core][dunfell 19/23] openssl: upgrade 1.1.1s to 1.1.1t
` [OE-core][dunfell 20/23] gcc: Fix inconsistent noexcept specifier for valarray in libstdc++
` [OE-core][dunfell 21/23] kernel-yocto: fix kernel-meta data detection
` [OE-core][dunfell 22/23] image.bbclass: print all QA functions exceptions
` [OE-core][dunfell 23/23] devshell: Do not add scripts/git-intercept to PATH

[miquelraynal:nvmem-layouts-and-of-cleanup /35] drivers/of/module.c:62:6: warning: incompatible integer to pointer conversion assigning to 'char *' from 'int'
 2023-03-07 22:46 UTC 

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-07 22:44 UTC  (4+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest

[PATCH v2 0/2] kexec: Remove unnecessary arch hook
 2023-03-07 22:44 UTC  (6+ messages)
` [PATCH v2 1/2] x86/kexec: Remove unnecessary arch_kexec_kernel_image_load()
` [PATCH v2 2/2] kexec: "

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-07 22:43 UTC  (10+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH v2] dt-bindings: fpga: xilinx-spi: convert bindings to json-schema
 2023-03-07 22:41 UTC  (3+ messages)

[PATCH v3] dt-bindings: fpga: xilinx-pr-decoupler: convert bindings to json-schema
 2023-03-07 22:40 UTC  (3+ messages)

[PATCH] libtraceevent: fix make test on big endian architectures
 2023-03-07 22:42 UTC 

[PATCH 3/3] tools/x86/kcpuid: Dump the CPUID function in detailed view
 2023-03-07 22:41 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH 1/3] tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007
 2023-03-07 22:41 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH 2/3] tools/x86/kcpuid: Update AMD leaf Fn80000001
 2023-03-07 22:41 UTC  (2+ messages)
` [tip: x86/misc] "

[PATCH 1/2] dt-bindings: arm: Add Cortex-A78C and X1C
 2023-03-07 22:41 UTC  (2+ messages)

[PATCH v4] dt-bindings: ata: Add UniPhier controller binding
 2023-03-07 22:40 UTC  (7+ messages)

❌ FAIL (0/5 SKIPPED): Test report for master (6.3.0-rc1, mainline.kernel.org-clang, 63355b98)
 2023-03-07 22:41 UTC 

[PATCH v3 1/3] kunit: fix bug in debugfs logs of parameterized tests
 2023-03-07 22:39 UTC  (3+ messages)
` [PATCH v3 2/3] kunit: fix bug in the order of lines in debugfs logs
` [PATCH v3 3/3] kunit: fix bug of extra newline characters "

[PATCH 1/1] hci_qca: do not interfere with system suspend
 2023-03-07 22:38 UTC  (2+ messages)
` [1/1] "

Uneven raid1 allocation on current longterm kernel (6.1)
 2023-03-07 22:34 UTC 

[PATCH-next v2 Resend] scsi: fix use-after-free problem in scsi_remove_target
 2023-03-07 22:35 UTC  (2+ messages)

+ mm-ksm-fix-race-with-ksm_exit-in-vma-iteration.patch added to mm-hotfixes-unstable branch
 2023-03-07 22:35 UTC 

[PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT36523 bindings
 2023-03-07 22:34 UTC  (4+ messages)
` [PATCH v2 2/2] drm/panel: Add driver for Novatek NT36523

[PATCH 0/8] clk: Add kunit tests for fixed rate and parent data
 2023-03-07 22:37 UTC  (4+ messages)

[net-next PATCH 00/11] net: Add basic LED support for switch/phy
 2023-03-07 17:00 UTC  (24+ messages)
` [net-next PATCH 01/11] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH 02/11] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH 03/11] net: phy: Add a binding for PHY LEDs
` [net-next PATCH 04/11] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH 05/11] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH 06/11] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH 07/11] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH 08/11] dt-bindings: net: dsa: dsa-port: Document support for LEDs node
` [net-next PATCH 09/11] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH 10/11] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH 11/11] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

drivers/cpufreq/davinci-cpufreq.c:151:12: warning: no previous prototype for function 'davinci_cpufreq_init'
 2023-03-07 22:35 UTC 

[andy-gpio-intel:review-andy 18/39] include/linux/gpio/consumer.h: linux/err.h is included more than once
 2023-03-07 22:35 UTC 

[regression] Bug 217074 - upgrading to kernel 6.1.12 from 5.15.x can no longer assemble software raid0
 2023-03-07 22:33 UTC  (5+ messages)

[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v3)
 2023-03-07 22:33 UTC  (2+ messages)

[PATCH v2 00/25] tcg: Remove tcg_const_*
 2023-03-07 22:34 UTC  (4+ messages)
` [PATCH v2 20/25] target/ppc: Rewrite trans_ADDG6S

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-03-07 22:34 UTC  (3+ messages)

[PATCH v4 0/9] PC cleanups
 2023-03-07 22:34 UTC  (10+ messages)
` [PATCH v4 1/9] hw/pci-host/i440fx: Inline sysbus_add_io()

[PATCH] bus: mhi: host: pci_generic: Drop redundant pci_enable_pcie_error_reporting()
 2023-03-07 22:32 UTC  (2+ messages)

Issues in manpage memalign
 2023-03-07 22:24 UTC 

[Regression] rt2800usb - Wifi performance issues and connection drops
 2023-03-07 22:31 UTC  (5+ messages)

[PATCH BlueZ] shared/att: Always queue BT_ATT_OP_MTU_REQ on the fixed channel
 2023-03-07 22:29 UTC  (2+ messages)
` [BlueZ] "

[PATCH v4 0/6] Remove VT-d virtual command interface and IOASID
 2023-03-07 22:32 UTC  (9+ messages)
` [PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-07 22:24 UTC  (3+ messages)
` [PATCH 5/7] sgi-xp: simplify sysctl registration

[PATCH v3 0/3] meson-uart: Use "divide XTAL by 2" bit on G12A
 2023-03-07 22:26 UTC  (12+ messages)
` [PATCH v3 1/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for G12A
` [PATCH v3 2/3] tty: serial: meson: Add a new compatible string for the G12A SoC
` [PATCH v3 3/3] arm64: dts: meson-g12-common: Use the G12A UART compatible string

+ mm-shrinkers-make-count-and-scan-in-shrinker-debugfs-lockless.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-vmscan-hold-write-lock-to-reparent-shrinker-nr_deferred.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-vmscan-add-a-map_nr_max-field-to-shrinker_info.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-shrinkers-convert-shrinker_rwsem-to-mutex.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-vmscan-make-global-slab-shrink-lockless.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-vmscan-remove-shrinker_rwsem-from-synchronize_shrinkers.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

virtio-fs: adding support for multi-queue
 2023-03-07 22:26 UTC  (10+ messages)

+ mm-vmscan-make-memcg-slab-shrink-lockless.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

+ mm-vmscan-add-shrinker_srcu_generation.patch added to mm-unstable branch
 2023-03-07 22:25 UTC 

What's cooking in git.git (Mar 2023, #02; Tue, 7)
 2023-03-07 22:25 UTC 

[RFC v2 01/12] shared/crypto: Add bt_crypto_sirk
 2023-03-07 22:24 UTC  (12+ messages)
` [RFC v2 02/12] shared/ad: Add RSI data type
` [RFC v2 03/12] doc: Add set-api
` [RFC v2 04/12] device-api: Add Set property
` [RFC v2 05/12] core: Add initial implementation of DeviceSet interface
` [RFC v2 06/12] core: Check if device has RSI
` [RFC v2 07/12] main.conf: Add CSIP profile configurable options
` [RFC v2 08/12] shared/csip: Add initial code for handling CSIP
` [RFC v2 09/12] profiles: Add initial code for csip plugin
` [RFC v2 10/12] tools: Add support to generate RSI using SIRK
` [RFC v2 11/12] client: Add support for DeviceSet proxy
` [RFC v2 12/12] client: Use AdvertisingFlags when available


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.