All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-10 14:48:32 to 2020-09-10 15:41:25 UTC [more...]

[RFC PATCH] selinux: runtime disable is deprecated, add some ssleep() discomfort
 2020-09-10 14:54 UTC  (15+ messages)

[RFC PATCH v2 0/3] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-10 15:10 UTC  (14+ messages)
` [RFC PATCH v2 1/3] "

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-10 15:17 UTC  (10+ messages)

[PATCH V5 0/4] Add wakeup support over UART RX
 2020-09-10 15:35 UTC  (5+ messages)
` [PATCH V5 2/4] arm64: dts: qcom: sc7180: Add necessary pinctrl and interrupt config for BT UART
` [PATCH V5 3/4] arm64: dts: qcom: sc7180-trogdor: Add "

[PATCH net-next + leds v2 0/7] PLEASE REVIEW: Add support for LEDs on Marvell PHYs
 2020-09-10 14:15 UTC  (5+ messages)
` [PATCH net-next + leds v2 6/7] net: phy: marvell: add support for LEDs controlled by "

[PATCH] checkpatch: accept longer commit description lines
 2020-09-10 14:42 UTC  (2+ messages)

[PATCH 00/15] Adding GAUDI NIC code to habanalabs driver
 2020-09-10 15:03 UTC  (2+ messages)
` [PATCH 15/15] habanalabs/gaudi: add NIC init/fini calls from common code

[PATCH v3 net-next 0/9] mv88e6xxx: Add devlink regions support
 2020-09-10 15:38 UTC  (5+ messages)
` [PATCH v3 net-next 2/9] net: devlink: region: Pass the region ops to the snapshot function

[PATCH 0/4] clk: AST2600 and FSI: Add APLL to control FSI bus frequency
 2020-09-10 15:18 UTC  (2+ messages)
` [PATCH 4/4] fsi: Aspeed master: Set bus frequency from devicetree

[PATCH v5 0/7] wcn36xx: Add a set of helpers to enable VHT parameter passing
 2020-09-10 15:05 UTC  (3+ messages)
` [PATCH v5 1/7] wcn36xx: Add wcn36xx_set_default_rates_v1
` [PATCH v5 5/7] wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()

[PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
 2020-09-10 15:38 UTC  (12+ messages)

[PATCH V3] ASoC: Intel: boards: Use FS as nau8825 sysclk in nau88125_* machine
 2020-09-10 15:37 UTC  (3+ messages)

[PATCH] vfs: add fchmodat2 syscall
 2020-09-10 15:18 UTC  (2+ messages)

[PATCH][next] binder: remove redundant assignment to pointer n
 2020-09-10 15:12 UTC  (3+ messages)

[linux-lvm] [PATCH 2/2] [.gitignore]: ignore all cscope generated files
 2020-09-10 15:38 UTC 

[PATCH v2 0/2] MTE support for KVM guest
 2020-09-10 15:36 UTC  (6+ messages)

[linux-lvm] [PATCH 1/2] metadata: check pv->dev null when setting PARTIAL_LV
 2020-09-10 15:37 UTC 

[PATCH] spi: qup: remove redundant assignment to variable ret
 2020-09-10 15:04 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: spi: Add compatible string for brcmstb SoCs
 2020-09-10 15:25 UTC  (2+ messages)
` [PATCH 3/4] spi: bcm-qspi: Fix probe regression on iProc platforms

[dpdk-dev] [PATCH v3 01/41] pipeline: add new SWX pipeline type
 2020-09-10 15:26 UTC  (43+ messages)
