All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-23 16:30:20 to 2019-10-23 17:12:12 UTC [more...]

[U-Boot] [PATCH 00/10] Moving test/py to Python 3
 2019-10-23 17:12 UTC  (9+ messages)
` [U-Boot] [PATCHv2 00/13] "
  ` [U-Boot] [PATCHv2 08/13] test/py: test_efi_selftest.py: Updates for python 3 support
  ` [U-Boot] [PATCHv2 10/13] test/py: Rework test.py to be a different kind of wrapper

[dpdk-dev] [PATCH] maintainers: update for armv8 crypto library
 2019-10-23 17:11 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: fix LDLIBS order
 2019-10-23 17:11 UTC  (2+ messages)

[Xen-devel] [RFC XEN PATCH 00/23] Kconfig update + WIP of using Kbuild
 2019-10-23 16:48 UTC  (23+ messages)
` [Xen-devel] [RFC XEN PATCH 01/23] xen: Fix strange byte in common/Kconfig
` [Xen-devel] [RFC XEN PATCH 02/23] xen: Makefile: Remove outdated comment
` [Xen-devel] [RFC XEN PATCH 04/23] build: Import Kbuild from Linux v5.3
` [Xen-devel] [RFC XEN PATCH 05/23] xen: Kbuild: Remove extra -include from C flags
` [Xen-devel] [RFC XEN PATCH 06/23] xen, Kbuild: filter-out -Wa, % from CFLAGS for %.i:%.c rules
` [Xen-devel] [RFC XEN PATCH 07/23] xen, Kbuild: Handle obj-bin-y and %.init.o objects
` [Xen-devel] [RFC XEN PATCH 08/23] xen, Kbuild: Change filechk_offsets
` [Xen-devel] [RFC XEN PATCH 09/23] xen, Kbuild: Filter-out -Wa, in %.s:%.c rules
` [Xen-devel] [RFC XEN PATCH 10/23] xen,Kbuild: Handle __OBJECT_*__
` [Xen-devel] [RFC XEN PATCH 11/23] First conversion to kbuild makefiles
` [Xen-devel] [RFC XEN PATCH 12/23] Build guest_walk* in arch/x86/mm
` [Xen-devel] [RFC XEN PATCH 13/23] convert common/libelf/Makefile to kbuild makefile
` [Xen-devel] [RFC XEN PATCH 14/23] convert common/libfdt "
` [Xen-devel] [RFC XEN PATCH 15/23] convert tools/Makefile to kbuild
` [Xen-devel] [RFC XEN PATCH 16/23] convert include/Makefile to Kbuild
` [Xen-devel] [RFC XEN PATCH 17/23] convert arch/x86/boot/Makefile to kbuild
` [Xen-devel] [RFC XEN PATCH 18/23] arch/x86: Start moving build targets out of Makefile into Kbuild
` [Xen-devel] [RFC XEN PATCH 19/23] update *FLAGS for arch/x86/Makefile
` [Xen-devel] [RFC XEN PATCH 20/23] update arch/Makefile
` [Xen-devel] [RFC XEN PATCH 21/23] Import root Makefile from Linux v5.3
` [Xen-devel] [RFC XEN PATCH 22/23] Changes to root Makefile
` [Xen-devel] [RFC XEN PATCH 23/23] xen/tools/kconfig: Delete duplicate makefiles

[PATCH 0/5] apply: fix merge.conflictStyle bug in --3way
 2019-10-23 17:11 UTC  (4+ messages)
` [PATCH 2/5] t4108: remove git command upstream of pipe

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-23 17:11 UTC  (9+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer

[MODERATED] [PATCH v7 00/10] TAAv7 0
 2019-10-23 17:11 UTC  (3+ messages)
` [MODERATED] "

[PATCH] PCI: Warn about host bridge device when its numa node is NO_NODE
 2019-10-23 17:10 UTC  (2+ messages)

[PATCH] cputlb: Fix tlb_vaddr_to_host
 2019-10-23 16:23 UTC  (2+ messages)

[PATCH RFC v1 00/12] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-23 17:09 UTC  (12+ messages)
` [PATCH RFC v1 02/12] mm/usercopy.c: Prepare check_page_span() for PG_reserved changes
      ` [Xen-devel] "
    ` [Xen-devel] [PATCH RFC v1 00/12] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)

[PATCH bpf-next] selftests/bpf: move test_section_names into test_progs and fix it
 2019-10-23 17:09 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 1/1] kernel/linux: introduce vfio_pf kernel module
 2019-10-23 17:08 UTC  (8+ messages)

