All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-21 10:03:30 to 2020-08-21 10:39:09 UTC [more...]

[PULL v8 000/152] Meson-based build system
 2020-08-21 10:21 UTC  (34+ messages)
` [PULL v8 001/152] oss-fuzz/build: remove LIB_FUZZING_ENGINE
` [PULL v8 002/152] optionrom: simplify Makefile
` [PULL v8 003/152] pc-bios/s390-ccw: do not use rules.mak
` [PULL v8 004/152] trace: switch position of headers to what Meson requires
` [PULL v8 005/152] meson: rename included C source files to .c.inc
` [PULL v8 006/152] meson: rename .inc.h files to .h.inc
` [PULL v8 007/152] build-sys hack: ensure target directory is there
` [PULL v8 008/152] tests/vm: do not pollute configure with --efi-aarch64
` [PULL v8 009/152] tests/vm: check for Python YAML parser in the Makefile
` [PULL v8 010/152] tests/docker: add test script for static linux-user builds
` [PULL v8 011/152] nsis: use "make DESTDIR=" instead of "make prefix="
` [PULL v8 012/152] configure: do not include $(...) variables in config-host.mak
` [PULL v8 013/152] configure: expand path variables for meson configure
` [PULL v8 014/152] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson
` [PULL v8 015/152] tests/vm: include setuptools
` [PULL v8 016/152] configure: add support for pseudo-"in source tree" builds
` [PULL v8 018/152] configure: generate Meson cross file
` [PULL v8 019/152] build-sys hack: link with whole .fa archives
` [PULL v8 020/152] build-sys: add meson submodule
` [PULL v8 021/152] meson: move summary to meson.build
` [PULL v8 022/152] meson: enable pie
` [PULL v8 023/152] meson: use coverage option
` [PULL v8 024/152] meson: add sparse support
` [PULL v8 025/152] meson: add testsuite Makefile generator
` [PULL v8 026/152] libqemuutil, qapi, trace: convert to meson
` [PULL v8 027/152] meson: add remaining generated tcg trace helpers
` [PULL v8 028/152] meson: add version.o
` [PULL v8 029/152] contrib/libvhost-user: convert to Meson
` [PULL v8 030/152] tools/virtiofsd: "
` [PULL v8 034/152] contrib/rdmacm-mux: "
` [PULL v8 036/152] contrib/vhost-user-gpu: convert to meson
` [PULL v8 037/152] contrib/ivshmem: "
` [PULL v8 044/152] meson: convert dummy Windows qga/qemu-ga target

[PATCH v4 00/17] media: mtk-vcodec: venc: support for MT8183
 2020-08-21 10:36 UTC  (33+ messages)
` [PATCH v4 01/17] media: mtk-vcodec: abstract firmware interface
` [PATCH v4 02/17] dt-bindings: media: mtk-vcodec: document SCP node
` [PATCH v4 03/17] media: mtk-vcodec: add SCP firmware ops
` [PATCH v4 04/17] media: mtk-vcodec: venc: support SCP firmware
` [PATCH v4 05/17] media: mtk-vcodec: venc: handle firmware version field
` [PATCH v4 06/17] media: mtk-vcodec: venc: specify bitrate range per-chip
` [PATCH v4 07/17] media: mtk-vcodec: venc: specify supported formats per-chip
` [PATCH v4 08/17] dt-bindings: media: document mediatek,mt8183-vcodec-enc
  ` [PATCH v4 08/17] dt-bindings: media: document mediatek, mt8183-vcodec-enc
` [PATCH v4 09/17] arm64: dts: mt8183: add encoder node
` [PATCH v4 10/17] media: mtk-vcodec: add support for MT8183 encoder
` [PATCH v4 11/17] Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding"
` [PATCH v4 12/17] media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS control
` [PATCH v4 13/17] media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONE
` [PATCH v4 14/17] media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZES
` [PATCH v4 15/17] media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formats
` [PATCH v4 16/17] media: mtk-vcodec: venc: set default time per frame
` [PATCH v4 17/17] media: mtk-vcodec: venc: fix invalid time per frame in S_PARM

[PATCH V2 3/3] vdpa_sim: implement get_iova_range()
 2020-08-21 10:33 UTC  (4+ messages)

[PATCH 1/4] mm: Export flush_vm_area() to sync the PTEs upon construction
 2020-08-21 10:36 UTC  (14+ messages)
      ` [Intel-gfx] "
` [Intel-gfx] [PATCH] mm: Track page table modifications in __apply_to_page_range() construction
  `  "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with mm: Track page table modifications in __apply_to_page_range() construction (rev2)

