All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-23 06:55:38 to 2020-08-23 10:45:55 UTC [more...]

[PATCH v2 0/24] backlight: add init macros and accessors
 2020-08-23 10:45 UTC  (3+ messages)

[PATCH v2] mm: Track page table modifications in __apply_to_page_range()
 2020-08-23 10:44 UTC  (3+ messages)
  ` [Intel-gfx] "

[xen-unstable-coverity test] 152693: all pass - PUSHED
 2020-08-23 10:43 UTC 

[CRYPTO-LUKS v1 00/19] Fixes and improvements for cryptodisks+luks2 and a few other things
 2020-08-23 10:39 UTC  (5+ messages)
` [CRYPTO-LUKS v1 03/19] cryptodisk: Incorrect calculation of start sector for grub_disk_read in grub_cryptodisk_read
` [CRYPTO-LUKS v1 07/19] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors

[PULL 00/23] SD/MMC patches for 2020-08-21
 2020-08-23 10:37 UTC  (2+ messages)

[PATCH] linux-user: warn if trying to use qemu-mipsn32[el] with non n32 ELF
 2020-08-23 10:36 UTC  (4+ messages)

[PATCH] net: usb: Fix uninit-was-stored issue in asix_read_cmd()
 2020-08-23 10:31 UTC  (8+ messages)
` [Linux-kernel-mentees] "

[libvirt test] 152686: regressions - FAIL
 2020-08-23 10:30 UTC 

[PATCH] scripts/qemu-version.sh: Add missing space before ']'
 2020-08-23 10:26 UTC 

[Buildroot] [PATCH 1/1] package/owfs: fix build with gcc 10
 2020-08-23 10:18 UTC 

[PATCH v2] linux-user: detect mismatched ELF ABI in qemu-mips[n32][el]
 2020-08-23 10:17 UTC 

[PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
 2020-08-23 10:16 UTC  (2+ messages)

OE-core CVE metrics for dunfell on Sun 23 Aug 2020 12:15:01 AM HST
 2020-08-23 10:15 UTC 

[PATCH v4] i3c: master: fix for SETDASA and DAA process
 2020-08-23 10:14 UTC  (5+ messages)

[PATCH v2] clk: samsung: Keep top BPLL mux on Exynos542x enabled
 2020-08-23 10:12 UTC  (3+ messages)

[GIT PULL] EDAC urgent for v5.9-rc2
 2020-08-23 10:12 UTC 

[Bug 209005] New: xfs_repair 5.7.0: missing newline in message: entry at block N offset NN in directory inode NNNNNN has illegal name "/foo":
 2020-08-23 10:07 UTC 

OE-core CVE metrics for master on Sun 23 Aug 2020 12:00:01 AM HST
 2020-08-23 10:03 UTC 

[Buildroot] [PATCH] package/tpm2-abrmd: bump to version 2.3.3
 2020-08-23 10:00 UTC 

[PATCH v2 02/10] fs/ntfs3: Add initialization of super block
 2020-08-23  9:55 UTC  (2+ messages)

[PATCH 0/3] prueth: Update all prueth firmwares
 2020-08-23  9:54 UTC  (7+ messages)
` [PATCH 1/3] prueth-hsr/prp: Update hsr/prp firmwares to latest
` [PATCH 3/3] prusw-fw: Package the firmware images from ti-linux-firmware

[PATCH v3 00/38] tools: move most libraries into tools/libs
 2020-08-23  9:53 UTC  (43+ messages)
` [PATCH v3 01/38] stubdom: add stubdom/mini-os.mk for Xen paths used by Mini-OS
` [PATCH v3 02/38] tools: switch XEN_LIBXEN* make variables to lower case (XEN_libxen*)
` [PATCH v3 03/38] tools: add a copy of library headers in tools/include
` [PATCH v3 04/38] tools: don't call make recursively from libs.mk
` [PATCH v3 05/38] tools: define ROUNDUP() in tools/include/xen-tools/libs.h
` [PATCH v3 06/38] tools: generate most contents of library make variables
` [PATCH v3 07/38] stubdom: add correct dependencies for Xen libraries
` [PATCH v3 08/38] stubdom: simplify building xen libraries for stubdoms
` [PATCH v3 09/38] tools: drop explicit path specifications for qemu build
` [PATCH v3 10/38] tools: tweak tools/libs/libs.mk for being able to support libxenctrl
` [PATCH v3 11/38] tools/python: drop libxenguest from setup.py
` [PATCH v3 12/38] tools: fix pkg-config file for libxenguest
` [PATCH v3 13/38] tools: don't assume libxenguest and libxenctrl to be in same directory
` [PATCH v3 14/38] tools/misc: don't use libxenctrl internals from xen-hptool
` [PATCH v3 15/38] tools/misc: don't include xg_save_restore.h from xen-mfndump.c
` [PATCH v3 16/38] tools/misc: replace PAGE_SIZE with XC_PAGE_SIZE in xen-mfndump.c
` [PATCH v3 17/38] tools/misc: drop all libxc internals from xen-mfndump.c
` [PATCH v3 18/38] tools/libxc: remove unused headers xc_efi.h and xc_elf.h
` [PATCH v3 19/38] tools/libxc: move xc_[un]map_domain_meminfo() into new source xg_domain.c
` [PATCH v3 20/38] tools/libxc: rename all libxenguest sources to xg_*
` [PATCH v3 21/38] tools/libxc: rename libxenguest internal headers
` [PATCH v3 22/38] tools/misc: rename xc_dom.h do xenctrl_dom.h
` [PATCH v3 23/38] tools/libxc: untangle libxenctrl from libxenguest
` [PATCH v3 24/38] tools/xcutils: use official headers in readnotes
` [PATCH v3 25/38] tools/xenpaging: remove libxc internals
` [PATCH v3 26/38] tools: move libxenctrl below tools/libs
` [PATCH v3 27/38] tools/libxc: move libxenguest to tools/libs/guest
` [PATCH v3 28/38] tools: split libxenstore into new tools/libs/store directory
` [PATCH v3 29/38] tools: split libxenvchan into new tools/libs/vchan directory
` [PATCH v3 30/38] tools: split libxenstat into new tools/libs/stat directory
` [PATCH v3 31/38] tools/libxl: fix dependencies of libxl tests
` [PATCH v3 32/38] tools/libxl: don't include libxl_osdeps.h from libxlutil sources
` [PATCH v3 33/38] tools/libxl: add missing items to clean target
` [PATCH v3 34/38] tools/libxl: move xl parsing checks to tools/xl
` [PATCH v3 35/38] tools/xl: don't assume libxl and libxlutil are in one directory
` [PATCH v3 36/38] tools/libxl: move libxenlight to tools/libs/light
` [PATCH v3 37/38] tools: add support for library names other than libxen*
` [PATCH v3 38/38] tools: move libxlutil to tools/libs/util

[Bug 208909] New: amdgpu Ryzen 7 4700U NULL pointer dereference multi monitor with rotation
 2020-08-23  9:52 UTC  (3+ messages)
` [Bug 208909] "

[PATCH v2 04/10] fs/ntfs3: Add file operations and implementation
 2020-08-23  9:48 UTC  (2+ messages)

[PATCH v2 0/2] I3C SETDASA and DAA process fix
 2020-08-20  9:23 UTC  (4+ messages)
` [PATCH v2 2/2] i3c: master: fix for SETDASA and DAA process

[PATCH v3] i3c: master: fix for SETDASA and DAA process
 2020-08-20 18:16 UTC  (3+ messages)

[PATCH v1 00/24] arm: Introduce Marvell/Cavium OcteonTX/TX2
 2020-08-23  9:41 UTC  (10+ messages)
` [PATCH v1 06/24] pci: pci-uclass: Add multi entry support for memory regions

[Buildroot] [PATCH 1/1] package/davfs2: bump to version 1.6.0
 2020-08-23  9:37 UTC 

[linux-5.4 test] 152675: tolerable FAIL - PUSHED
 2020-08-23  9:29 UTC 

[Buildroot] [PATCH v2, 1/1] package/gstreamer1/gst1-plugins-bad: fix deactivation of opencv
 2020-08-23  9:28 UTC  (2+ messages)

[Buildroot] [git commit] package/gstreamer1/gst1-plugins-bad: fix deactivation of opencv
 2020-08-23  9:27 UTC 

[PATCH 0/4] efi_loader: validate device path length in boot manager
 2020-08-23  9:26 UTC  (5+ messages)
` [PATCH 1/4] include: kernel.h: define SSIZE_MAX
` [PATCH 2/4] efi_loader: efi_dp_check_length()
` [PATCH 3/4] test: unit test for efi_dp_check_length()
` [PATCH 4/4] efi_loader: validate device path length in boot manager

[PATCH] scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort
 2020-08-23  9:14 UTC 

fix block device size update serialization v2
 2020-08-23  9:10 UTC  (8+ messages)
` [PATCH 1/3] block: replace bd_set_size with bd_set_nr_sectors
` [PATCH 2/3] block: fix locking for struct block_device size updates
` [PATCH 3/3] nvme: don't call revalidate_disk from nvme_set_queue_dying

[PATCH] meson: Don't make object files for dtrace on macOS
 2020-08-23  9:05 UTC 

fix block device size update serialization
 2020-08-23  9:09 UTC  (6+ messages)
` [PATCH 2/2] block: fix locking for struct block_device size updates

[PATCH 1/3] arm64: dts: imx8mm-evk: remove orphaned pinctrl-names property
 2020-08-23  9:05 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: imx8mn-evk: "
` [PATCH 3/3] arm64: dts: imx8mp-evk: "

[PATCH v2 1/4] dt-bindings: arm: fsl: Add binding for Variscite VAR-SOM-MX8MM module
 2020-08-23  8:58 UTC  (9+ messages)
` [PATCH v2 3/4] arm64: dts: imx8mm-var-som: Add Variscite VAR-SOM-MX8MM System on Module
` [PATCH v2 4/4] arm64: dts: imx8mm-var-som-symphony: Add Variscite Symphony board with VAR-SOM-MX8MM

[PATCH] dt-bindings: pinctrl: renesas,rza2-pinctrl: Fix pin controller node name
 2020-08-23  9:00 UTC  (4+ messages)

[PATCH] net: arc_emac: Fix memleak in arc_mdio_probe
 2020-08-23  8:56 UTC 

[PATCH bpf-next 0/3] samples: bpf: Refactor tracing programs with libbpf
 2020-08-23  8:53 UTC  (4+ messages)
` [PATCH bpf-next 1/3] samples: bpf: cleanup bpf_load.o from Makefile
` [PATCH bpf-next 2/3] samples: bpf: Refactor kprobe tracing programs with libbpf
` [PATCH bpf-next 3/3] samples: bpf: Refactor tracepoint "

Why disable NEON support in recipes if runtime detection works?
 2020-08-23  8:53 UTC  (8+ messages)
` [OE-core] "

[PATCH] ARM: dts: imx6q-kontron-samx6i: Remove old fsl, spi-num-chipselects
 2020-08-23  8:49 UTC  (2+ messages)
` [PATCH] ARM: dts: imx6q-kontron-samx6i: Remove old fsl,spi-num-chipselects

[PATCH 1/1] sh: add support for cmpxchg on u8 and u16 pointers
 2020-08-23  8:47 UTC  (2+ messages)

[PATCH v2 1/2] arm64: defconfig: Enable USB gadget with configfs
 2020-08-23  8:42 UTC  (4+ messages)

[patch 0/2] timekeeping: NMI safe timekeeper enhancements
 2020-08-23  8:43 UTC  (6+ messages)

[patch 2/2] timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper
 2020-08-23  8:40 UTC  (2+ messages)
` [tip: timers/core] "

[patch 1/2] timekeeping: Utilize local_clock() for NMI safe timekeeper during early boot
 2020-08-23  8:40 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] chelsio: switch from 'pci_' to 'dma_' API
 2020-08-23  8:36 UTC  (2+ messages)