` [dpdk-dev] [PATCH v4 00/41] Pipeline alignment with the P4 language
  ` [dpdk-dev] [PATCH v4 01/41] pipeline: add new SWX pipeline type
  ` [dpdk-dev] [PATCH v4 02/41] pipeline: add SWX pipeline input port
  ` [dpdk-dev] [PATCH v4 03/41] pipeline: add SWX pipeline output port
  ` [dpdk-dev] [PATCH v4 04/41] pipeline: add SWX headers and meta-data
  ` [dpdk-dev] [PATCH v4 05/41] pipeline: add SWX extern objects and funcs
  ` [dpdk-dev] [PATCH v4 06/41] pipeline: add SWX pipeline action
  ` [dpdk-dev] [PATCH v4 07/41] pipeline: add SWX pipeline tables
  ` [dpdk-dev] [PATCH v4 08/41] pipeline: add SWX pipeline instructions
  ` [dpdk-dev] [PATCH v4 09/41] pipeline: add SWX rx and extract instructions
  ` [dpdk-dev] [PATCH v4 10/41] pipeline: add SWX tx and emit instructions
  ` [dpdk-dev] [PATCH v4 11/41] pipeline: add header validate and invalidate SWX instructions
  ` [dpdk-dev] [PATCH v4 12/41] pipeline: add SWX mov instruction
  ` [dpdk-dev] [PATCH v4 13/41] pipeline: add SWX dma instruction
  ` [dpdk-dev] [PATCH v4 14/41] pipeline: introduce SWX add instruction
  ` [dpdk-dev] [PATCH v4 15/41] pipeline: introduce SWX sub instruction
  ` [dpdk-dev] [PATCH v4 16/41] pipeline: introduce SWX ckadd instruction
  ` [dpdk-dev] [PATCH v4 17/41] pipeline: introduce SWX cksub instruction
  ` [dpdk-dev] [PATCH v4 18/41] pipeline: introduce SWX and instruction
  ` [dpdk-dev] [PATCH v4 19/41] pipeline: introduce SWX or instruction
  ` [dpdk-dev] [PATCH v4 20/41] pipeline: introduce SWX xor instruction
  ` [dpdk-dev] [PATCH v4 21/41] pipeline: introduce SWX shl instruction
  ` [dpdk-dev] [PATCH v4 22/41] pipeline: introduce SWX shr instruction
  ` [dpdk-dev] [PATCH v4 23/41] pipeline: introduce SWX table instruction
  ` [dpdk-dev] [PATCH v4 24/41] pipeline: introduce SWX extern instruction
  ` [dpdk-dev] [PATCH v4 25/41] pipeline: introduce SWX jmp and return instructions
  ` [dpdk-dev] [PATCH v4 26/41] pipeline: add SWX instruction description
  ` [dpdk-dev] [PATCH v4 27/41] pipeline: add SWX instruction verifier
  ` [dpdk-dev] [PATCH v4 28/41] pipeline: add SWX instruction optimizer
  ` [dpdk-dev] [PATCH v4 29/41] pipeline: add SWX pipeline query API
  ` [dpdk-dev] [PATCH v4 30/41] pipeline: add SWX pipeline flush
  ` [dpdk-dev] [PATCH v4 31/41] pipeline: add SWX table update high level API
  ` [dpdk-dev] [PATCH v4 32/41] pipeline: add SWX pipeline specification file
  ` [dpdk-dev] [PATCH v4 33/41] port: add ethernet device SWX port
  ` [dpdk-dev] [PATCH v4 34/41] port: add source and sink SWX ports
  ` [dpdk-dev] [PATCH v4 35/41] table: add exact match SWX table
  ` [dpdk-dev] [PATCH v4 36/41] examples/pipeline: add new example application
  ` [dpdk-dev] [PATCH v4 37/41] examples/pipeline: add message passing mechanism
  ` [dpdk-dev] [PATCH v4 38/41] examples/pipeline: add configuration commands
  ` [dpdk-dev] [PATCH v4 39/41] examples/pipeline: add l2fwd example
  ` [dpdk-dev] [PATCH v4 40/41] examples/pipeline: add l2fwd with MAC swap example
  ` [dpdk-dev] [PATCH v4 41/41] examples/pipeline: add VXLAN encapsulation example

[Bug 209079] New: CPU 0/KVM: page allocation failure on 5.8 kernel
 2020-09-10 15:33 UTC  (2+ messages)
