All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-21 10:18:52 to 2020-08-21 10:49:53 UTC [more...]

[PULL v8 000/152] Meson-based build system
 2020-08-21 10:22 UTC  (58+ 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 017/152] configure: integrate Meson in the build system
` [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 031/152] contrib/vhost-user-blk: "
` [PULL v8 032/152] vhost-user-scsi: add compatibility for libiscsi 1.9.0
` [PULL v8 033/152] contrib/vhost-user-scsi: convert to Meson
` [PULL v8 034/152] contrib/rdmacm-mux: "
` [PULL v8 035/152] contrib/vhost-user-input: convert to meson
` [PULL v8 036/152] contrib/vhost-user-gpu: "
` [PULL v8 037/152] contrib/ivshmem: "
` [PULL v8 038/152] contrib/elf2dmp: "
` [PULL v8 039/152] meson: add macos dependencies
` [PULL v8 040/152] meson: add solaris and Haiku libraries
` [PULL v8 041/152] meson: convert qemu-ga
` [PULL v8 042/152] meson: convert vss-win32
` [PULL v8 043/152] meson: add msi generation
` [PULL v8 044/152] meson: convert dummy Windows qga/qemu-ga target
` [PULL v8 045/152] meson: add qemu-bridge-helper
` [PULL v8 046/152] meson: add qemu-keymap
` [PULL v8 047/152] meson: add qemu-edid
` [PULL v8 048/152] meson: add virtfs-proxy-helper
` [PULL v8 049/152] meson: keymap-gen
` [PULL v8 051/152] meson: generate shader headers
` [PULL v8 052/152] meson: generate hxtool files
` [PULL v8 053/152] meson: handle edk2 bios and descriptors
` [PULL v8 056/152] meson: convert check-qapi-schema
` [PULL v8 057/152] meson: convert qom directory to Meson (tools part)
` [PULL v8 058/152] meson: convert authz directory to Meson
` [PULL v8 061/152] meson: convert target/s390x/gen-features.h
` [PULL v8 064/152] meson: convert chardev directory to Meson (tools part)

[PATCH] video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=n
 2020-08-21 10:49 UTC  (2+ messages)

[RFC PATCH v2 5/9] ext4: add freespace tree optimizations
 2020-08-21 10:48 UTC  (2+ messages)

[PATCH net-next 0/9] l2tp: replace custom logging code with tracepoints
 2020-08-21 10:47 UTC  (10+ messages)
` [PATCH 1/9] l2tp: don't log data frames
` [PATCH 2/9] l2tp: remove noisy logging, use appropriate log levels
` [PATCH 3/9] l2tp: use standard API for warning log messages
` [PATCH 4/9] l2tp: add tracepoint infrastructure to core
` [PATCH 5/9] l2tp: add tracepoint definitions in trace.h
` [PATCH 6/9] l2tp: add tracepoints to l2tp_core.c
` [PATCH 7/9] l2tp: remove custom logging macros
` [PATCH 8/9] l2tp: remove tunnel and session debug flags field
` [PATCH 9/9] docs: networking: add tracepoint info to l2tp.rst

[PATCH v2 0/2] Add SPMI support for Mediatek MT6873/8192 SoC IC
 2020-08-21 10:44 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: spmi: document binding for the Mediatek SPMI controller
` [PATCH v2 2/2] spmi: mediatek: Add support for MT6873/8192

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

[PATCH v1 1/2] pinctrl: mediatek: support access registers without race-condition
 2020-08-21 10:44 UTC  (5+ messages)

[PATCH v5 00/15] block/nvme: Various cleanups required to use multiple queues
 2020-08-21 10:23 UTC  (5+ messages)
` [PATCH v5 13/15] block/nvme: Simplify nvme_create_queue_pair() arguments
` [PATCH v5 14/15] block/nvme: Extract nvme_poll_queue()

[PATCH] media: mtk-vcodec: fix Kconfig help text
 2020-08-21 10:43 UTC 

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

[PATCH v5 0/8] huge vmalloc mappings
 2020-08-21 10:39 UTC  (5+ messages)
` [PATCH v5 5/8] mm: HUGE_VMAP arch support cleanup

[PATCH 1/2] exfat: add NameLength check when extracting name
 2020-08-21 10:41 UTC  (5+ messages)
  ` [PATCH 2/2] exfat: unify name extraction

[PATCH v2] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-21 10:40 UTC  (3+ messages)

[PATCH v3 00/16] mtk-vcodec: venc: support for MT8183 and v4l2-compliance fixes
 2020-08-21 10:35 UTC  (26+ 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 1/4] mm: Export flush_vm_area() to sync the PTEs upon construction
 2020-08-21 10:39 UTC  (14+ messages)
      ` [Intel-gfx] "
` [PATCH] mm: Track page table modifications in __apply_to_page_range() construction
    ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with mm: Track page table modifications in __apply_to_page_range() construction (rev2)

[PATCH v4 00/17] media: mtk-vcodec: venc: support for MT8183
 2020-08-21 10:36 UTC  (36+ 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 0/2] Reintroduce PROT_SAO
 2020-08-21 10:37 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: Disallow PROT_SAO in LPARs by default

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

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

[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 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  (6+ 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] 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  (5+ 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()

Working with the KernelCI project
 2020-08-21 10:19 UTC  (4+ messages)

[PATCH] Revert "irqchip/mtk-sysirq: Convert to a platform driver"
 2020-08-21 10:17 UTC  (7+ 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


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.