All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-08 06:05:11 to 2020-07-08 07:06:43 UTC [more...]

[PATCH 0/4] drm: core: Convert logging to drm_* functions
 2020-07-08  6:10 UTC  (7+ messages)
` [PATCH 3/4] drm: edid: "
` [PATCH 4/4] drm: fb-helper: "

[PATCH 0/2] dm zoned fixes for 5.8
 2020-07-08  7:06 UTC  (5+ messages)
` [PATCH 1/2] dm zoned: Fix zone reclaim trigger
` [PATCH 2/2] dm zoned: Remove set but unused variables

[PATCH] drm/of: Consider the state in which the ep is disabled
 2020-07-07 11:29 UTC  (3+ messages)

[PATCH 00/20] Documentation: eliminate duplicated words
 2020-07-08  6:06 UTC  (3+ messages)
` [PATCH 11/20] Documentation: leds/ledtrig-transient: eliminate duplicated word

[PATCH 1/2] Revert "riscv: Allow use of reset drivers"
 2020-07-08  7:04 UTC  (3+ messages)
` [PATCH 2/2] Revert "Revert "riscv: sifive: fu540: Add gpio-restart support""

[PATCH v2 0/3] Fix and enable pmem as RAM device on arm64
 2020-07-08  7:04 UTC  (32+ messages)
` [PATCH v2 1/3] arm64/numa: export memory_add_physaddr_to_nid as EXPORT_SYMBOL_GPL

[PATCHv3 0/6] Add TI PRUSS Local Interrupt Controller IRQChip driver
 2020-07-08  7:04 UTC  (8+ messages)
` [PATCHv3 2/6] irqchip/irq-pruss-intc: Add a PRUSS irqchip driver for PRUSS interrupts

[PATCH v19 00/12] Landlock LSM
 2020-07-08  7:03 UTC  (5+ messages)
` [PATCH v19 07/12] landlock: Support filesystem access-control

Covid 19 Wohltätigkeitsfonds
 2020-07-08  7:03 UTC 

[PATCH] fs: ceph: Remove unnecessary cast in kfree()
 2020-07-08  7:03 UTC 

[PATCH] crypto: chacha - Add DEFINE_CHACHA_STATE macro
 2020-07-08  6:54 UTC  (8+ messages)
  ` [v2 PATCH] "
      ` [v3 "

[PATCH v3 00/15] add initial support for broadcom NS3 soc
 2020-07-08  7:01 UTC  (6+ messages)
` [PATCH v3 06/15] board: ns3: default reset type to L3

[PATCH 4.4 00/19] 4.4.230-rc1 review
 2020-07-08  7:00 UTC  (2+ messages)

[PATCH v4 0/4] Add LT9611 DSI to HDMI bridge
 2020-07-08  6:59 UTC  (10+ messages)
` [PATCH v4 1/4] dt-bindings: vendor-prefixes: Add Lontium vendor prefix
` [PATCH v4 2/4] dt-bindings: display: bridge: Add documentation for LT9611
` [PATCH v4 3/4] drm/bridge: Introduce LT9611 DSI to HDMI bridge
` [PATCH v4 4/4] drm/msm/dsi: attach external bridge with DRM_BRIDGE_ATTACH_NO_CONNECTOR

[PATCH 1/3] y2038: linux: Provide __futimes64 implementation
 2020-07-08  6:58 UTC  (4+ messages)

[lkp] [+647 bytes kernel size regression] [i386-tinyconfig] [fa19d32798] dma-mapping: move the remaining DMA API calls out of line
 2020-07-08  6:59 UTC 

[PATCH v2] x86/speculation/l1tf: Add KConfig for setting the L1D cache flush mode
 2020-07-08  6:58 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.7.7-f3d5509.cki (stable-queue)
 2020-07-08  6:57 UTC 

[RFC PATCH 0/4] Introduce global.bootm.root env var for booting via PARTUUID
 2020-07-08  6:55 UTC  (4+ messages)

overlayfs: issue with a replaced lower squashfs with export-table
 2020-07-08  6:55 UTC  (8+ messages)

iso-codes project
 2020-07-08  6:55 UTC  (4+ messages)
` [yocto] "

[PATCH] xfs: Use fallthrough pseudo-keyword
 2020-07-08  6:55 UTC  (4+ messages)

[PATCH 0/9] usb: cdns3: Improvements for cdns3 DRD code
 2020-07-08  6:53 UTC  (5+ messages)
` [PATCH 2/9] usb: cdns3: Improvement: removed not needed variables initialization

