All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-11 13:28:12 to 2021-02-11 14:21:09 UTC [more...]

phy_attach_direct()'s use of device_bind_driver()
 2021-02-11 14:03 UTC  (9+ messages)

[PATCH v12 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-11 14:19 UTC  (5+ messages)
` [PATCH v12 net-next 12/15] net: mvpp2: add BM protection underrun feature support
    ` [EXT] "

[PATCH] clk: stm32mp1: wait for LSE to become ready after enabling
 2021-02-11 14:17 UTC 

[Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check
 2021-02-11 14:05 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2] "

[dm-devel] [PATCH 0/4] dm era: Various minor fixes
 2021-02-11 14:19 UTC  (5+ messages)
` [dm-devel] [PATCH 4/4] dm era: Remove unreachable resize operation in pre-resume function

[PATCH 1/6] powerpc/mm/64s: Add _PAGE_KERNEL_ROX
 2021-02-11 13:51 UTC  (6+ messages)
` [PATCH 2/6] powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()
` [PATCH 3/6] powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()
` [PATCH 4/6] powerpc/mm/64s/hash: Factor out change_memory_range()
` [PATCH 5/6] powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR
` [PATCH 6/6] powerpc/mm/64s: Allow STRICT_KERNEL_RWX again

[PATCH v2 0/8] xen/events: bug fixes and some diagnostic aids
 2021-02-11 14:16 UTC  (5+ messages)
` [PATCH v2 4/8] xen/netback: fix spurious event detection for common event case
` [PATCH v2 5/8] xen/events: link interdomain events to associated xenbus device

[PATCH 0/9] hw/display/pl110, pxa2xx_lcd: Tidy up template headers
 2021-02-11 14:15 UTC  (6+ messages)
` [PATCH 1/9] hw/display/pl110: Remove dead code for non-32-bpp surfaces
` [PATCH 2/9] hw/display/pl110: Pull included-once parts of template header into pl110.c
` [PATCH 3/9] hw/display/pl110: Remove use of BITS from pl110_template.h
` [PATCH 4/9] hw/display/pxa2xx_lcd: Remove dead code for non-32-bpp surfaces
` [PATCH 7/9] hw/display/pxa2xx: Apply brace-related coding style fixes to template header

[PATCH v1] clang_tools:gen_compile_commands: Change the default source directory
 2021-02-11 14:15 UTC  (6+ messages)

[Virtio-fs] [PATCH 00/24] virtiofs dax patches
 2021-02-11 14:18 UTC  (5+ messages)
` [Virtio-fs] [PATCH 16/24] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
` [Virtio-fs] [PATCH 17/24] DAX/unmap virtiofsd: Add wrappers for VHOST_USER_SLAVE_FS_IO

[Buildroot] [PATCH] package/subversion: security bump to version 1.14.1
 2021-02-11 14:18 UTC 

FAILED: patch "[PATCH] drm/i915: Skip vswing programming for TBT" failed to apply to 5.10-stable tree
 2021-02-11 14:18 UTC  (4+ messages)
` [Intel-gfx] [PATCH stable-5.10 1/2] drm/i915: Fix ICL MG PHY vswing handling
  ` [Intel-gfx] [PATCH stable-5.10 2/2] drm/i915: Skip vswing programming for TBT

[PATCH v5 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-11 14:13 UTC  (10+ messages)
` [PATCH v5 1/6] misc: "
` [PATCH v5 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig

[PATCH v1] qemu-arm: round down memory to multiple of 2MB
 2021-02-11 14:18 UTC  (2+ messages)

[Intel-gfx] [PATCH] lib: Add a YAML emitter
 2021-02-11 14:17 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for lib: Add a YAML emitter (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] staging: vt6656: Fixed alignment with issue in rf.c
 2021-02-11 13:45 UTC 

[Buildroot] [PATCH 0/7] Introduce BR2_ENABLE_RUNTIME_DEBUG
 2021-02-11 14:16 UTC  (3+ messages)
` [Buildroot] [PATCH 7/7] package/sysrepo: remove explicit setting of CMAKE_BUILD_TYPE

[PATCH] staging: wfx: avoid defining array of flexible struct
 2021-02-11 13:55 UTC  (3+ messages)

[PULL 00/45] target-arm queue
 2021-02-11 13:58 UTC  (30+ messages)
` [PULL 13/45] exec: Use uintptr_t in cpu_ldst.h
` [PULL 14/45] exec: Improve types for guest_addr_valid
` [PULL 18/45] linux-user: Do not use guest_addr_valid for h2g_valid
` [PULL 21/45] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PULL 22/45] linux-user: Explicitly untag memory management syscalls
` [PULL 23/45] linux-user: Use guest_range_valid in access_ok
` [PULL 24/45] exec: Rename guest_{addr,range}_valid to *_untagged
` [PULL 25/45] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PULL 26/45] linux-user: Move lock_user et al out of line
` [PULL 27/45] linux-user: Fix types in uaccess.c
` [PULL 28/45] linux-user: Handle tags in lock_user/unlock_user
` [PULL 30/45] target/arm: Improve gen_top_byte_ignore
` [PULL 31/45] target/arm: Use the proper TBI settings for linux-user
` [PULL 32/45] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PULL 33/45] linux-user/aarch64: Implement PROT_MTE
` [PULL 34/45] target/arm: Split out syndrome.h from internals.h
` [PULL 35/45] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PULL 36/45] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PULL 37/45] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PULL 38/45] target/arm: Add allocation tag storage for user mode
` [PULL 39/45] target/arm: Enable MTE for user-only
` [PULL 40/45] tests/tcg/aarch64: Add mte smoke tests
` [PULL 41/45] hw/net: Add npcm7xx emc model
` [PULL 42/45] hw/arm: "
` [PULL 43/45] tests/qtests: Add npcm7xx emc model test
` [PULL 44/45] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
` [PULL 45/45] target/arm: Correctly initialize MDCR_EL2.HPMN

[PATCH] objtool: Fix seg fault with Clang non-section symbols
 2021-02-11 13:55 UTC  (4+ messages)
` [tip: objtool/urgent] "

