All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-03 15:04:15 to 2020-07-03 15:54:11 UTC [more...]

post-receive: pub/scm/linux/kernel/git/arm64/linux
 2020-07-03 15:54 UTC 

[PATCH v2] mm: initialize return of vm_insert_pages
 2020-07-03 15:53 UTC 

[dpdk-dev] [PATCH v3 0/2] net/virtio: add vhost-user protocol features support
 2020-07-03 15:52 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 1/2] "

[PATCH v2 00/17] efi_loader: rework/improve UEFI secure boot code
 2020-07-03 15:52 UTC  (3+ messages)
` [PATCH v2 12/17] test/py: efi_secboot: remove all "re.search"

ptrace: seccomp: Return value when the call was already invalid
 2020-07-03 15:52 UTC  (5+ messages)

[PATCH v2] .gitignore: Do not track `defconfig` from `make savedefconfig`
 2020-07-03 15:51 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/1] Add l2reflect measurement application
 2020-07-03 15:51 UTC  (3+ messages)
` [dpdk-dev] [RFC PATCH 1/1] "

[RFC PROPOSAL] memcg: per-memcg user space reclaim interface
 2020-07-03 15:50 UTC  (5+ messages)

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-03 15:50 UTC  (8+ messages)
` [PATCH 2/5] module: Refactor section attr into bin attribute
` [PATCH 4/5] kprobes: Do not expose probe addresses to non-CAP_SYSLOG

[PATCH 0/6] migration: bring savevm/loadvm/delvm over to QMP
 2020-07-03 15:49 UTC  (5+ messages)
` [PATCH 2/6] migration: introduce savevm, loadvm, delvm QMP commands

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-07-03 15:50 UTC 

[PATCH v2] clk: rockchip: use separate compatibles for rk3288w-cru
 2020-07-03 15:49 UTC 

[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
 2020-07-03 15:48 UTC  (2+ messages)

DSI probe/bind ordering in vc4
 2020-07-03 15:47 UTC  (2+ messages)

[PATCH] mm: initialize return of vm_insert_pages
 2020-07-03 15:46 UTC  (3+ messages)

[PATCH v5 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-03 15:46 UTC  (4+ messages)
` [PATCH v5 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

[Bug 1886210] [NEW] [Feature request] Illumnos VM image
 2020-07-03 15:37 UTC 

[PATCH v4 0/2] ARM: Add Rockchip rk3288w support
 2020-07-03 15:43 UTC  (11+ messages)
` [PATCH v4 1/2] clk: rockchip: rk3288: Handle clock tree for rk3288w

[PATCHv3 0/7] System Cache support for GPU and required SMMU support
 2020-07-03 15:40 UTC  (8+ messages)
` [PATCHv3 7/7] drm/msm/a6xx: Add support for using system cache(LLC)

[PATCH 00/10] A bunch of misc cleanups
 2020-07-03 15:45 UTC  (3+ messages)
` [PATCH 05/10] btrfs: raid56: Use in_range where applicable

[PATCH] dt-bindings: hwmon: Correct vendor for mcp980x
 2020-07-03 15:37 UTC 

[PATCH] board: update test on misc_read result in board_late_init
 2020-07-03 15:45 UTC 

[RFC] riscv: Add jump-label implementation
 2020-07-03 15:42 UTC  (3+ messages)

[PATCH v2 00/44] Less clumsy error checking
 2020-07-03 15:43 UTC  (11+ messages)
` [PATCH v2 18/44] qapi: Use returned bool to check for failure, manual part
` [PATCH v2 19/44] block/parallels: Simplify parallels_open() after previous commit
` [PATCH v2 21/44] qom: Use error_reportf_err() instead of g_printerr() in examples
` [PATCH v2 22/44] qom: Rename qdev_get_type() to object_get_type()
` [PATCH v2 23/44] qom: Crash more nicely on object_property_get_link() failure

[PATCH v6 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-03 15:37 UTC  (49+ messages)
` [PATCH v6 01/26] arm64: mte: system register definitions
` [PATCH v6 02/26] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v6 03/26] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v6 04/26] arm64: mte: Add specific SIGSEGV codes
` [PATCH v6 05/26] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v6 06/26] mm: Add PG_arch_2 page flag
` [PATCH v6 07/26] mm: Preserve the PG_arch_* flags in __split_huge_page_tail()
` [PATCH v6 08/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v6 09/26] arm64: mte: Tags-aware copy_{user_, }highpage() implementations
  ` [PATCH v6 09/26] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v6 10/26] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v6 11/26] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v6 12/26] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v6 13/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v6 14/26] mm: Introduce arch_validate_flags()
