All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-14 12:55:38 to 2021-09-14 13:22:03 UTC [more...]

[PATCH v2 00/10] trace-cmd dump - v7 update
 2021-09-14 13:21 UTC  (11+ messages)
` [PATCH v2 01/10] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v2 02/10] trace-cmd dump: Print compression header
` [PATCH v2 03/10] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v2 04/10] trace-cmd dump: Read recursively all options sections
` [PATCH v2 05/10] trace-cmd dump: Read extended BUFFER option
` [PATCH v2 06/10] trace-cmd dump: Dump sections
` [PATCH v2 07/10] trace-cmd dump: Dump trace file version 7
` [PATCH v2 08/10] trace-cmd dump: Dump sections content
` [PATCH v2 09/10] trace-cmd dump: Add new argument --sections
` [PATCH v2 10/10] trace-cmd dump: Align better the output of flyrecord dump

[Buildroot] [PATCH v2] package/iptables: add init script
 2021-09-14 13:21 UTC 

[PATCH v2 1/2] iio: adc: ad799x: Implement selecting external reference voltage input on AD7991, AD7995 and AD7999
 2021-09-14 13:21 UTC  (3+ messages)

[PATCH v5 00/21] Add LoongArch linux-user emulation support
 2021-09-14 13:00 UTC  (19+ messages)
` [PATCH v5 01/21] target/loongarch: Add README
` [PATCH v5 02/21] target/loongarch: Add core definition
` [PATCH v5 03/21] target/loongarch: Add main translation routines
` [PATCH v5 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v5 05/21] target/loongarch: Add fixed point shift "
` [PATCH v5 06/21] target/loongarch: Add fixed point bit "
` [PATCH v5 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v5 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v5 09/21] target/loongarch: Add fixed point extra "
` [PATCH v5 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v5 12/21] target/loongarch: Add floating point conversion "
` [PATCH v5 14/21] target/loongarch: Add floating point load/store "
` [PATCH v5 15/21] target/loongarch: Add branch "
` [PATCH v5 16/21] target/loongarch: Add disassembler
` [PATCH v5 17/21] LoongArch Linux User Emulation
` [PATCH v5 18/21] default-configs: Add loongarch linux-user support
` [PATCH v5 19/21] target/loongarch: Add target build suport
` [PATCH v5 21/21] scripts: add loongarch64 binfmt config

[PATCH v2 1/5] erofs-utils: introduce dump.erofs
 2021-09-14 13:20 UTC  (7+ messages)
` [PATCH v2 2/5] dump.erofs: add "-s" option to dump superblock information
` [PATCH v2 3/5] dump.erofs: add -S options for collecting statistics of the whole filesystem
` [PATCH v2 4/5] dump.erofs: add -i options to dump file information of specific inode number

[PATCH 2/2] clk: qcom: Add Global Clock Controller driver for QCM2290
 2021-09-14 13:20 UTC  (3+ messages)

[PATCH 01/16] tty: unexport tty_ldisc_release
 2021-09-14 13:19 UTC  (5+ messages)
` [PATCH 08/16] tty: drivers/tty/serial/, stop using tty_flip_buffer_push
  ` [PATCH 14/16] tty: drivers/staging/, "
    ` [greybus-dev] "

[PATCH v2 0/8] trace-cmd convert
 2021-09-14 13:19 UTC  (9+ messages)
` [PATCH v2 1/8] trace-cmd library: Use output handler when copying data from input file
` [PATCH v2 2/8] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v2 3/8] trace-cmd library: Copy CPU count between trace files
` [PATCH v2 4/8] trace-cmd library: New API to copy buffer description "
` [PATCH v2 5/8] trace-cmd library: New API to copy options "
` [PATCH v2 6/8] trace-cmd library: New API to copy trace data "
` [PATCH v2 7/8] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v2 8/8] trace-cmd: Add new subcommand "convert"

