messages from 2022-06-07 22:22:45 to 2022-06-07 23:05:46 UTC [more...]
[PATCH v1 00/30] phy: qcom-qmp: split the QMP PHY driver
2022-06-07 21:32 UTC (15+ messages)
` [PATCH v1 12/30] phy: qcom-qmp: switch to new split "
` [PATCH v1 14/30] phy: qcom-qmp-combo: drop support for PCIe,UFS PHY types
` [PATCH v1 17/30] phy: qcom-qmp-ufs: drop support for non-UFS "
` [PATCH v1 18/30] phy: qcom-qmp-usb: drop support for non-USB "
` [PATCH v1 19/30] phy: qcom-qmp-combo: cleanup the driver
` [PATCH v1 20/30] phy: qcom-qmp-pcie: "
` [PATCH v1 21/30] phy: qcom-qmp-pcie-msm8996: "
` [PATCH v1 22/30] phy: qcom-qmp-ufs: "
` [PATCH v1 23/30] phy: qcom-qmp-usb: "
` [PATCH v1 24/30] phy: qcom-qmp-pcie: drop multi-PHY support
` [PATCH v1 25/30] phy: qcom-qmp-ufs: "
` [PATCH v1 26/30] phy: qcom-qmp-usb: "
` [PATCH v1 27/30] phy: qcom-qmp-combo: use bulk reset_control API
` [PATCH v1 29/30] phy: qcom-qmp-pcie-msm8996: "
[PATCH v2 0/5] phy: qcom: Add SC8280XP UNI and COMBO USB phys
2022-06-07 23:04 UTC (8+ messages)
` [PATCH v2 2/5] phy: qcom-qmp: Add USB3 5NM QMP UNI registers
` [PATCH v2 3/5] phy: qcom-qmp: Add USB4 5NM QMP combo PHY registers
[PATCH 0/7] fbdev: Use backlight helpers
2022-06-07 19:23 UTC (5+ messages)
` [PATCH 2/7] fbdev: atyfb: Use backlight helper
` [PATCH 4/7] fbdev: mx3fb: "
` [PATCH 5/7] fbdev: nvidia: "
` [PATCH 6/7] fbdev: omapfb: panel-dsi-cm: "
[PATCH 0/6] bsd-user upstreaming: read, write and exit
2022-06-07 21:51 UTC (8+ messages)
` [PATCH 1/6] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH 2/6] bsd-user/freebsd/os-syscall.c: unlock_iovec
` [PATCH 3/6] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
[linux-next:master 728/1207] fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
2022-06-07 23:05 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/guc/slpc: Use non-blocking H2G for waitboost
2022-06-07 23:04 UTC (6+ messages)
` "
[PATCH v2 1/1] target/riscv: Add Zihintpause support
2022-06-07 23:03 UTC (2+ messages)
[PATCH v4 00/53] semihosting cleanup
2022-06-07 20:45 UTC (37+ messages)
` [PATCH v4 09/53] semihosting: Inline set_swi_errno into common_semi_cb
` [PATCH v4 14/53] semihosting: Move common-semi.h to include/semihosting/
` [PATCH v4 17/53] include/exec: Move gdb_stat and gdb_timeval to gdbstub.h
` [PATCH v4 18/53] include/exec: Define errno values in gdbstub.h
` [PATCH v4 19/53] gdbstub: Convert GDB error numbers to host error numbers
` [PATCH v4 20/53] semihosting: Use struct gdb_stat in common_semi_flen_cb
` [PATCH v4 21/53] semihosting: Split is_64bit_semihosting per target
` [PATCH v4 22/53] semihosting: Split common_semi_flen_buf "
` [PATCH v4 24/53] semihosting: Split out common-semi-target.h
` [PATCH v4 25/53] semihosting: Use env more often in do_common_semihosting
` [PATCH v4 26/53] semihosting: Move GET_ARG/SET_ARG earlier in the file
` [PATCH v4 27/53] semihosting: Split out semihost_sys_open
` [PATCH v4 28/53] semihosting: Split out semihost_sys_close
` [PATCH v4 29/53] semihosting: Split out semihost_sys_read
` [PATCH v4 32/53] semihosting: Split out semihost_sys_lseek
` [PATCH v4 33/53] semihosting: Split out semihost_sys_isatty
` [PATCH v4 34/53] semihosting: Split out semihost_sys_flen
` [PATCH v4 35/53] semihosting: Split out semihost_sys_remove
` [PATCH v4 36/53] semihosting: Split out semihost_sys_rename
` [PATCH v4 37/53] semihosting: Split out semihost_sys_system
` [PATCH v4 38/53] semihosting: Create semihost_sys_{stat,fstat}
` [PATCH v4 39/53] semihosting: Create semihost_sys_gettimeofday
` [PATCH v4 40/53] gdbstub: Adjust gdb_syscall_complete_cb declaration
` [PATCH v4 41/53] semihosting: Fix docs comment for qemu_semihosting_console_inc
` [PATCH v4 42/53] semihosting: Pass CPUState to qemu_semihosting_console_inc
` [PATCH v4 43/53] semihosting: Expand qemu_semihosting_console_inc to read
` [PATCH v4 44/53] semihosting: Cleanup chardev init
` [PATCH v4 45/53] semihosting: Create qemu_semihosting_console_write
` [PATCH v4 46/53] semihosting: Add GuestFDConsole
` [PATCH v4 47/53] semihosting: Create qemu_semihosting_guestfd_init
` [PATCH v4 48/53] semihosting: Use console_in_gf for SYS_READC
` [PATCH v4 49/53] semihosting: Use console_out_gf for SYS_WRITEC
` [PATCH v4 50/53] semihosting: Remove qemu_semihosting_console_outc
` [PATCH v4 51/53] semihosting: Use console_out_gf for SYS_WRITE0
` [PATCH v4 52/53] semihosting: Remove qemu_semihosting_console_outs
` [PATCH v4 53/53] semihosting: Create semihost_sys_poll_one
[Intel-gfx] [PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-07 23:02 UTC (3+ messages)
` [Intel-gfx] [PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [Intel-gfx] [PATCH v2 2/2] vfio: Replace the iommu notifier with a device list
[syzbot] WARNING: locking bug in truncate_inode_pages_final
2022-06-07 23:00 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/dg2: Correct DSS check for Wa_1308578152
2022-06-07 22:59 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
dbus-display-test is flakey
2022-06-07 20:57 UTC (2+ messages)
[PATCH] nvme: add device name to warning in uuid_show()
2022-06-07 22:55 UTC (3+ messages)
[PATCH 0/8] arm64: binman: use binman symbols for imx
2022-06-07 22:54 UTC (7+ messages)
` [PATCH 2/8] configs: imx8mm_data_modul_edm_sbc: not select SPL_RAM_DEVICE
[PATCH v5 0/9] mm/demotion: Memory tiers and demotion
2022-06-07 22:51 UTC (3+ messages)
` [PATCH v5 4/9] mm/demotion: Build demotion targets based on explicit memory tiers
[PATCH] crypto: fsl_hash: Remove unnecessary alignment check in caam_hash()
2022-06-07 22:50 UTC (6+ messages)
[PATCH 1/4] drm/amdgpu: Fetch MES scheduler/KIQ versions
2022-06-07 22:50 UTC (4+ messages)
` [PATCH 2/4] drm/amdkfd: Pass MES/RS64 information to sysfs
` [PATCH 3/4] drm/amdkfd: Enable GFX11 usermode queue oversubscription
` [PATCH 4/4] drm/amdgpu: Update mes_v11_api_def.h
[PATCH v11 00/14] Multi-Gen LRU Framework
2022-06-07 22:47 UTC (3+ messages)
[PATCH v6 00/15] mm: userspace hugepage collapse
2022-06-07 22:48 UTC (4+ messages)
` [PATCH v6 09/15] mm/madvise: introduce MADV_COLLAPSE sync "
Force binary package install
2022-06-07 22:48 UTC (5+ messages)
` [yocto] "
[xen-unstable test] 170865: regressions - FAIL
2022-06-07 22:46 UTC
[PATCH v2 00/11] vfio/migration: Implement VFIO migration protocol v2
2022-06-07 21:32 UTC (3+ messages)
[PULL] u-boot-usb/master
2022-06-07 22:46 UTC
[dm-devel] [PATCH] libmultipath: unset detect_checker for clariion / Unity arrays
2022-06-07 22:45 UTC
[PATCH v2] firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC call
2022-06-07 22:42 UTC
[PATCH 00/14] mtd: Fix platform remove callbacks to always return 0
2022-06-07 9:32 UTC (3+ messages)
[PATCH v3 0/4] DMA mapping changes for SCSI core
2022-06-07 22:43 UTC (2+ messages)
[PATCH 0/6] phase out CONFIG_VIRT_TO_BUS
2022-06-07 9:09 UTC (3+ messages)
[PATCH] include/uapi/linux/swab.h: add __u16 cast to __swab16 conditional
2022-06-07 22:42 UTC (3+ messages)
[PATCH] Drivers: hv: Fix syntax errors in comments
2022-06-07 19:33 UTC (2+ messages)
[PATCH] regulator: rpi-panel-attiny: Use backlight helper
2022-06-07 18:53 UTC
[PATCH] MAINTAINERS: add myself as a memory-failure reviewer
2022-06-07 22:42 UTC (2+ messages)
[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
2022-06-07 22:39 UTC (3+ messages)
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64
[Intel-gfx] [PATCH 00/33] Remaining patches for basic GuC submission
2022-06-07 22:40 UTC (4+ messages)
` [Intel-gfx] [PATCH 32/33] drm/i915/guc: Implement GuC priority management
[Intel-gfx] [PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-07 22:40 UTC (6+ messages)
` [Intel-gfx] [PATCH 1/2] vfio: Replace the DMA unmapping notifier with a callback
` "
[PATCH 1/1] net: ena_netdev: fix resource leak
2022-06-07 18:57 UTC (2+ messages)
[igt-dev] [PATCH] lib/igt_kms: Add a helper function to check Bigjoiner support
2022-06-07 22:38 UTC (4+ messages)
kernel/kcsan/debugfs.c:65:36: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
2022-06-07 22:37 UTC
[PATCH 1/2] drm/amdgpu: remove acc_size from reserve/unreserve mem
2022-06-07 22:36 UTC (3+ messages)
` [PATCH 2/2] drm/amdkfd: track unified memory reservation with xnack off
[PATCH 0/5] Reduce a vmalloc internal lock contention preparation work
2022-06-07 22:35 UTC (2+ messages)
[iptables PATCH v2] arptables: Support -x/--exact flag
2022-06-07 19:29 UTC
+ lib-btree-simplify-btree_lookupupdate.patch added to mm-nonmm-unstable branch
2022-06-07 19:29 UTC
[PATCH 5.18 000/879] 5.18.3-rc1 review
2022-06-07 17:06 UTC (79+ messages)
` [PATCH 5.18 721/879] iwlwifi: mvm: fix assert 1F04 upon reconfig
` [PATCH 5.18 726/879] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
` [PATCH 5.18 756/879] PCI: qcom: Fix runtime PM imbalance on probe errors
` [PATCH 5.18 760/879] mm, compaction: fast_find_migrateblock() should return pfn in the target zone
` [PATCH 5.18 761/879] s390/perf: obtain sie_block from the right address
` [PATCH 5.18 762/879] s390/stp: clock_delta should be signed
` [PATCH 5.18 763/879] dlm: fix plock invalid read
` [PATCH 5.18 764/879] dlm: uninitialized variable on error in dlm_listen_for_all()
` [PATCH 5.18 765/879] dlm: fix wake_up() calls for pending remove
` [PATCH 5.18 766/879] dlm: fix missing lkb refcount handling
` [PATCH 5.18 767/879] ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock
` [PATCH 5.18 768/879] scsi: dc395x: Fix a missing check on list iterator
` [PATCH 5.18 769/879] scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled
` [PATCH 5.18 770/879] landlock: Add clang-format exceptions
` [PATCH 5.18 776/879] samples/landlock: Format with clang-format
` [PATCH 5.18 778/879] selftests/landlock: Make tests build with old libc
` [PATCH 5.18 779/879] selftests/landlock: Extend tests for minimal valid attribute size
` [PATCH 5.18 780/879] selftests/landlock: Add tests for unknown access rights
` [PATCH 5.18 781/879] selftests/landlock: Extend access right tests to directories
` [PATCH 5.18 787/879] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH 5.18 795/879] drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
` [PATCH 5.18 796/879] drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX
` [PATCH 5.18 798/879] md: fix an incorrect NULL check in does_sb_need_changing
` [PATCH 5.18 799/879] md: fix an incorrect NULL check in md_reload_sb
` [PATCH 5.18 801/879] mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N
` [PATCH 5.18 802/879] media: coda: Fix reported H264 profile
` [PATCH 5.18 803/879] media: coda: Add more H264 levels for CODA960
` [PATCH 5.18 804/879] ima: remove the IMA_TEMPLATE Kconfig option
` [PATCH 5.18 806/879] lib/string_helpers: fix not adding strarray to devices resource list
` [PATCH 5.18 807/879] RDMA/hfi1: Fix potential integer multiplication overflow errors
` [PATCH 5.18 808/879] mmc: core: Allows to override the timeout value for ioctl() path
` [PATCH 5.18 809/879] csky: patch_text: Fixup last cpu should be master
` [PATCH 5.18 811/879] irqchip: irq-xtensa-mx: fix initial IRQ affinity
` [PATCH 5.18 812/879] thermal: devfreq_cooling: use local ops instead of global ops
` [PATCH 5.18 813/879] mt76: fix use-after-free by removing a non-RCU wcid pointer
` [PATCH 5.18 815/879] mac80211: upgrade passive scan to active scan on DFS channels after beacon rx
` [PATCH 5.18 816/879] um: virtio_uml: Fix broken device handling in time-travel
` [PATCH 5.18 817/879] um: Use asm-generic/dma-mapping.h
` [PATCH 5.18 818/879] um: chan_user: Fix winch_tramp() return value
` [PATCH 5.18 819/879] um: Fix out-of-bounds read in LDT setup
` [PATCH 5.18 820/879] MIPS: IP27: Remove incorrect `cpu_has_fpu override
` [PATCH 5.18 821/879] MIPS: IP30: "
` [PATCH 5.18 822/879] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
` [PATCH 5.18 823/879] ftrace: Clean up hash direct_functions on register failures
` [PATCH 5.18 824/879] ksmbd: fix outstanding credits related bugs
` [PATCH 5.18 826/879] iommu/dma: Fix iova map result check bug
` [PATCH 5.18 827/879] kprobes: Fix build errors with CONFIG_KRETPROBES=n
` [PATCH 5.18 828/879] Revert "mm/cma.c: remove redundant cma_mutex lock"
` [PATCH 5.18 829/879] mm/page_owner: use strscpy() instead of strlcpy()
` [PATCH 5.18 830/879] mm/page_alloc: always attempt to allocate at least one page during bulk allocation
` [PATCH 5.18 831/879] nodemask.h: fix compilation error with GCC12
` [PATCH 5.18 833/879] mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
` [PATCH 5.18 834/879] xtensa/simdisk: fix proc_read_simdisk()
` [PATCH 5.18 835/879] rtl818x: Prevent using not initialized queues
` [PATCH 5.18 836/879] ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control
` [PATCH 5.18 837/879] carl9170: tx: fix an incorrect use of list iterator
` [PATCH 5.18 838/879] stm: ltdc: fix two incorrect NULL checks on "
` [PATCH 5.18 839/879] bcache: improve multithreaded bch_btree_check()
` [PATCH 5.18 843/879] serial: pch: dont overwrite xmit->buf[0] by x_char
` [PATCH 5.18 844/879] tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
` [PATCH 5.18 845/879] gma500: "
` [PATCH 5.18 846/879] arm64: dts: qcom: ipq8074: fix the sleep clock frequency
` [PATCH 5.18 847/879] arm64: tegra: Add missing DFLL reset on Tegra210
` [PATCH 5.18 849/879] phy: qcom-qmp: fix struct clk leak on probe errors
` [PATCH 5.18 850/879] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
` [PATCH 5.18 858/879] blk-iolatency: Fix inflight count imbalances and IO hangs on offline
` [PATCH 5.18 859/879] coresight: core: Fix coresight device probe failure issue
` [PATCH 5.18 860/879] phy: qcom-qmp: fix reset-controller leak on probe errors
` [PATCH 5.18 863/879] media: lirc: add missing exceptions for lirc uapi header file
` [PATCH 5.18 864/879] kseltest/cgroup: Make test_stress.sh work if run interactively
` [PATCH 5.18 865/879] perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems
` [PATCH 5.18 866/879] Revert "random: use static branch for crng_ready()"
` [PATCH 5.18 867/879] staging: r8188eu: delete rtw_wx_read/write32()
` [PATCH 5.18 868/879] binder: fix sender_euid type in uapi header
` [PATCH 5.18 869/879] RDMA/hns: Remove the num_cqc_timer variable
` [PATCH 5.18 870/879] RDMA/rxe: Generate a completion for unsupported/invalid opcode
` [PATCH 5.18 871/879] ext4: only allow test_dummy_encryption when supported
` [PATCH 5.18 872/879] fs: add two trivial lookup helpers
[PATCH 00/23] Update Documentation/ cross-references
2022-06-07 19:25 UTC (3+ messages)
` [PATCH 01/23] dt-bindings: mfd: bd9571mwv: update rohm,bd9571mwv.yaml reference
[PATCH] tty: serial: qcom-geni-serial: minor fixes to get_clk_div_rate()
2022-06-07 19:25 UTC (10+ messages)
[dm-devel] [PATCH] multipath.conf(5): add disclaimer about vendor support
2022-06-07 22:32 UTC (2+ messages)
[PATCH bpf-next v8 00/11] bpf: cgroup_sock lsm flavor
2022-06-07 19:24 UTC (5+ messages)
` [PATCH bpf-next v8 03/11] bpf: per-cgroup "
[dm-devel] [RFC PATCH 0/2] multipath-tools: simplify defaults for NVMe
2022-06-07 22:31 UTC (3+ messages)
` [dm-devel] [PATCH 1/2] libmultipath: hwtable: new "
[Buildroot] [PATCH v3 1/1] scripts/autobuild-run: add --no-toolchains-csv option and drop docopt
2022-06-07 22:29 UTC (3+ messages)
[PATCH 0/3] drm/panel: Use backlight helpers
2022-06-07 18:20 UTC (2+ messages)
` [PATCH 1/3] drm/panel: Use backlight helper
[Intel-gfx] [PATCH] drm/i915/guc: Use drm_err instead of pr_err
2022-06-07 22:25 UTC (6+ messages)
` "
ld.lld: error: kernel/built-in.a(kallsyms.o):(function kallsyms_lookup_name: .text+0x40): relocation R_RISCV_PCREL_HI20 out of range: -524486 is not in [-524288, 524287]; references kallsyms_num_syms
2022-06-07 22:24 UTC
[RFC] platform/x86: hp-wmi: make hp_wmi_perform_query() work with certain devices
2022-06-07 19:20 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.