[PATCH] Replace HTTP links with HTTPS ones: CEPH COMMON CODE (LIBCEPH)
 2020-07-08  6:53 UTC 

[PATCH 0/13] PCI: Remove '*val = 0' from pcie_capability_read_*()
 2020-07-08  6:53 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH 2/13] misc: rtsx: Check the return value of pcie_capability_read_*()
  `  "

[Intel-wired-lan] [PATCH v1 1/1] igc: Clean up the _hw_stats structure
 2020-07-08  6:53 UTC 

Kbuild support for rebuilding a single driver gone?
 2020-07-08  6:52 UTC  (3+ messages)

[PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-08  6:52 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

[PATCH v3 0/8] Refactor handling flow of KVM_SET_CPUID*
 2020-07-08  6:50 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails
` [PATCH v3 2/8] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH v3 3/8] KVM: X86: Introduce kvm_check_cpuid()
` [PATCH v3 4/8] KVM: X86: Split kvm_update_cpuid()
` [PATCH v3 5/8] KVM: X86: Rename cpuid_update() to update_vcpu_model()
` [PATCH v3 6/8] KVM: X86: Move kvm_x86_ops.update_vcpu_model() into kvm_update_vcpu_model()
` [PATCH v3 7/8] KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
` [PATCH v3 8/8] KVM: X86: Move kvm_apic_set_version() to kvm_update_vcpu_model()

[PATCH 00/10] Fix a bunch SCSI related W=1 warnings
 2020-07-08  6:51 UTC  (7+ messages)
` [PATCH 09/10] scsi: libfc: fc_disc: Fix-up some incorrectly referenced function parameters

[PATCH 0/6 v10] btrfs direct-io using iomap
 2020-07-08  6:51 UTC  (8+ messages)
` [PATCH 2/6] iomap: IOMAP_DIO_RWF_NO_STALE_PAGECACHE return if page invalidation fails
  ` [Cluster-devel] always fall back to buffered I/O after invalidation failures, was: "
          `  "

[PATCH v3 0/4] spi: kirkwood: dm-conversion (part4)
 2020-07-08  6:50 UTC  (3+ messages)
` [PATCH v3 3/4] db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASH

Bug Report High CPU Usage events_power_efficient
 2020-07-08  6:50 UTC  (4+ messages)

[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
 2020-07-08  6:50 UTC  (4+ messages)

[PATCH net] xsk: remove cheap_dma optimization
 2020-07-08  6:50 UTC  (7+ messages)

[PATCH v2 0/5] Convert LaCie boards to use DM drivers
 2020-07-08  6:50 UTC  (5+ messages)
` [PATCH v2 1/5] arm: kirkwood: add DT spi0 alias to LaCie boards
` [PATCH v2 2/5] arm: kirkwood: convert LaCie boards to DM_SPI_FLASH

possible use after free in 4.9.228-rt147
 2020-07-08  6:48 UTC 

[PATCH v4 00/11] clean-up the migration target allocation functions
 2020-07-08  6:48 UTC  (4+ messages)
` [PATCH v4 04/11] mm/hugetlb: make hugetlb migration callback CMA aware

[dpdk-dev] Is there a memleak in dpdk-19.11.1 ?
 2020-07-08  6:47 UTC 

[PATCH 2/2] usb: host: xhci-plat: add wakeup entry at /sys
 2020-07-08  6:47 UTC  (11+ messages)

[PATCH v2 0/3] xfs_repair: more fixes
 2020-07-08  6:40 UTC  (5+ messages)
` [PATCH 1/3] xfs_repair: complain about ag header crc errors
` [PATCH 2/3] xfs_repair: simplify free space btree calculations in init_freespace_cursors

[ptest-runner][PATCH] Fix inappropriate ioctl when detaching tty
 2020-07-08  6:46 UTC  (2+ messages)

[PATCH] scatterlist: protect parameters of the sg_table related macros
 2020-07-08  6:45 UTC  (3+ messages)

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-07-08  6:45 UTC  (4+ messages)
` [PATCH v3 7/8] mm/mempolicy: use a standard migration target allocation callback

[RFC PATCH] sch_htb: Hierarchical QoS hardware offload
 2020-07-08  6:44 UTC  (2+ messages)

[PATCH] selftests: kmod: Add module address visibility test
 2020-07-08  6:44 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 tls rx offload 2020-06-26
 2020-07-08  6:44 UTC  (3+ messages)
` [net-next 09/15] Revert "net/tls: Add force_resync for driver resync"

[dpdk-dev] [PATCH] eal/windows: detect insufficient privileges for hugepages
 2020-07-08  6:43 UTC  (4+ messages)

[PATCH -next] Documentation/vm: fix tables in arch_pgtable_helpers
 2020-07-08  6:43 UTC  (3+ messages)

[PATCH v2 00/23] spi: dm-conversion (part1)
 2020-07-08  6:42 UTC  (6+ messages)
` [PATCH v2 16/23] ti: Drop sdp4430 board

[PATCH V3 0/3] migration/colo: Optimize COLO framework code
 2020-07-08  6:39 UTC  (5+ messages)

[PATCH v3 00/10] ASoC: Clean-up W=1 build warnings​ - part2
 2020-07-08  6:39 UTC  (2+ messages)

[PATCH v2 0/8] efi_loader: secure boot: support intermediate certificates in signature
 2020-07-08  6:39 UTC  (16+ messages)
` [PATCH v2 2/8] lib: crypto: add public_key_verify_signature()
` [PATCH v2 3/8] lib: crypto: enable x509_check_for_self_signed()
` [PATCH v2 4/8] lib: crypto: import pkcs7_verify.c from linux
` [PATCH v2 6/8] lib: crypto: export and enhance pkcs7_verify_one()
` [PATCH v2 8/8] test/py: efi_secboot: add test for intermediate certificates

[PATCH v4 0/4] ARM: dts: rockchip: Radxa Rock Pi N8 initial support
 2020-07-08  6:36 UTC  (14+ messages)
` [PATCH v4 1/4] arm64: dts: rockchip: Trivial cleanups for RockPI N10
` [PATCH v4 2/4] dt-bindings: arm: rockchip: Add Rock Pi N8 binding
` [PATCH v4 3/4] ARM: dts: rockchip: Add VMARC RK3288 SOM initial support
` [PATCH v4 4/4] ARM: dts: rockchip: Add Radxa Rock Pi N8 "

[tpm2] Re: tpm2_createak fails. Error code: 0x184. Reboot doesn't help!
 2020-07-08  6:39 UTC 

decruft the early init / initrd / initramfs code
 2020-07-08  6:38 UTC  (6+ messages)
` [PATCH 01/16] init: remove the bstat helper

[dpdk-dev] [PATCH] net/i40e: enable port filter by switch filter
 2020-07-08  6:27 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] net/i40e: support cloud filter with L4 port