[dpdk-dev] Marvell DPDK 20.11 Roadmap
 2020-08-23  8:36 UTC 

[PATCH] meson: Build qemu-nbd on macOS again
 2020-08-23  8:32 UTC 

[GIT pull] core/urgent for v5.9-rc2
 2020-08-23  8:25 UTC  (4+ messages)
` [GIT pull] efi/urgent "
` [GIT pull] perf/urgent "
` [GIT pull] x86/urgent "

[PULL 00/14] Linux user for 5.2 patches
 2020-08-23  8:21 UTC  (4+ messages)

[PATCH v2] CODING_STYLE.rst: flesh out our naming conventions
 2020-08-23  8:20 UTC  (2+ messages)

[habanaai:habanalabs-next 21/21] drivers/misc/habanalabs/common/command_buffer.c:346:44: warning: cast to pointer from integer of different size
 2020-08-23  8:13 UTC 

[PATCH net-next 0/7] mlxsw: Misc updates
 2020-08-23  8:06 UTC  (8+ messages)
` [PATCH net-next 1/7] mlxsw: spectrum_trap: Adjust default policer burst size for Spectrum-{2, 3}
` [PATCH net-next 2/7] selftests: mlxsw: Decrease required rate accuracy
` [PATCH net-next 3/7] selftests: mlxsw: Increase burst size for rate test
` [PATCH net-next 4/7] selftests: mlxsw: Increase burst size for burst test
` [PATCH net-next 5/7] selftests: forwarding: Fix mausezahn delay parameter in mirror_test()
` [PATCH net-next 6/7] selftests: mlxsw: Reduce runtime of tc-police scale test
` [PATCH net-next 7/7] mlxsw: spectrum_ethtool: Remove internal speeds from PTYS register

