All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-28 13:36:51 to 2022-06-28 14:00:42 UTC [more...]

[PATCH v1 0/2] Fix console probe delay when stdout-path isn't set
 2022-06-28 14:00 UTC  (3+ messages)
` [PATCH v1 2/2] serial: Set probe_no_timeout for all DT based drivers

[PATCH net-next v2 00/10] sfc: Add extra states for VDPA
 2022-06-28 14:00 UTC  (9+ messages)
` [PATCH net-next v2 01/10] sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP
` [PATCH net-next v2 02/10] sfc: Add a PROBED state for EF100 VDPA use
` [PATCH net-next v2 03/10] sfc: Remove netdev init from efx_init_struct
` [PATCH net-next v2 04/10] sfc: Change BUG_ON to WARN_ON and recovery code
` [PATCH net-next v2 05/10] sfc: Encapsulate access to netdev_priv()
` [PATCH net-next v2 06/10] sfc: Separate efx_nic memory from net_device memory
` [PATCH net-next v2 07/10] sfc: Move EF100 efx_nic_type structs to the end of the file
` [PATCH net-next v2 08/10] sfc: Unsplit literal string

[igt-dev] [PATCH i-g-t 1/3] tests/i915/gem_eio: fix uaf
 2022-06-28 13:59 UTC  (5+ messages)
    ` [Intel-gfx] "

[syzbot] BUG: unable to handle kernel paging request in writeback_single_inode
 2022-06-28 13:59 UTC 

[PATCH v2 0/1] Remove forget_syscall() from start_thread_common()
 2022-06-28 13:58 UTC  (4+ messages)
` [PATCH v2 1/1] arm64: Do not forget syscall when starting a new thread

[PATCH v7] devcoredump: change gfp_t parameter of kzalloc to GFP_KERNEL
 2022-06-28 13:57 UTC  (5+ messages)

[PATCH] iommu: add preemption support to iommu_{un,}map()
 2022-06-28 13:58 UTC  (4+ messages)

[PATCH] ARM: efi: Simplify arch_efi_call_virt() macro by using typeof()
 2022-06-28 13:57 UTC  (6+ messages)

[PATCH 0/2] RK3588 GPIO Support
 2022-06-28 13:58 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: gpio: rockchip: add gpio-ranges

Oddities in gitignore matching
 2022-06-28 13:57 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-06-28 13:57 UTC  (4+ messages)

[PATCH 1/1] efi_loader: initialize console size late
 2022-06-28 13:57 UTC  (6+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 13:56 UTC  (16+ messages)

venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)
 2022-06-28 13:55 UTC  (15+ messages)

[PATCH v12 00/18] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-28 13:56 UTC  (19+ messages)
` [PATCH v12 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v12 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v12 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v12 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v12 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v12 06/18] KVM: s390: pv: add export before import
` [PATCH v12 07/18] KVM: s390: pv: clear the state without memset
` [PATCH v12 08/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v12 09/18] KVM: s390: pv: add mmu_notifier
` [PATCH v12 10/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v12 11/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v12 12/18] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v12 13/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v12 14/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v12 15/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v12 16/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v12 17/18] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v12 18/18] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH v5 0/6] Add hardware prefetch control driver for A64FX and x86
 2022-06-28 13:55 UTC  (8+ messages)

[GIT PULL][PATCH] pinctrl: samsung: do not use bindings header with constants
 2022-06-28 13:55 UTC  (3+ messages)

[PATCH -next] usb: musb: mpfs: add missing clk_disable_unprepare() in mpfs_remove()
 2022-06-28 14:05 UTC  (2+ messages)

[PATCH 1/2] doc: announce region based device mapping support
 2022-06-28 13:53 UTC  (2+ messages)
` [PATCH 2/2] bus/pci: support region based device mapping

[PATCH 6/6] fanotify: add current_user_instances node
 2022-06-28 13:55 UTC  (6+ messages)

