All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-15 17:55:06 to 2020-10-15 18:44:22 UTC [more...]

[PATCH 0/3] Add LSM/SELinux support for GPRS Tunneling Protocol (GTP)
 2020-09-30  9:49 UTC  (2+ messages)
` [PATCH 1/3] security: Add GPRS Tunneling Protocol (GTP) security hooks

[PATCH v2 1/3] lib/list_kunit: Follow new file name convention for KUnit tests
 2020-10-15 18:44 UTC  (3+ messages)
` [PATCH v2 2/3] lib/linear_ranges_kunit: "
` [PATCH v2 3/3] lib/bits_kunit: "

[RFC]: userspace memory reaping
 2020-10-15 18:43 UTC  (6+ messages)

[git pull] drm next pull for 5.10-rc1
 2020-10-15 18:42 UTC  (6+ messages)

[PATCH net] icmp: randomize the global rate limiter
 2020-10-15 18:42 UTC 

SMBIOS entry point
 2020-10-15 18:41 UTC  (2+ messages)

[PATCH] dir.c: fix comments to agree with argument name
 2020-10-15 18:41 UTC  (3+ messages)

[PATCH V6 00/11] Bail out if transaction can cause extent count to overflow
 2020-10-15 18:41 UTC  (5+ messages)
` [PATCH V6 11/11] xfs: Introduce error injection to allocate only minlen size extents for files

progress diecast
 2020-10-15 17:41 UTC 

[PATCH] nvmet-passthru: Cleanup nvmet_passthru_map_sg()
 2020-10-15 18:40 UTC  (5+ messages)

perf measure for stalled cycles per instruction on newer Intel processors
 2020-10-15 18:33 UTC  (2+ messages)

ACPI _CST introduced performance regresions on Haswll
 2020-10-15 18:34 UTC  (11+ messages)

[PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies
 2020-10-15 18:38 UTC  (12+ messages)

[PATCHSET v5] Add support for TIF_NOTIFY_SIGNAL
 2020-10-15 18:39 UTC  (4+ messages)
` [PATCH 5/5] task_work: use TIF_NOTIFY_SIGNAL if available

[PATCH 1/2] intel_iommu: Support IR-only mode without DMA translation
 2020-10-15 18:34 UTC 

[PATCH 0/7] build: replace ninjatool with ninja
 2020-10-15 18:21 UTC  (2+ messages)

[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
 2020-10-15 18:37 UTC  (8+ messages)
` [PATCH 23/27] libxfs: use PSI information to detect memory pressure
` [PATCH 24/27] libxfs: add a buftarg cache shrinker implementation
` [PATCH 27/27] libxfs: convert sync IO buftarg engine to AIO

[PATCHv2] nvme: use queuedata for nvme_req_qid
 2020-10-15 18:36 UTC 

git fast-import leaks memory drastically, so crashes with out of memory by attempt to import 22MB export dump
 2020-10-15 18:35 UTC  (9+ messages)
    ` [PATCH] fast-import: fix over-allocation of marks storage

[PATCH v2] hw/block/nand: Decommission the NAND museum
 2020-10-15 18:12 UTC  (3+ messages)

drivers/atm/horizon.c:365:9: sparse: sparse: incorrect type in argument 1 (different base types)
 2020-10-15 18:34 UTC  (2+ messages)

[PATCH v3] ata: sata_rcar: Fix DMA boundary mask
 2020-10-15 18:34 UTC  (2+ messages)

Entropy source based on the RSSI
 2020-10-15 18:34 UTC 

[dpdk-dev] eal: DPDK: 18.11.6 version rte_eal_init() function cleans the runtime directory in 5.4.35 kernel
 2020-10-15 18:34 UTC  (8+ messages)

[PATCH 1/2] pci: Change error_report to assert(3)
 2020-10-15 18:14 UTC  (2+ messages)
` [PATCH v2 2/2] pci: Disallow improper BAR registration for type 1

[Bug 195755] rcu_sched detected stalls on CPUs/tasks: (detected by 0, t=6302 jiffies, g=11405, c=11404, q=1880), ppc64, G5
 2020-10-15 18:31 UTC 

[PATCH v18 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-15 18:31 UTC  (9+ messages)
` [PATCH v18 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver
      `  "
          `  "

[PATCH net-next 0/2] rxrpc: Fixes
 2020-10-15 18:33 UTC  (3+ messages)

[PATCH v4 0/4] GVE Raw Addressing
 2020-10-15 18:32 UTC  (3+ messages)
` [PATCH net-next v4 2/4] gve: Add support for raw addressing to the rx path

[GIT PULL] livepatching for 5.10
 2020-10-15 18:31 UTC 

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-10-15 18:05 UTC  (20+ messages)
` [PATCH v11 01/19] memory: alloc RAM from file at offset
` [PATCH v11 02/19] multi-process: Add config option for multi-process QEMU
` [PATCH v11 03/19] multi-process: setup PCI host bridge for remote device
` [PATCH v11 04/19] multi-process: setup a machine object for remote device process
` [PATCH v11 05/19] multi-process: add qio channel function to transmit
` [PATCH v11 06/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v11 07/19] multi-process: Initialize message handler in remote device
` [PATCH v11 08/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v11 09/19] multi-process: setup memory manager for remote device
` [PATCH v11 10/19] multi-process: introduce proxy object
` [PATCH v11 11/19] multi-process: add proxy communication functions
` [PATCH v11 12/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v11 13/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v11 14/19] multi-process: Synchronize remote memory
` [PATCH v11 15/19] multi-process: create IOHUB object to handle irq
` [PATCH v11 16/19] multi-process: Retrieve PCI info from remote process
` [PATCH v11 17/19] multi-process: perform device reset in the "
` [PATCH v11 18/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v11 19/19] multi-process: add configure and usage information

[Intel-gfx] [RFC v2 0/8] drm/i915: Add support for Intel's eDP backlight controls
 2020-10-15 18:33 UTC  (13+ messages)
` [Intel-gfx] [RFC v2 1/8] drm/i915/dp: Program source OUI on eDP panels
  `  "
` [Intel-gfx] [RFC v2 3/8] drm/i915: Keep track of pwm-related backlight hooks separately
` [Intel-gfx] [RFC v2 4/8] drm/i915/dp: Rename eDP VESA backlight interface functions

[PATCH v2 0/5] qapi: Restrict machine (and migration) specific commands
 2020-10-15 18:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] DEVELOPERS: remove several packages from Adam Duskett
 2020-10-15 18:30 UTC 

[PATCH v2] meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT
 2020-10-15 18:30 UTC 

[PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
 2020-10-15 18:29 UTC  (9+ messages)

TCP sender stuck in persist despite peer advertising non-zero window
 2020-10-15 18:23 UTC 

[Intel-gfx] [PATCH CI v2 0/4] drm/i915/guc: Update to GuC v49
 2020-10-15 18:29 UTC  (5+ messages)
` [Intel-gfx] [PATCH CI v2 1/4] drm/i915/guc: Update to use firmware v49.0.1
` [Intel-gfx] [PATCH CI v2 2/4] drm/i915/guc: Improved reporting when GuC fails to load
` [Intel-gfx] [PATCH CI v2 3/4] drm/i915/guc: Clear pointers on free
` [Intel-gfx] [PATCH CI v2 4/4] CI: turn on GuC/HuC auto mode by default

[Linux-kernel-mentees] [PATCH] net: rose: Fix Null pointer dereference in rose_send_frame()
 2020-10-15 18:28 UTC  (6+ messages)

[PATCH] arm64: dts: qcom: sc7180-trogdor: Fixup modem memory region
 2020-10-15 18:27 UTC 

livepatching.git#for-linus rebased
 2020-10-15 18:27 UTC 

[PATCH v1] lib/test_list: Follow existing pattern for a file name
 2020-10-15 18:28 UTC  (2+ messages)

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-10-15 18:26 UTC  (8+ messages)
` [PATCH 07/13] x86: Secure Launch kernel early boot stub

[dpdk-dev] [PATCH 1/2] eventdev: implement ABI change
 2020-10-15 18:27 UTC  (6+ messages)
` [dpdk-dev] [PATCH 0/3] Eventdev ABI changes for DLB/DLB2
  ` [dpdk-dev] [PATCH 1/3] eventdev: eventdev: express DLB/DLB2 PMD constraints
  ` [dpdk-dev] [PATCH 2/3] doc: remove eventdev ABI change announcement
  ` [dpdk-dev] [PATCH 3/3] doc: announce new eventdev ABI changes

[PATCH 0/6] A variety of lock contention fixes
 2020-10-15 18:26 UTC  (7+ messages)
` [PATCH 1/6] btrfs: do not block on deleted bgs mutex in the cleaner
` [PATCH 2/6] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH 3/6] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH 4/6] btrfs: only run delayed refs once before committing
` [PATCH 5/6] btrfs: run delayed refs less often in commit_cowonly_roots
` [PATCH 6/6] btrfs: stop running all delayed refs during snapshot

[GIT PULL] sound updates for 5.10
 2020-10-15 18:25 UTC  (2+ messages)

[PATCH] compiler.h: Fix barrier_data() on clang
 2020-10-15 18:25 UTC  (3+ messages)
` [PATCH] compiler.h: Clarify comment about the need for barrier_data()

[PATCH 1/2] drm/amd/display: Use amdgpu_socbb.h instead of redefining structs
 2020-10-15 18:23 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: Fix DCN302 makefile

[PATCH 00/13] Clean up kernel_read/kernel_write
 2020-10-15 18:23 UTC  (7+ messages)
` [PATCH 01/13] fs: Allow a NULL pos pointer to __kernel_write
` [PATCH 02/13] fs: Allow a NULL pos pointer to __kernel_read

[PATCH][SMB3.1.1] Add defines for new signing context
 2020-10-15 18:15 UTC  (4+ messages)

[Linux-kernel-mentees] [PATCH v2] lib: kunit: add list_sort test conversion to KUnit
 2020-10-15 18:23 UTC  (10+ messages)
  `  "

[PATCH 1/4] ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
 2020-10-15 18:20 UTC  (8+ messages)
` [PATCH 2/4] ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
` [PATCH 3/4] ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
` [PATCH 4/4] ARM: dts: exynos: disable pull up of USB 3.0 over-current "

[RFC PATCH 0/2] iommu: Avoid unnecessary PRI queue flushes
 2020-10-15 18:22 UTC  (3+ messages)

[PATCH][SMB3] Handle STATUS_IO_TIMEOUT gracefully
 2020-10-15 18:21 UTC  (6+ messages)

[PATCH] ssi: Display chip select polarity in monitor 'info qtree'
 2020-10-15 18:16 UTC  (3+ messages)

[PATCH] misc: rtsx: do not setting OC_POWER_DOWN reg in rtsx_pci_init_ocp()
 2020-10-15 18:20 UTC  (5+ messages)

[PATCH 01/14] net: add l_net_get_ip_address()
 2020-10-15 18:19 UTC  (2+ messages)

arm-smmu 5000000.iommu: Cannot accommodate DMA offset for IOMMU page tables
 2020-10-15 18:17 UTC  (12+ messages)

[PATCH RFC bpf-next 1/2] bpf_redirect_neigh: Support supplying the nexthop as a helper parameter
 2020-10-15 18:17 UTC  (2+ messages)

[PATCH] cifs: Return the error from crypt_message when enc/dec key not found
 2020-10-15 18:17 UTC  (2+ messages)

[GIT PULL] SafeSetID changes for v5.10
 2020-10-15 18:15 UTC 

[Buildroot] [PATCH 1/1] package/libapparmor: fix build on musl
 2020-10-15 18:14 UTC  (2+ messages)

[PATCH] vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_trigger
 2020-10-15 18:14 UTC 

[cip-dev] Bluetooth CVEs deciphered?
 2020-10-15 18:13 UTC  (3+ messages)
` [cip-dev] CVE-2020-24490: backporting a2ec905d to 4.4
` [cip-dev] Backport c797110d for CVE-2020-25645 [net: geneve]

[Intel-gfx] [PULL] drm-intel-next-fixes
 2020-10-15 18:14 UTC  (2+ messages)
`  "

[Buildroot] [PATCH 1/1] package/libblockdev: fs needs mount
 2020-10-15 18:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/botan: fix build with aarch64_be
 2020-10-15 18:11 UTC  (2+ messages)

linux-next: build warnings after merge of the kunit-next tree
 2020-10-15 18:10 UTC  (4+ messages)

linux-next: Tree for Sep 25
 2020-10-15 18:10 UTC  (3+ messages)
` linux-next: Tree for Sep 25 [kernel/bpf/preload/bpf_preload.ko]

[Buildroot] [git commit] package/botan: fix build with aarch64_be
 2020-10-15 18:10 UTC 

[PATCH 1/2] drm/amdgpu: increase the reserved VM size to 2MB
 2020-10-15 18:10 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: nuke amdgpu_vm_bo_split_mapping

[PATCH] hw/intc: Rename NIOS2 kconfig as ALTERA_IIC
 2020-10-15 18:09 UTC  (2+ messages)

[PATCH] docs/rcu: update the api of call_rcu()
 2020-10-15 14:13 UTC 

[PATCH V2 1/2] opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFER
 2020-10-15 18:05 UTC  (3+ messages)

[PATCH v2 1/5] [RISCV_PM] Add J-extension into RISC-V
 2020-10-15 18:05 UTC  (6+ messages)
` [PATCH v2 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode

[PATCH] xen/arm: Warn user on cpu errata 832075
 2020-10-15 18:05 UTC  (7+ messages)

linux-next: Tree for Oct 15
 2020-10-15 18:06 UTC  (6+ messages)
` linux-next: Tree for Oct 15 (drivers/net/pcs/pcs-xpcs.o)

[PATCH v3 0/8] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-15 18:03 UTC  (6+ messages)
` [PATCH v3 7/8] arm64: mm: Set ZONE_DMA size based on early IORT scan

bpf-next test error: BUG: program execution failed: executor 0: exit status 67
 2020-10-15 18:04 UTC  (4+ messages)

[RFC 0/5] NVMe passthrough: Support 64kB page host
 2020-10-15 18:01 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/gem: Support parsing of oversize batches
 2020-10-15 18:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gem: Support parsing of oversize batches (rev2)

[cip-dev] [RFC PATCH 4.19.y-cip 00/50] Add PCIe EP support for Renesas R-Car Gen3 and RZ/G2x
 2020-10-15 18:01 UTC  (5+ messages)
` [cip-dev] [RFC PATCH 4.19.y-cip 41/50] PCI: rcar: Add endpoint mode support

[PATCH 0/4] xen/arm: Unbreak ACPI
 2020-10-15 18:00 UTC  (9+ messages)

libsepol, libsemanage: drop duplicate and deprecated symbols
 2020-10-15 17:59 UTC  (14+ messages)
` [PATCH v2 1/6] libsepol: Get rid of the old and duplicated symbols
` [PATCH v2 2/6] libsepol: Drop deprecated functions
` [PATCH v2 3/6] libsepol: Bump libsepol.so version
` [PATCH v2 4/6] libsemanage: Remove legacy and duplicate symbols
` [PATCH v2 5/6] libsemanage: Drop deprecated functions
` [PATCH v2 6/6] libsemanage: Bump libsemanage.so version

[PATCH] nvme: set passthrough command gendisk
 2020-10-15 17:59 UTC  (4+ messages)

[PATCH net] net: dsa: ksz: fix padding size of skb
 2020-10-15 17:58 UTC  (4+ messages)

[PATCH v2 00/16] Allow readpage to return a locked page
 2020-10-15 17:58 UTC  (7+ messages)
` [PATCH v2 16/16] iomap: Make readpage synchronous

[PATCH 0/5][Outreachy] modernizing the test scripts
 2020-10-15 17:57 UTC  (6+ messages)
` [PATCH 1/5][Outreachy] t7101,t7102,t7201: modernize test formatting
` [PATCH 2/5][Outreachy] t7102,t7201: remove unnecessary blank spaces in test body
` [PATCH 3/5][Outreachy] t7102,t7201: remove whitespace after redirect operator
` [PATCH 4/5][Outreachy] t7201: avoid using cd outside of subshells
` [PATCH 5/5][Outreachy] t7201: place each command in its own line

[PATCH v4 00/10] Support GEM object mappings from I/O memory
 2020-10-15 17:56 UTC  (9+ messages)
` [PATCH v4 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers

linux-next: manual merge of the akpm-current tree with the kunit-next tree
 2020-10-15 17:56 UTC  (3+ messages)

[PATCH v2] drm/dp check aux_dev before use in drm_dp_aux_dev_get_by_minor()
 2020-10-15 17:55 UTC  (2+ messages)


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.