All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-23 14:47:18 to 2020-10-23 15:32:35 UTC [more...]

[PATCH v7 00/17] Add a Generic Virtual Device Fuzzer
 2020-10-23 15:07 UTC  (18+ messages)
` [PATCH v7 01/17] memory: Add FlatView foreach function
` [PATCH v7 02/17] fuzz: Add generic virtual-device fuzzer
` [PATCH v7 03/17] fuzz: Add PCI features to the generic fuzzer
` [PATCH v7 04/17] fuzz: Add DMA support to the generic-fuzzer
` [PATCH v7 05/17] fuzz: Declare DMA Read callback function
` [PATCH v7 06/17] fuzz: Add fuzzer callbacks to DMA-read functions
` [PATCH v7 07/17] fuzz: Add support for custom crossover functions
` [PATCH v7 08/17] fuzz: add a DISABLE_PCI op to generic-fuzzer
` [PATCH v7 09/17] fuzz: add a crossover function "
` [PATCH v7 10/17] scripts/oss-fuzz: Add script to reorder a generic-fuzzer trace
` [PATCH v7 11/17] scripts/oss-fuzz: Add crash trace minimization script
` [PATCH v7 12/17] fuzz: Add instructions for using generic-fuzz
` [PATCH v7 13/17] fuzz: add an "opaque" to the FuzzTarget struct
` [PATCH v7 14/17] fuzz: add generic-fuzz configs for oss-fuzz
` [PATCH v7 15/17] fuzz: register predefined generic-fuzz configs
` [PATCH v7 16/17] scripts/oss-fuzz: use hardlinks instead of copying
` [PATCH v7 17/17] scripts/oss-fuzz: ignore the generic-fuzz target

post-receive: pub/scm/linux/kernel/git/mark/linux
 2020-10-23 15:32 UTC 

[PATCH RESEND v3 00/10] hw: Let DMA/PCI API propagate MemTxResult
 2020-10-23 15:19 UTC  (8+ messages)
` [PATCH RESEND v3 01/10] pci: pass along the return value of dma_memory_rw
` [PATCH RESEND v3 02/10] docs/devel/loads-stores: Add regexp for DMA functions
` [PATCH RESEND v3 03/10] dma: Document address_space_map/address_space_unmap() prototypes
` [PATCH RESEND v3 04/10] dma: Let dma_memory_set() propagate MemTxResult
` [PATCH RESEND v3 06/10] dma: Let dma_memory_read() "
` [PATCH RESEND v3 07/10] dma: Let dma_memory_write() "
` [PATCH RESEND v3 09/10] pci: Let pci_dma_read() "

[PULL v3 00/28] Block patches
 2020-10-23 15:21 UTC  (3+ messages)
` [PULL v3 06/28] block/export: vhost-user block device backend server
` [PULL v3 15/28] util/vhost-user-server: rework vu_client_trip() coroutine lifecycle

[PATCH 3/4] ALSA: hda: Refactor controller PM to use direct-complete optimization
 2020-10-23 15:31 UTC  (3+ messages)

[PATCH v9 00/11] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-10-23 15:32 UTC  (9+ messages)

[PATCH v2] ARM: am335x: Add phyBOARD REGOR support
 2020-10-23 15:31 UTC  (2+ messages)

Pull request: u-boot-samsung master
 2020-10-23 15:31 UTC  (2+ messages)

[PATCH 1/2] i2c: imx: use devm_request_threaded_irq to simplify code
 2020-10-23 15:28 UTC  (6+ messages)