arch/powerpc/lib/sstep.c:1172:21: error: variable 'suffix' set but not used
 2021-02-11 13:55 UTC  (2+ messages)

[PATCH v2] [RFC] Invalidate BH LRU during page migration
 2021-02-11 14:09 UTC  (3+ messages)
` [PATCH v2] [RFC] mm: fs: "

[iwlwifi-next:pending 45/46] drivers/net/wireless/intel/iwlwifi/fw/pnvm.c:279:9: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'long unsigned int'
 2021-02-11 14:12 UTC 

[igt-dev] [PATCH i-g-t v2] tests/kms_vblank:Added subtest description
 2021-02-11 14:12 UTC  (2+ messages)

[RFC PATCH 4/7] regulator: add property parsing and callbacks to set protection limits
 2021-02-11 14:11 UTC  (2+ messages)

[PATCH] hw/block/nvme: drain namespaces on sq deletion
 2021-02-11 13:49 UTC  (4+ messages)

[PATCH] rt-tests: oslat: print version string
 2021-02-11 14:05 UTC  (5+ messages)

[PATCH] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-02-11 14:09 UTC  (9+ messages)

[PATCH V4] mtd: rawnand: qcom: update last code word register
 2021-02-11 14:07 UTC  (3+ messages)

[PATCH kvmtool 00/21] Unify I/O port and MMIO trap handling
 2021-02-11 14:05 UTC  (5+ messages)
` [PATCH kvmtool 03/21] ioport: Retire .generate_fdt_node functionality

Should SKID be used as keyid in IMA signature?
 2021-02-11 13:55 UTC 