Deploying new iterator interface for dma-buf
 2021-09-14 13:18 UTC  (7+ messages)
` [PATCH 01/26] dma-buf: add dma_resv_for_each_fence_unlocked
  ` [Intel-gfx] "
` [PATCH 13/26] drm/i915: use the new iterator in i915_gem_busy_ioctl
  ` [Intel-gfx] "

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-14 13:06 UTC  (10+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server

[PATCH v2 00/20] Trace file version 7 - compression
 2021-09-14 13:16 UTC  (21+ messages)
` [PATCH v2 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v2 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v2 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v2 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v2 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v2 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v2 07/20] trace-cmd library: Compress part of "
` [PATCH v2 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v2 09/20] trace-cmd library: Compress the trace data
` [PATCH v2 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v2 11/20] trace-cmd library: Read compression header
` [PATCH v2 12/20] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v2 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v2 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v2 15/20] trace-cmd library: Read compressed latency data
` [PATCH v2 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v2 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v2 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v2 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v2 20/20] trace-cmd report: Add new parameter for trace file compression

[LTP] [PATCH] scripts/checkpatch.pl: Ignore TST_* in constant checks
 2021-09-14 13:16 UTC  (4+ messages)

[PATCH] lsm_audit: avoid overloading the "key" audit field
 2021-09-14 13:15 UTC  (2+ messages)

[PATCH v3 00/25] Trace file version 7 - sections
 2021-09-14 13:14 UTC  (26+ messages)
` [PATCH v3 01/25] trace-cmd library: Define trace file version 7
` [PATCH v3 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH v3 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH v3 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH v3 05/25] trace-cmd library: Write header "
` [PATCH v3 06/25] trace-cmd library: Add multiple options sections in trace file version 7
` [PATCH v3 07/25] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH v3 08/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH v3 09/25] trace-cmd record: Append trace options after the trace data are written
` [PATCH v3 10/25] trace-cmd library: Add section header before flyrecord trace data
` [PATCH v3 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v3 12/25] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH v3 13/25] trace-cmd library: Add macro to check file state on reading
` [PATCH v3 14/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v3 15/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH v3 16/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v3 17/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v3 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH v3 19/25] trace-cmd library: Handle the extended DONE option
` [PATCH v3 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH v3 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v3 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH v3 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH v3 24/25] trace-cmd: Call additional APIs when creating trace file
` [PATCH v3 25/25] trace-cmd report: Add new parameter for trace file version

[PATCH net-next] r8169: remove support for chip version RTL_GIGA_MAC_VER_27
 2021-09-14 13:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] examples/ipsec-secgw: add support for event vector
 2021-09-14 13:14 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] Export Idlemask values based on the APU
 2021-09-14 13:14 UTC 

[PATCH v2 0/4] ceph: forward average read/write/metadata latency
 2021-09-14 13:13 UTC  (6+ messages)
` [PATCH v2 2/4] ceph: track average/stdev r/w/m latency

[PATCH] drm/amdgpu: Update PSP TA unload function
 2021-09-14 13:13 UTC  (2+ messages)

[PATCH] drm/amdgpu: Conform ASD header/loading to generic TA systems
 2021-09-14 13:13 UTC  (2+ messages)

[PATCH v3 00/21] trace-cmd fixes and clean-ups
 2021-09-14 13:12 UTC  (22+ messages)
` [PATCH v3 01/21] trace-cmd library: Read option id with correct endian
` [PATCH v3 02/21] trace-cmd report: Fix typos in error messages
` [PATCH v3 03/21] trace-cmd library: Fix version string memory leak
` [PATCH v3 04/21] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v3 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH v3 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH v3 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v3 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v3 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v3 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v3 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH v3 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH v3 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH v3 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH v3 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v3 16/21] trace-cmd report: Close input file handlers on exit
` [PATCH v3 17/21] trace-cmd report: Do not print empty buffer name
` [PATCH v3 18/21] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH v3 19/21] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v3 20/21] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v3 21/21] trace-cmd report: Init the top trace instance earlier

[PATCH net-next 0/8] RTL8366(RB) cleanups part 1
 2021-09-14 13:12 UTC  (6+ messages)
` [PATCH net-next 5/8] net: dsa: rtl8366: Disable "4K" VLANs