` [Bug 209079] "

[PATCH 00/29] block/export: Add infrastructure and QAPI for block exports
 2020-09-10 15:34 UTC  (13+ messages)
` [PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event
` [PATCH 23/29] block/export: Create BlockBackend in blk_exp_add()
` [PATCH 24/29] block/export: Add query-block-exports
` [PATCH 25/29] block/export: Move writable to BlockExportOptions
` [PATCH 26/29] nbd: Merge nbd_export_new() and nbd_export_create()
` [PATCH 27/29] nbd: Deprecate nbd-server-add/remove

[PATCH -next] drm/amd/display: Create trigger_hotplug entry
 2020-09-10 15:35 UTC  (3+ messages)

[PATCH -next] drm/amd/display: Fix possible memleak in dp_trigger_hotplug()
 2020-09-10 15:34 UTC  (3+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-10 15:31 UTC  (13+ messages)

[PATCH v5 0/4] wcn36xx: Enable VHT when supported
 2020-09-10 15:08 UTC  (2+ messages)
` [PATCH v5 3/4] wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()

[PATCH 00/10] edk2: adopt the edk2-stable202008 release
 2020-09-10 15:32 UTC  (5+ messages)
` [PATCH 05/10] roms/edk2: update submodule from edk2-stable201905 to edk2-stable202008

[PATCH v2] tftp: roll-over block counter to prevent data packets timeouts
 2020-09-10 15:31 UTC  (2+ messages)

[PATCH v4 0/9] user-mode: Prune build dependencies (part 2)
 2020-09-10 15:28 UTC  (11+ messages)
` [PATCH v4 1/9] target/i386: Restrict X86CPUFeatureWord to X86 targets
` [PATCH v4 2/9] qapi: Restrict LostTickPolicy enum to machine code
` [PATCH v4 3/9] qapi: Correct balloon documentation
` [PATCH v4 4/9] qapi: Restrict balloon-related commands to machine code
` [PATCH v4 5/9] qapi: Restrict query-vm-generation-id command "
` [PATCH v4 6/9] qapi: Restrict query-uuid "
` [PATCH v4 7/9] qapi: Restrict device memory commands "
` [PATCH v4 8/9] qapi: Extract ACPI commands to 'acpi.json'
` [PATCH v4 9/9] qapi: Extract PCI commands to 'pci.json'

[PATCH] iomap: Don't opencode SECTOR_SIZE macro
 2020-09-10 15:29 UTC 

[PATCH v6 0/4] util/vfio-helpers: Add support for multiple IRQs
 2020-09-10 15:29 UTC  (4+ messages)
` [PATCH v6 3/4] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs()

[Intel-gfx] [PATCH] drm/i915/display: Add a vblank wait for FBC activation within same frame
 2020-09-10 15:31 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 1/1] RAS: Add CPU Correctable Error Collector to isolate an erroneous CPU core
 2020-09-10 15:29 UTC  (5+ messages)

[PATCH] usb: host: ehci-platform: Add workaround for brcm,xgs-iproc-ehci
 2020-09-10 15:27 UTC  (3+ messages)

[LTP] [PATCH 1/1] fanotify10: Treat ignore mask bug as TCONF for < v5.9
 2020-09-10 15:30 UTC  (4+ messages)

[net-next v8 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX3255 (AC3x)
 2020-09-10 15:00 UTC 

[PATCH 13/17] p2p: Start a basic P2P Group after GO Negotiation
 2020-09-10 15:28 UTC  (2+ messages)

[PATCH 5.8 000/186] 5.8.8-rc1 review
 2020-09-10 13:47 UTC  (6+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: truncate glock address space pages during evict
 2020-09-10 15:26 UTC 

[PATCH v2] platform/chrome: Don't populate lightbar device if it isn't there
 2020-09-10 14:52 UTC  (4+ messages)

[LTP] [PATCH v2] syscall/ptrace08: Simplify the test
 2020-09-10 15:24 UTC  (3+ messages)

[PATCH 00/22] add support for Clang LTO
 2020-09-10 15:17 UTC  (9+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering

[Intel-gfx] [PATCH 1/3] drm/i915: disable all display features when no display
 2020-09-10 15:15 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: disable all display features when no display (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v4 0/8] riscv: Clean up timer drivers
 2020-09-10 15:13 UTC  (4+ messages)
` [PATCH v4 2/8] timer: Add helper for drivers using timebase fallback

[dpdk-dev] [PATCH 0/2] cryptodev: remove list end enumerators from asymmetric crypto api
 2020-09-10 15:13 UTC  (2+ messages)

[PATCH 1/1] test: do no assume hush parser in validate_empty()
 2020-09-10 15:13 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] igb: Fix some kernel-doc warnings in e1000_82575.c
 2020-09-10 15:12 UTC 

