All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-15 16:43:58 to 2020-07-15 17:19:17 UTC [more...]

[dpdk-dev] [PATCH 0/5] Add support for GET/SET_STATUS on virtio-user pmd
 2020-07-15 17:18 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/5] net/virtio: split virtio-net and virtio status
` [dpdk-dev] [PATCH 2/5] net/virtio: add DEVICE_NEEDS_RESET status bit
` [dpdk-dev] [PATCH 3/5] net/virtio: add VIRTIO_SET_STATUS support to Virtio-user
` [dpdk-dev] [PATCH 4/5] net/virtio: add GET_STATUS support to virtio-user

[PATCH v5 00/15] add initial support for broadcom NS3 soc
 2020-07-15 17:19 UTC  (16+ messages)
` [PATCH v5 01/15] board: ns3: add support for Broadcom Northstar 3
` [PATCH v5 02/15] arm: cpu: armv8: add L3 memory flush support
` [PATCH v5 03/15] configs: ns3: enable clock subsystem
` [PATCH v5 04/15] dt-bindings: memory: ns3: add memory definitions
` [PATCH v5 05/15] board: ns3: add api to save boot parameters passed from BL31
` [PATCH v5 06/15] board: ns3: default reset type to L3
` [PATCH v5 07/15] board: ns3: program GIC LPI tables
` [PATCH v5 08/15] configs: ns3: enable GIC_V3 ITS
` [PATCH v5 09/15] dt-bindings: memory: ns3: add ddr memory definition
` [PATCH v5 10/15] board: ns3: define ddr memory layout
` [PATCH v5 11/15] board: ns3: limit U-boot relocation within 16MB memory
` [PATCH v5 12/15] include/configs: ns3: add env variables for Linux boot
` [PATCH v5 13/15] include/configs: ns3: add support for flashing images
` [PATCH v5 14/15] doc: add README doc for bcmns3 platform
` [PATCH v5 15/15] MAINTAINERS: update maintainers for broadcom ns3 platform

[PULL] drm-misc-fixes
 2020-07-15 17:17 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v3 1/1] SUNRPC dont update timeout value on connection reset
 2020-07-15 17:17 UTC 

[igt-dev] [PATCH i-g-t v2 0/2] minor improvements to the kms_cursor_crc doc and some comments cleanup
 2020-07-15 17:15 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 1/2] lib/igt_fb: change comments with fd description
` [igt-dev] [PATCH i-g-t v2 2/2] test/kms_cursor_crc: update subtests descriptions and some comments
` [igt-dev] ✓ Fi.CI.BAT: success for minor improvements to the kms_cursor_crc doc and some comments cleanup (rev2)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-15 17:15 UTC  (11+ messages)

[linux-next:master 940/8137] net/bluetooth/mgmt_config.c:20:5: warning: stack frame size of 1104 bytes in function 'read_def_system_config'
 2020-07-15 17:14 UTC 

Issue about redfish in openbmc-test-automation
 2020-07-15 17:13 UTC  (2+ messages)

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-07-15 17:12 UTC  (3+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH v3 0/8] arm64/sve: First steps towards optimizing syscalls
 2020-07-15 17:11 UTC  (11+ messages)
` [PATCH v3 5/8] arm64/sve: Implement a helper to flush SVE registers
` [PATCH v3 6/8] arm64/sve: Implement a helper to load SVE registers from FPSIMD state
` [PATCH v3 7/8] arm64/sve: Don't disable SVE on syscalls return
` [PATCH v3 8/8] arm64/sve: Rework SVE trap access to use TIF_SVE_NEEDS_FLUSH

pm/testing baseline: 65 runs, 1 regressions (v5.8-rc5-46-g8d0151344351)
 2020-07-15 17:12 UTC 

strace of io_uring events?
 2020-07-15 17:11 UTC  (3+ messages)

[PATCH] libselinux: Use sestatus if open
 2020-07-15 17:10 UTC  (8+ messages)

[dpdk-dev] [PATCH v2 0/9] add OCTEON TX2 lookaside IPsec support
 2020-07-15 17:10 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 4/9] crypto/octeontx2: add cryptodev sec registration