[PATCH] btrfs: make btrfs_node_key static inline
 2021-09-14 13:12 UTC  (2+ messages)

[PATCHv2 1/2] arm: Remove flea3 board
 2021-09-14 13:09 UTC  (2+ messages)
` [PATCHv2 2/2] arm: Remove aspenite board

[PATCH v3 0/9] Add imx8ulp clock & reset driver support
 2021-09-14 13:11 UTC  (7+ messages)
` [PATCH v3 1/9] dt-bindings: clock: Add imx8ulp clock support
` [PATCH v3 9/9] clk: imx: Add the pcc reset controller support on imx8ulp

[linux-linus test] 164977: regressions - FAIL
 2021-09-14 13:10 UTC 

[PATCH] libselinux/utils: drop requirement to combine compiling and linking
 2021-09-14 13:10 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/5] ARM: support THREAD_INFO_IN_TASK
 2021-09-14 13:07 UTC  (4+ messages)

[PATCH v3] mm/page_isolation: guard against possible putback unisolated page
 2021-09-14 13:09 UTC  (2+ messages)

[PATCH v3 0/1] AUXADC: Mediatek auxadc driver
 2021-09-14 13:09 UTC  (2+ messages)
` [PATCH] iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED

[PATCH bpf v4 00/14] bpf/tests: Extend JIT test suite coverage
 2021-09-14 13:09 UTC  (5+ messages)
` [PATCH bpf v4 13/14] bpf/tests: Fix error in tail call limit tests

[MAINTAINER SUMMIT] User-space requirements for accelerator drivers
 2021-09-14 13:07 UTC  (23+ messages)

[LTP] [PATCH 1/2] runtest/smoketest: Remove intermittent failed test case route4-change-dst
 2021-09-14 13:07 UTC  (4+ messages)

[PATCH] image: fit: fix byte order for crc32 hash check
 2021-09-14 13:07 UTC  (2+ messages)

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-14 13:00 UTC  (8+ messages)
` [PATCH 1/3] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 3/3] bios-tables-test: Update ACPI DSDT table golden blobs for q35

[PATCH v12 0/5] Add SPMI support for Mediatek SoC IC
 2021-09-14 13:03 UTC  (5+ messages)
` [PATCH v12 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller

[RFC PATCH v2] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
 2021-09-14 12:59 UTC  (2+ messages)

[PATCH v3] ASoC: dt-bindings: mediatek: mt8192: re-add audio afe document
 2021-09-14 13:03 UTC  (3+ messages)

[dpdk-dev] Questions about rte_eth_link_speed_to_str API
 2021-09-14 13:04 UTC  (5+ messages)

[syzbot] riscv/fixes boot error: BUG: unable to handle kernel NULL pointer dereference in corrupted
 2021-09-14 13:04 UTC  (3+ messages)

[v2,0/2] update mediatek wdt driver and dt-binding
 2021-09-14 12:51 UTC  (5+ messages)
` [v2,1/2] watchdog: mtk: add disable_wdt_extrst support

[Intel-gfx] [PATCH] drm/i915/display: Enable second VDSC engine for higher moderates
 2021-09-14 13:04 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/seatd: bump to version 0.6.0
 2021-09-14 13:01 UTC  (2+ messages)
` [Buildroot] [PATCH v2 1/1] package/seatd: bump to version 0.6.1

[Buildroot] [git commit branch/2021.02.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 12:59 UTC 

[PATCH v6 0/6] pSeries FORM2 affinity support
 2021-09-14 12:58 UTC  (3+ messages)
` [PATCH v6 6/6] spapr_numa.c: FORM2 NUMA "