` [PATCH 2/2] i2c: imx: remove id_table entry

[PATCH v12 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-10-23 15:28 UTC  (8+ messages)
` [PATCH v12 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 "
    `  "

[igt-dev] [PATCH i-g-t v3 00/23] Introduce IGT allocator
 2020-10-23 15:29 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Introduce IGT allocator (rev3)

[RFC][PATCH v3 0/3] Fix inefficiences and rename nla_strlcpy
 2020-10-23 15:29 UTC  (10+ messages)
` [RFC][PATCH v3 3/3] Rename nla_strlcpy to nla_strscpy

[PATCH v4 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-23 15:27 UTC  (6+ messages)
` [PATCH v4 5/7] arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges

What's cooking in git.git (Oct 2020, #03; Mon, 19)
 2020-10-23 15:27 UTC  (3+ messages)

drm_modes: signed integer overflow
 2020-10-23 15:27 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH] scsi: ufs: make sure scan sequence for multiple hosts
 2020-10-23 15:27 UTC  (6+ messages)

memory leak in gadget_bind
 2020-10-23 15:26 UTC 

divide error in do_journal_end
 2020-10-23 15:26 UTC 

general protection fault in call_commit_handler
 2020-10-23 15:26 UTC 

memory leak in gadget_setup
 2020-10-23 15:26 UTC 

[PATCH v4] cpupower: Provide online and offline CPU information
 2020-10-23 15:25 UTC 

[PATCH RESEND v2 00/16] hw: Let DMA/PCI API take MemTxAttrs argument and propagate MemTxResult
 2020-10-23 15:09 UTC  (3+ messages)

Fw: [Bug 209823] New: system panic since commit d18d22ce8f62839365c984b1df474d3975ed4eb2
 2020-10-23 15:24 UTC 

committer-date-is-author-date flag removes email in "Commit"
 2020-10-23 15:23 UTC  (3+ messages)

amdgpu: Manual Card Configuration Change
 2020-10-23 15:22 UTC  (6+ messages)

[PATCH 1/5] drm/radeon: Stop changing the drm_driver struct
 2020-10-23 15:22 UTC  (13+ messages)
` [PATCH 2/5] drm: Compile out legacy chunks from struct drm_device
  ` [Intel-gfx] "
` [PATCH 4/5] drm: Allow const struct drm_driver
  ` [Intel-gfx] "
` [PATCH 5/5] drm/<drivers>: Constify "
  ` [Intel-gfx] "

[PATCH 1/3] drm/amdgpu: add mode2 reset support for vangogh
 2020-10-23 15:20 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/nv: add mode2 reset handling
` [PATCH 3/3] drm/amdgpu: Enable GPU reset for vangogh

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-10-23 15:19 UTC  (5+ messages)
` [Outreachy] [PATCH v3] "

[XEN PATCH v1] xen/arm : Add support for SMMUv3 driver
 2020-10-23 15:19 UTC  (9+ messages)

[PATCH] bisect: allow `git bisect` to run from subdirectory
 2020-10-23 15:18 UTC  (8+ messages)
` [PATCH][OUTREACHY] "

[PATCH] watchdog: Add Nuvoton NCT668x watchdog driver
 2020-10-23 15:15 UTC 

[PATCH] sched/fair: check for idle core
 2020-10-23 15:15 UTC  (9+ messages)
` default cpufreq gov, was: "
  ` [PATCH] cpufreq: Avoid configuring old governors as default with intel_pstate
    ` [PATCH v2] "

[libgpiod][PATCH] treewide: rework struct gpiod_line_bulk
 2020-10-23 15:14 UTC  (8+ messages)

[fsnotify] 9b93f33105: WARNING:missing_R10_value_at__fsnotify_parent/0x
 2020-10-23 15:13 UTC  (2+ messages)

[PATCH] selftests/ftrace: remove _do_fork() leftovers
 2020-10-23 15:12 UTC  (3+ messages)

[PATCH v2] dm verity: Add support for signature verification with 2nd keyring
 2020-10-23 15:11 UTC  (9+ messages)
            ` [dm-devel] "

[Cocci] Newline escape in preprocessor
 2020-10-23 15:11 UTC  (3+ messages)
` [Cocci] Adjusting replacement lists with SmPL?

[PATCH v2 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
 2020-10-23 15:09 UTC  (3+ messages)

[PATCH] PCI: mvebu: Fix duplicate resource requests
 2020-10-23 15:08 UTC  (7+ messages)

[PATCH 1/3] drm/atomic-helpers: remove legacy_cursor_update hacks
 2020-10-23 15:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] "

[PATCH 3/30] crypt: Fix Lesser GPL version number
 2020-10-23 15:04 UTC  (3+ messages)
` [PATCH 13/30] tricore tcg cpus: "

[PATCH] Makefile: separate meson rerun from the rest of the ninja invocation
 2020-10-23 15:05 UTC 

[PATCH v3 0/5] virtiofsd xattr name mappings
 2020-10-23 15:04 UTC  (9+ messages)
` [PATCH v3 2/5] tools/virtiofsd: xattr name mappings: Map client xattr names
      ` [Virtio-fs] "
` [PATCH v3 3/5] tools/virtiofsd: xattr name mappings: Map server "
      ` [Virtio-fs] "

[PATCH v8 -tip 00/26] Core scheduling
 2020-10-23 15:05 UTC  (3+ messages)
` [PATCH v8 -tip 06/26] sched: Add core wide task selection and scheduling

[PATCH v2 0/3] tools: avoid creating symbolic links during make
 2020-10-23 15:07 UTC  (4+ messages)
` [PATCH v2 1/3] tools/libs: move official headers to common directory

[Linux-kernel-mentees] [PATCH v2 1/2] kunit: Support for Parameterized Testing
 2020-10-23 15:06 UTC  (4+ messages)
`  "
` [Linux-kernel-mentees] [PATCH v2 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
  `  "

[PATCH v3 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-10-23 15:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 0/3] PM: runtime: Fixes related to device links management
 2020-10-23 15:06 UTC  (2+ messages)

[PATCH] drm/amdgpu: always reset asic when going into suspend
 2020-10-23 15:04 UTC  (11+ messages)

[PATCH v2] block: End quiescent sections when a BDS is deleted
 2020-10-23 15:01 UTC 

[PATCH] ARM: dts: stm32: Reinstate card detect behavior on DHSOM
 2020-10-23 15:04 UTC  (5+ messages)

[PATCH 1/2] dt-bindings: arm,scmi: Do not use clocks for SCMI performance domains
 2020-10-23 14:58 UTC  (6+ messages)

[PATCH 1/3] drm/atomic-helpers: remove legacy_cursor_update hacks
 2020-10-23 15:02 UTC  (13+ messages)
` [Intel-gfx] "
` [PATCH 01/65] drm/vc4: Drop legacy_cursor_update override
  ` [PATCH 28/65] drm/ttm: WARN_ON non-empty lru when disabling a resource manager
      ` [Intel-gfx] "

[bug] Stashes lost after out-of-memory situation
 2020-10-23 14:53 UTC 

[Bug 209831] New: Time spent on behalf of vcpu is not accounted as guest time
 2020-10-23 15:01 UTC 

[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
 2020-10-23 14:59 UTC  (5+ messages)
` [PATCH v12 05/14] qapi: create BlockdevOptionsCor structure for COR driver
` [PATCH v12 07/14] copy-on-read: limit COR operations to bottom node

B9n X - a further refinement + Yehova namecalling "Nigger Nerd" etc
 2020-10-23 15:01 UTC 

[PATCH] PM / s2idle: Export s2idle_set_ops
 2020-10-23 14:58 UTC  (10+ messages)

[PATCH v2 00/11] x86/intr: introduce EOI callbacks and fix vPT
 2020-10-23 14:59 UTC  (3+ messages)
` [PATCH v2 09/11] x86/vpt: switch interrupt injection model

[PATCH 00/11] circleq.3: Fork from queue.3
 2020-10-23 14:57 UTC  (12+ messages)
` [PATCH 01/11] circleq.3: New page that will hold the (circleq) content of queue.3
` [PATCH 02/11] circleq.3, queue.3: NAME: Move code from queue-3 to circleq.3
` [PATCH 03/11] circleq.3, queue.3: SYNOPSIS: Move code from queue.3 "
` [PATCH 04/11] circleq.3, queue.3: DESCRIPTION: Move circleq specific "
` [PATCH 05/11] circleq.3, queue.3: EXAMPLES: Move circleq example program "
` [PATCH 06/11] queue.3: ffix
` [PATCH 07/11] circleq.3: Copy and adapt code from queue.3
` [PATCH 08/11] circleq.3: ffix: Use man markup
` [PATCH 09/11] circleq.3: Add remaining details to complete the page
` [PATCH 10/11] CIRCLEQ_ENTRY.3, CIRCLEQ_HEAD.3, CIRCLEQ_INIT.3, CIRCLEQ_INSERT_AFTER.3, CIRCLEQ_INSERT_BEFORE.3, CIRCLEQ_INSERT_HEAD.3, CIRCLEQ_INSERT_TAIL.3, CIRCLEQ_REMOVE.3: Link to the new circleq(3) page instead of queue(3)
` [PATCH 11/11] queue.3: SEE ALSO: Add circleq(3)

[PATCH] sphinx: add 3.1.3 and 3.0.4 release in the switcher
 2020-10-23 14:57 UTC 

[transition][PATCH] docbook: add 3.0.4 and 3.1.3 releases
 2020-10-23 14:57 UTC 

[PATCH iproute2-next v4 0/2] Implement filter terse dump mode support
 2020-10-23 14:55 UTC  (3+ messages)
` [PATCH iproute2-next v4 1/2] tc: skip actions that don't have options attribute when printing
` [PATCH iproute2-next v4 2/2] tc: implement support for terse dump

[PATCH 0/2] Fix ASCONF test and ensure it can be always run
 2020-10-23 14:55 UTC  (4+ messages)
` [PATCH 2/2] tests/sctp: set up a GRE tunnel to activate ASCONF tests

[PATCH testsuite] travis: update the kernel and reboot before running the suite
 2020-10-23 14:54 UTC  (2+ messages)

post-receive: pub/scm/utils/rt-tests/rt-tests
 2020-10-23 14:54 UTC 

[PATCH v2] PCI: mvebu: Fix duplicate resource requests
 2020-10-23 14:52 UTC  (2+ messages)

pull request: linux-firmware: mediatek: separate venc service thread
 2020-10-23 14:51 UTC  (6+ messages)
` [PATCH] "

[PATCH] rt-tests: oslat: Allow build for not supported archs
 2020-10-23 14:52 UTC  (2+ messages)

[PATCH testsuite 0/1]
 2020-10-23 14:52 UTC  (3+ messages)
` [PATCH testsuite 1/1] tests/keys: fix the KEYCTL_DH_COMPUTE parameter values

[RFC 0/2] printk: Official way to mute consoles
 2020-10-23 14:52 UTC  (7+ messages)
` [RFC 1/2] printk: Add kernel parameter: mute_console

[PATCH] libselinux: Add build option to disable X11 backend
 2020-10-23 14:50 UTC  (3+ messages)

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-23 14:47 UTC  (13+ messages)
                    ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_it

[dpdk-dev] [RFC PATCH v3 0/6] Arm build options rework
 2020-10-23 14:48 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/6] build: alias default build as generic
  ` [dpdk-dev] [PATCH v4 2/6] build: refactor Arm build
  ` [dpdk-dev] [PATCH v4 3/6] build: optional NUMA and cpu counts detection
  ` [dpdk-dev] [PATCH v4 4/6] build: add core and NUMA counts to cross files
  ` [dpdk-dev] [PATCH v4 5/6] build: disable Arm drivers
  ` [dpdk-dev] [PATCH v4 6/6] build: update Arm builds with makefile flags

[PATCH 0/6] Overhaul memalloc_no*
 2020-10-23 14:49 UTC  (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v3 00/23] drm/msm: de-struct_mutex-ification
 2020-10-23 14:46 UTC  (4+ messages)
` [PATCH v3 06/23] drm/msm/gem: Move locking in shrinker path
  ` [Freedreno] "

[PATCH 00/16] rcu/nocb: De-offload and re-offload support v3
 2020-10-23 14:46 UTC  (16+ messages)
` [PATCH 01/16] rcu: Implement rcu_segcblist_is_offloaded() config dependent
` [PATCH 03/16] rcu: Provide basic callback offloading state machine bits
` [PATCH 04/16] rcu/nocb: Always init segcblist on CPU up
` [PATCH 05/16] rcu: De-offloading CB kthread
` [PATCH 06/16] rcu/nocb: Don't deoffload an offline CPU with pending work
` [PATCH 07/16] rcu: De-offloading GP kthread
` [PATCH 08/16] rcu: Re-offload support
` [PATCH 09/16] rcu: Shutdown nocb timer on de-offloading
` [PATCH 10/16] rcu: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
` [PATCH 11/16] rcu: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH 12/16] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH 13/16] rcu: Process batch locally as long as offloading isn't complete
` [PATCH 14/16] rcu: Locally accelerate callbacks "
` [PATCH 15/16] rcutorture: Test runtime toggling of CPUs' callback offloading
` [PATCH 16/16] tools/rcutorture: Support nocb toggle in TREE01

[PATCH] um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb()
 2020-10-23 14:47 UTC  (3+ messages)

post-receive: pub/scm/network/connman/connman
 2020-10-23 14:47 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.