All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-25 05:41:18 to 2020-05-25 06:52:05 UTC [more...]

[PATCH] fixup! kbuild: unify barebox and pbl build commands
 2020-05-25  6:52 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] test-pmd: fix memory leaks when mtr policer actions update fails
 2020-05-25  6:51 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] net/iavf: fix protocol field selector configure
 2020-05-25  6:50 UTC  (3+ messages)
` [dpdk-dev] [dpdk-dev v2] "

[PATCHv2 0/2] optee: register drivers on optee bus
 2020-05-25  6:50 UTC  (6+ messages)
` [PATCHv2 2/2] tpm_ftpm_tee: register driver on TEE bus

[git pull] habanalabs second pull request for kernel 5.8
 2020-05-25  6:50 UTC  (2+ messages)

[PATCH 00/17] Clean nandsim error path
 2020-05-25  6:47 UTC  (6+ messages)
` [PATCH 17/17] mtd: rawnand: nandsim: Reorganize ns_cleanup_module()

[PATCH 1/2] crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req()
 2020-05-25  6:46 UTC  (3+ messages)

[PATCH 0/8] Introduce sv48 support
 2020-05-25  6:45 UTC  (15+ messages)
` [PATCH 4/8] riscv: Prepare ptdump for vm layout dynamic addresses
` [PATCH 5/8] riscv: Implement sv48 support
` [PATCH 6/8] riscv: Allow user to downgrade to sv39 when hw supports sv48
` [PATCH 7/8] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo

[PATCH 00/15] PCI controller probe cleanups
 2020-05-25  6:44 UTC  (7+ messages)
` [PATCH 14/15] PCI: xilinx-nwl: Use pci_host_probe() to register host
` [PATCH 15/15] PCI: xilinx: "

[PATCH 0/7 v2] Introduce local_lock()
 2020-05-25  6:44 UTC  (5+ messages)
` [PATCH v2 2/7] radix-tree: Use local_lock for protection
` [PATCH v2 3/7] mm/swap: "

[PATCH] workqueue: Fix double kfree(rescuer) in destroy_workqueue()
 2020-05-25  6:43 UTC  (5+ messages)

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-25  6:40 UTC  (14+ messages)
` [PATCH 03/55] qdev: New qdev_new(), qdev_realize(), etc
` [PATCH 51/55] qdev: Make qdev_realize() support bus-less devices

[PATCH v1] clk: mediatek: assign the initial value to clk_init_data of mtk_mux
 2020-05-25  6:41 UTC  (3+ messages)

[PATCH 0/3] usb: dwc3: keystone: Convert binding to YAML
 2020-05-25  6:41 UTC  (7+ messages)
` [PATCH 3/3] usb: dwc3: keystone: Turn on USB3 PHY before controller

[PATCH] drm/amd/powerplay: check whether SMU IP is enabled before access
 2020-05-25  6:37 UTC 

[PATCH] perf evlist: Ensure grouped events with same cpu map
 2020-05-25  6:37 UTC  (3+ messages)

[PATCH V8 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-25  6:37 UTC  (4+ messages)

[PATCH v3 0/7] Introduce features and debugfs/sysfs entries for MHI
 2020-05-25  6:35 UTC  (3+ messages)
` [PATCH v3 5/7] bus: mhi: core: Introduce debugfs entries and counters "

[PATCH U-BOOT v2 00/30] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code
 2020-05-25  6:32 UTC  (62+ messages)
` [PATCH U-BOOT v2 01/30] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT v2 02/30] fs: btrfs: Add More checksum algorithm support to btrfs
` [PATCH U-BOOT v2 03/30] fs: btrfs: Cross-port btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT v2 04/30] fs: btrfs: Cross-port rbtree-utils "
` [PATCH U-BOOT v2 05/30] fs: btrfs: Cross-port extent-cache.[ch] "
` [PATCH U-BOOT v2 06/30] fs: btrfs: Cross-port extent-io.[ch] "
` [PATCH U-BOOT v2 07/30] fs: btrfs: Cross port structure accessor into ctree.h
` [PATCH U-BOOT v2 08/30] fs: btrfs: Cross port volumes.[ch] from btrfs-progs
` [PATCH U-BOOT v2 09/30] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT v2 10/30] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT v2 11/30] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT v2 12/30] fs: btrfs: Cross port struct btrfs_root to ctree.h
` [PATCH U-BOOT v2 13/30] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT v2 14/30] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT v2 15/30] fs: btrfs: Crossport open_ctree_fs_info()
` [PATCH U-BOOT v2 16/30] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT v2 17/30] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT v2 18/30] fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN
` [PATCH U-BOOT v2 19/30] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT v2 20/30] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT v2 21/30] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT v2 22/30] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT v2 23/30] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT v2 24/30] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT v2 25/30] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT v2 26/30] fs: btrfs: Introduce function to reolve path in one subvolume
` [PATCH U-BOOT v2 27/30] fs: btrfs: Introduce function to resolve the path of "
` [PATCH U-BOOT v2 28/30] fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure
` [PATCH U-BOOT v2 29/30] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT v2 30/30] MAINTAINERS: Add btrfs mail list