[PATCH 4.9 00/24] 4.9.230-rc1 review
 2020-07-08  6:38 UTC  (2+ messages)

[PATCH 00/30] Fix a bunch more W=1 issues in USB
 2020-07-08  6:34 UTC  (7+ messages)
` [PATCH 04/30] usb: misc: sisusbvga: sisusb_init: Mark all 'static const' arrays as __maybe_unused

[PATCH 00/10] Fix compilation warnings
 2020-07-08  6:36 UTC  (5+ messages)
` [PATCH] "

[PATCH v3 00/16] Make the user mode driver code a better citizen
 2020-07-08  6:35 UTC  (3+ messages)
` [PATCH v3 10/16] exec: Remove do_execve_file

[PATCH] Replace HTTP links with HTTPS ones: W1 DALLAS'S 1-WIRE BUS
 2020-07-08  6:33 UTC 

[PATCH ndctl] infoblock: Set the default alignment to the platform alignment
 2020-07-08  6:33 UTC  (3+ messages)

[OE-core][PATCH v3] Modied the license to GPLv2.1+ to keep with LICENSE file
 2020-07-08  6:32 UTC  (2+ messages)
` ✗ patchtest: failure for Modied the license to GPLv2.1+ to keep with LICENSE file. (rev2)

[PATCH 4.14 00/27] 4.14.188-rc1 review
 2020-07-08  6:32 UTC  (2+ messages)

[PATCH] kernel: perf_event: use for_each_set_bit() to simplify the code
 2020-07-08  6:20 UTC 

[PATCH 0/3] ASoC: Clean-up W=1 build warnings​ - part3
 2020-07-08  6:31 UTC  (4+ messages)

[PATCH] iommu/arm-smmu-v3: expose numa_node attribute to users in sysfs
 2020-07-08  6:28 UTC  (5+ messages)

[PATCH v2 0/2] VFIO mdev aggregated resources handling
 2020-07-08  6:31 UTC  (5+ messages)
` [PATCH v3 "

'next' now merged to 'master'
 2020-07-08  6:30 UTC  (2+ messages)

[LTP] [PATCH 1/1] numa01.sh: Handle computation error
 2020-07-08  6:30 UTC  (4+ messages)

[LTP] [COMMITTED] kernel/numa01.sh: : Remove test8
 2020-07-08  6:29 UTC 

[PATCH v2 0/4] powerpc/mm/radix: Memory unplug fixes
 2020-07-08  6:24 UTC  (4+ messages)
` [PATCH v2 4/4] powerpc/mm/radix: Create separate mappings for hot-plugged memory