[PATCH v2 0/6] CAAM bugfixes, small improvements
 2019-10-23 17:08 UTC  (5+ messages)
` [PATCH v2 3/6] crypto: caam - use devres to de-initialize the RNG
` [PATCH v2 6/6] crypto: caam - populate platform devices last

[GIT PULL] VFIO fixes for v5.4-rc5
 2019-10-23 17:08 UTC 

next/master boot: 289 boots: 18 failed, 258 passed with 8 offline, 4 untried/unknown, 1 conflict (next-20191023)
 2019-10-23 17:07 UTC 

[PATCH] btrfs-progs: build: add missing symbols to libbtrfs - new patch
 2019-10-23 17:07 UTC  (3+ messages)

KCSAN: data-race in task_dump_owner / task_dump_owner
 2019-10-23 17:06 UTC  (5+ messages)

[PATCH v2 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY
 2019-10-23 15:45 UTC  (6+ messages)
` [PATCH v2 1/7] cpu: use ROUND_UP() to define xxx_PAGE_ALIGN
` [PATCH v2 2/7] exec: Split out variable page size support to exec-vary.c
` [PATCH v2 3/7] configure: Detect compiler support for __attribute__((alias))
` [PATCH v2 4/7] exec: Use const alias for TARGET_PAGE_BITS_VARY
` [PATCH v2 6/7] exec: Promote TARGET_PAGE_MASK to target_long

[PATCH bpf-next v3] libbpf: use implicit XSKMAP lookup from AF_XDP XDP program
 2019-10-23 17:05 UTC  (3+ messages)

[alsa-devel] [RFC] sof-skl_hda: change to use common HDMI codec driver
 2019-10-23 17:04 UTC  (2+ messages)

LEON3 networking
 2019-10-23 16:59 UTC  (4+ messages)

[v2 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 17:05 UTC 

[PATCH] dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
 2019-10-23 17:04 UTC  (2+ messages)

[PATCH 0/6] drm: Support CMA per allocation kernel mappings
 2019-10-23 17:03 UTC  (9+ messages)
` [PATCH 2/6] drm: Introduce DRM_MODE_DUMB_KERNEL_MAP flag

[Xen-devel] [ovmf test] 143054: all pass - PUSHED
 2019-10-23 17:03 UTC 

[alsa-devel] alsaloop change avail_min question
 2019-10-23 17:02 UTC  (3+ messages)

[PATCH v1 0/6] KEYS: measure keys when they are created or updated
 2019-10-23 17:03 UTC  (6+ messages)
` [PATCH v1 3/6] KEYS: ima hook to measure builtin_trusted_keys

[PATCH v6 0/3] Add uacce module for Accelerator
 2019-10-23 17:03 UTC  (6+ messages)
` [PATCH v6 2/3] uacce: add uacce driver

[PATCH] cpufreq: s3c64xx: Remove pointless NULL check in s3c64xx_cpufreq_driver_init
 2019-10-23 17:03 UTC  (12+ messages)

[PATCH RFC 0/2] irqchip/gic: Allow the use of SGI interrupts
 2019-10-23 17:02 UTC  (5+ messages)
` [PATCH RFC 2/2] "

[PULL 0/3] NBD patches for 2019-10-22
 2019-10-23 16:58 UTC  (2+ messages)

[PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 17:02 UTC  (5+ messages)

[Xen-devel] [PATCH v1] libxl: Add DTB compatible list to config file
 2019-10-23 17:01 UTC  (10+ messages)
` [Xen-devel] [XEN PATCH "

Git Test Coverage Report (October 11)
 2019-10-23 17:00 UTC  (2+ messages)

[PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
 2019-10-23 17:00 UTC  (6+ messages)
` [PATCH v4 15/16] module: Move where we mark modules RO,X

[PATCH -next] ARM: OMAP2+: Remove duplicated include from pmic-cpcap.c
 2019-10-23 16:59 UTC  (4+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-23 16:59 UTC  (6+ messages)
` [PATCH 06/18] add support for Clang's Shadow Call Stack (SCS)

[PATCH v2] drm/msm/dsi: Implement qcom,dsi-phy-regulator-ldo-mode for 28nm PHY
 2019-10-23 16:56 UTC  (3+ messages)
` [PATCH v2] drm/msm/dsi: Implement qcom, dsi-phy-regulator-ldo-mode "

[PATCH net-next 0/4] ICMP flow improvements
 2019-10-23 16:58 UTC  (4+ messages)
` [PATCH net-next 4/4] bonding: balance ICMP echoes in layer3+4 mode

[PATCH v3 0/7] Nvidia Arm SMMUv2 Implementation
 2019-10-23 16:53 UTC  (8+ messages)

[PATCH] usb: dwc3: gadget: Correct the logic for finding last SG entry
 2019-10-23 16:58 UTC  (5+ messages)

[PATCH v4 0/7] Improve tlb range flush
 2019-10-23 16:55 UTC  (11+ messages)
` [PATCH v4 2/7] iommu/mediatek: Add a new tlb_lock for tlb_flush
` [PATCH v4 3/7] iommu/mediatek: Use gather to achieve the tlb range flush

[PATCH 0/19 v3] ext4: Fix transaction overflow due to revoke descriptors
 2019-10-23 16:55 UTC  (4+ messages)
` [PATCH 05/22] ext4: Fix ext4_should_journal_data() for EA inodes

[alsa-devel] [ANNOUNCE] 2019 Linux Audio miniconference
 2019-10-23 16:53 UTC  (4+ messages)

[PATCH net] ipvs: move old_secure_tcp into struct netns_ipvs
 2019-10-23 16:53 UTC 

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-23 16:52 UTC  (15+ messages)

[PATCH] translate-all: Remove tb_alloc
 2019-10-23 16:46 UTC 

pull request: bluetooth-next 2019-10-23
 2019-10-23 16:51 UTC 

[PATCH] KVM: arm64: Select SCHED_INFO before SCHEDSTATS
 2019-10-23 16:51 UTC  (5+ messages)

[PATCH] btrfs: save i_size in compress_file_range
 2019-10-23 16:51 UTC  (2+ messages)

[Buildroot] [Bug 12276] New: make clean/distclean does not remove BR2_DL_DIR and BR2_HOST_DIR
 2019-10-23 16:50 UTC 

[PATCH v3 1/2] scsi: ufs: export hibern8 entry and exit
 2019-10-23 16:49 UTC  (2+ messages)
` [PATCH v3 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[PATCH 0/6] Block group structure cleanups
 2019-10-23 16:48 UTC  (7+ messages)
` [PATCH 1/6] btrfs: move block_group_item::used to block group
` [PATCH 2/6] btrfs: move block_group_item::flags "
` [PATCH 3/6] btrfs: remove embedded block_group_cache::item
` [PATCH 4/6] btrfs: rename block_group_item on-stack accessors to follow naming
` [PATCH 5/6] btrfs: rename extent buffer block group item accessors
` [PATCH 6/6] btrfs: add dedicated members for start and length of a block group

[PATCH net] netns: fix GFP flags in rtnl_net_notifyid()
 2019-10-23 16:47 UTC  (2+ messages)

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-23 16:47 UTC  (5+ messages)
` [RFC PATCH 0/2] "
  ` [RFC PATCH 2/2] mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo

[PATCH 1/2] rtc/ia64: remove legacy efirtc driver
 2019-10-23 16:41 UTC  (4+ messages)
` [PATCH 2/2] rtc/alpha: remove legacy rtc driver

[PATCH v2 1/2] scsi: ufs: export hibern8 entry and exit
 2019-10-23 16:47 UTC  (3+ messages)
` [PATCH v2 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[Bug 204241] New: amdgpu fails to resume from suspend
 2019-10-23 16:46 UTC  (2+ messages)
` [Bug 204241] "

[Bug 204965] New: [amdgpu]] *ERROR* ring gfx test failed (-110) upon wake from sleep, no video or frozen video
 2019-10-23 16:46 UTC  (2+ messages)
` [Bug 204965] "

[Buildroot] [PATCH] package/initscripts: refactor S20urandom
 2019-10-23 16:46 UTC 

[PATCH 1/3] ARM: dts: add DTS for NetCAN Plus devices
 2019-10-23 16:43 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/9] Add netopeer2 package (and dependencies)
 2019-10-23 16:43 UTC  (4+ messages)
` [Buildroot] [PATCH v3 6/9] package/sysrepo: add package

Branch for kernelci
 2019-10-23 16:42 UTC  (7+ messages)

[GIT PULL] regulator fixes for v5.4
 2019-10-23 16:41 UTC 

[GIT PULL] three fixes for omaps for v5.4
 2019-10-23 16:39 UTC  (2+ messages)

Improving the docs/ repo
 2019-10-23 16:39 UTC  (4+ messages)

multiple telemetry designs
 2019-10-23 16:38 UTC 

Kernel panic while doing vfio-pci hot-plug/unplug test
 2019-10-23 16:38 UTC  (3+ messages)

[Xen-devel] [PATCH v3 1/2] efi: remove old SetVirtualAddressMap() arrangement
 2019-10-23 16:38 UTC  (3+ messages)

[PATCH 0/2] ASoC: hdmi-codec: fix locking issue
 2019-10-23 16:37 UTC  (4+ messages)
` [PATCH 1/2] Revert "ASoC: hdmi-codec: re-introduce mutex locking"
  ` [alsa-devel] "

IPv6 test fail
 2019-10-23 16:37 UTC 

[Xen-devel] [PATCH for-4.13 v3 0/7] Unbreak evaluate_nospec() and livepatching
 2019-10-23 16:37 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 5/7] x86/livepatch: Fail the build if duplicate symbols exist

[PATCH v8 00/22] target/arm: Reduce overhead of cpu_get_tb_cpu_state
 2019-10-23 16:13 UTC  (6+ messages)

[PATCH 0/7] Remove data_len field from the nvmet_req struct
 2019-10-23 16:35 UTC  (16+ messages)
` [PATCH 1/7] nvmet-tcp: Don't check data_len in nvmet_tcp_map_data()
` [PATCH 2/7] nvmet-tcp: Don't set the request's data_len
` [PATCH 3/7] nvmet: Introduce common execute function for get_log_page and identify
` [PATCH 4/7] nvmet: Cleanup discovery execute handlers
` [PATCH 5/7] nvmet: Introduce nvmet_dsm_len() helper
` [PATCH 6/7] nvmet: Remove the data_len field from the nvmet_req struct
` [PATCH 7/7] nvmet: Open code nvmet_req_execute()

[U-Boot] [PATCH] clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]
 2019-10-23 16:36 UTC 

x86-power-control
 2019-10-23 16:35 UTC  (14+ messages)

[PATCH 0/3] qcow2: Fix image corruption bug in 4.1
 2019-10-23 15:37 UTC  (3+ messages)
` [PATCH 2/3] qcow2: Assert that qcow2_cache_get() callers hold s->lock

[PATCH v2 0/1] ci: update caskroom/cask/perforce to new location
 2019-10-23 16:35 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] ci(osx): use new location of the `perforce` cask

next/pending-fixes boot: 272 boots: 17 failed, 246 passed with 7 offline, 2 untried/unknown (v5.4-rc4-305-gb115640def2e)
 2019-10-23 16:35 UTC 

[PATCH v9 0/8] PM / devfreq: Add dev_pm_qos support
 2019-10-23 16:34 UTC  (4+ messages)

MD RAID 5/6 vs BTRFS RAID 5/6
 2019-10-23 16:32 UTC  (5+ messages)

[U-Boot] [PATCH V1 0/6] imx: imx8mm-evk: support eth
 2019-10-23 16:31 UTC  (9+ messages)
` [U-Boot] [PATCH V1 1/6] clk: imx8mm: add enet clk
` [U-Boot] [PATCH V1 2/6] clk: imx: imx8mm: add set_parent callback
` [U-Boot] [PATCH V1 4/6] net: Kconfig: FEC: Add dependency on i.MX8M
` [U-Boot] [PATCH V1 5/6] net: fec_mxc: support i.MX8M with CLK_CCF

[Virtio-fs] add no-pivot option to virtiofsd process
 2019-10-23 16:31 UTC  (3+ messages)
` [Virtio-fs] =?gb18030?b?u9i4tKO6YWRkIG5vLXBpdm90IG9wdGlvbiB0byB2?= =?gb18030?q?irtiofsd_process?=
  ` [Virtio-fs] 回复:add no-pivot option to virtiofsd process

[PATCH v3 0/2] staging: sm750fb: format description of parameters to the kernel-doc format
 2019-10-23 16:30 UTC  (6+ messages)
` [PATCH v3 1/2] staging: sm750fb: format description of parameters in accel.c
` [PATCH v3 2/2] staging: sm750fb: format description of parameters in accel.h

[PATCH V5 0/6] mdev based hardware virtio offloading support
 2019-10-23 16:30 UTC  (5+ messages)
` [PATCH V5 1/6] mdev: class id support


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.