[PATCH] watchdog: dw_wdt: Fix buffer overflow when get timeout
 2022-06-28 13:55 UTC  (2+ messages)

[PATCH v1 0/2] Zero copy improvements (QIOChannel + multifd)
 2022-06-28 13:52 UTC  (6+ messages)
` [PATCH v1 2/2] migration/multifd: Warn user when zerocopy not working

[PATCH 0/2] python/qemu/machine: fix potential hang in QMP accept
 2022-06-28 13:49 UTC  (3+ messages)
` [PATCH 1/2] python/qemu/machine: replace subprocess.Popen with asyncio
` [PATCH 2/2] python/qemu/machine: accept QMP connection asynchronously

[PATCH] vfio: remove useless judgement
 2022-06-28 13:54 UTC  (5+ messages)

[PATCH -next 1/2] soc: fsl: guts: fix return value check in fsl_guts_init()
 2022-06-28 14:02 UTC  (5+ messages)
` [PATCH -next 2/2] soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_soc_uid()

[Intel-gfx] [PATCH v3 0/3] drm/doc/rfc: i915 VM_BIND feature design + uapi
 2022-06-28 13:53 UTC  (17+ messages)
` [Intel-gfx] [PATCH v3 3/3] drm/doc/rfc: VM_BIND uapi definition

[PATCH 0/8] xen/evtchn: implement static event channel signaling
 2022-06-28 13:53 UTC  (6+ messages)
` [PATCH 5/8] xen/evtchn: don't close the static event channel

[TECH TOPIC] New userspace API for display-panel brightness control
 2022-06-28 13:53 UTC  (2+ messages)

[PATCH 0/9] dm: core: Support collecting and reporting stats
 2022-06-28 13:38 UTC  (20+ messages)
` [PATCH 1/9] dm: core: Rename dm_dump_all()
` [PATCH 2/9] dm: core: Sort dm subcommands
` [PATCH 3/9] dm: core: Fix addresses in the dm static command
` [PATCH 4/9] dm: core: Add documentation for the dm command
` [PATCH 5/9] dm: core: Switch the testbus driver to use a new struct
` [PATCH 6/9] dm: core: Support accessing core tags
` [PATCH 7/9] dm: core: Add a way to collect memory usage
` [PATCH 8/9] dm: core: Add a command to show driver model statistics
` [PATCH 9/9] dm: spl: Allow SPL to show memory usage

[PATCH v2] patman: Fix defaults not propagating to subparsers
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH v3] gpio: davinci: Add support for system suspend/resume PM
 2022-06-28 13:52 UTC  (2+ messages)

[PATCH v2] tty: serial: samsung_tty: loopback mode support
 2022-06-28 13:51 UTC  (3+ messages)

[PATCH 0/5] patman: test_util: Prettify test report outputs for python tools
 2022-06-28 13:38 UTC  (15+ messages)
` [PATCH 1/5] patman: test_util: Fix printing results for failed tests
` [PATCH 2/5] patman: test_util: Handle nonexistent tests while loading tests
` [PATCH 3/5] patman: test_util: Use unittest text runner to print test results
` [PATCH 4/5] patman: test_util: Customize unittest test results for more info
` [PATCH 5/5] patman: test_util: Print test stdout/stderr within test summaries

Please pull u-boot-dm/next
 2022-06-28 13:41 UTC 

[PATCH] dm: core: Use device_foreach_child where possible
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH] dtoc: Update fdt tests to use test_util
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH] bloblist: Describe the design goals
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH] dm: core: Provide fallbacks for ofnode_conf_read_
 2022-06-28 13:38 UTC  (3+ messages)

fwnode_for_each_child_node() and OF backend discrepancy
 2022-06-28 13:51 UTC  (8+ messages)

Yocto Windows SDK with meta-qt6
 2022-06-28 13:50 UTC 

[GIT PULL] ARM: at91: fixes for 5.19
 2022-06-28 13:51 UTC  (2+ messages)

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-06-28 13:49 UTC  (5+ messages)