` [PATCH v6 15/26] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v6 16/26] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v6 17/26] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v6 18/26] arm64: mte: Allow user control of the generated random tags "
` [PATCH v6 19/26] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v6 20/26] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v6 21/26] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v6 22/26] mm: Add arch hooks for saving/restoring tags
` [PATCH v6 23/26] arm64: mte: Enable swap of tagged pages
` [PATCH v6 24/26] arm64: mte: Save tags when hibernating
` [PATCH v6 25/26] arm64: mte: Kconfig entry
` [PATCH v6 26/26] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v2 0/3] some docs (booting, mttcg, icount)
 2020-07-03 15:41 UTC  (5+ messages)
` [PATCH v2 1/3] docs/booting.rst: start documenting the boot process
` [PATCH v2 3/3] docs/devel: add some notes on tcg-icount for developers

[Bug 1885827] [NEW] building plugin failed on Windows with mingw
 2020-07-03 15:33 UTC  (5+ messages)
` [Bug 1885827] "

[Bug 1886208] [NEW] [Feature request] Haiku VM image
 2020-07-03 15:34 UTC 

[PATCH 1/2] ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later
 2020-07-03 15:38 UTC  (2+ messages)
` [PATCH 2/2] ALSA: hda/hdmi: improve debug traces for stream lookups

pm/testing build: 7 builds: 0 failed, 7 passed, 20 warnings (v5.8-rc3-35-g941eabdd7fe5)
 2020-07-03 15:40 UTC 

[PATCH rdma-next 0/2] Create IPoIB QP with specific QP number
 2020-07-03 15:40 UTC  (3+ messages)

[PATCH] ath11k: cold boot calibration support
 2020-07-03 14:39 UTC  (2+ messages)

[PATCH v2] tc: qdisc: filter qdisc's by parent/handle specification
 2020-07-03 15:39 UTC  (2+ messages)
` [PATCH iproute2 v3] tc: improve the qdisc show command

[PATCH] clk: rockchip: use separate compatibles for rk3288w-cru
 2020-07-03 15:38 UTC  (2+ messages)

[dpdk-dev] [PATCH] mbuf: use c11 atomics for refcnt operations
 2020-07-03 15:38 UTC  (2+ messages)

[PATCH 3/3] arm64: Add KRYO4XX silver CPU cores to erratum list 1530923 and 1024718
 2020-07-03 15:38 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2020-07-03 15:38 UTC 

[PATCH v3 0/7] phy: generic: add error trace to detect PHY issue in uclass
 2020-07-03 15:36 UTC  (10+ messages)
` [PATCH v3 1/7] "
` [PATCH v3 2/7] board: sunxi: change trace level for phy errors managed by uclass
` [PATCH v3 3/7] usb: host: ohci: "
` [PATCH v3 4/7] usb: host: ehci-hcd: "
` [PATCH v3 5/7] ata: dwc-ahci: "
` [PATCH v3 6/7] usb: musb-new: sunxi: "
` [PATCH v3 7/7] arm: meson: "

[GSoC][PATCH 0/4] submodule: port 'summary' from Shell to C
 2020-07-03 15:37 UTC  (6+ messages)
