All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-15 16:37:29 to 2020-04-15 17:22:48 UTC [more...]

[PATCH AUTOSEL 5.6 001/129] drm/ttm: flush the fence on the bo after we individualize the reservation object
 2020-04-15 17:22 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 068/129] slcan: Don't transmit uninitialized stack data in padding

[PATCH 00/20] virtiofs: Add DAX support
 2020-04-15 17:22 UTC  (9+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range
            ` [Virtio-fs] [PATCH 20/20] fuse, virtiofs: "

[PATCH v2] dev-manual: remove postinst false statement
 2020-04-15 17:22 UTC 

[PATCH tip/core/rcu 0/19] Miscellaneous fixes for v5.8
 2020-04-15 17:21 UTC  (21+ messages)
` [PATCH tip/core/rcu 01/19] rcu: Add KCSAN stubs
` [PATCH tip/core/rcu 02/19] srcu: "
` [PATCH tip/core/rcu 03/19] rcu: Mark rcu_state.ncpus to detect concurrent writes
` [PATCH tip/core/rcu 04/19] rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus locking
` [PATCH tip/core/rcu 05/19] rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasks
` [PATCH tip/core/rcu 06/19] srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays
` [PATCH tip/core/rcu 07/19] rcu: Add WRITE_ONCE() to rcu_node ->boost_tasks
` [PATCH tip/core/rcu 08/19] rcu: Use data_race() for RCU CPU stall-warning prints
` [PATCH tip/core/rcu 09/19] drm: Make drm_dp_mst_dsc_aux_for_port() safe for old compilers
` [PATCH tip/core/rcu 10/19] rcu: Expedite first two FQS scans under callback-overload conditions
` [PATCH tip/core/rcu 11/19] rcu: Fix the (t=0 jiffies) false positive
` [PATCH tip/core/rcu 12/19] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
` [PATCH tip/core/rcu 13/19] rcu: Get rid of some doc warnings in update.c
` [PATCH tip/core/rcu 14/19] rcu: Mark rcu_state.gp_seq to detect more concurrent writes
` [PATCH tip/core/rcu 15/19] rcu: Replace assigned pointer ret value by corresponding boolean value
` [PATCH tip/core/rcu 16/19] rcu: Replace 1 by true
` [PATCH tip/core/rcu 17/19] rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparison
` [PATCH tip/core/rcu 18/19] rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()
` [PATCH tip/core/rcu 19/19] rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()

[RFC PATCH v7 0/9] Add Tegra driver for video capture
 2020-04-15 17:21 UTC  (7+ messages)
` [RFC PATCH v7 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v3 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-04-15 17:20 UTC  (5+ messages)
` [PATCH v3 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v3 08/31] elx: libefc: Generic state machine framework

[Intel-gfx] [PATCH v5 0/4] i915 lpsp support for lpsp igt
 2020-04-15 17:05 UTC  (5+ messages)
` [Intel-gfx] [PATCH v5 1/4] drm/i915: Power well id for ICL PG3
` [Intel-gfx] [PATCH v5 2/4] drm/i915: Add i915_lpsp_capability debugfs
` [Intel-gfx] [PATCH v5 3/4] drm/i915: Add connector dbgfs for all connectors
` [Intel-gfx] [PATCH v5 4/4] drm/i915: Add i915_lpsp_status debugfs attribute

[RFC 1/1] ext4: Fix race in ext4_mb_discard_group_preallocations()
 2020-04-15 17:20 UTC  (2+ messages)

[PATCH] drm: Don't free a struct never allocated by drm_gem_fb_init()
 2020-04-15 17:20 UTC 

[PATCH v3 0/3] lib/vsprintf: Introduce %ptT for time64_t
 2020-04-15 17:20 UTC  (5+ messages)
` [PATCH v3 1/3] lib/vsprintf: Print time64_t in human readable format
` [PATCH v3 2/3] ARM: bcm2835: Switch to use %ptT
` [PATCH v3 3/3] [media] usb: pulse8-cec: "

[PATCH tip/core/rcu 0/4] kfree_rcu() updates for v5.8
 2020-04-15 17:19 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] rcuperf: Add ability to increase object allocation size
` [PATCH tip/core/rcu 2/4] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching
` [PATCH tip/core/rcu 3/4] rcu/tree: Count number of batched kfree_rcu() locklessly
` [PATCH tip/core/rcu 4/4] rcu: Add rcu_gp_might_be_stalled()

[PATCH v3 00/12] Rework READ_ONCE() to improve codegen
 2020-04-15 17:20 UTC  (14+ messages)
` [PATCH v3 01/12] compiler/gcc: Emit build-time warning for GCC prior to version 4.8
` [PATCH v3 02/12] netfilter: Avoid assigning 'const' pointer to non-const pointer
` [PATCH v3 03/12] net: tls: "
` [PATCH v3 04/12] fault_inject: Don't rely on "return value" from WRITE_ONCE()
` [PATCH v3 05/12] arm64: csum: Disable KASAN for do_csum()
` [PATCH v3 06/12] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
` [PATCH v3 07/12] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
` [PATCH v3 08/12] READ_ONCE: Drop pointer qualifiers when reading from scalar types
` [PATCH v3 09/12] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
` [PATCH v3 10/12] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
` [PATCH v3 11/12] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
` [PATCH v3 12/12] gcov: Remove old GCC 3.4 support

[MPTCP] [PATCH mptcp 7/7] mptcp: prevent null deref crash on normal tcp sockets
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 6/7] mptcp: reverse order of sk_state_change and is_mptcp check
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 5/7] mptcp: use rcu helpers to fetch ulp subflow context
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 4/7] mptcp: avoid callback invocation when mptcp parent socket doesn't exist
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 3/7] mptcp: handle mptcp listener destruction via rcu
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 2/7] mptcp: fix 'Attempt to release TCP socket in state' warnings
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 1/7] mptcp: fix splat when incoming connection is never accepted before exit/close
 2020-04-15 17:19 UTC 