[PATCH v3 00/07] MT6779 IOMMU SUPPORT
 2020-05-25  6:31 UTC  (21+ messages)
` [PATCH v3 2/7] iommu/mediatek: Rename the register STANDARD_AXI_MODE(0x48) to MISC_CTRL
` [PATCH v3 3/7] iommu/mediatek: Disable STANDARD_AXI_MODE in MISC_CTRL
` [PATCH v3 4/7] iommu/mediatek: Move inv_sel_reg into the plat_data
` [PATCH v3 5/7] iommu/mediatek: Add sub_comm id in translation fault

[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
 2020-05-25  6:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq()
 2020-05-25  6:32 UTC  (3+ messages)

[PATCH] ALSA: firewire-motu: add support for MOTU UltraLite-mk3 (FireWire only model)
 2020-05-25  6:30 UTC  (2+ messages)

[PATCH v2 3/9] usb: cdns3: imx: add glue layer runtime pm implementation
 2020-05-25  6:31 UTC  (4+ messages)

[PATCH 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
 2020-05-25  6:30 UTC 

[f2fs-dev] [PATCH] f2fs: avoid inifinite loop to wait for flushing node pages at cp_error
 2020-05-25  6:30 UTC  (5+ messages)
  ` [f2fs-dev] [PATCH v3] "

[PATCH] drivers: ipa: print dev_err info accurately
 2020-05-25  6:29 UTC 

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-25  6:29 UTC  (10+ messages)
` [RFC PATCH v12 10/11] arm64: add mechanism to let user choose which counter to return

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-25  6:28 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-05-24
 2020-05-25  6:27 UTC 

[PATCH 00/24] Fixes around device realization
 2020-05-25  6:25 UTC  (7+ messages)
` [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices
` [PATCH 09/24] macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices

[linux-next RFC v2] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  6:25 UTC  (5+ messages)

fio reporting high value of read iops at iodepth 1
 2020-05-25  6:21 UTC  (9+ messages)

[PATCH] ASoC: fsl_asrc: Merge suspend/resume function to runtime_suspend/resume
 2020-05-25  6:18 UTC  (9+ messages)

[PATCH RESEND] libbpf: use .so dynamic symbols for abi check
 2020-05-25  6:18 UTC 

[PATCH 0/4] kernfs: proposed locking and concurrency improvement
 2020-05-25  6:16 UTC  (6+ messages)
` [PATCH 1/4] kernfs: switch kernfs to use an rwsem
` [PATCH 2/4] kernfs: move revalidate to be near lookup
` [PATCH 3/4] kernfs: improve kernfs path resolution
` [PATCH 4/4] kernfs: use revision to identify directory node changes

[PATCH] kbuild: reuse vmlinux.o in vmlinux_link
 2020-05-25  6:13 UTC  (8+ messages)

[Buildroot] [PATCH] package/bind: security bump to version 9.11.19
 2020-05-25  6:15 UTC 

[PATCH 1/2] mmc: host: meson-mx-sdhc: fix manual RX FIFO flushing
 2020-05-25  6:14 UTC  (4+ messages)

[PATCH[ HID: Wiimote: Treat the d-pad as an analogue stick
 2020-05-25  6:13 UTC  (2+ messages)

[PATCH v2] bzip2: Add test suite for bzip2
 2020-05-25  6:12 UTC  (16+ messages)
` [OE-core] "

[PATCH] staging: greybus: loopback: fix a spelling error
 2020-05-25  6:10 UTC  (2+ messages)

next/pending-fixes boot: 177 boots: 5 failed, 168 passed with 4 offline (v5.7-rc6-387-ge8afbc5782a5)
 2020-05-25  6:10 UTC 

[PATCH] x86/boot: allow a relocatable kernel to be linked with lld
 2020-05-25  6:10 UTC  (3+ messages)
` [PATCH 4/4] x86/boot: Check that there are no runtime relocations

[XFS SUMMIT] Deprecating V4 on-disk format
 2020-05-25  6:08 UTC  (6+ messages)

[PATCH] twist: allow converting pr_devel()/pr_debug() into printk(KERN_DEBUG)
 2020-05-25  6:07 UTC  (5+ messages)

[PATCH] RDMA/core: fix missing release in add_port
 2020-05-25  6:06 UTC 

[PATCH v2 for-4.14 1/2] x86/mem_sharing: block interrupt injection for forks
 2020-05-25  6:05 UTC  (2+ messages)

[PATCH 0/6] thermal: improve handling of disabled thermal zone
 2020-05-25  6:04 UTC  (5+ messages)
` [PATCH 1/6] iwlwifi: use thermal_zone_device_update() for temperature change

[PATCH v6 1/4] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-25  6:02 UTC  (2+ messages)

[Bug 1880507] [NEW] VMM from Ubuntu 20.04 does not show the memory consumption
 2020-05-25  5:55 UTC 

configure the mac address of an eth device
 2020-05-25  6:01 UTC  (2+ messages)

8111F issue
 2020-05-25  6:00 UTC  (2+ messages)

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2020-05-25  5:57 UTC  (8+ messages)
` arm-smmu-v3 high cpu usage for NVMe

[PATCH] arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiers
 2020-05-25  5:54 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 0/8] Windows basic memory management
 2020-05-25  5:53 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 06/11] trace: add size_t field emitter

[PATCHv2 ipsec] xfrm: fix a warning in xfrm_policy_insert_list
 2020-05-25  5:53 UTC 

[PATCH] powerpc: Add ppc_inst_as_u64()
 2020-05-25  5:50 UTC 

[PATCH] treewide: fix incomplete error-handling in img_i2s_in_probe
 2020-05-25  5:50 UTC 

[PATCH] pwm: Replace license and copyright boilerplate by SPDX identfiers
 2020-05-25  5:49 UTC  (7+ messages)

[PATCH] GPIO: Submit a new GPIO driver
 2020-05-25  5:48 UTC 

[powerpc:merge] BUILD SUCCESS 1ef93962cf4293ec9e1bb3163cc4b7dcfc3de84f
 2020-05-25  5:45 UTC 

[PATCH 1/2] modpost: fix potential segmentation fault for addend_i386_rel()
 2020-05-25  5:47 UTC  (2+ messages)
` [PATCH 2/2] modpost: refactor sech_name()

[PATCH v2 0/2] enable spi flash and update is25wp256d page write capabilities
 2020-05-25  5:45 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support
 2020-05-25  5:46 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] doc: announce the removal "

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-25  5:44 UTC  (3+ messages)

[PATCH V1 0/3] Internal voltage control for qcom SDHC
 2020-05-25  5:42 UTC  (4+ messages)
` [PATCH V2 "
  ` [PATCH V2 3/3] mmc: sdhci: Allow platform controlled voltage switching

[RFC PATCH 00/13] scsi: ufs: Add HPB Support
 2020-05-25  5:40 UTC  (7+ messages)
      ` Another approach of UFSHPB

[Intel-wired-lan] [e1000e] e86e383f28: suspend-stress.fail
 2020-05-25  5:41 UTC  (3+ messages)

[PATCH net-next] net: Avoid spurious rx_dropped increases with tap and rx_handler
 2020-05-25  5:41 UTC  (2+ messages)

[PATCH v4 00/45] Use hugepages to map kernel mem on 8xx
 2020-05-25  5:40 UTC  (3+ messages)
` [PATCH v4 14/45] powerpc/32s: Don't warn when mapping RO data ROX


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.