` [PATCH 1/4] submodule: amend extra line feed between callback struct and macro
` [PATCH 3/4] diff: change scope of the function count_lines()

[igt-dev] [PATCH] [PATCH i-g-t]lib/sw_sync:Fixing modprobe for sw_sync to return if not supported
 2020-07-03 15:36 UTC  (4+ messages)

[PATCH net-next 00/15] sfc_ef100: driver for EF100 family NICs, part 1
 2020-07-03 15:36 UTC  (16+ messages)
` [PATCH net-next 01/15] sfc_ef100: add EF100 register definitions
` [PATCH net-next 02/15] sfc_ef100: register accesses on EF100
` [PATCH net-next 03/15] sfc_ef100: skeleton EF100 PF driver
` [PATCH net-next 04/15] sfc_ef100: reset-handling stub
` [PATCH net-next 05/15] sfc_ef100: PHY probe stub
` [PATCH net-next 06/15] sfc_ef100: don't call efx_reset_down()/up() on EF100
` [PATCH net-next 07/15] sfc_ef100: implement MCDI transport
` [PATCH net-next 08/15] sfc_ef100: implement ndo_open/close and EVQ probing
` [PATCH net-next 09/15] sfc_ef100: process events for MCDI completions
` [PATCH net-next 10/15] sfc_ef100: read datapath caps, implement check_caps
` [PATCH net-next 11/15] sfc_ef100: extend ef100_check_caps to cover datapath_caps3
` [PATCH net-next 12/15] sfc_ef100: actually perform resets
` [PATCH net-next 13/15] sfc_ef100: probe the PHY and configure the MAC
` [PATCH net-next 14/15] sfc_ef100: read device MAC address at probe time
` [PATCH net-next 15/15] sfc_ef100: implement ndo_get_phys_port_{id,name}

[dpdk-dev] [PATCH 0/8] support the flow-based traffic sampling
 2020-07-03 15:36 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2 0/7] [v2] "
  ` [dpdk-dev] [PATCH v2 1/7] ethdev: introduce sample action for rte flow

[PATCH for-next 0/4] RDMA/rxe: Cleanups and improvements
 2020-07-03 15:34 UTC  (5+ messages)
` [PATCH for-next 1/4] RDMA/rxe: Drop pointless checks in rxe_init_ports
` [PATCH for-next 2/4] RDMA/rxe: Return void from rxe_init_port_param()
` [PATCH for-next 3/4] RDMA/rxe: Return void from rxe_mem_init_dma()
` [PATCH for-next 4/4] RDMA/rxe: Remove rxe_link_layer()

[PATCH v3 0/9] Build fixes for Haiku
 2020-07-03 15:29 UTC  (18+ messages)
` [PATCH v3 2/9] util/qemu-openpty.c: Don't assume pty.h is glibc-only
` [PATCH v3 3/9] build: Check that mlockall() exists
` [PATCH v3 4/9] osdep.h: Always include <sys/signal.h> if it exists
` [PATCH v3 5/9] osdep.h: For Haiku, define SIGIO as equivalent to SIGPOLL
` [PATCH v3 6/9] bswap.h: Include <endian.h> on Haiku for bswap operations
` [PATCH v3 7/9] util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFD
` [PATCH v3 8/9] util/oslib-posix.c: Implement qemu_init_exec_dir() for Haiku
` [PATCH v3 9/9] util/drm: make portable by avoiding struct dirent d_type

[PATCH] ASoC: core: Remove only the registered component in devm functions
 2020-07-03 15:32 UTC  (3+ messages)

[PULL 0/5] migration queue
 2020-07-03 15:27 UTC  (6+ messages)