` [dpdk-dev] [PATCH v2 9/9] crypto/octeontx2: add cryptodev sec dequeue routine

[yocto] How to completely uninstall a pre-installed package in Yocto #linux #yocto
 2020-07-15 17:10 UTC  (2+ messages)
`  "

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

[virtio-dev] On doorbells (queue notifications)
 2020-07-15 17:09 UTC  (7+ messages)

[PATCH v4 00/10] fanotify events with name info
 2020-07-15 17:09 UTC  (5+ messages)
` [PATCH v4 03/10] fsnotify: send event to parent and child with single callback

[PATCH] qemu: access host pkg-config via HOSTTOOLS
 2020-07-15 17:09 UTC  (4+ messages)
` [PATCH] qemu: use host pkg-config only when host provides sdl
  ` [OE-core] "

[PATCH for-5.1 0/2] Unbreak make check SPEED=slow
 2020-07-15 16:53 UTC  (4+ messages)
` [PATCH for-5.1 2/2] hw: Mark nd_table[] misuse in realize methods FIXME

[PATCH RESEND v7 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-07-15 17:08 UTC  (8+ messages)
` [PATCH v7 04/11] dmaengine: Introduce max SG list entries capability

[PATCH 00/12] tools: move more libraries into tools/libs
 2020-07-15 17:08 UTC  (15+ messages)
` [PATCH 04/12] tools: don't call make recursively from libs.mk
` [PATCH 06/12] tools/misc: don't use libxenctrl internals from misc tools
` [PATCH 07/12] tools/libxc: untangle libxenctrl from libxenguest
` [PATCH 08/12] tools: move libxenctrl below tools/libs
` [PATCH 09/12] tools: split libxenstore into new tools/libs/store directory
` [PATCH 10/12] tools: split libxenvchan into new tools/libs/vchan directory
` [PATCH 11/12] tools: split libxenstat into new tools/libs/stat directory
` [PATCH 12/12] tools: generate most contents of library make variables

[PATCH RFC] leds: Add support for per-LED device triggers
 2020-07-15 17:07 UTC  (3+ messages)

[PATCH v3] mm/hugetlb: split hugetlb_cma in nodes with memory
 2020-07-15 17:05 UTC  (8+ messages)

[PATCH] xen: introduce xen_vring_use_dma
 2020-07-15 17:06 UTC  (15+ messages)

[PATCH v2 00/59] Add support for KeemBay DRM driver
 2020-07-15 17:06 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH 00/10] ALSA: Replace words for inclusive terminalogy guideline
 2020-07-15 17:04 UTC  (3+ messages)
` [PATCH 10/10] ALSA: usb-audio: Replace blacklist word

[PATCH v3 0/3] arm64: tlb: add support for TLBI RANGE instructions
 2020-07-15 17:05 UTC  (2+ messages)

[PATCH 00/18] perf metric: Add support to reuse metric
 2020-07-15 17:04 UTC  (7+ messages)
` [PATCH 13/18] perf metric: Add events for the current group
` [PATCH 14/18] perf metric: Add cache_miss_cycles to metric parse test
` [PATCH 15/18] perf metric: Add DCache_L2 "

[PATCH 0/8] dt-bindings: media: i2c: Convert to json-schema
 2020-07-15 17:04 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: media: ov5640: "

[PATCH] fs/ufs: avoid potential u32 multiplication overflow
 2020-07-15 17:03 UTC  (2+ messages)

[PATCH] md-cluster: fix safemode_delay non-zero when bitmap switch to clustered
 2020-07-15 17:04 UTC 

clean up utimes and use path based utimes in initrams
 2020-07-15 17:03 UTC  (2+ messages)

[PATCH] dt-bindings: power: rockchip: Convert to json-schema
 2020-07-15 17:02 UTC  (3+ messages)

System crash/lockup after plugging CDC ACM device
 2020-07-15 17:03 UTC  (9+ messages)

[PATCH] Modified Makefile to print -eudyptula in the version string
 2020-07-15 17:02 UTC  (2+ messages)

[PATCH RFC net-next 00/13] Phylink PCS updates
 2020-07-15 17:02 UTC  (8+ messages)

[PATCH 1/1] SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion")
 2020-07-15 17:04 UTC 

[PATCH] setup: warn about un-enabled extensions
 2020-07-15 17:01 UTC  (6+ messages)

linux-next: manual merge of the kvms390 tree with the kvm tree
 2020-07-15 16:59 UTC  (3+ messages)

[linux-next:master 7274/8137] kernel/trace/bpf_trace.c:538:2: warning: function '____bpf_trace_printk' might be a candidate for 'gnu_printf' format attribute
 2020-07-15 16:57 UTC 

[PATCH v3] powerpc/pseries: detect secure and trusted boot state of the system
 2020-07-15 16:54 UTC  (3+ messages)

[PATCH] xfs/010,030: filter AG header CRC error warnings
 2020-07-15 16:57 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: Pass shmem address to SMCCC call
 2020-07-15 16:55 UTC  (2+ messages)

[OE-core][PATCH v8] expat: Added ptest
 2020-07-15 16:54 UTC  (4+ messages)

[PATCH 0/8] x86: build adjustments
 2020-07-15 16:54 UTC  (3+ messages)
` [PATCH 4/8] Arm: prune #include-s needed by domain.h

[PATCH] mm: memcontrol: avoid workload stalls when lowering memory.high
 2020-07-15 16:54 UTC  (8+ messages)

[Intel-gfx] [PATCH i-g-t 0/2] minor improvements to the kms_cursor_crc doc and some comments cleanup
 2020-07-15 16:54 UTC  (3+ messages)
  ` [igt-dev] "

[PATCH] ACPI: Only create numa nodes from entries in SRAT or SRAT emulation
 2020-07-15 16:49 UTC  (5+ messages)

[rcar:gmsl/dev 23/24] drivers/regulator/gpio-regulator.c:245:54: warning: format specifies type 'int' but the argument has type 'long'
 2020-07-15 16:51 UTC 

[PATCH v2] mm: memcg/slab: fix memory leak at non-root kmem_cache destroy
 2020-07-15 16:50 UTC 

[PATCH v6 0/7] Make fstests support new behavior of DAX
 2020-07-15 16:43 UTC  (16+ messages)
` [PATCH v6 1/7] common/rc: Introduce new helpers for DAX mount options and FS_XFLAG_DAX
` [PATCH v6 3/7] generic/223: Don't clear all mkfs options for _scratch_mkfs_geom() roughly
` [PATCH v6 7/7] generic: Verify the inheritance behavior of FS_XFLAG_DAX flag in various combinations

[PATCH] tools/bpftool: Fix error return code in do_skeleton()
 2020-07-15 16:49 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/20] add Mellanox RegEx PMD
 2020-07-15 16:48 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[PATCH v2 4/8] drivers: net: wireless: Fix trivial spelling
 2020-07-15 16:48 UTC  (3+ messages)
