All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-30 10:41:18 to 2022-12-30 12:53:17 UTC [more...]

[PATCH 0/3] mtd: rawnand: Add H27UCG8T2FTR-BC MLC NAND
 2022-12-30 12:46 UTC  (6+ messages)
` [PATCH 1/3] mtd: rawnand: hynix: Add support for "

[PATCH v4 00/11] riscv: OpenSBI boot test and cleanups
 2022-12-30 12:52 UTC  (12+ messages)
` [PATCH v4 01/11] tests/avocado: add RISC-V OpenSBI boot test
` [PATCH v4 04/11] hw/riscv/boot.c: exit early if filename is NULL in load_(kernel|initrd)
` [PATCH v4 06/11] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH v4 10/11] hw/riscv/boot.c: introduce riscv_load_kernel_and_initrd()

[igt-dev] [PATCH v2] [DO NOT REVIEW] testing headers in CI
 2022-12-30 12:51 UTC  (2+ messages)

[PATCH] [v2] mtd: cfi: allow building spi-intel standalone
 2022-12-30 12:50 UTC  (6+ messages)

[PATCH v4 0/3] Add irq number property for loongarch pch interrupt controller
 2022-12-30 12:45 UTC  (7+ messages)
` [PATCH v4 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v4 2/3] hw/intc/loongarch_pch_pic: "
` [PATCH v4 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[PATCH v2 1/4] gpio: pca953x: avoid to use uninitialized value pinctrl
 2022-12-30 12:48 UTC  (3+ messages)

[Intel-gfx] [drm-intel:for-linux-next-gt 3/7] drivers/gpu/drm/i915/gem/i915_gem_shmem.c:242:6: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-12-30 12:48 UTC  (3+ messages)
`  "

[PATCH u-boot 1/2] powerpc/mpc85xx: socrates: Rename u-boot-socrates.bin to u-boot.bin
 2022-12-30 12:48 UTC  (4+ messages)
` [PATCH u-boot 2/2] Makefile: Build working u-boot-dtb.bin target also for mpc85xx

[PATCH v2] i386: Deprecate the -no-hpet QEMU command line option
 2022-12-30 12:47 UTC  (2+ messages)

[RFC PATCH v5 00/52] Xen support under KVM
 2022-12-30 12:12 UTC  (53+ messages)
` [RFC PATCH v5 01/52] include: import Xen public headers to include/standard-headers/
` [RFC PATCH v5 02/52] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v5 03/52] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v5 04/52] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [RFC PATCH v5 05/52] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v5 06/52] i386/hvm: Set Xen vCPU ID in KVM
` [RFC PATCH v5 07/52] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v5 08/52] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v5 09/52] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v5 10/52] i386/xen: handle guest hypercalls
` [RFC PATCH v5 11/52] i386/xen: implement HYPERVISOR_xen_version
` [RFC PATCH v5 12/52] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [RFC PATCH v5 13/52] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [RFC PATCH v5 14/52] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v5 15/52] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [RFC PATCH v5 16/52] i386/xen: manage and save/restore Xen guest long_mode setting
` [RFC PATCH v5 17/52] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v5 18/52] i386/xen: implement XENMEM_add_to_physmap_batch
` [RFC PATCH v5 19/52] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v5 20/52] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v5 21/52] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v5 22/52] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v5 23/52] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v5 24/52] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v5 25/52] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v5 26/52] i386/xen: implement HVMOP_set_param
` [RFC PATCH v5 27/52] hw/xen: Add xen_evtchn device for event channel emulation
` [RFC PATCH v5 28/52] i386/xen: Add support for Xen event channel delivery to vCPU
` [RFC PATCH v5 29/52] hw/xen: Implement EVTCHNOP_status
` [RFC PATCH v5 30/52] hw/xen: Implement EVTCHNOP_close
` [RFC PATCH v5 31/52] hw/xen: Implement EVTCHNOP_unmask
` [RFC PATCH v5 32/52] hw/xen: Implement EVTCHNOP_bind_virq
` [RFC PATCH v5 33/52] hw/xen: Implement EVTCHNOP_bind_ipi
` [RFC PATCH v5 34/52] hw/xen: Implement EVTCHNOP_send
` [RFC PATCH v5 35/52] hw/xen: Implement EVTCHNOP_alloc_unbound
` [RFC PATCH v5 36/52] hw/xen: Implement EVTCHNOP_bind_interdomain
` [RFC PATCH v5 37/52] hw/xen: Implement EVTCHNOP_bind_vcpu
` [RFC PATCH v5 38/52] hw/xen: Implement EVTCHNOP_reset
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection
` [RFC PATCH v5 40/52] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [RFC PATCH v5 41/52] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [RFC PATCH v5 42/52] kvm/i386: Add xen-gnttab-max-frames property
` [RFC PATCH v5 43/52] hw/xen: Add xen_gnttab device for grant table emulation
` [RFC PATCH v5 44/52] hw/xen: Support mapping grant frames
` [RFC PATCH v5 45/52] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [RFC PATCH v5 46/52] hw/xen: Implement GNTTABOP_query_size
` [RFC PATCH v5 47/52] i386/xen: handle PV timer hypercalls
` [RFC PATCH v5 48/52] i386/xen: Reserve Xen special pages for console, xenstore rings
` [RFC PATCH v5 49/52] i386/xen: handle HVMOP_get_param
` [RFC PATCH v5 50/52] hw/xen: Add backend implementation of interdomain event channel support
` [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation
` [RFC PATCH v5 52/52] hw/xen: Add basic ring handling to xenstore

[PATCH u-boot] powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.bin
 2022-12-30 12:44 UTC  (2+ messages)

[PATCH v2 00/11] hw/arm/aspeed_ast10x0: Map more peripherals & few more fixes
 2022-12-30 12:31 UTC  (13+ messages)
` [PATCH v2 01/11] hw/watchdog/wdt_aspeed: Rename MMIO region size as 'iosize'
` [PATCH v2 02/11] hw/watchdog/wdt_aspeed: Extend MMIO range to cover more registers
` [PATCH v2 03/11] hw/watchdog/wdt_aspeed: Log unimplemented registers as UNIMP level
` [PATCH v2 04/11] hw/arm/aspeed: Use the IEC binary prefix definitions
` [PATCH v2 05/11] hw/misc/aspeed_hace: Do not crash if address_space_map() failed
` [PATCH v2 06/11] hw/arm/aspeed_ast10x0: Add various unimplemented peripherals
` [PATCH v2 07/11] hw/arm/aspeed_ast10x0: Map I3C peripheral
` [PATCH v2 08/11] hw/arm/aspeed_ast10x0: Map the secure SRAM
` [PATCH v2 09/11] hw/arm/aspeed_ast10x0: Map HACE peripheral
` [PATCH v2 10/11] hw/arm/aspeed_ast10x0: Add TODO comment to use Cortex-M4F
` [PATCH v2 11/11] tests/avocado: Test Aspeed Zephyr SDK v00.01.08 on AST1030 board

[Intel-gfx] [PATCH] drm/i915: Expand force_probe to block probe of devices as well
 2022-12-30 12:42 UTC  (4+ messages)

[Intel-gfx] [PATCH v3 0/2] drm/i915/dmc: Make firmware loading backwards-compatible
 2022-12-30 12:42 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 1/2] drm/i915/dmc: Do not require specific versions

