All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-18 20:45:04 to 2021-12-18 21:52:59 UTC [more...]

[PATCH 1/3] drm/stm: dsi: move lane capability detection in probe()
 2021-12-18 21:50 UTC  (6+ messages)
` [PATCH 2/3] drm/bridge/synopsys: dsi: extend the prototype of mode_valid()
` [PATCH 3/3] drm/stm: dsi: provide the implementation "

[PATCH 0/2] Add more support for NXP's mfgtool
 2021-12-18 21:52 UTC  (4+ messages)

[Buildroot] [git commit] package/fluidsynth: bump to version 2.2.4
 2021-12-18 21:52 UTC 

[PATCH] efi_loader: Bump the number of shared pages with StandAloneMM
 2021-12-18 21:51 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/lapack: add LAPACK_CPE_ID_VENDOR
 2021-12-18 21:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/lapack: fix CVE-2021-4048
 2021-12-18 21:50 UTC  (2+ messages)

[Buildroot] [git commit] package/lapack: add LAPACK_CPE_ID_VENDOR
 2021-12-18 21:49 UTC 

[RFC v5 net-next 00/13] add support for VSC75XX control over SPI
 2021-12-18 21:49 UTC  (14+ messages)
` [RFC v5 net-next 01/13] mfd: ocelot: add support for external mfd control over SPI for the VSC7512
` [RFC v5 net-next 02/13] mfd: ocelot: offer an interface for MFD children to get regmaps
` [RFC v5 net-next 03/13] net: mscc: ocelot: expose ocelot wm functions
` [RFC v5 net-next 04/13] net: dsa: felix: add configurable device quirks
` [RFC v5 net-next 05/13] net: mdio: mscc-miim: add ability to externally register phy reset control
` [RFC v5 net-next 06/13] net: dsa: ocelot: add external ocelot switch control
` [RFC v5 net-next 07/13] mfd: ocelot: enable the external switch interface
` [RFC v5 net-next 08/13] mfd: add interface to check whether a device is mfd
` [RFC v5 net-next 09/13] net: mdio: mscc-miim: add local dev variable to cleanup probe function
` [RFC v5 net-next 10/13] net: mdio: mscc-miim: add MFD functionality through ocelot-core
` [RFC v5 net-next 11/13] mfd: ocelot-core: add control for the external mdio interface
` [RFC v5 net-next 12/13] pinctrl: ocelot: add MFD functionality through ocelot-core
` [RFC v5 net-next 13/13] mfd: ocelot: add ocelot-pinctrl as a supported child interface

[Buildroot] [git commit] package/lapack: fix CVE-2021-4048
 2021-12-18 21:49 UTC 

[PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
 2021-12-18 21:48 UTC  (12+ messages)

[PATCH bpf-next v2 0/9] Introduce composable bpf types
 2021-12-18 21:48 UTC  (7+ messages)
` [PATCH bpf-next v2 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
` [PATCH bpf-next v2 7/9] bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM
` [PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem

[PATCH net-next v8 0/9] net: lan966x: Add switchdev and vlan support
 2021-12-18 21:49 UTC  (10+ messages)
` [PATCH net-next v8 1/9] net: lan966x: Add registers that are used for switch and vlan functionality
` [PATCH net-next v8 2/9] dt-bindings: net: lan966x: Extend with the analyzer interrupt
` [PATCH net-next v8 3/9] net: lan966x: add support for interrupts from analyzer
` [PATCH net-next v8 4/9] net: lan966x: More MAC table functionality
` [PATCH net-next v8 5/9] net: lan966x: Remove .ndo_change_rx_flags
` [PATCH net-next v8 6/9] net: lan966x: Add support to offload the forwarding
` [PATCH net-next v8 7/9] net: lan966x: Add vlan support
` [PATCH net-next v8 8/9] net: lan966x: Extend switchdev bridge flags
` [PATCH net-next v8 9/9] net: lan966x: Extend switchdev with fdb support

[PATCH 0/8] arm: kirkwood: Add support for Pogoplug V4
 2021-12-18 21:47 UTC  (10+ messages)
` [PATCH 2/8] arm: kirkwood: Pogoplug V4 : Add board defconfig file
` [PATCH 4/8] arm: kirkwood: Pogoplug-V4 : Add board include configs file
` [PATCH 6/8] arm: kirkwood: Pogoplug-V4 : Add board implementation header

[Intel-gfx] How to fix screen resolution detection?
 2021-12-18 21:37 UTC  (3+ messages)
`  "

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-18 21:20 UTC  (91+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions
  ` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp, eq, gt, ge, lt, le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
  ` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq, gt, ge, lt, le} "
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

[Buildroot] [git commit] package/lsscsi: bump to version 0.32
 2021-12-18 21:43 UTC 

[Buildroot] [PATCH 1/1] package/cups-pk-helper: fix dependencies
 2021-12-18 21:43 UTC  (2+ messages)

[Buildroot] [git commit] package/cups-pk-helper: fix dependencies
 2021-12-18 21:42 UTC 

[syzbot] KMSAN: uninit-value in asix_mdio_read (2)
 2021-12-18 21:42 UTC  (3+ messages)

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-18 20:25 UTC  (5+ messages)
` [patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()

[PATCH] RFC: dt-bindings: soc: qcom: convert GLINK binding to yaml
 2021-12-18 21:35 UTC 

[PATCH] pinctrl: st: fix comments compilation warnings
 2021-12-18 21:25 UTC  (2+ messages)

[jic23-iio:testing 56/102] drivers/iio/addac/ad74413r.c:912:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-12-18 21:30 UTC 

[seabios test] 167478: tolerable FAIL - PUSHED
 2021-12-18 21:28 UTC 

f0ae4afe3d35 ("RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow")
 2021-12-18 21:25 UTC 

[syzbot] INFO: task hung in jbd2_journal_commit_transaction (3)
 2021-12-18 21:22 UTC  (2+ messages)

[PATCH v2 00/17] iio:adc:ad7280a Cleanup and proposed staging graduation
 2021-12-18 21:20 UTC  (7+ messages)
` [PATCH v2 14/17] staging:iio:adc:ad7280a: Use device properties to replace platform data
` [PATCH v2 15/17] dt-bindings:iio:adc:ad7280a: Add binding
` [PATCH v2 16/17] iio:adc:ad7280a: Document ABI for cell balance switches

drivers/bluetooth/hci_qca.c:1633:4: warning: Value stored to 'sw_ctrl_state' is never read [clang-analyzer-deadcode.DeadStores]
 2021-12-18 21:20 UTC 

[andrea-aa:main 44/48] mm/ksm.c:2134 cmp_and_merge_page() error: uninitialized symbol 'checksum'
 2021-12-18 21:20 UTC 

[PATCH 0/3] i2c/busses: Use platform_get_irq/_optional() variants to fetch IRQ's
 2021-12-18 21:17 UTC  (4+ messages)
` [PATCH 1/3] i2c: bcm2835: Use platform_get_irq() to get the interrupt

[Buildroot] [PATCH 1/1] package/xenomai: fix build with glibc >= 2.34
 2021-12-18 21:17 UTC  (2+ messages)

[Buildroot] [git commit] package/xenomai: fix build with glibc >= 2.34
 2021-12-18 21:16 UTC 

[PATCH 0/9] Assorted patches for knfsd
 2021-12-18 21:16 UTC  (6+ messages)
` [PATCH 1/9] nfsd: map EBADF
  ` [PATCH 2/9] nfsd: Add errno mapping for EREMOTEIO
    ` [PATCH 3/9] nfsd: Retry once in nfsd_open on an -EOPENSTALE return
      ` [PATCH 4/9] nfs: Add export support for weak cache consistency attributes

[PATCH v2 0/2] clk: st: update to avoid DT warnings
 2021-12-18 21:11 UTC  (6+ messages)
` [PATCH v2 1/2] clk: st: clkgen-fsyn: search reg within node or parent
` [PATCH v2 2/2] clk: st: clkgen-mux: "

[Buildroot] [PATCH] configs/roseapplypi_defconfig: bump kernel to 5.15.10
 2021-12-18 21:13 UTC  (2+ messages)

[Buildroot] [git commit] configs/roseapplypi_defconfig: bump kernel to 5.15.10
 2021-12-18 21:12 UTC 

Software Port
 2021-12-18 21:12 UTC 

[PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL
 2021-12-18 21:10 UTC  (6+ messages)
` [PATCH 2/6] ARM: dts: imx6qdl-udoo: Properly describe the SD card detect
` [PATCH 3/6] udoo: Call gpio_request()
` [PATCH 4/6] udoo: Adjust the SD card device numbering
` [PATCH 5/6] udoo: Increase CONFIG_ENV_OFFSET
` [PATCH 6/6] udoo: Select CMD_DM

[intel-lts:5.10/yocto 19431/19822] drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:1470:6: sparse: sparse: symbol 'need_tasklet' was not declared. Should it be static?
 2021-12-18 21:10 UTC 

[RFC PATCH intel-lts] drm/i915/guc: need_tasklet() can be static
 2021-12-18 21:09 UTC 

[Buildroot] [PATCH] DEVELOPERS: rename the stm32f4?9_disco_defconfig entries
 2021-12-18 21:08 UTC  (2+ messages)

Software Post
 2021-12-18 21:08 UTC 

[Buildroot] [git commit] DEVELOPERS: rename the stm32f4?9_disco_defconfig entries
 2021-12-18 21:02 UTC 

[soc:for-next] BUILD SUCCESS bda7cc279f7330251d5d63ecfd65f0d3d97601df
 2021-12-18 20:57 UTC 

[Buildroot] [PATCH] boards/odroidc2: fix genimage execution
 2021-12-18 21:00 UTC  (2+ messages)

[PATCH iproute2-next v2] mptcp: add support for changing the backup flag
 2021-12-18 21:00 UTC  (2+ messages)

drivers/pci/p2pdma.c:536:11: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 2021-12-18 21:00 UTC 

[Buildroot] [git commit] boards/odroidc2: fix genimage execution
 2021-12-18 20:59 UTC 

[PATCH] staging: rtl8712: Fix alignment checks with flipped condition
 2021-12-18 20:58 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Fix styling issues
 2021-12-18 20:55 UTC  (2+ messages)

[iproute2-next v2 0/4] vdpa tool to query and set config layout
 2021-12-18 20:53 UTC  (4+ messages)
` [iproute2-next v2 4/4] vdpa: Enable user to set mtu of the vdpa device

SMP2P DT binding
 2021-12-18 20:52 UTC  (2+ messages)

[PATCH v2 1/1] hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage
 2021-12-18 20:52 UTC 

[PATCH] xserver-xorg: update to 21.1.2
 2021-12-18 20:52 UTC 

[PATCH] xwayland: update to 21.1.4
 2021-12-18 20:52 UTC 

Kernel hangs after DVB patch from July 2021 with Hauppauge WinTV dualHD
 2021-12-18 20:51 UTC  (4+ messages)

[PATCH] dt-binding: soc: qcom: convert QCOM SMP2P binding to yaml
 2021-12-18 20:50 UTC 

[intel-lts:5.10/yocto 10619/19822] drivers/media/v4l2-core/v4l2-compat-ioctl32.c:1357:14: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-18 20:49 UTC 

Issues with smsc95xx driver since a049a30fc27c
 2021-12-18 20:33 UTC  (6+ messages)

[PATCH 0/7] introduce mt76-connac dependency in mt7915 driver
 2021-12-18 20:45 UTC  (3+ messages)
` [PATCH 2/7] mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_req

FWD: Holtek mouse stopped working after kernel upgrade from 5.15.7 to 5.15.8
 2021-12-18 20:39 UTC  (4+ 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.