[PATCH 0/2] i2c: Add new driver for Renesas RZ/V2M controller
 2022-06-28 13:42 UTC  (3+ messages)
` [PATCH 2/2] i2c: Add "

[linux-linus test] 171378: regressions - FAIL
 2022-06-28 13:48 UTC 

[RFC PATCH] arm64: compat: Implement misalignment fixups for multiword loads
 2022-06-28 13:46 UTC  (3+ messages)

[PATCH v5 0/2] AD4130
 2022-06-28 13:47 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: add AD4130

[PATCH] srcu: Reduce blocking agressiveness of expedited grace periods further
 2022-06-28 13:46 UTC  (5+ messages)

[PATCH v6 0/4] Implement vdpasim suspend operation
 2022-06-28 13:44 UTC  (10+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device

[PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
 2022-06-28 13:42 UTC  (6+ messages)
` [PATCH v3] "

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_sync
 2022-06-28 13:43 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_sync: Added test description for test case
` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run

[PATCH v3] soc: qcom: cmd-db: replace strscpy_pad() with strncpy()
 2022-06-28 13:44 UTC  (2+ messages)

[PATCH] sandbox: usb: Fix out-of-bounds read when fd=-1
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH 5.10 v2 1/3] commit 5d6651fe8583 ("rtw88: 8821c: support RFE type2 wifi NIC")
 2022-06-28 13:43 UTC  (3+ messages)
` [PATCH 5.10 v2 2/3] commit b789e3fe7047 ("rtw88: 8821c: support RFE type4 "
` [PATCH 5.10 v2 3/3] commit e109e3617e5d ("rtw88: rtw8821c: enable rfe 6 devices")

[PATCH -next] docs/zh_CN: add vm transhuge translation
 2022-06-28 13:37 UTC 

[Intel-wired-lan] [PATCH net v2 3/3] iavf: Fix adminq error handling
 2022-06-28 13:43 UTC 

[Intel-wired-lan] [PATCH net v2 1/3] iavf: Fix reset error handling
 2022-06-28 13:43 UTC 

[PATCH 0/2] sandbox: error output
 2022-06-28 13:38 UTC  (5+ messages)
` [PATCH 1/2] sandbox: add function os_printf()
` [PATCH 2/2] sandbox: show error if the device-tree cannot be loaded

[Intel-wired-lan] [PATCH net v2 2/3] iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
 2022-06-28 13:43 UTC 

[PATCH v2] Implement close-on-fork
 2022-06-28 13:43 UTC  (9+ messages)

[PATCH 1/1] sandbox: raise SANDBOX_RAM_SIZE_MB default to 256
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-06-28 13:43 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net v2 0/3] iavf: Fix pending DMA allocations while released from device
 2022-06-28 13:43 UTC 

[PATCH 1/1] dm: fix formatting of uclass dump
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH 0/4] serial: 8250_dw: Rework ->serial_out() & LCR retry logic
 2022-06-28 13:42 UTC  (5+ messages)
` [PATCH 1/4] serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
` [PATCH 2/4] serial: 8250_dw: Rename offset to reg_offset
` [PATCH 3/4] serial: 8250_dw: Move 16550 compatible & LCR checks to dw8250_verify_write()
` [PATCH 4/4] serial: 8250_dw: Rework ->serial_out() LCR write retry logic

[PATCH] test: fix some pylint errors in test_bind.py
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH v2 0/8] spl: binman: Fixes for BINMAN_SYMBOLS
 2022-06-28 13:37 UTC  (17+ messages)
` [PATCH v2 1/8] spl: binman: Fix use of undeclared u_boot_any symbols
` [PATCH v2 2/8] spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK
` [PATCH v2 3/8] spl: binman: Declare extern symbols for VPL as well
` [PATCH v2 4/8] spl: binman: Split binman symbols support from enabling binman
` [PATCH v2 5/8] spl: binman: Add config options for binman symbols in VPL
` [PATCH v2 6/8] spl: binman: Check at runtime if binman symbols were filled in
` [PATCH v2 7/8] spl: binman: Disable u_boot_any symbols for i.MX8M boards
` [PATCH v2 8/8] armv8: u-boot-spl.lds: mark __image_copy_start as symbol

Discussion on race between freed page_ext access and memory offline operation
 2022-06-28 13:42 UTC  (3+ messages)

[PATCH 0/4] i2c: stm32: addition of STM32MP13 support
 2022-06-28 13:41 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: i2c: st,stm32-i2c: don't mandate a reset line

[PATCH v5 0/2] target/xtensa: semihosting cleanup
 2022-06-28 13:40 UTC  (4+ messages)
` [PATCH v5 2/2] target/xtensa: Use semihosting/syscalls.h

[PATCH v2 0/2] Fix console probe delay due to fw_devlink
 2022-06-28 13:41 UTC  (5+ messages)
` [PATCH v2 2/2] of: base: Avoid console probe delay when fw_devlink.strict=1

[PATCH 0/3] some bugfixes for PTP
 2022-06-28 13:39 UTC  (4+ messages)
` [PATCH 1/3] examples/ptpclient: add the check for PTP capability
` [PATCH 2/3] net/hns3: fix fail to receive PTP packet
` [PATCH 3/3] ethdev: add the check for the valitity of timestamp offload

[PATCH] ARM: at91: pm: Mark at91_pm_secure_init as __init
 2022-06-28 13:38 UTC  (2+ messages)

[PATCH 00/12] s390-ccw bios fixes and clean-ups
 2022-06-28 13:34 UTC  (5+ messages)
` [PATCH 08/12] pc-bios/s390-ccw/virtio: Beautify the code for reading virtqueue configuration
` [PATCH 11/12] pc-bios/s390-ccw/virtio: Remove "extern" keyword from prototypes

[PATCH] ARM: at91: fix soc detection for SAM9X60 SiPs
 2022-06-28 13:38 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: at91: sam9x60ek: fix eeprom compatible and size
 2022-06-28 13:37 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: at91: sama5d2_icp: fix eeprom compatibles

[igt-dev] [PATCH v3 0/2] tests/i915/kms_mmap_write_crc: IGT test Cleanup
 2022-06-28 13:35 UTC  (3+ messages)
` [igt-dev] [PATCH v3 1/2] tests/i915/kms_mmap_write_crc: Create dynamic subtests
` [igt-dev] [PATCH v3 2/2] tests/i915/kms_mmap_write_crc: Test Cleanup

[PATCH 1/1] sandbox: cast to pointer from integer of different size
 2022-06-28 13:37 UTC  (3+ messages)

[PATCH] build-sys: disable vhost-user-gpu if !opengl
 2022-06-28 13:23 UTC 

[PATCH 0/8] u-boot: fs: add generic unaligned read handling
 2022-06-28 13:37 UTC  (3+ messages)

[master][kirkstone][PATCH 1/5] lib/oe/cve_check: refactor update_symlinks with safer version
 2022-06-28 13:37 UTC  (5+ messages)
` [master][kirkstone][PATCH 2/5] lib/oe/rootfs: create image_list_installed_packages_pn function
` [master][kirkstone][PATCH 3/5] lib/oe/utils: create get_current_recipe_layer function
` [master][kirkstone][PATCH 4/5] cve-check: major class refactor
` [master][kirkstone][PATCH 5/5] selftest/cve_check: update to new cve-check bb var

[igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: trigger async flip with a dummy flip
 2022-06-28 13:37 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2 0/3] ARM: at91: pm: fix wakeup from RTC for ULP1
 2022-06-28 13:35 UTC  (2+ messages)

[PATCH v2 00/12] powerpc: Nintendo Wii U support
 2022-06-28 13:31 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 12/12] powerpc: wiiu: add minimal default config


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.