[ANNOUNCE] ipset 7.17 released
 2022-12-30 12:42 UTC 

[PATCH 0/2] ipset patches for nf
 2022-12-30 12:42 UTC  (4+ messages)
` [PATCH 1/2] netfilter: ipset: fix hash:net,port,net hang with /0 subnet
` [PATCH 2/2] netfilter: ipset: Rework long task execution when adding/deleting entries

[PATCH v6 0/7] Improve libata support for FUA
 2022-12-30 12:41 UTC  (8+ messages)
` [PATCH v6 1/7] block: add a sanity check for non-write flush/fua bios
` [PATCH v6 7/7] ata: libata: Enable fua support by default

[PATCH V8 0/5] ASoC: codecs: Add Awinic AW883XX audio amplifier driver
 2022-12-30 12:32 UTC  (7+ messages)
` [PATCH V8 1/5] ASoC: codecs: Add i2c and codec registration for aw883xx and their associated operation functions
` [PATCH V8 5/5] ASoC: dt-bindings: Add schema for "awinic,aw883xx"
  ` [PATCH V8 5/5] ASoC: dt-bindings: Add schema for "awinic, aw883xx"

[PATCH] drm/vc4: drop all currently held locks if deadlock happens
 2022-12-30 12:25 UTC  (2+ messages)

stable-rc/linux-5.10.y build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.161-575-g1e5df46609293)
 2022-12-30 12:31 UTC 

[syzbot] possible deadlock in map_mft_record
 2022-12-30 12:29 UTC  (2+ messages)
` [syzbot] [ntfs?] "

