All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-30 21:49:33 to 2021-09-30 23:26:56 UTC [more...]

[RFC v2 00/11] Intro to Hardware timestamping engine
 2021-09-30 23:26 UTC  (7+ messages)
` [RFC v2 01/11] Documentation: Add HTE subsystem guide
` [RFC v2 02/11] drivers: Add hardware timestamp engine (HTE)
` [RFC v2 03/11] hte: Add tegra194 HTE kernel provider
` [RFC v2 04/11] dt-bindings: Add HTE bindings
` [RFC v2 05/11] hte: Add Tegra194 IRQ HTE test driver
` [RFC v2 06/11] gpiolib: Add HTE support

[PATCH v6 1/5] difftool: create a tmpdir path without repeated slashes
 2021-09-30 23:25 UTC  (6+ messages)
` [PATCH v6 3/5] difftool: avoid returning -1 to cmd_main() from run_dir_diff()
` [PATCH v6 4/5] difftool: refactor dir-diff to write files using a helper function

[dpdk-dev] [PATCH 00/11] add FreeBSD support to VMBUS & NetVSC PMDs
 2021-09-30 23:25 UTC  (6+ messages)
` [dpdk-dev] [PATCH 05/11] bus/vmbus: open subchannels
` [dpdk-dev] [PATCH 06/11] net/netvsc: request HV_UIO to open sub-channels

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-30 23:25 UTC  (6+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory

Should help.autocorrect be on by default?
 2021-09-30 23:16 UTC  (2+ messages)

Strange problem with PREEMPT_RT
 2021-09-30 23:22 UTC  (9+ messages)

[pull request][net-next 00/15] mlx5 updates 2021-09-30
 2021-09-30 23:20 UTC  (16+ messages)
` [net-next 01/15] net/mlx5: DR, Fix vport number data type to u16
` [net-next 02/15] net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINK
` [net-next 03/15] net/mlx5: DR, Add missing query for vport 0
` [net-next 04/15] net/mlx5: DR, Align error messages for failure to obtain vport caps
` [net-next 05/15] net/mlx5: DR, Support csum recalculation flow table on SFs
` [net-next 06/15] net/mlx5: DR, Add support for SF vports
` [net-next 07/15] net/mlx5: DR, Increase supported num of actions to 32
` [net-next 08/15] net/mlx5: DR, Fix typo 'offeset' to 'offset'
` [net-next 09/15] net/mlx5: DR, init_next_match only if needed
` [net-next 10/15] net/mlx5: DR, Add missing string for action type SAMPLER
` [net-next 11/15] net/mlx5: Warn for devlink reload when there are VFs alive
` [net-next 12/15] net/mlx5: Tolerate failures in debug features while driver load
` [net-next 13/15] net/mlx5: Use kvcalloc() instead of kvzalloc()
` [net-next 14/15] net/mlx5: Use struct_size() helper in kvzalloc()
` [net-next 15/15] net/mlx5e: Use array_size() helper

[PATCH] ksmbd: missing check for NULL in convert_to_nt_pathname()
 2021-09-30 23:21 UTC  (2+ messages)

cifs-utils, Linux cifs kernel client and gssproxy
 2021-09-30 23:17 UTC  (10+ messages)
` [gssproxy] "

[Buildroot] [buildroot-test] scripts/autobuild-run: extend timeout from 120 to 180 minutes
 2021-09-30 23:15 UTC  (2+ messages)

[Buildroot] [buildroot-test] scripts/autobuild-run: extend timeout from 120 to 180 minutes
 2021-09-30 23:15 UTC  (2+ messages)

[pull request][net 00/10] mlx5 fixes 2021-09-30
 2021-09-30 23:15 UTC  (11+ messages)
` [net 01/10] net/mlx5e: IPSEC RX, enable checksum complete
` [net 02/10] net/mlx5e: Keep the value for maximum number of channels in-sync
` [net 03/10] net/mlx5e: Improve MQPRIO resiliency
` [net 04/10] net/mlx5: E-Switch, Fix double allocation of acl flow counter
` [net 05/10] net/mlx5: Force round second at 1PPS out start time
` [net 06/10] net/mlx5: Avoid generating event after PPS out in Real time mode
` [net 07/10] net/mlx5: Fix length of irq_index in chars
` [net 08/10] net/mlx5: Fix setting number of EQs of SFs
` [net 09/10] net/mlx5e: Fix the presented RQ index in PTP stats
` [net 10/10] net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel mode

[PATCH][next] mptcp: Avoid NULL dereference in mptcp_getsockopt_subflow_addrs()
 2021-09-30 23:14 UTC  (4+ messages)

[Buildroot] [buildroot-test] scripts/autobuild-run: extend timeout from 120 to 180 minutes
 2021-09-30 23:14 UTC 

[Buildroot] [PATCH 1/2] package/libnss: bump to version 3.71
 2021-09-30 23:12 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/udisks: bump version to 2.9.4

[PATCH] drm/i915/gt: move remaining debugfs interfaces into gt
 2021-09-30 23:11 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-30 23:11 UTC  (7+ messages)

merging pull requests
 2021-09-30 23:09 UTC  (3+ messages)

[PATCH] rbtree: Remove unneeded check condition in rb_find_first
 2021-09-30 22:58 UTC  (2+ messages)

[PATCH v4 0/3] kunit: allow running test suites/cases individually
 2021-09-30 23:05 UTC  (6+ messages)
` [PATCH v4 1/4] kunit: add 'kunit.action' param to allow listing out tests
` [PATCH v4 2/4] kunit: tool: factor exec + parse steps into a function
` [PATCH v4 3/4] kunit: tool: actually track how long it took to run tests
` [PATCH v4 4/4] kunit: tool: support running each suite/test separately

[PATCH net-next] net: bgmac: support MDIO described in DT
 2021-09-30 23:04 UTC  (5+ messages)

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-30 23:02 UTC  (7+ messages)
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2021-09-30 22:57 UTC  (5+ messages)

[chenxing:rperier-timer 15/15] drivers/clocksource/timer-msc313e.c:93:24: error: 'msc313_tick' defined but not used
 2021-09-30 23:01 UTC  (2+ messages)

[PATCH] fs: 9p: cache.h: cleanup some format warning
 2021-09-30 23:00 UTC  (2+ messages)

[RFC PATCH v2 4/4] PCI/ASPM: Remove unncessary linked list from aspm.c
 2021-09-30 23:00 UTC  (2+ messages)

[PATCH V4 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-30 23:00 UTC  (5+ messages)
` [PATCH V4 1/3] xen: Introduce "gpaddr_bits" field to XEN_SYSCTL_physinfo
` [PATCH V4 2/3] xen/arm: Add handling of extended regions for Dom0

[PATCH 0/7] Sparse Index: integrate with reset
 2021-09-30 22:59 UTC  (6+ messages)
` [PATCH 2/7] sparse-index: update command for expand/collapse test

[helgaas-pci:pci/acpi] BUILD SUCCESS 6bc779ee05d4fa66c99096dbf88ff61acbb8a887
 2021-09-30 22:59 UTC 

[helgaas-pci:pci/portdrv] BUILD SUCCESS 0e8ae5a6ff5952253cd7cc0260df838ab4c21009
 2021-09-30 22:59 UTC 

[helgaas-pci:pci/switchtec] BUILD SUCCESS 3866382cf175c0a0143d74ca7b802b786ba7f85a
 2021-09-30 22:59 UTC 

[helgaas-pci:next] BUILD SUCCESS ef4bce990eab7a8425d97c69277f230b50f6f082
 2021-09-30 22:58 UTC 

[helgaas-pci:pci/sysfs] BUILD SUCCESS e0f7b19223582c302f5736e93927aafde9458d48
 2021-09-30 22:58 UTC 

[PATCH 0/5] tracing: Extend histogram triggers expression parsing
 2021-09-30 22:58 UTC  (3+ messages)

[rhvgoyal:notification-queue 5/8] fs/fuse/virtio_fs.c:827:17: sparse: sparse: no generic selection for 'unsigned int virtio_cread_v'
 2021-09-30 22:57 UTC 

[PATCH] net/tls: support SM4 CCM algorithm
 2021-09-30 22:56 UTC  (4+ messages)

[PATCH V3 00/12] xfs: Extend per-inode extent counters
 2021-09-30 22:55 UTC  (9+ messages)
` [PATCH V3 07/12] xfs: Rename inode's extent counter fields based on their width

Driver model at UEFI runtime
 2021-09-30 22:54 UTC  (15+ messages)

[PATCH bpf] libbpf: Fix segfault in light skeleton for objects without BTF
 2021-09-30 22:54 UTC  (2+ messages)

+ memblock-check-memory-total_size.patch added to -mm tree
 2021-09-30 22:53 UTC  (2+ messages)

[Intel-gfx] [PATCH v4] drm/i915: Update memory bandwidth formulae
 2021-09-30 22:53 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Update memory bandwidth formulae (rev4)

[PATCH v2] docs: Explain the desired position of function attributes
 2021-09-30 22:52 UTC  (3+ messages)

[PATCH bpf-next] bpf,x64: Save bytes for DIV by reducing reg copies
 2021-09-30 22:50 UTC  (2+ messages)

[PATCH v3 0/8] Add __alloc_size()
 2021-09-30 22:48 UTC  (12+ messages)
` [PATCH v3 1/8] rapidio: Avoid bogus __alloc_size warning
` [PATCH v3 2/8] Compiler Attributes: add __alloc_size() for better bounds checking
` [PATCH v3 3/8] slab: Clean up function prototypes
` [PATCH v3 4/8] slab: Add __alloc_size attributes for better bounds checking
` [PATCH v3 5/8] mm/kvmalloc: "
` [PATCH v3 6/8] mm/vmalloc: "
` [PATCH v3 7/8] mm/page_alloc: "
` [PATCH v3 8/8] percpu: "

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-30 22:48 UTC  (2+ messages)

stable-rc/queue/5.10 baseline: 161 runs, 4 regressions (v5.10.69-102-g5542f2f74fe9)
 2021-09-30 22:46 UTC 

[PATCH v2] wic/bootimg-efi: Add Unified Kernel Image option
 2021-09-30 22:46 UTC  (3+ messages)

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-09-30 22:44 UTC  (12+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2021-09-30 22:42 UTC 

[nacked] memblock-neaten-logging.patch removed from -mm tree
 2021-09-30 22:42 UTC 

[BlueZ PATCH v7 0/4] Detailed error string
 2021-09-30 22:37 UTC  (5+ messages)
` [BlueZ PATCH v7 1/4] doc: Add errors.txt to describe errors of D-Bus method returns
` [BlueZ PATCH v7 2/4] error: BR/EDR and LE connection failure reasons
` [BlueZ PATCH v7 3/4] device: Include detailed error string in Connect() return
` [BlueZ PATCH v7 4/4] client: Print error code for connect methods

[RFC PATCH v2 1/4] PCI/ASPM: Remove struct pcie_link_state.parent
 2021-09-30 22:40 UTC  (2+ messages)

[PATCH v2] selftests/gpio: Fix gpio compiling error
 2021-09-30 22:39 UTC  (2+ messages)

[PATCH v3 00/16] ASoC: Add Rich Graph Card support
 2021-09-30 22:38 UTC  (4+ messages)

[PATCH] synth_events: Do not block other dyn_event systems during create
 2021-09-30 22:38 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 28f08c3dc673d5c3f83fda3af11eab85d82842af
 2021-09-30 22:36 UTC  (2+ messages)
` [Devel] "

+ mm-migrate-fix-cpuhp-state-to-update-node-demotion-order.patch added to -mm tree
 2021-09-30 22:37 UTC 

[igt-dev] [PATCH] tests/kms_psr2_sf: Skip tests if selected fetch is not available
 2021-09-30 22:36 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t] "

[dpdk-dev] [PATCH v2 0/3] Support iavf PMD on Windows
 2021-09-30 22:36 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 2/3] lib/net: fix support of random

[PATCH v3] MIPS: add support for buggy MT7621S core detection
 2021-09-30 22:36 UTC  (6+ messages)

[PATCH] MIPS: Revert "add support for buggy MT7621S core detection"
 2021-09-30 22:33 UTC  (2+ messages)

+ x86-remove-memory-hotplug-support-on-x86_32.patch added to -mm tree
 2021-09-30 22:33 UTC 

+ mm-memory_hotplug-remove-stale-function-declarations.patch added to -mm tree
 2021-09-30 22:33 UTC 

+ mm-memory_hotplug-restrict-config_memory_hotplug-to-64-bit.patch added to -mm tree
 2021-09-30 22:33 UTC 

+ mm-memory_hotplug-remove-highmem-leftovers.patch added to -mm tree
 2021-09-30 22:33 UTC 

+ mm-memory_hotplug-remove-config_memory_hotplug_sparse.patch added to -mm tree
 2021-09-30 22:33 UTC 

+ mm-memory_hotplug-remove-config_x86_64_acpi_numa-dependency-from-config_memory_hotplug.patch added to -mm tree
 2021-09-30 22:33 UTC 

linux-next: Fixes tag needs some work in the clk-imx tree
 2021-09-30 22:33 UTC 

[kdave-btrfs-devel:ext/qu/subpage-compress 102/103] fs/btrfs/lzo.c:136:25: error: cast from pointer to integer of different size
 2021-09-30 22:32 UTC  (2+ messages)

+ ocfs2-mount-fails-with-buffer-overflow-in-strlen.patch added to -mm tree
 2021-09-30 22:30 UTC 

[PATCH v3] docs: Explain the desired position of function attributes
 2021-09-30 22:30 UTC 

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-09-30 22:28 UTC 

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-30 22:28 UTC  (30+ messages)
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-09-30 22:27 UTC  (11+ messages)

[PATCH] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-09-30 22:25 UTC  (2+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-09-30 22:25 UTC  (9+ messages)

[dpdk-dev] [PATCH 0/5] A means to negotiate support for Rx meta information
 2021-09-30 22:22 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 0/5] A means to negotiate delivery of Rx meta data
  ` [dpdk-dev] [PATCH v3 1/5] ethdev: add API "

+ mm-remove-useless-lines-in-enable_cpucache.patch added to -mm tree
 2021-09-30 22:21 UTC 

[PATCH 00/27] Parallel submission aka multi-bb execbuf
 2021-09-30 22:16 UTC  (3+ messages)
` [PATCH 24/27] drm/i915: Multi-BB execbuf
  ` [Intel-gfx] "

CXL 1.1 Support Plan
 2021-09-30 22:17 UTC  (6+ messages)

[dpdk-dev] [PATCH v8] eal: remove sys/queue.h from public headers
 2021-09-30 22:16 UTC  (4+ messages)
` [dpdk-dev] [PATCH v9] "

+ memblock-neaten-logging.patch added to -mm tree
 2021-09-30 22:14 UTC 

i5k_amb temp_mid replacement
 2021-09-30 22:13 UTC 

[dpdk-dev] [kmods PATCH 0/3] windows/virt2phys: fix paging issue
 2021-09-30 22:13 UTC  (5+ messages)
` [dpdk-dev] [kmods PATCH v2 0/4] "
  ` [dpdk-dev] [kmods PATCH v2 4/4] windows/virt2phys: add tracing

[PATCH v2 0/6] memblock: cleanup memblock_free interface
 2021-09-30 22:10 UTC  (11+ messages)

stable-rc/queue/4.14 build: 189 builds: 0 failed, 189 passed, 5 warnings (v4.14.248-41-g3a7374d64da1)
 2021-09-30 22:12 UTC 

[PATCH] drm/panfrost: Add PANFROST_BO_NO{READ,WRITE} flags
 2021-09-30 22:12 UTC  (4+ messages)

[PATCH V6 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-30 22:10 UTC  (3+ messages)
` [PATCH V6 1/3] scsi: ufs: Fix error handler clear ua deadlock

[PATCH 0/8] ASoC: Add common modules support for ACP hw block
 2021-09-30 22:08 UTC  (7+ messages)
` [PATCH 2/8] ASoC: amd: acp: Add I2S support on Renoir platform
` [PATCH 4/8] ASoC: amd: acp: Add generic machine driver support for ACP cards

[PATCH] fs/9p: fix indentation and Add missing a blank line after declaration
 2021-09-30 22:04 UTC 

[PATCH] iio: adc: nau7802: convert probe to full device-managed
 2021-09-30 22:02 UTC  (3+ messages)

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-30 22:01 UTC  (7+ messages)
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH] drm/i915: Use fixed offset for PTEs location
 2021-09-30 22:01 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v4 0/3] arm/efi: Add dom0less support to UEFI boot
 2021-09-30 21:58 UTC  (3+ messages)
` [PATCH v4 3/3] arm/efi: load dom0 modules from DT using UEFI

[PATCH v2 00/11] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-09-30 21:57 UTC  (8+ messages)
` [PATCH v2 05/11] KVM: arm64: Defer WFI emulation as a requested event

[PATCH 0/3] arm_gicv3: Support multiple redistributor regions
 2021-09-30 21:54 UTC  (3+ messages)
` [PATCH 1/3] hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_realize

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-30 21:55 UTC  (6+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-30 21:53 UTC  (6+ messages)
` [v3 PATCH 1/5] mm: hwpoison: remove the unnecessary THP check
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v3 PATCH 3/5] mm: hwpoison: refactor refcount check handling
` [v3 PATCH 4/5] mm: shmem: don't truncate page if memory failure happens
` [v3 PATCH 5/5] mm: hwpoison: handle non-anonymous THP correctly

[PATCH] arm64: defconfig: Disable firmware sysfs fallback
 2021-09-30 21:53 UTC  (2+ messages)

[PATCH v5 0/3] staging: vt6655: replace camel case variables
 2021-09-30 21:49 UTC  (6+ messages)
` [PATCH v5 1/3] staging: vt6655: fix camelcase in bShortSlotTime


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.