[MPTCP] [PATCH mptcp 0/7] mptcp: fix splats and crashes
 2020-04-15 17:19 UTC 

[MPTCP] Re: [PATCH v2 4/4] man: mptcp man page
 2020-04-15 17:19 UTC 

Coverity: drm_gem_fb_create_with_funcs(): Memory - corruptions
 2020-04-15 17:19 UTC  (2+ messages)
` [PATCH] drm: Don't free a struct never allocated by drm_gem_fb_init()

[virtio-dev] [PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
 2020-04-15 17:17 UTC  (5+ messages)
` [virtio-dev] [PATCH v19 QEMU 1/4] virtio-balloon: Implement support for page poison tracking feature
  ` [virtio-dev] "
    `  "

semodule -i and load_policy coredumps on version 3.0 - not latest GIT
 2020-04-15 17:17 UTC  (3+ messages)

[PATCH v2 0/6] remoteproc: qcom: Add callbacks for remoteproc events
 2020-04-15 17:16 UTC  (10+ messages)
` [PATCH v2 1/6] remoteproc: sysmon: Add ability to send type of notification
` [PATCH v2 2/6] remoteproc: sysmon: Add notifications for events
` [PATCH v2 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs

[PATCH 1/2] ASoC: topology: Remove unneeded semicolon
 2020-04-15 17:15 UTC  (2+ messages)
` Applied "ASoC: topology: Remove unneeded semicolon" to the asoc tree

[PATCH v2 00/14] gpio: dwapb: Clean up the driver and a fix
 2020-04-15 17:15 UTC  (3+ messages)