[PATCH v3 0/2] bpftool: improve error handing for missing .BTF section
 2022-12-30 12:28 UTC  (9+ messages)
` [PATCH v3 1/2] libbpf: show error info about missing ".BTF" section

[RFC] Catch dwmw2's deadlock
 2022-12-30 12:28 UTC  (2+ messages)

Possible problem with thunderbolt 4
 2022-12-30 12:21 UTC  (8+ messages)

[BUG Report] undefined reference to `convert_to_fxsr'
 2022-12-30 12:20 UTC  (7+ messages)

[PATCH] wifi: mac80211: Proper mark iTXQs for resumption
 2022-12-30 12:18 UTC  (2+ messages)
` [PATCH] wifi: mac80211: sdata can be NULL during AMPDU start

[PATCH v4 5/8] LSM: Create lsm_module_list system call
 2022-12-30 12:17 UTC  (2+ messages)

[PATCH v4 0/8] PCI/phy: Add support for PCI on sm8350 platform
 2022-12-30 12:13 UTC  (5+ messages)
` (subset) "

[PATCH v2] PCI: Fix up L1SS capability for Intel Apollolake PCIe bridge
 2022-12-30 12:13 UTC  (3+ messages)

stable-rc/linux-5.4.y build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.228-455-g6cf334c6d70bc)
 2022-12-30 12:12 UTC 

[PATCH v2 0/2] qcom: Add a method to manually toggle the DP pullup on HS USB PHY
 2022-12-30 12:05 UTC  (11+ messages)
` [PATCH v2 2/2] phy: qcom-usb-hs: Add qcom,dp-manual-pullup logic

drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:282 nvkm_chan_cctx_get() warn: inconsistent returns '&cgrp->mutex'
 2022-12-30 12:07 UTC 

[PATCH 2/2] scripts: tfix
 2022-12-30 12:07 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Fixes for big endian systems
 2022-12-30 12:07 UTC  (2+ messages)

Why no pidfd's for threads?
 2022-12-30 12:06 UTC 

remove ->writepage in ntfs3
 2022-12-30 12:03 UTC  (2+ messages)

[PATCH 1/2] bpf-helpers.7, open_how.2type, string_copying.7: tfix
 2022-12-30 12:03 UTC 

[PATCH] Fix typos
 2022-12-30 12:01 UTC 

Using Docker containers on Yocto with RISC-V architecture #meta-virtualization #yocto
 2022-12-30 12:00 UTC  (2+ messages)
` [meta-virtualization] "

[PATCH] maintenance: fix typos
 2022-12-30 11:59 UTC  (3+ messages)

s390-linux-ld: cistpl.c:undefined reference to `iounmap'
 2022-12-30 11:57 UTC 

[xen-unstable test] 175526: tolerable FAIL
 2022-12-30 11:55 UTC 

[Intel-gfx] [RFC PATCH 00/20] Initial Xe driver submission
 2022-12-30 11:55 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH 04/20] drm/sched: Convert drm scheduler to use a work queue rather than kthread
      `  "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-30 11:53 UTC  (5+ messages)
` [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations

[PATCH net v3 1/5] net: ethernet: mtk_eth_soc: account for vlan in rx header length
 2022-12-30 11:46 UTC  (3+ messages)
` [PATCH net v3 4/5] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
  ` Aw: "

[PATCH] gpio: pca9570: rename platform_data to chip_data
 2022-12-30 11:53 UTC  (2+ messages)

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 43 warnings (v4.14.302-263-g67ce3287ac81e)
 2022-12-30 11:51 UTC 

[igt-dev] [i-g-t] tests/kms_cursor_crc: Add Gaurd for MSO eDP for Pipe C and D
 2022-12-30 11:49 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 0/3] serial: Separate RT288x/Au1xxx code into own file
 2022-12-30 11:46 UTC  (4+ messages)
` [PATCH 1/3] serial: 8250: RT288x/Au1xxx code away from core
` [PATCH 2/3] serial: 8250_rt288x: Name non-standard divisor latch reg
` [PATCH 3/3] serial: 8250_rt288x: Remove unnecessary UART_REG_UNMAPPED

[PATCH v2] ext4: Fix possible use-after-free in ext4_find_extent
 2022-12-30 11:42 UTC  (3+ messages)