` [PATCH v2 4/8] "

[PATCH 4/14 v3] iwlegacy: Check the return value of pcie_capability_read_*()
 2020-07-15 16:47 UTC  (3+ messages)
` [Linux-kernel-mentees] "

[PATCH] ssb: Replace HTTP links with HTTPS ones
 2020-07-15 16:47 UTC  (2+ messages)

[PATCH] net: zydas: remove needless check before usb_free_coherent()
 2020-07-15 16:46 UTC  (2+ messages)
` [PATCH] zd1211rw: "

cpufreq: intel_pstate: EPB with performance governor
 2020-07-15 16:46 UTC  (2+ messages)

[PATCH 0/7] Implementing kernel_execve
 2020-07-15 16:46 UTC  (7+ messages)
` [PATCH 7/7] exec: Implement kernel_execve

[PATCH V2 1/2] rtlwifi: Use const in 8188ee/8723be/8821ae swing_table declarations
 2020-07-15 16:46 UTC  (2+ messages)

[PATCH v1] PCI: controller: Remove duplicate error message
 2020-07-15 16:45 UTC  (8+ messages)

[PATCH] mac80211: Remove vdevs from driver when firmware is unrecoverable
 2020-07-15 16:45 UTC 

KCSAN: data-race in generic_file_buffered_read / generic_file_buffered_read
 2020-07-15 16:45 UTC  (5+ messages)