[RFC PATCH v4 00/17] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-02-11 14:03 UTC  (9+ messages)
` [RFC PATCH v4 09/17] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v4 10/17] virtio/vsock: fetch length for SEQPACKET record

arch/m68k/68000/dragen2.c:73:16: error: 'screen_bits' undeclared
 2021-02-11 13:46 UTC  (2+ messages)

[PATCH v3 0/2] Enable usage of Marvell FW SIP services
 2021-02-11 14:02 UTC  (3+ messages)
` [PATCH v3 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations
` [PATCH v3 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set

[PATCH] selinux: Allow context mounts for unpriviliged overlayfs
 2021-02-11 14:01 UTC  (3+ messages)

[PATCH v2 00/12] Device tree fixes for Armada family
 2021-02-11 14:02 UTC  (7+ messages)
` [PATCH v2 01/12] fix: arm64: dts: replace wrong regulator on ap emmc
    ` [EXT] "

[PATCHSET 0/6] fstests: various improvements to the test framework
 2021-02-11 14:00 UTC  (13+ messages)
` [PATCH 1/6] config: wrap xfs_metadump as $XFS_METADUMP_PROG like the other tools
` [PATCH 2/6] common: capture metadump output if xfs filesystem check fails
` [PATCH 3/6] check: allow '-e testid' to exclude a single test
` [PATCH 4/6] check: don't abort on non-existent excluded groups
` [PATCH 5/6] check: run tests in exactly the order specified
` [PATCH 6/6] fuzzy: capture core dumps from repair utilities

drivers/media/common/videobuf2/videobuf2-dma-contig.c:509:5: error: implicit declaration of function '__pfn_to_phys'
 2021-02-11 14:03 UTC  (2+ messages)

[PATCH v2 1/2] efi: SPI NOR flash support
 2021-02-11 14:04 UTC  (5+ messages)

[SPDK] [CI] SPDK compilation failures @ DPDK community lab
 2021-02-11 14:02 UTC  (9+ messages)
` [SPDK] Re: [dpdk-dev] "
  ` [SPDK] Re: [dpdk-ci] "
        ` [SPDK] Re: [dpdklab] "
            ` [dpdk-dev] [dpdklab] Re: [dpdk-ci] "

[PATCH] sbsa-ref: remove cortex-a53 from list of supported cpus
 2021-02-11 13:44 UTC  (3+ messages)
` [PATCH 1/2] "

Enabling Serial console via uart1(serial1) in cm3(rpi3) kernel 5.4. #cm3 #dunfell
 2021-02-11 14:00 UTC  (2+ messages)
` [yocto] "

add a new dma_alloc_noncontiguous API v2
 2021-02-11 13:55 UTC  (12+ messages)

[PATCH] hw/block/nvme: fix error handling in nvme_ns_realize
 2021-02-11 13:10 UTC  (2+ messages)

[PATCH v2] xen: workaround missing device_type property in pci/pcie nodes
 2021-02-11 13:58 UTC  (2+ messages)

[PATCH v2] Updated locking documentation for transaction_t
 2021-02-11 13:54 UTC 

[PATCH] linux-user/syscall: Silence warning from the undefined behavior sanitizer
 2021-02-11 13:29 UTC 

[PATCH v6 00/11] hvf: Implement Apple Silicon Support
 2021-02-11 13:16 UTC  (9+ messages)
` [PATCH v6 07/11] hvf: Add Apple Silicon support

[Buildroot] [PATCH 1/2] package/netopeer2: set SYSREPO_SHM_PREFIX and cleanup shm files after installation
 2021-02-11 13:56 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_addfb_basic:Added subtest description
 2021-02-11 13:55 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_addfb_basic:Added subtest description (rev2)

[PATCH v4] staging: gdm724x: Fix DMA from stack
 2021-02-11 13:52 UTC  (3+ messages)

[PATCH] VMX: use a single, global APIC access page
 2021-02-11 13:53 UTC  (4+ messages)

[PATCH v2] xen/arm: fix gnttab_need_iommu_mapping
 2021-02-11 13:52 UTC  (9+ messages)

[PATCH 0/2] Enable usage of Marvell FW SIP services
 2021-02-11 13:48 UTC  (3+ messages)
` [PATCH 1/2] thermal: armada: ap806: use firmware SiP services for thermal operations
` [PATCH 2/2] clk: mvebu: use firmware SiP service for accessing dfx register set

[PATCH v2 0/1] tricore: fixed faulty conditions for extr and imask
 2021-02-11 13:49 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v5 00/15] dmaengine: dw-edma: HDMA support
 2021-02-11 13:48 UTC  (4+ messages)
` [PATCH v5 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support

[PATCH v6 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-02-11 13:48 UTC  (5+ messages)
` [PATCH v6 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v6 3/4] lib: test_scanf: Add tests for sscanf number conversion

[PATCH RESEND] PCI/VPD: Remove pci_set_vpd_size
 2021-02-11 13:47 UTC 

[PATCH] hw/block/nvme: fix legacy namespace registration
 2021-02-11 13:10 UTC  (2+ messages)

[PATCH v4 00/31] v4l: add support for multiplexed streams
 2021-02-11 13:44 UTC  (2+ messages)

[PATCH v2] timekeeping: Allow runtime PM from change_clocksource()
 2021-02-11 13:43 UTC 

[PATCH] arm64: Fix warning in mte_get_random_tag()
 2021-02-11 13:35 UTC  (3+ messages)

[PATCH v1 0/9] x86/platform: Remove SFI framework and users
 2021-02-11 13:40 UTC  (10+ messages)
` [PATCH v1 1/9] media: atomisp: Remove unused header
` [PATCH v1 2/9] cpufreq: sfi-cpufreq: Remove driver for deprecated firmware
` [PATCH v1 3/9] sfi: Remove framework "
` [PATCH v1 4/9] x86/PCI: Get rid of custom x86 model comparison
` [PATCH v1 5/9] x86/PCI: Describe @reg for type1_access_ok()
` [PATCH v1 6/9] x86/platform/intel-mid: Get rid of intel_scu_ipc_legacy.h
` [PATCH v1 7/9] x86/platform/intel-mid: Drop unused __intel_mid_cpu_chip and Co
` [PATCH v1 8/9] x86/platform/intel-mid: Remove unused header inclusion in intel-mid.h
` [PATCH v1 9/9] x86/platform/intel-mid: Update Copyright year and drop file names

[PATCH v21 0/4] PCI: microchip: Add host driver for Microchip PCIe controller
 2021-02-11 13:03 UTC  (4+ messages)
` [PATCH v21 3/4] "