[PATCH] powerpc/prom_init: Check display props exist before enabling btext
 2020-08-21 10:34 UTC 

[PATCH v3 00/16] mtk-vcodec: venc: support for MT8183 and v4l2-compliance fixes
 2020-08-21 10:35 UTC  (25+ messages)
` [PATCH v3 01/16] media: mtk-vcodec: abstract firmware interface
` [PATCH v3 02/16] dt-bindings: media: mtk-vcodec: document SCP node
` [PATCH v3 03/16] media: mtk-vcodec: add SCP firmware ops
` [PATCH v3 04/16] media: mtk-vcodec: venc: support SCP firmware

[PATCH net-next v2] Add Mellanox BlueField Gigabit Ethernet driver
 2020-08-21 10:35 UTC  (5+ messages)

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-08-21 10:34 UTC  (12+ messages)
` [PATCH v1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH v1 2/5] kernel/resource: merge_system_ram_resources() to merge resources after hotplug
` [PATCH v1 3/5] virtio-mem: try to merge system ram resources
` [PATCH v1 4/5] xen/balloon: "
` [PATCH v1 5/5] hv_balloon: "

system freeze while running balance on Linux 5.8
 2020-08-21 10:27 UTC 

[PATCH v2 0/7] usb: host: xhci: some changes for xhci-plat.c
 2020-08-21 10:35 UTC  (5+ messages)
` [PATCH v2 5/7] usb: host: xhci-plat: add wakeup entry at sysfs

[PATCH bpf-next v3 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-21 10:29 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] net: sk_msg: simplify sk_psock initialization
` [PATCH bpf-next v3 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next v3 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next v3 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next v3 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next v3 6/6] selftests: bpf: test sockmap "

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

[PATCH] x86/entry/64: Disallow RDPID in paranoid entry if KVM is enabled
 2020-08-21 10:28 UTC  (10+ messages)

[PATCH v4 1/3, RESEND] media: camss: vfe: Use trace_printk for debugging only
 2020-08-21 10:27 UTC  (8+ messages)
` [PATCH v4 3/3] media: atomisp: Only use trace_printk if allowed

[GIT PULL] tee memref null for v5.10
 2020-08-21 10:25 UTC  (2+ messages)

[RFC PATCH v2 0/5] ext4/jbd2: data=journal: write-protect pages on transaction commit
 2020-08-21 10:26 UTC  (6+ messages)
` [RFC PATCH v2 3/5] ext4: data=journal: write-protect pages on submit inode data buffers callback

[Linux-kernel-mentees] [PATCH] v4l2-tpg: Fix global-out-of-bounds read in precalculate_color()
 2020-08-21 10:26 UTC  (7+ messages)

[pci:pci/enumeration] BUILD SUCCESS 92ff4b49c2a91b0ffd6a00d4c32f8f792e5336ad
 2020-08-21 10:24 UTC 

[BUG RT] dump-capture kernel not executed for panic in interrupt context
 2020-08-21 10:25 UTC  (5+ messages)

[PATCH 0/2][v2] Some leaked root fixes
 2020-08-21 10:25 UTC  (5+ messages)
` [PATCH 2/2] btrfs: pretty print leaked root name

shared features in cpuid
 2020-08-21 10:25 UTC  (2+ messages)

hid-multitouch: is pen hovering ever possible?
 2020-08-21 10:24 UTC 

[PATCH] btrfs: check the right variable in btrfs_del_dir_entries_in_log
 2020-08-21 10:21 UTC  (4+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-08-21 10:22 UTC  (6+ messages)
` BPF sk_lookup v5 - TCP SYN and UDP 0-len flood benchmarks

[PATCH v3] configure: add support for pseudo-"in source tree" builds
 2020-08-21 10:22 UTC 

[PATCH v2 0/8] x86/debug: Untangle handle_debug()
 2020-08-21  9:39 UTC  (9+ messages)
` [PATCH v2 1/8] x86/debug: Allow a single level of #DB recursion
` [PATCH v2 2/8] x86/debug: Sync BTF earlier
` [PATCH v2 3/8] x86/debug: Move kprobe_debug_handler() into exc_debug_kernel()
` [PATCH v2 4/8] x86/debug: Remove handle_debug(.user) argument
` [PATCH v2 5/8] x86/debug: Simplify #DB signal code
` [PATCH v2 6/8] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()
` [PATCH v2 7/8] x86/debug: Move cond_local_irq_enable() block into exc_debug_user()
` [PATCH v2 8/8] x86/debug: Remove the historical junk