` [PATCH v2 14/14] gpio: dwapb: Amend indentation in some cases

Possible changes to the project docs
 2020-04-15 17:13 UTC  (3+ messages)
  ` [docs] "

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-15 17:13 UTC  (13+ messages)
` [PATCH v6 01/12] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs
      ` [PATCH v6 01/12] dt-bindings: add img, pvrsgx.yaml "

[MPTCP] Re: [PATCH v2 2/4] add support for mptcp netlink interface
 2020-04-15 17:12 UTC 

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-15 17:10 UTC  (6+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

Call for Gardening Tasks
 2020-04-15 17:08 UTC  (9+ messages)

incoming
 2020-04-15 17:07 UTC  (4+ messages)
` [patch 025/155] slub: relocate freelist pointer to middle of object

What's a good default TTL for DNS keys in the kernel
 2020-04-15 17:07 UTC  (5+ messages)

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-15 16:49 UTC  (10+ messages)

[Bug 1873032] [NEW] After upgrade qemu to 5.0.0-0.3.rc2.fc33 the virtual machine with Windows 10 after a while starts to work very slowly
 2020-04-15 16:38 UTC  (2+ messages)
` [Bug 1873032] "

GSS unwrapping breaks the DRC
 2020-04-15 17:05 UTC 

[PATCH v9 0/6] Add battery charger driver support for MP2629
 2020-04-15 17:05 UTC  (4+ messages)

[PATCH] pwm: Add PWM driver for SiFive SoC
 2020-04-15 17:04 UTC  (2+ messages)

[Intel-gfx] [CI 1/2] drm/i915/selftests: Exercise basic RPS interrupt generation
 2020-04-15 17:03 UTC  (2+ messages)
` [Intel-gfx] [CI 2/2] drm/i915/gt: Update PMINTRMSK holding fw

[PATCH v2] ARM: imx6: DHCOM i.MX6 PDK: Convert to DM_ETH
 2020-04-15 17:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] Formatting: remove leading space
 2020-04-15 17:02 UTC  (2+ messages)
` [PATCH] brcmfmac: "

[PATCH] ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs
 2020-04-15 16:59 UTC  (2+ messages)
` Applied "ASoC: q6dsp6: q6afe-dai: add missing channels to MI2S DAIs" to the asoc tree

[PATCH v3 1/2] soc: qcom: rpmh-rsc: Factor "tcs_reg_addr" and "tcs_cmd_addr" calculation
 2020-04-15 17:00 UTC  (2+ messages)
` [PATCH v3 2/2] soc: qcom: rpmh-rsc: Timeout after 1 second in write_tcs_reg_sync()

[PATCH 0/8] Relax sanity checking for mismatched AArch32 EL1
 2020-04-15 17:00 UTC  (6+ messages)
` [PATCH 3/8] arm64: cpufeature: Add CPU capability for AArch32 EL1 support

[PATCH 2/2] ASoC: topology: Fix endianness issue
 2020-04-15 16:59 UTC  (2+ messages)
` Applied "ASoC: topology: Fix endianness issue" to the asoc tree

[PATCH] tools/power/x86/intel-speed-select: Fix CLX-N package information output
 2020-04-15 16:59 UTC  (3+ messages)

[XEN PATCH v4 00/18] xen: Build system improvements
 2020-04-15 16:58 UTC  (4+ messages)
` [XEN PATCH v4 12/18] xen/build: factorise generation of the linker scripts

[PATCH v11 0/5] Xilinx ZynqMP DisplayPort Subsystem DRM/KMS driver
 2020-04-15 16:58 UTC  (7+ messages)
` [PATCH v11 1/5] dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.218-93-g8271444878fc)
 2020-04-15 16:58 UTC 

[PATCH v2 1/6] dt-bindings: crypto: fsl-sec4: add snvs clock to pwrkey
 2020-04-15 16:57 UTC  (7+ messages)
` [PATCH v2 6/6] Input: snvs_pwrkey - only IRQ_HANDLED for our own events

b4 auto-thankanator landed in master
 2020-04-15 16:57 UTC  (3+ messages)
` [kernel.org users] "

