All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-29 03:40:20 to 2021-07-29 05:11:22 UTC [more...]

[PATCH v2 00/87] Trace file version 7
 2021-07-29  5:09 UTC  (82+ messages)
` [PATCH v2 01/87] trace-cmd library: Read option id with correct endian
` [PATCH v2 02/87] trace-cmd report: Fix typos in error messages
` [PATCH v2 03/87] tarce-cmd library: Fix version string memory leak
` [PATCH v2 04/87] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v2 05/87] trace-cmd library: Fix possible memory corruption on processing a trace buffer
` [PATCH v2 06/87] trace-cmd library: Add constructor and destructor
` [PATCH v2 07/87] trace-cmd library: Add cache functionality to network message handler
` [PATCH v2 08/87] trace-cmd library: Add support for compression algorithms
` [PATCH v2 09/87] trace-cmd list: Show supported "
` [PATCH v2 10/87] trace-cmd library: Internal helpers for compressing data
` [PATCH v2 11/87] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v2 12/87] trace-cmd library: Define trace file version 7
` [PATCH v2 13/87] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v2 14/87] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v2 15/87] trace-cmd library: New API to get the version of output handler
` [PATCH v2 16/87] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v2 17/87] trace-cmd library: New API to configure compression on an output handler
` [PATCH v2 18/87] trace-cmd record: Add compression to the trace context
` [PATCH v2 19/87] trace-cmd library: Write compression header in the trace file
` [PATCH v2 20/87] trace-cmd library: Compress part of "
` [PATCH v2 21/87] trace-cmd library: Add internal helper functon for writing headers before file sections
` [PATCH v2 22/87] trace-cmd library: Write header "
` [PATCH v2 23/87] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v2 24/87] trace-cmd library: Add local helper function for data compression
` [PATCH v2 25/87] trace-cmd library: Compress the trace data
` [PATCH v2 26/87] tarce-cmd library: Add multiple options sections in trace file version 7
` [PATCH v2 27/87] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH v2 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH v2 29/87] trace-cmd record: Append trace options after the trace data are written
` [PATCH v2 30/87] trace-cmd library: Add section header before flyrecord trace data
` [PATCH v2 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v2 32/87] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH v2 33/87] trace-cmd library: Add macro to check file state on reading
` [PATCH v2 34/87] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v2 35/87] trace-cmd library: Initialize internal sections database on file read
` [PATCH v2 36/87] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v2 37/87] trace-cmd library: Set log size to the input tep handler when it is read from the file
` [PATCH v2 38/87] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v2 39/87] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v2 40/87] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH v2 41/87] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH v2 42/87] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH v2 43/87] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v2 44/87] trace-cmd library: Set input handler default values in allocation function
` [PATCH v2 45/87] trace-cmd library: Read headers from trace file version 7
` [PATCH v2 46/87] tarce-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v2 47/87] trace-cmd library: Read handle header and compression of the option section
` [PATCH v2 48/87] trace-cmd library: Read extended BUFFER option
` [PATCH v2 49/87] trace-cmd library: Handle the extended DONE option
` [PATCH v2 50/87] trace-cmd library: Read compression header
` [PATCH v2 51/87] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v2 52/87] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v2 53/87] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH v2 54/87] trace-cmd library: Add logic for in-memory decompression
` [PATCH v2 55/87] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v2 56/87] trace-cmd library: Handle buffer trace data init for "
` [PATCH v2 57/87] trace-cmd report: Use the new latency API to read data
` [PATCH v2 58/87] trace-cmd report: Close input file handlers on exit
` [PATCH v2 59/87] trace-cmd report: Do not print empty buffer name
` [PATCH v2 60/87] trace-cmd report: Init the top trace instance earlier
` [PATCH v2 61/87] trace-cmd: Call additional APIs when creating trace file
` [PATCH v2 62/87] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v2 63/87] trace-cmd dump: Print compression header
` [PATCH v2 64/87] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v2 65/87] trace-cmd dump: Read recursively all options sections
` [PATCH v2 66/87] trace-cmd dump: Read extended BUFFER option
` [PATCH v2 67/87] trace-cmd dump: Dump sections
` [PATCH v2 68/87] trace-cmd dump: Dump trace file version 7
` [PATCH v2 69/87] trace-cmd dump: Dump sections content
` [PATCH v2 70/87] trace-cmd dump: Add new argument --sections
` [PATCH v2 71/87] trace-cmd dump: Align better the output of flyrecord dump
` [PATCH v2 72/87] trace-cmd library: Add zlib compression algorithm
` [PATCH v2 73/87] trace-cmd library: Reuse local function that writes to output handler
` [PATCH v2 74/87] trace-cmd library: Use output handler when copying data from input file
` [PATCH v2 75/87] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v2 76/87] tarce-cmd library: Copy CPU count between trace files
` [PATCH v2 77/87] tarce-cmd library: New API to copy buffer description "
` [PATCH v2 78/87] tarce-cmd library: New API to copy options "
` [PATCH v2 79/87] tarce-cmd library: New API to copy trace data "
` [PATCH v2 80/87] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v2 81/87] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data