[PATCH] kbuild: treat char as always signed
 2022-12-30 11:39 UTC  (9+ messages)
` [PATCH v2] kbuild: treat char as always unsigned

[PATCH v4 0/4] Add PinePhone Pro display support
 2022-12-30 11:31 UTC  (12+ messages)
` [PATCH v4 1/4] dt-bindings: display: Add Himax HX8394 panel controller
` [PATCH v4 2/4] drm: panel: Add Himax HX8394 panel controller driver
` [PATCH v4 3/4] MAINTAINERS: Add entry for "
` [PATCH v4 4/4] arm64: dts: rk3399-pinephone-pro: Add internal display support

[bpf-next] bpf, x86_64: fix JIT to dump the valid insn
 2022-12-30 11:38 UTC 

stable-rc/linux-4.19.y build: 197 builds: 5 failed, 192 passed, 37 warnings (v4.19.269-366-gac81a4adc239a)
 2022-12-30 11:37 UTC 

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 43 warnings (v4.14.302-264-gcfe0cd29e8a97)
 2022-12-30 11:35 UTC 

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2022-12-30 11:27 UTC  (4+ messages)
` [PATCH 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()
` [PATCH 3/3] kallsyms: Delete an unused parameter related to {module_}kallsyms_on_each_symbol()

[PATCH 0/5] fs/ntfs3: Refactoring and bugfix
 2022-12-30 11:27 UTC  (6+ messages)
` [PATCH 1/5] fs/ntfs3: Add null pointer checks
` [PATCH 2/5] fs/ntfs3: Improved checking of attribute's name length
` [PATCH 3/5] fs/ntfs3: Check for extremely large size of $AttrDef
` [PATCH 4/5] fs/ntfs3: Restore overflow checking for attr size in mi_enum_attr
` [PATCH 5/5] fs/ntfs3: Refactoring of various minor issues

[PATCH v2 0/2] PCI: switchtec: Trivial cleanups
 2022-12-30 11:22 UTC  (2+ messages)

[PATCH v4 0/1] dt-bindings: PCI: uniphier: Fix endpoint descriptions
 2022-12-30 11:19 UTC  (2+ messages)

[Question] Unlinking original file of bind mounted file
 2022-12-30 11:16 UTC  (3+ messages)
    ` Fwd: "

[RFC] TTM shrinking revisited
 2022-12-30 11:11 UTC  (2+ messages)
` [RFC PATCH 1/1] mm: Add interfaces to back up and recover folio contents using swap

[PATCH] dt-bindings: rtc: Add rv3028 to rv3032.yaml dtschema
 2022-12-30 11:09 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
 2022-12-30 11:08 UTC  (2+ messages)
` (subset) "

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Add test to validate max source size
 2022-12-30 10:31 UTC  (2+ messages)

[PATCH 1/2] ext4: optimize ea_inode block expansion
 2022-12-30 11:00 UTC  (2+ messages)
` [PATCH 2/2] ext4: refuse to create ea block when umounted

[meta-gnome][PATCH 1/5] libwnck3: update 40.1 -> 43.0
 2022-12-30 10:58 UTC  (5+ messages)
` [meta-gnome][PATCH 2/5] gnome-shell: add missing RDEPENDS
` [meta-gnome][PATCH 3/5] gnome-panel: update 3.44.0 -> 3.47.1
` [meta-gnome][PATCH 4/5] gnome-flashback: update 3.44.0 -> 3.46.0
` [meta-gnome][PATCH 5/5] gnome-bluetooth: update 42.4 -> 42.5

[GIT PULL FOR v6.3] RC fixes
 2022-12-30 10:44 UTC 

[krzk-github:wip/qcom-rt 84/86] drivers/base/cacheinfo.c:415 fetch_cache_info() error: uninitialized symbol 'levels'
 2022-12-30 10:47 UTC 

[PATCH] gpio: msc313: Drop empty platform remove function
 2022-12-30 10:46 UTC  (2+ messages)

[syzbot] BUG: corrupted list in nfc_llcp_unregister_device
 2022-12-30 10:41 UTC  (2+ messages)

[PATCH v3 00/19] MediaTek MT8188 clock support
 2022-12-30 10:41 UTC  (3+ messages)
` [PATCH v3 01/19] dt-bindings: ARM: MediaTek: Add new document bindings of MT8188 clock


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.