[dpdk-dev] [PATCH 1/5] net/enic: fix action reordering
 2020-04-15 16:56 UTC  (2+ messages)

[PATCH 5/5] drivers: uio: new driver for fsl_85xx_cache_sram
 2020-04-15 16:52 UTC  (8+ messages)
` [PATCH v2,0/5] drivers: uio: new driver uio_fsl_85xx_cache_sram
  ` [PATCH v2,1/5] powerpc: 85xx: make FSL_85XX_CACHE_SRAM configurable
  ` [PATCH v2,5/5] drivers: uio: new driver for fsl_85xx_cache_sram

[PATCH v2] kernel: audit.c: Add __rcu notation to RCU pointer
 2020-04-15 16:53 UTC  (8+ messages)
          ` [Linux-kernel-mentees] "

[Intel-gfx] [PATCH 1/3] drm/i915/display: Load DP_TP_CTL/STATUS offset before use it
 2020-04-15 16:53 UTC  (3+ messages)

[PATCH v2 RESEND] ARM/fbdev: sa11x0: Switch to use GPIO descriptors
 2020-04-15 16:50 UTC  (2+ messages)

[PATCH] log: add log.excludeDecoration config option
 2020-04-15 16:52 UTC  (3+ messages)
` [PATCH v2] "

[meta-virtualization][PATCH] nagios-nrpe: uprev v3.2.1 => v4.0.2
 2020-04-15 16:52 UTC 

Patches to apply to stable releases
 2020-04-15 16:52 UTC  (6+ messages)

[dpdk-dev] [PATCH v2 18.11 17.11] doc: in doc-clean removed the folder not containing rst files
 2020-04-15 16:51 UTC  (7+ messages)
      ` [dpdk-dev] [dpdk-stable] "

WARNING in bpf_cgroup_link_release
 2020-04-15 16:51 UTC  (3+ messages)

FAILED: patch "[PATCH] XArray: Fix xa_find_next for large multi-index entries" failed to apply to 5.4-stable tree
 2020-04-15 16:51 UTC  (3+ messages)

[peterz-queue:sched/core 3/5] kernel/sched/fair.c:4596:30: error: 'struct cfs_rq' has no member named 'lock'; did you mean 'load'?
 2020-04-15 16:50 UTC 

[PATCH v2] mremap.2: Add information for MREMAP_DONTUNMAP
 2020-04-15 16:49 UTC 

[master,dunfell][PATCH] packagegroup-go-sdk-target: Enable on rv64
 2020-04-15 16:49 UTC 

[PATCH][RESEND] arm64: dts: imx8mm: fix dma peripheral type for SAI nodes
 2020-04-15 16:49 UTC  (2+ messages)

[PATCH] PCI: tegra: Fix reporting GPIO error value
 2020-04-15 16:49 UTC  (5+ messages)

[MPTCP] Re: [PATCH v2 4/4] man: mptcp man page
 2020-04-15 16:49 UTC 

[Buildroot] [PATCH v2 0/5] download: Add SFTP support and tests
 2020-04-15 16:48 UTC  (6+ messages)
` [Buildroot] [PATCH v2 1/5] support/docker: Update to debian:buster-20200327
` [Buildroot] [PATCH v2 2/5] support/docker: Add openssh-server
` [Buildroot] [PATCH v2 3/5] testing/infra: Add docstrings to base test classes
` [Buildroot] [PATCH v2 4/5] download: Add SFTP support (not FTPS)
` [Buildroot] [PATCH v2 5/5] support/testing: Add download tests for SCP/SFTP

[PATCH net-next] net/mlx4_en: avoid indirect call in TX completion
 2020-04-15 16:46 UTC 

[PATCHv7 0/5] clk: agilex: add clock driver
 2020-04-15 16:46 UTC  (6+ messages)
` [PATCHv7 1/5] clk: socfpga: stratix10: use new parent data scheme
` [PATCHv7 2/5] clk: socfpga: remove clk_ops enable/disable methods
` [PATCHv7 3/5] clk: socfpga: add const to _ops data structures
` [PATCHv7 4/5] dt-bindings: documentation: add clock bindings information for Agilex
` [PATCHv7 5/5] clk: socfpga: agilex: add clock driver for the Agilex platform