[zen-kernel-zen-kernel:5.14/prjc 199/209] kernel/sched/alt_core.c:5387: warning: expecting prototype for sys_sched_getscheduler(). Prototype was for sys_sched_getparam() instead
 2021-09-14 13:03 UTC 

[Buildroot] [git commit branch/2021.02.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:56 UTC 

[RFC PATCH V4 0/6] riscv: Add PBMT & DMA for D1 bringup
 2021-09-14 13:02 UTC  (12+ messages)
` [RFC PATCH V4 6/6] riscv: soc: Add Allwinner SoC kconfig option

[Buildroot] [git commit branch/2021.02.x] package/gd: bump to version 2.3.2
 2021-09-14 12:56 UTC 

[Buildroot] [git commit branch/2021.02.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 12:59 UTC 

[Buildroot] [git commit branch/2021.02.x] package/gd: bump to version 2.3.1
 2021-09-14 12:56 UTC 

[Buildroot] [git commit branch/2021.05.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:56 UTC 

[PATCH v4 00/18] staging: r8188eu: Shorten and simplify calls chain
 2021-09-14 13:01 UTC  (5+ messages)
` [PATCH v4 17/18] staging: r8188eu: Shorten calls chain of rtw_read8/16/32()

[Buildroot] [git commit branch/2021.05.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.05.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.08.x] package/gd: security bump to version 2.3.3
 2021-09-14 12:55 UTC 

[Buildroot] [git commit branch/2021.08.x] package/python-pillow: bump to version 8.3.1
 2021-09-14 13:00 UTC 

[Buildroot] [git commit branch/2021.08.x] package/python-pillow: security bump to version 8.3.2
 2021-09-14 13:00 UTC 

[PATCH v2 00/52] ARM: dts: Last round of DT schema fixes
 2021-09-14 12:57 UTC  (7+ messages)
` [PATCH v2 29/52] dt-bindings: mfd: Convert X-Powers AXP binding to a schema

[PATCH] PCI: Create device links for AMD integrated USB xHCI and UCSI controllers
 2021-09-14 12:59 UTC  (3+ messages)

[PATCH net-next 0/2] Delete publish of single parameter API
 2021-09-14 12:58 UTC  (3+ messages)
` [PATCH net-next 1/2] net/mlx5: Publish and unpublish all devlink parameters at once
` [PATCH net-next 2/2] devlink: Delete not-used single parameter notification APIs

[PATCH v13 0/5] clk: clocking-wizard: Driver updates
 2021-09-14 12:57 UTC  (6+ messages)
` [PATCH v13 1/5] dt-bindings: add documentation of xilinx clocking wizard
` [PATCH v13 2/5] clk: clocking-wizard: Add the clockwizard to clk directory
` [PATCH v13 3/5] clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs
` [PATCH v13 4/5] clk: clocking-wizard: Fix the reconfig for 5.2
` [PATCH v13 5/5] clk: clocking-wizard: Update the compatible

[PATCH 0/6] vDPA driver for legacy virtio-pci device
 2021-09-14 12:58 UTC  (5+ messages)
` [PATCH v2 0/5] vDPA driver for Alibaba ENI
  ` [PATCH v2 4/5] vdpa: add new vdpa attribute VDPA_ATTR_DEV_F_VERSION_1

[PATCH v2] regmap: spi: Set regmap max raw r/w from max_transfer_size
 2021-09-14 12:58 UTC  (2+ messages)

[dpdk-dev] [PATCH 21.11 v2 0/3] eal: add memory pre-allocation from existing files
 2021-09-14 12:57 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/3] eal/linux: make hugetlbfs analysis reusable

[PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
 2021-09-14 12:55 UTC  (3+ messages)

[PATCH V4 0/2] Add Vol+ support for sc7280-idp
 2021-09-14 12:55 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.