` [PULL 1/5] virtiofsd: Terminate capability list
` [PULL 2/5] virtiofsd: Check capability calls
` [PULL 3/5] virtiofsd: Allow addition or removal of capabilities
` [PULL 4/5] migration: postcopy take proper error return
` [PULL 5/5] migration: Count new_dirty instead of real_dirty

[PATCH 0/7] Corrupt counter improvement
 2020-07-03 15:32 UTC  (2+ messages)

[PATCH v6 1/2] dt-binding: Add DSI/LVDS TC358775 bridge bindings
 2020-07-03 15:30 UTC  (7+ messages)
` [PATCH v6 2/2] display/drm/bridge: TC358775 DSI/LVDS driver

[PATCH v3 1/3] kernel/params.c: Align last argument with a tab
 2020-07-03 15:29 UTC  (4+ messages)
` [PATCH v3 3/3] drm/amdgpu: Change type of module param `ppfeaturemask` to hexint

[PATCH v3 0/8] clean-up the migration target allocation functions
 2020-07-03 15:25 UTC  (3+ messages)
` [PATCH v3 5/8] mm/migrate: make a standard migration target allocation function

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-03 15:20 UTC  (6+ messages)
` [PATCH v9 34/34] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH net v2] sched: consistently handle layer3 header accesses in the presence of VLANs
 2020-07-03 15:22 UTC 

Xone32c bNumConfigurations issue
 2020-07-03 15:20 UTC 

[dpdk-dev] [PATCH] add flow shared action API
 2020-07-03 15:21 UTC  (3+ messages)

[PATCH][zeus 1/2] python3: fix CVE-2020-14422
 2020-07-03 15:20 UTC  (2+ messages)
` [PATCH][zeus 2/2] perl: fix CVE-2020-10543 & CVE-2020-10878

[dpdk-dev] [PATCH v1 1/2] eal/x86: add WC store function
 2020-07-03 15:19 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 0/2] eal: add WC store functions
  ` [dpdk-dev] [PATCH v4 1/2] "

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-07-03 15:16 UTC  (7+ messages)
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 15/17] hw/sd/sdcard: Correctly display the command name in trace events

[PATCH] Convert CONFIG_SYS_MMCSD_FS_BOOT_PARTITION to Kconfig
 2020-07-03 15:17 UTC 

[dpdk-dev] [PATCH v2] examples: add multi process crypto application
 2020-07-03 15:16 UTC  (4+ messages)

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-03 15:14 UTC  (3+ messages)
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[Qemu-devel] [PULL 00/47] target-arm queue
 2020-07-03 15:14 UTC  (5+ messages)
` [Qemu-devel] [PULL 35/47] target/arm: Send interrupts on PMU counter overflow
  `  "

[dpdk-dev] [PATCH 0/7] Register external threads as lcore
 2020-07-03 15:15 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 6/9] eal: register non-EAL threads as lcores

[RESEND PATCH v2 00/13] Enable GPU for SM8150 and SM8250
 2020-07-03 15:14 UTC  (4+ messages)

[xen-unstable test] 151554: regressions - FAIL
 2020-07-03 15:12 UTC 

[PATCH 0/7] Fix muitpath/multipathd flush issue
 2020-07-03 15:12 UTC  (12+ messages)

[PATCH v7 00/17] drm/i915: Add support for HDCP 1.4 over MST
 2020-07-03 14:55 UTC  (5+ messages)
` [PATCH v7 17/17] drm/i915: Add HDCP 1.4 support for MST connectors
  ` [Intel-gfx] "

[dpdk-dev] [RFC v1 1/1] vfio: set vf token and gain vf device access
 2020-07-03 14:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v17 0/2] support for VFIO-PCI VF token interface
  ` [dpdk-dev] [PATCH v17 1/2] eal: add uuid dependent header files explicitly
  ` [dpdk-dev] [PATCH v17 2/2] eal: support for VFIO-PCI VF token

[PULL v2 00/12] Linux user for 5.1 patches
 2020-07-03 15:02 UTC  (3+ messages)


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.