[ANNOUNCE] exfat-utils-1.0.1 initial version released
 2020-04-15 16:47 UTC  (2+ messages)

[PATCH] perf stat: Honour --timeout for forked workloads
 2020-04-15 16:46 UTC  (2+ messages)

[Intel-gfx] [CI 1/2] drm/i915/selftests: Exercise basic RPS interrupt generation
 2020-04-15 16:46 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for series starting with drm/i915/selftests: Exercise basic RPS interrupt generation (rev3)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-15 16:46 UTC  (6+ messages)
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers

[PATCH RT] signal: Prevent double-free of user struct
 2020-04-15 16:46 UTC  (2+ messages)

[PATCH 0/5] lib: reduce SPL size
 2020-04-15 16:46 UTC  (6+ messages)
` [PATCH 1/5] lib: do not build OID registry in SPL
` [PATCH 2/5] lib: date functions "
` [PATCH 3/5] common: image_sign_info helper "
` [PATCH 4/5] lib: do not provide hexdump "
` [PATCH 5/5] dlmalloc: remove unit test support "

[PATCH v1 0/4] dt-bindings: DT Schema variants of atmel lcdc, hlcdc
 2020-04-15 16:45 UTC  (13+ messages)
` [PATCH v1 1/4] dt-bindings: display: convert atmel-hlcdc to DT Schema
` [PATCH v1 2/4] dt-bindings: display: convert atmel lcdc "
` [PATCH v1 3/4] dt-bindings: media: add wiring property to video-interfaces

[PATCH 0/7] SDHCI clock handling fixes and cleanups
 2020-04-15 16:45 UTC  (4+ messages)
` [PATCH 5/7] mmc: sdhci: simplify clock frequency calculation

[PATCH] firmware: Drop unused pages field from struct firmware
 2020-04-15 16:45 UTC 

[PATCH v4 0/9] x86: Easy way of detecting MS Surface 3
 2020-04-15 16:43 UTC  (5+ messages)
` [PATCH v4 8/9] ASoC: rt5645: Switch DMI table match to a test of variable

[PATCH] test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
 2020-04-15 16:44 UTC  (4+ messages)

[RESEND PATCH v2 1/3] rtc: ds1307: Enable battery backup on RX8130
 2020-04-15 16:44 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: rtc: add chargeable flag for rx8130
` [PATCH 3/3] rtc: ds1307: make backup battery chargeable optionally

[PATCH 00/21] DVFS for IO devices on sdm845 and sc7180
 2020-04-15 16:43 UTC  (4+ messages)
` [PATCH 13/21] mmc: sdhci-msm: Use OPP API to set clk/perf state

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-15 16:43 UTC  (6+ messages)
` Supported Sphinx Versions (was: Re: [PATCH for-5.0? 0/3] Make docs build work with Sphinx 3)
      ` Supported Sphinx Versions
        ` Supported Build Platforms (Again) (Was Re: Supported Sphinx Versions)

[PATCH 0/4] Capacity awareness for SCHED_DEADLINE
 2020-04-15 16:42 UTC  (6+ messages)
` [PATCH 3/4] sched/deadline: Make DL capacity-aware

Meson host_machine.system() incorrect on ARM?
 2020-04-15 16:40 UTC  (3+ messages)
` [OE-core] "

[dpdk-dev] [PATCH 0/8] DSW performance and statistics improvements
 2020-04-15 16:37 UTC  (3+ messages)
` [dpdk-dev] [EXT] "


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.