[PATCH 1/9 v2 net-next] net: qed: drop duplicate words in comments
 2020-07-15 16:42 UTC  (8+ messages)
` [PATCH 3/9 v2 net-next] net: wimax: fix "
` [PATCH 4/9 v2 net-next] net: 9p: drop duplicate word in comment
` [PATCH 5/9 v2 net-next] net: caif: drop duplicate words in comments
` [PATCH 6/9 v2 net-next] net: dsa.h: drop duplicate word in comment
` [PATCH 7/9 v2 net-next] net: ip6_fib.h: "
` [PATCH 8/9 v2 net-next] net: sctp: drop duplicate words in comments
` [PATCH 9/9 v2 net-next] net: ipv6: drop duplicate word in comment

Inter-VM device emulation (call on Mon 20th July 2020)
 2020-07-15 16:44 UTC  (5+ messages)

[PATCH 5.4 000/109] 5.4.52-rc1 review
 2020-07-15 16:43 UTC  (2+ messages)

[PATCH 1/5 -next] net/wireless: nl80211.h: drop duplicate words in comments
 2020-07-15 16:43 UTC  (5+ messages)
` [PATCH 2/5 -next] net/wireless: wireless.h: drop duplicate word "
` [PATCH 3/5 -next] net/wireless: cfg80211.h: drop duplicate words "
` [PATCH 4/5 -next] net/wireless: mac80211.h: "
` [PATCH 5/5 -next] net/wireless: regulatory.h: drop duplicate word in comment

[AUH] libgcrypt: upgrading to 1.8.6 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] webkitgtk: upgrading to 2.28.3 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] Upgrade status: 2020-07-15
 2020-07-15 16:44 UTC 

[AUH] mpfr: upgrading to 4.1.0 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] libevent: upgrading to 2.1.12 SUCCEEDED
 2020-07-15 16:44 UTC 

[PATCH 5.7 000/166] 5.7.9-rc1 review
 2020-07-15 16:43 UTC  (2+ messages)

[AUH] mpg123: upgrading to 1.26.2 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] gnupg: upgrading to 2.2.21 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] vulkan-tools: upgrading to 1.2.141.0 FAILED
 2020-07-15 16:44 UTC 

[AUH] libcap: upgrading to 2.39 FAILED
 2020-07-15 16:44 UTC 

[AUH] diffoscope: upgrading to 151 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] x264: upgrading to cde9a93319bea766a92e306d69059c76de970190 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] ffmpeg: upgrading to 4.3.1 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] vulkan-loader: upgrading to 1.2.141.0 FAILED
 2020-07-15 16:44 UTC 

[AUH] vulkan-demos: upgrading to 3b117fd2dc08f3499d8985f3ddc1093e136f56ca FAILED
 2020-07-15 16:44 UTC 

[AUH] vulkan-headers: upgrading to 1.2.141.0 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] libhandy: upgrading to 0.80.0 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] epiphany: upgrading to 3.36.3 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] stress-ng: upgrading to 0.11.15 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] piglit: upgrading to 12f44f23bc3b20bbcc0469550394dde3a29ec510 SUCCEEDED
 2020-07-15 16:44 UTC 

[AUH] libva-utils: upgrading to 2.8.0 FAILED
 2020-07-15 16:44 UTC 

[AUH] libva: upgrading to 2.8.0 FAILED
 2020-07-15 16:44 UTC 

[AUH] mesa: upgrading to 20.1.3 FAILED
 2020-07-15 16:44 UTC 

[AUH] libva-initial: upgrading to 2.8.0 FAILED
 2020-07-15 16:44 UTC 

[AUH] rpcsvc-proto: upgrading to 1.4.2 SUCCEEDED
 2020-07-15 16:43 UTC 

[AUH] libnsl2: upgrading to 1.3.0 SUCCEEDED
 2020-07-15 16:43 UTC 

[AUH] logrotate: upgrading to 3.17.0 FAILED
 2020-07-15 16:43 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.