[Intel-wired-lan] [PATCH net-next] igb: Fix some kernel-doc warnings in e1000_82575.c
 2020-09-10 15:11 UTC 

[meta-oe][RFC 0/6] ARMv8 Tune reorg
 2020-09-10 15:11 UTC  (6+ messages)
` [meta-oe][RFC 1/6] arm64: set BASE_LIB to lib64
  ` [OE-core] "

[linux-next:pending-fixes] BUILD SUCCESS 1dfc67596dbbc7bab78376ebb1afdce355f3fdca
 2020-09-10 15:09 UTC 

[Intel-wired-lan] [PATCH net-next 0/3] Fix some kernel-doc warnings for i40e
 2020-09-10 15:09 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH net-next 1/3] i40e: Fix some kernel-doc warnings in i40e_client.c
` [Intel-wired-lan] [PATCH net-next 2/3] i40e: Fix some kernel-doc warnings in i40e_common.c
` [Intel-wired-lan] [PATCH net-next 3/3] i40e: Fix a kernel-doc warning in i40e_ptp.c

[PATCH RFC 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-10 15:06 UTC  (6+ messages)
` [PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure

[PATCH v7 0/3] Support virtio cross-device resources
 2020-09-10 15:06 UTC  (3+ messages)
` [PATCH v7 1/3] virtio: add dma-buf support for exported objects

[PATCH 0/5] RFC: connector: Add network namespace awareness
 2020-09-10 15:04 UTC  (5+ messages)

[dpdk-dev] [PATCH v3 2/2] doc: include config options in testpmd user guide
 2020-09-10 15:06 UTC  (7+ messages)
` [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

Master cannot execute MTE instructions
 2020-09-10 15:05 UTC 

[[PATCH V4]] audit: trigger accompanying records when no rules present
 2020-09-10 15:01 UTC 

[virtio-comment] [PATCH v8 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-09-10 15:05 UTC  (6+ messages)
` [virtio-comment] "

[PATCH v2] arm64: defconfig: Enable REGULATOR_MP8859
 2020-09-10 15:03 UTC  (2+ messages)

fs/f2fs/compress.c:433 zstd_decompress_pages() warn: should '(1 << 12) << dic->log_cluster_size' be a 64 bit
 2020-09-10 15:04 UTC 

[Intel-wired-lan] [PATCH net-next 0/3] Fix some kernel-doc warnings for e1000/e1000e
 2020-09-10 15:04 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH net-next 1/3] e1000e: Fix some kernel-doc warnings in ich8lan.c
` [Intel-wired-lan] [PATCH net-next 2/3] e1000e: Fix some kernel-doc warnings in netdev.c
` [Intel-wired-lan] [PATCH net-next 3/3] e1000: Fix a bunch of kerneldoc parameter issues in e1000_hw.c

[RFC PATCH for-next] io_uring: support multiple rings to share same poll thread by specifying same cpu
 2020-09-10 15:00 UTC  (2+ messages)

[PATCH v3 0/4] arm64: Large PIE fixes
 2020-09-10 15:02 UTC  (7+ messages)