[PATCH v3 0/3] m68k/mm: switch from DISCONTIGMEM to SPARSEMEM
 2020-08-23  8:06 UTC  (8+ messages)

[PATCH] net: atheros: switch from 'pci_' to 'dma_' API
 2020-08-23  8:03 UTC  (2+ messages)

[PATCH 2/2] ALSA: firewire-digi00x: exclude Avid Adrenaline from detection
 2020-08-23  8:01 UTC  (4+ messages)

[patch RFC 00/38] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-23  8:03 UTC  (11+ messages)
` [patch RFC 38/38] irqchip: Add IMS array driver - NOT FOR MERGING

[PATCH 1/2] ALSA; firewire-tascam: exclude Tascam FE-8 from detection
 2020-08-23  8:01 UTC  (4+ messages)

[PATCHv2] PCI: Add pci_iounmap
 2020-08-23  8:01 UTC  (3+ messages)

[PATCH] rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
 2020-08-23  7:58 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-08-22
 2020-08-23  7:58 UTC 

[PATCH] Bluetooth: btusb: Fix memleak in btusb_mtk_submit_wmt_recv_urb
 2020-08-23  7:44 UTC 

[jgunthorpe:for-yishai 30/35] ERROR: modpost: "__aeabi_uldivmod" undefined!
 2020-08-23  7:39 UTC 

[PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task
 2020-08-23  7:33 UTC  (7+ messages)

[PATCH v6 0/8] Generalize start-powered-off property from ARM
 2020-08-23  7:14 UTC  (4+ messages)
` [PATCH v6 4/8] ppc/e500: Use start-powered-off CPUState property

[kbd] Broken bkeymap
 2020-08-23  7:26 UTC 

[PATCH v2 0/4] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit
 2020-08-23  7:24 UTC  (5+ messages)
` [PATCH v2 3/4] arm64: defconfig: re-sync DRM related defconfig bits

[PATCH] NFC: st95hf: Fix memleak in st95hf_in_send_cmd
 2020-08-23  7:23 UTC 

[PATCH v4 0/2] arm64: dts: imx8mq: Add NWL DSI host controller to Librem 5 Devkit
 2020-08-23  7:18 UTC  (6+ messages)
` [PATCH v4 1/2] arm64: defconfig: re-sync DRM related defconfig bits
` [PATCH v4 2/2] arm64: defconfig: Enable imx8mq-librem5-devkit display stack

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-08-23  7:05 UTC  (4+ messages)
` [PATCH v2 1/9] docs: Document IO Address Space ID (IOASID) APIs

[dpdk-dev] [PATCH 0/2] net/mlx5: manage modify actions with hashed list
 2020-08-23  7:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/mlx5: add hash list extended lookup and insert

[PATCH] watchdog: Fix double-free in watchdog_cdev_register
 2020-08-23  7:13 UTC 

[PATCH v33 03/12] LRNG - sysctls and /proc interface
 2020-08-23  7:10 UTC  (3+ messages)

[RFC PATCH net-next 0/6] devlink: Add device metric support
 2020-08-23  7:04 UTC  (11+ messages)

[chrome-os:chromeos-5.4 132/158] msm_iommu.c:undefined reference to `free_io_pgtable_ops'
 2020-08-23  7:02 UTC 

[RFC PATCH] habanalabs: goya: make use of dma_mmap_coherent
 2020-08-23  7:01 UTC  (2+ messages)

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2020-08-23  6:58 UTC 

KMSAN: uninit-value in vga16fb_imageblit
 2020-08-23  6:58 UTC  (2+ messages)

[PATCH 0/5] bio: Direct IO: convert to pin_user_pages_fast()
 2020-08-23  6:57 UTC  (4+ messages)
` [PATCH 4/5] bio: introduce BIO_FOLL_PIN flag

drivers/mtd/nand/raw/fsmc_nand.c:340 fsmc_setup_interface() warn: passing a valid pointer to 'PTR_ERR'
 2020-08-23  6:56 UTC 

[PATCH 2/2] travis.yml: Drop the Python 3.5 and 3.6 builds
 2020-08-23  6:54 UTC  (2+ 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.