[bug report] mt76: mt76_connac: create mcu library
 2021-02-11 13:43 UTC 

Add firmware for new AMD APU
 2021-02-11 13:48 UTC  (3+ messages)

[igt-dev] [i-g-t 0/2] lib/adl_s: Add Alder Lake S platform definition and PCIids
 2021-02-11 13:48 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/adl_s: Add Alder Lake S platform definition and PCIids (rev2)

[Cocci] Backward compatibility issue
 2021-02-11 13:46 UTC  (2+ messages)

[PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-02-11 13:29 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: add tested platforms with NXP SoCs
 2021-02-11 13:47 UTC  (3+ messages)

arch/x86/mm/pat/set_memory.c:100:19: error: 'DIRECT_MAP_1G_SPLIT' undeclared
 2021-02-11 13:46 UTC 

[PATCH 1/8] perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
 2021-02-11 13:41 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Defer object allocation from GGTT probe to GGTT init
 2021-02-11 13:44 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

KASAN: null-ptr-deref Write in vhci_shutdown_connection
 2021-02-11 13:40 UTC  (12+ messages)
` [PATCH] usb: usbip: fix error handling of kthread_get_run()

[PATCH v2 1/6] perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
 2021-02-11 13:38 UTC  (6+ messages)
` [PATCH v2 2/6] perf arm-spe: Store memory address in packet
` [PATCH v2 3/6] perf arm-spe: Store operation type "
` [PATCH v2 4/6] perf arm-spe: Fill address info for samples
` [PATCH v2 5/6] perf arm-spe: Synthesize memory event
` [PATCH v2 6/6] perf arm-spe: Set sample's data source field

[PATCH -next] staging: ks7010: Macros with complex values
 2021-02-11 13:29 UTC  (7+ messages)

[pci:pci/error] BUILD SUCCESS 0cea36bd0c8e4b37f2348b61d0b055ccb7ccd064
 2021-02-11 13:39 UTC 

[pci:next] BUILD SUCCESS 49a938fdc9287e4bf544ff41c2dd407e2eca9b57
 2021-02-11 13:39 UTC 

[pci:pci/misc] BUILD SUCCESS 9a1471222189bdab467db0a0043c66b95142d5a5
 2021-02-11 13:39 UTC 

[PATCHv4 00/24] perf tools: Add daemon command
 2021-02-11 13:20 UTC  (3+ messages)
` [PATCH 13/24] perf daemon: Allow only one daemon over base directory

[igt-dev] [i-g-t] lib/adl_s: Add Alder Lake S platform definition and PCIids
 2021-02-11 13:40 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v5 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-02-11 13:32 UTC  (6+ messages)
` [PATCH v5 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf

[PATCH v13 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-11 13:31 UTC  (9+ messages)
` [PATCH v13 net-next 08/15] net: mvpp2: add FCA RXQ non occupied descriptor threshold
    ` [EXT] "

[PATCH 1/1] staging: greybus: Added do - while in multi statement macro
 2021-02-11 13:07 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/3] HDMI2.1 PCON Misc Fixes
 2021-02-11 13:33 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for HDMI2.1 PCON Misc Fixes (rev2)

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-11 13:30 UTC  (10+ messages)
` [PATCH 2/2] io_uring: don't hold uring_lock when calling io_run_task_work*

[PATCH 0/5] cleanups btrfs_extent_readonly() and scrub, part1
 2021-02-11 13:30 UTC  (7+ messages)
` [PATCH 3/5] btrfs: scrub drop few function declarations
` [PATCH 4/5] btrfs: scrub_checksum_tree_block() drop its function declaration
` [PATCH 5/5] btrfs: scrub_checksum_data() "

[dpdk-dev] [PATCH] eal: detach memsegs on cleanup
 2021-02-11 13:33 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v4 0/2] staging: rtl8723bs: driver cleanup
 2021-02-11 13:06 UTC  (3+ messages)
` [PATCH v4 1/2] staging: rtl8723bs: fix function comments to follow kernel-doc
` [PATCH v4 2/2] staging: rtl8723bs: remove obsolete commented out code

possible deadlock in start_this_handle (2)
 2021-02-11 13:25 UTC  (9+ messages)

[PATCH 1/3] drm/ttm: move swapout logic around
 2021-02-11 13:29 UTC  (3+ messages)
` [PATCH 2/3] drm/ttm: remove swap LRU v2
` [PATCH 3/3] drm/ttm: switch to per device LRU lock

[PATCH v3 1/2] keys: crypto: Replace BUG_ON() with WARN() in find_asymmetric_key()
 2021-02-11 13:24 UTC  (2+ messages)
` [PATCH 2/2] keys: X.509 public key issuer lookup without AKID

[PATCH v2] scsi: qla2xxx: Removed extra space in variable declaration
 2021-02-11 13:28 UTC 


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.