[PATCH v5 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-08-21 10:20 UTC  (13+ messages)
` [PATCH v5 08/15] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
` [PATCH v5 09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
` [PATCH v5 10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
` [PATCH v5 11/15] block/nvme: Simplify nvme_init_queue() arguments
` [PATCH v5 12/15] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
` [PATCH v5 13/15] block/nvme: Simplify nvme_create_queue_pair() arguments

[PATCH] topology: hda-dsp: Remove srcintc module from HDA DSP topology
 2020-08-21 10:21 UTC 

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-21 10:09 UTC  (7+ messages)
` [PATCH 07/18] hw/sd: sd: Fix incorrect populated function switch status data structure

[RFC][PATCH 0/7] x86/debug: Untangle handle_debug()
 2020-08-21 10:19 UTC  (4+ messages)
` [RFC][PATCH 4/7] x86/debug: Move historical SYSENTER junk into exc_debug_kernel()

[kernelci-members] Working with the KernelCI project
 2020-08-21 10:19 UTC  (8+ messages)
      `  "

[PATCH] Revert "irqchip/mtk-sysirq: Convert to a platform driver"
 2020-08-21 10:17 UTC  (9+ messages)

Xen 4.14.0 is busted on Dell 300x IoT Gateways
 2020-08-21 10:18 UTC  (3+ messages)
` [PATCH 0/2] Xen: Use a dedicated pointer for IRQ data

[PATCH v2] configure: add support for pseudo-"in source tree" builds
 2020-08-21 10:17 UTC  (7+ messages)

[LTP] [PATCH] tst_af_alg: fix build error when ALG_SET_AEAD_ASSOCLEN undefined
 2020-08-21 10:18 UTC 

[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
 2020-08-21 10:16 UTC  (3+ messages)
` [Intel-gfx] [PATCH v6 05/11] drm/i915: Try to make bigjoiner work in atomic check

[PATCH] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-08-21 10:16 UTC  (3+ messages)

[PATCH] configure: add support for psuedo-"in source tree" builds
 2020-08-21 10:14 UTC  (4+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-21 10:15 UTC  (11+ messages)
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res

[PATCH 0/2] fdmon-poll: reset npfd when upgrading to fdmon-epoll
 2020-08-21 10:12 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests: add test-fdmon-epoll

[PATCH v3] mm/gup: Allow real explicit breaking of COW
 2020-08-21 10:13 UTC  (9+ messages)

[gustavoars-linux:for-linus/kspp] BUILD SUCCESS 0063a804dc07e3738ab92acbf1bb49a98ea45327
 2020-08-21 10:12 UTC 

Xen 4.14.0 fails on Dell IoT Gateway without efi=no-rs
 2020-08-21 10:11 UTC  (5+ messages)

[Intel-gfx] [PATCH i-g-t v3 00/19] tests/core_hotunplug: Fixes and enhancements
 2020-08-21 10:11 UTC  (3+ messages)
  ` [igt-dev] "

[PATCH 0/2] Fix trailers atom bug and improved tests
 2020-08-21 10:11 UTC  (7+ messages)
` [PATCH 1/2] t6300: unify %(trailers) and %(contents:trailers) tests
` [PATCH v2 0/2] Fix trailers atom bug and improved tests
  ` [PATCH v2 1/2] t6300: unify %(trailers) and %(contents:trailers) tests
  ` [PATCH v2 2/2] ref-filter: 'contents:trailers' show error if `:` is missing

[PATCH] driver: tee: Handle NULL pointer indication from client
 2020-08-21 10:09 UTC  (3+ messages)

[PATCH] mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_work
 2020-08-21 10:09 UTC 

[PATCH] virtio-gpu: fix unmap the already mapped items
 2020-08-21 10:07 UTC  (2+ messages)

[GIT PULL] optee i2c for v5.10
 2020-08-21 10:05 UTC  (2+ messages)

btrfs filesystem errors
 2020-08-21 10:06 UTC  (2+ messages)

[PATCH v5 00/11] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-08-21 10:06 UTC  (6+ messages)
` [PATCH v5 11/11] "

[PATCH] numa: hmat: fix cache size check
 2020-08-21 10:05 UTC 

[PATCHv9] drivers: optee: allow op-tee to access devices on the i2c bus
 2020-08-21 10:04 UTC  (4+ messages)

[PATCH v3 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-21 10:00 UTC  (5+ messages)
` [PATCH v3 10/10] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function


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.