[virtio-comment] [PATCH v3 0/1] virtio-pmem: Support describing pmem as shared memory region
 2021-07-29  5:09 UTC  (2+ messages)
` [virtio-comment] [PATCH v3 1/1] "

[PATCH 0/4] Remove CNL - for drm-intel-gt-next
 2021-07-29  5:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH net-next 0/5] TSN endpoint Ethernet MAC driver
 2021-07-29  5:07 UTC  (10+ messages)
` [PATCH net-next 2/5] dt-bindings: net: Add tsnep Ethernet controller

[PATCH v4 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-29  5:07 UTC  (11+ messages)
` [PATCH v4 01/12] mm/debug_vm_pgtable: Introduce struct pgtable_debug_args
` [PATCH v4 02/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in basic tests
` [PATCH v4 03/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in leaf and savewrite tests
` [PATCH v4 04/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in protnone and devmap tests
` [PATCH v4 05/12] mm/debug_vm_pgtable: Use struct pgtable_debug_args in soft_dirty and swap tests

[PATCH] reiserfs: check directry items on read from disk
 2021-07-29  5:06 UTC  (4+ messages)

[PATCH v2 0/1] virtio-pmem: Support describing pmem as shared memory region
 2021-07-29  5:04 UTC  (4+ messages)
` [PATCH v2 1/1] "
  ` [virtio-comment] "

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-29  5:02 UTC  (5+ messages)
` [PATCH v2 7/7] dt-bindings: adin1100: Add binding for ADIN1100 Ethernet PHY

[PATCH 0/2] ravb and sh_eth: Fix descriptor counters' conditions
 2021-07-29  4:59 UTC  (2+ messages)

[PATCH] fs: reduce pointers while using file_ra_state_init()
 2021-07-29  4:58 UTC  (2+ messages)

[RFC PATCH v2 00/11] Linux RISC-V ACLINT Support
 2021-07-29  4:56 UTC  (5+ messages)

[PATCH] lib/bpf: Fix btf_load error lead to enable debug log
 2021-07-29  4:55 UTC 

[ANNOUNCE] v5.13-rt1
 2021-07-29  4:51 UTC  (21+ messages)
` [rfc/patch] mm/slub: restore/expand unfreeze_partials() local exclusion scope

[PATCH 0/6] kernel-yocto: consolidated pull request
 2021-07-29  4:50 UTC  (7+ messages)
` [PATCH 1/6] linux-yocto/5.10: update to v5.10.53
` [PATCH 2/6] linux-yocto/5.13: update to v5.13.5
` [PATCH 3/6] linux-yocto/5.4: update to v5.4.135
` [PATCH 4/6] linux-yocto-rt/5.10: update to -rt47
` [PATCH 5/6] linux-yocto/5.10: enable TYPEC_TCPCI in usbc fragment
` [PATCH 6/6] linux-yocto/5.13: "

[peterz-queue:mm/tlb 6/10] mm/memory.c:5469: error: unterminated argument list invoking macro "tlb_remove_table"
 2021-07-29  4:49 UTC  (2+ messages)

[PATCH] common/rc: only force nfs4.2 non-default SEEK_HOLE behaviour
 2021-07-29  4:47 UTC 

[PATCH V1 2/2] mmc: sdhci-msm: Use maximum possible data timeout value
 2021-07-29  4:46 UTC  (4+ messages)
` [PATCH V2 0/2] Introduce max_timeout_count in sdhci_host for vendor
  ` [PATCH V2 1/2] mmc: sdhci: Introduce max_timeout_count variable in sdhci_host
  ` [PATCH V2 2/2] mmc: sdhci-msm: Use maximum possible data timeout value

[PATCH v7 1/1] RISC-V: Use SBI SRST extension when available
 2021-07-29  4:44 UTC  (5+ messages)

[PATCH v2 0/3] Restore the kernel v5.13 text attribute write behavior
 2021-07-29  4:41 UTC  (4+ messages)
` [PATCH v2 1/3] configfs: "
` [PATCH v2 2/3] kunit: Add support for suite initialization and cleanup
` [PATCH v2 3/3] configfs: Add unit tests

[PATCH] fscrypt: document struct fscrypt_operations
 2021-07-29  4:37 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v3 0/4] virtio short improvements
 2021-07-29  4:39 UTC  (2+ messages)

[PATCH v3] hw/acpi: add an assertion check for non-null return from acpi_get_i386_pci_host
 2021-07-29  4:38 UTC  (3+ messages)

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-07-29  4:38 UTC  (5+ messages)

[PATCH] serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts
 2021-07-29  4:33 UTC 

[RFC 0/5] Support non-coherent DMA on RISC-V using a global pool
 2021-07-29  4:30 UTC  (3+ messages)

[PATCH v4] Bluetooth: schedule SCO timeouts with delayed_work
 2021-07-29  4:28 UTC  (4+ messages)

[PATCH] is_core_idle() is using a wrong variable
 2021-07-29  4:26 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: watchdog: sunxi: Add compatible for R329
 2021-07-29  4:24 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: watchdog: sunxi: Add compatible for D1
` [PATCH 3/3] watchdog: sunxi_wdt: Add support "

[PATCH net-next 0/3] NXP SJA1105 VLAN regressions
 2021-07-29  4:23 UTC  (5+ messages)
` [PATCH net-next 1/3] net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridge
` [PATCH net-next 2/3] net: dsa: sja1105: make sure untagged packets are dropped on ingress ports with no pvid

[PATCH v4 00/14] drm/i915/guc/slpc: Enable GuC based power management features
 2021-07-29  4:23 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/guc/slpc: Enable GuC based power management features (rev2)

next/pending-fixes baseline: 434 runs, 25 regressions (v5.14-rc3-280-ga13e2de60b6f)
 2021-07-29  4:22 UTC 

[powerpc][next-20210727] Boot failure - kernel BUG at arch/powerpc/kernel/interrupt.c:98!
 2021-07-29  4:21 UTC  (7+ messages)

[PATCH 0/2] Add support for MEMCPY_SG transfers
 2021-07-29  4:19 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: xilinx_dma: Restore support for memcpy SG transfers

[dpdk-dev] [PATCH] ethdev: fix representor port ID search by name
 2021-07-29  4:20 UTC  (9+ messages)

[PATCH v2] bcm63xx_enet: delete a redundant assignment
 2021-07-29  4:15 UTC  (4+ messages)

[PATCH v2 1/2] selftests/powerpc: Add missing clobbered register to to ptrace TM tests
 2021-07-29  4:13 UTC  (2+ messages)
` [PATCH v2 2/2] selftests: Skip TM tests on synthetic TM implementations

[PATCH v3] watchdog: ixp4xx: Rewrite driver to use core
 2021-07-29  4:10 UTC  (2+ messages)

[PATCH] Revert "net: Get rid of consume_skb when tracing is off"
 2021-07-29  4:10 UTC  (5+ messages)

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-29  4:05 UTC  (6+ messages)
` [PATCH v2 5/7] kallsyms: Rename is_kernel() and is_kernel_text()

[PATCH V5 00/25] Live Update
 2021-07-29  4:04 UTC  (3+ messages)
` [PATCH V5 23/25] chardev: cpr for sockets

watchdog: BUG: soft lockup
 2021-07-29  4:04 UTC 

[PATCH] lib/bpf: Fix btf_load error lead to enable debug log
 2021-07-29  4:02 UTC  (2+ messages)

stable-rc/queue/4.9 build: 179 builds: 0 failed, 179 passed, 4 warnings (v4.9.277-2-gaf4b7daff4d2)
 2021-07-29  4:00 UTC 

[Bluez PATCH v3] gatt-db: remove redundant check in foreach range
 2021-07-29  3:59 UTC  (2+ messages)
` [Bluez,v3] "

[PATCH 0/7] Final optimization batch (#15): use memory pools
 2021-07-29  3:58 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap
  ` [PATCH v2 2/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
  ` [PATCH v2 3/7] merge-ort: set up a memory pool
  ` [PATCH v2 4/7] merge-ort: switch our strmaps over to using memory pools
  ` [PATCH v2 5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
  ` [PATCH v2 6/7] merge-ort: store filepairs and filespecs in our mem_pool
  ` [PATCH v2 7/7] merge-ort: reuse path strings in pool_alloc_filespec

arch/x86/kvm/x86.c:61:1: iwyu: warning: superfluous #include <linux/suspend.h>
 2021-07-29  3:58 UTC 

[PATCH v2] iomap: Support inline data with block size < page size
 2021-07-29  3:54 UTC  (3+ messages)

[PATCH v5 0/2] KVM: PPC: Book3S HV: Nested guest state sanitising changes
 2021-07-29  3:52 UTC  (6+ messages)
` [PATCH v5 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFUs to L1

Compiling makedumpfile from source
 2021-07-29  3:50 UTC  (8+ messages)

[RFC PATCH 0/8] Add configurable block device LED triggers
 2021-07-29  3:45 UTC  (4+ messages)
` [RFC PATCH 3/8] block: Add kernel APIs to create & delete "

[PATCH V7 0/2] virtio: Add specification for virtio-gpio
 2021-07-29  3:47 UTC  (6+ messages)
` [virtio-dev] [PATCH V7 1/2] virtio-gpio: Add the device specification
  `  "

cron job: media_tree daily build: ERRORS
 2021-07-29  3:45 UTC 

[PATCH] soc: mmsys: mediatek: add mask to mmsys routes
 2021-07-29  3:42 UTC  (5+ messages)

[PATCH v6 00/15] drm/i915: Introduce Intel PXP
 2021-07-29  3:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Introduce Intel PXP (rev2)

[PATCH 0/3] hw/mips/boston: ELF kernel support
 2021-07-29  3:39 UTC  (4+ messages)
` [PATCH 1/3] hw/mips/boston: Massage memory map information
` [PATCH 2/3] hw/mips/boston: Allow loading elf kernel and dtb
` [PATCH 3/3] hw/mips/boston: Add FDT generator

[PATCH] block: return ELEVATOR_DISCARD_MERGE if possible
 2021-07-29  3:42 UTC 

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-29  3:35 UTC  (5+ messages)
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp


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.