[PATCH] Replace HTTP links with HTTPS ones: OMFS
 2020-07-08  6:28 UTC 

[PATCH v1] riscv: Add jump-label implementation
 2020-07-08  6:28 UTC  (3+ messages)

FSL P5020/P5040: DPAA Ethernet issue with the latest Git kernel
 2020-07-08  6:25 UTC  (4+ messages)

[SMB3][PATCH] fix unneeded error message on change notify
 2020-07-08  6:26 UTC  (2+ messages)

[PATCH v3 0/3] btrfs: qgroup: Fix the long existing regression of btrfs/153
 2020-07-08  6:24 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: qgroup: allow btrfs_qgroup_reserve_data() to revert the range it just set without releasing other existing ranges
` [PATCH v3 2/3] btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
` [PATCH v3 3/3] btrfs: qgroup: remove the ASYNC_COMMIT mechanism in favor of qgroup reserve retry-after-EDQUOT

[PATCH] Replace HTTP links with HTTPS ones: SOFTLOGIC 6x10 MPEG CODEC
 2020-07-08  6:24 UTC 

arch/x86/net/bpf_jit_comp.c:1647:5: warning: no previous prototype for 'arch_prepare_bpf_dispatcher'
 2020-07-08  6:11 UTC  (2+ messages)

[ndctl PATCH] infoblock: Make output mutually exclusive
 2020-07-08  6:22 UTC  (2+ messages)

Patches are stuck in master-next
 2020-07-08  6:20 UTC 

BTRFS-errors on a 20TB filesystem
 2020-07-08  6:17 UTC  (9+ messages)

[PATCH] nvme-pci: use standard block status symbolic names to check return value
 2020-07-08  6:17 UTC  (4+ messages)

[usb:usb-linus] BUILD SUCCESS 876d4e1e8298ad1f94d9e9392fc90486755437b4
 2020-07-08  6:15 UTC 

Boot time regression on Xilinx Zynq7000
 2020-07-08  6:13 UTC  (3+ messages)

[ak:lto-5.8-1 32/36] /bin/bash: -c: line 0: syntax error near unexpected token `; '
 2020-07-08  6:14 UTC 

[PATCH] scsi: cxgb4i: add support for iSCSI segmentation offload
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH 0/7] zfcp: cleanups and small changes for 5.9
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH] lpfc: Fix interrupt assignments when multiple vectors are supported on same cpu
 2020-07-08  6:06 UTC  (2+ messages)

[nbd168-wireless:mt76 57/60] undefined reference to `mt7615_mcu_set_bss_pm'
 2020-07-08  6:09 UTC 

[PATCH ima-evm-utils 1/3] ima-evm-utils: Fix mismatched type checking
 2020-07-08  6:07 UTC  (3+ messages)
` [PATCH ima-evm-utils 2/3] ima-evm-utils: beautify the code to make it more readable
` [PATCH ima-evm-utils 3/3] ima-evm-utils: ima_sign supports sm3 algorithm

stop using ->read and ->write for kernel access v3
 2020-07-08  6:07 UTC  (3+ messages)

[PATCH] scsi: ufs: change upiu_flags to be u8
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH v4 0/3] Inline Encryption Support for UFS
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH] scsi: storvsc: Add validation for untrusted Hyper-V values
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH] check: add CLI option to repeat tests
 2020-07-08  5:35 UTC 

[PATCH 0/7] target: misc fixes for 5.9
 2020-07-08  6:06 UTC  (3+ messages)

[PATCH] lpfc: Fix less-than-zero comparison of unsigned value
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH] scsi: iscsi: register sysfs for workqueue iscsi_destroy
 2020-07-08  6:06 UTC  (2+ messages)

[PATCH][next] scsi: lpfc: fix inconsistent indenting
 2020-07-08  6:06 UTC  (3+ messages)

[LTP] [PATCH] syscalls/ioctl09: Add test for BLKRRPART ioctl
 2020-07-08  6:06 UTC  (2+ messages)
` [LTP] [PATCH v2] syscalls/ioctl09: Add test for BLKRRPART ioctl "

[PATCH] scsi: add new device to devinfo and dh lists
 2020-07-08  6:04 UTC  (2+ messages)

[PATCH 0/5] Some cleanups for NVMe-pci driver
 2020-07-08  6:05 UTC  (5+ messages)
` [PATCH 5/5] nvme-pci: Use standard block status macro


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.