` [PATCH v3 4/4] arm64: Trap non-PIE builds early if starting from wrong address

lpfc: Crash on shutdown with 5.9.0-rc1
 2020-09-10 15:02 UTC  (2+ messages)

[PATCH -next] media: marvell-ccic: Fix -Wunused-function warnings
 2020-09-10 14:57 UTC  (4+ messages)

[PATCH 0/5] btrfs: fix enospc and transaction aborts during fallocate
 2020-09-10 14:49 UTC  (3+ messages)
` [PATCH 5/5] btrfs: rename btrfs_insert_clone_extent() to a more generic name

[PATCH 00/10] Cleanup metadata page reading path
 2020-09-10 14:57 UTC  (5+ messages)
` [PATCH 03/10] btrfs: Simplify metadata pages reading
` [PATCH 04/10] btrfs: Remove btree_get_extent

[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
 2020-09-10 14:58 UTC  (3+ messages)

[PATCH] perf: Fix race in perf_mmap_close function
 2020-09-10 13:48 UTC  (2+ messages)

INFO: rcu detected stall in exit_group
 2020-09-10 14:58 UTC 

[PATCH 0/5] x86/pv: Minor perf improvements in segment handling
 2020-09-10 14:57 UTC  (3+ messages)
` [PATCH 3/5] x86/pv: Optimise prefetching in svm_load_segs()

[net-next] crypto/chcr: move nic TLS functionality to drivers/net
 2020-09-10 14:21 UTC 

[PATCH] sh: fix syscall tracing
 2020-09-10 13:37 UTC  (8+ messages)

[PATCH V4 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2020-09-10 14:55 UTC  (6+ messages)
` [PATCH V4 2/4] "

[PATCH] soc: fsl: dpio: remove set but not used 'addr_cena'
 2020-09-10 14:04 UTC 

bdi cleanups v4
 2020-09-10 14:48 UTC  (16+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag

[PATCH 0/5] dpaa2_eth: support 1588 one-step timestamping
 2020-09-10 14:43 UTC  (3+ messages)
` [PATCH 5/5] dpaa2-eth: support PTP Sync packet "

[PATCH v2 0/3] hw/sd/sdhci: Fix DMA Transfer Block Size field width
 2020-09-10 14:49 UTC  (2+ messages)

[PATCH v2 0/2] hw/timer/hpet: Trivial format string fix
 2020-09-10 14:50 UTC  (4+ messages)
` [PATCH v2 1/2] hw/timer/hpet: Remove dead code

[PATCH v6 0/8] IOMMU cleanup
 2020-09-10 14:50 UTC  (9+ messages)
` [PATCH v6 1/8] x86/iommu: convert VT-d code to use new page table allocator
` [PATCH v6 2/8] iommu: remove unused iommu_ops method and tasklet
` [PATCH v6 3/8] iommu: flush I/O TLB if iommu_map() or iommu_unmap() fail
` [PATCH v6 4/8] iommu: make map and unmap take a page count, similar to flush
` [PATCH v6 5/8] remove remaining uses of iommu_legacy_map/unmap
` [PATCH v6 6/8] common/grant_table: batch flush I/O TLB
` [PATCH v6 7/8] iommu: remove the share_p2m operation
` [PATCH v6 8/8] iommu: stop calling IOMMU page tables 'p2m tables'

[net 0/4][pull request] Intel Wired LAN Driver Updates 2020-09-09
 2020-09-10 14:48 UTC  (2+ messages)

[Intel-gfx] [PATCH 2/2] drm/i915: Fix DMA mapped scatterlist lookup
 2020-09-10 14:50 UTC  (2+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH 0/4] hw/sd/sdhci: Strengthen multiple DMA transfers
 2020-09-10 14:47 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915: Kill unused savePCH_PORT_HOTPLUG
 2020-09-10 14:48 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/4] drm/i915: Kill unused savePCH_PORT_HOTPLUG (rev2)


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.