linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-19 18:19:50 to 2021-02-20 02:03:14 UTC [more...]

[RFC PATCH v5 0/4] add simple copy support
 2021-02-19 12:45 UTC  (3+ messages)
    ` [RFC PATCH v5 1/4] block: make bio_map_kern() non static
    ` [RFC PATCH v5 3/4] nvme: add simple copy support

[PATCH] f2fs/checkpoint: fix a spacing coding style
 2021-02-20  1:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] virtio: don't prompt CONFIG_VIRTIO_PCI_MODERN
 2021-02-20  1:51 UTC  (3+ messages)

[PATCH v5 0/3] Serialize execution environment changes for MHI
 2021-02-20  1:51 UTC  (5+ messages)
` [PATCH v5 1/3] bus: mhi: core: Clear devices when moving execution environments
` [PATCH v5 2/3] bus: mhi: core: Download AMSS image from appropriate function
` [PATCH v5 3/3] bus: mhi: core: Process execution environment changes serially

[PATCH 0/9] Enable hibernation when Lockdown is enabled
 2021-02-20  1:32 UTC  (10+ messages)
` [PATCH 1/9] tpm: Add support for in-kernel resetting of PCRs
` [PATCH 2/9] tpm: Allow PCR 23 to be restricted to kernel-only use
` [PATCH 3/9] security: keys: trusted: Parse out individual components of the key blob
` [PATCH 4/9] security: keys: trusted: Store the handle of a loaded key
` [PATCH 5/9] security: keys: trusted: Allow storage of PCR values in creation data
` [PATCH 6/9] pm: hibernate: Optionally store and verify a hash of the image
` [PATCH 7/9] pm: hibernate: Optionally use TPM-backed keys to protect image integrity
` [PATCH 8/9] pm: hibernate: Verify the digest encryption key
` [PATCH 9/9] pm: hibernate: seal the encryption key with a PCR policy

[PATCH] PCI: imx6: Limit DBI register length for imx6qp pcie
 2021-02-20  1:27 UTC  (4+ messages)
    ` [EXT] "

[PATCH v5 0/9] CXL 2.0 Support
 2021-02-20  1:22 UTC  (11+ messages)
` [PATCH v5 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v5 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v5 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v5 6/9] cxl/mem: Enable commands via CEL
` [PATCH v5 7/9] cxl/mem: Add set of informational commands

[PATCH net] tcp: fix keepalive when data remain undelivered
 2021-02-20  0:54 UTC 

[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-02-20  0:52 UTC 

[RFC][PATCH 0/6] objtool: Optimize !retpoline
 2021-02-20  0:39 UTC  (10+ messages)
` [RFC][PATCH 1/6] objtool: Correctly handle retpoline thunk calls
` [RFC][PATCH 2/6] objtool: Fix static_call list generation
` [RFC][PATCH 3/6] objtool: Rework rebuild_reloc logic
` [RFC][PATCH 4/6] objtool: Add elf_create_undef_symbol()
` [RFC][PATCH 5/6] objtool: Allow archs to rewrite retpolines
` [RFC][PATCH 6/6] objtool,x86: Rewrite retpoline thunk calls

[PATCH] memcg: charge before adding to swapcache on swapin
 2021-02-20  0:34 UTC  (3+ messages)

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-19 23:59 UTC  (6+ messages)
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays

[GIT PULL] cifs fixes
 2021-02-19 23:48 UTC  (8+ messages)

[PATCH] drivers: firmware: fix kconfig dependency on CRYPTO
 2021-02-19 23:46 UTC 

[PATCH 01/30] drm/dp: Rewrap kdocs for struct drm_dp_aux
 2021-02-19 23:42 UTC  (32+ messages)
` [PATCH 02/30] drm/dp: Fixup kernel docs "
` [PATCH 03/30] drm/tegra: Don't register DP AUX channels before connectors
` [PATCH 04/30] drm/bridge/tc358767: Don't register DP AUX channel until bridge is attached
` [PATCH 05/30] drm/bridge/cdns-mhdp8546: Register DP aux channel with userspace
` [PATCH 06/30] drm/bridge/ti-sn65dsi86: (Un)register aux device on bridge attach/detach
` [PATCH 07/30] drm/bridge/analogix/anx78xx: Add missing drm_dp_aux_unregister() call
` [PATCH 08/30] drm/bridge/analogix/anx78xx: Setup encoder before registering connector
` [PATCH 09/30] drm/bridge/analogix/anx78xx: Cleanup on error in anx78xx_bridge_attach()
` [PATCH 10/30] drm/bridge/analogix/anx6345: Add missing drm_dp_aux_unregister() call
` [PATCH 11/30] drm/bridge/analogix/anx6345: Don't link encoder until after connector registration
` [PATCH 12/30] drm/bridge/analogix/anx6345: Cleanup on errors in anx6345_bridge_attach()
` [PATCH 13/30] drm/bridge/analogix/dp_core: Unregister DP AUX channel on error in analogix_dp_probe()
` [PATCH 14/30] drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregister
` [PATCH 15/30] drm/dp: Add backpointer to drm_device in drm_dp_aux
` [PATCH 16/30] drm/dp: Rewrap drm_dp_aux_register()/drm_dp_aux_init() kdocs
` [PATCH 17/30] drm/dp: Clarify DP AUX registration time
` [PATCH 18/30] drm/print: Fixup DRM_DEBUG_KMS_RATELIMITED()
` [PATCH 19/30] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
` [PATCH 20/30] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()
` [PATCH 21/30] drm/dp: Always print aux channel name in logs
` [PATCH 22/30] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()
` [PATCH 23/30] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()
` [PATCH 24/30] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()
` [PATCH 25/30] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()
` [PATCH 26/30] drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()
` [PATCH 27/30] drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()
` [PATCH 28/30] drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()
` [PATCH 29/30] drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
` [PATCH 30/30] drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()

[PATCH] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
 2021-02-19 23:42 UTC  (3+ messages)

[PATCH 0/9] ASoC: fsl: remove cppcheck warnings
 2021-02-19 23:29 UTC  (10+ messages)
` [PATCH 1/9] ASoC: fsl: fsl_asrc: remove useless assignment
` [PATCH 2/9] ASoC: fsl: fsl_dma: remove unused variable
` [PATCH 3/9] ASoC: fsl: fsl_easrc: remove useless assignments
` [PATCH 4/9] ASoC: fsl: fsl_esai: clarify expression
` [PATCH 5/9] ASoC: fsl: fsl_ssi: remove unnecessary tests
` [PATCH 6/9] ASoC: fsl: imx-hdmi: remove unused structure members
` [PATCH 7/9] ASoC: fsl: mpc5200: signed parameter in snprintf format
` [PATCH 8/9] ASoC: fsl: mpc8610: remove useless assignment
` [PATCH 9/9] ASoC: fsl: p1022_ds: "

[PATCH] drivers: infiniband: sw: rxe: fix kconfig dependency on CRYPTO
 2021-02-19 23:32 UTC 

lib/test_overflow.c:291:19: warning: stack frame size of 1968 bytes in function 'test_overflow_shift'
 2021-02-19 23:23 UTC 

[PATCH] Staging: rtl8192e: fix kconfig dependency on CRYPTO
 2021-02-19 23:14 UTC 

[PATCH v2] ARM: Implement Clang's SLS mitigation
 2021-02-19 23:08 UTC  (4+ messages)
` [PATCH v3] ARM: Implement "
  ` [PATCH v4] "

[RFC] IRQ handlers run with some high-priority interrupts(not NMI) enabled on some platform
 2021-02-19 22:30 UTC  (11+ messages)

[PATCH] mm, kasan: don't poison boot memory
 2021-02-19 23:04 UTC  (6+ messages)

[PATCH] sparc: make copy_thread honor pid namespaces
 2021-02-19 22:50 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 2/2] drm/msm/dp: add supported max link rate specified from dtsi
 2021-02-19 22:46 UTC  (4+ messages)

[PATCH 1/3] mfd: lp87565: fix typo in define names
 2021-02-19 22:39 UTC  (3+ messages)
` [PATCH 2/3] mfd: lp87565: remove unused define
` [PATCH 3/3] mfd: lp87565: move LP87565_regulator_id to .c file

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-02-19 22:26 UTC  (3+ messages)
` [PATCH V3 XRT Alveo 01/18] Documentation: fpga: Add a document describing XRT Alveo drivers

riscv+KASAN does not boot
 2021-02-19 22:26 UTC  (17+ messages)

[PATCH] gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem
 2021-02-19 22:06 UTC  (4+ messages)
    ` [RFC/context] add serdev interfaces to n_gsm

[PATCH 0/3] vfio: Device memory DMA mapping improvements
 2021-02-19 22:02 UTC  (7+ messages)
` [PATCH 1/3] vfio: Introduce vma ops registration and notifier

Droid 4 charging
 2021-02-19 21:57 UTC  (3+ messages)

[PATCH] fs: nfsd: fix kconfig dependency warning for NFSD_V4
 2021-02-19 21:56 UTC 

[PATCH v5] vfs: fix copy_file_range regression in cross-fs copies
 2021-02-19 21:52 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v3 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge
 2021-02-19 21:47 UTC  (6+ messages)
` [PATCH v3 2/2] drm/bridge: Introduce LT8912 DSI "

[PATCH 5.10 000/104] 5.10.17-rc1 review
 2021-02-19 21:26 UTC  (4+ messages)
` [PATCH 5.10 020/104] ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupled

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_lib.c:122:6: warning: stack frame size of 2672 bytes in function 'dml_log_pipe_params'
 2021-02-19 21:22 UTC 

[PATCH] kprobes: Fix to delay the kprobes jump optimization
 2021-02-19 21:22 UTC  (21+ messages)

[PATCH 0/5] staging: rtl8192e: delba_param_set union cleanups
 2021-02-19 16:14 UTC  (6+ messages)
` [PATCH 1/5] staging: rtl8192e: rename charData to char_data in delba_param_set union
` [PATCH 2/5] staging: rtl8192e: rename shortData to short_data "
` [PATCH 3/5] staging: rtl8192e: rename Reserved to reserved "
` [PATCH 4/5] staging: rtl8192e: rename Initiator to initiator "
` [PATCH 5/5] staging: rtl8192e: rename TID to tid "

[RFC v4 10/11] drm/dp: Extract i915's eDP backlight code into DRM helpers
 2021-02-19 21:14 UTC  (6+ messages)
  ` [Intel-gfx] "

[RFC PATCH 1/2] soundwire: add support for static port mapping
 2021-02-19 19:52 UTC  (13+ messages)

[PATCH v5 00/22] Add support for the SDM845 Camera Subsystem
 2021-02-19 21:05 UTC  (3+ messages)
` [PATCH v5 01/22] media: camss: Fix vfe_isr_comp_done() documentation

[PATCH v2] leds: apu: extend support for PC Engines APU1 with newer firmware
 2021-02-19 20:59 UTC  (5+ messages)

[PATCH v2 0/1] s390/vfio-ap: fix circular lockdep when staring SE guest
 2021-02-19 20:49 UTC  (4+ messages)
` [PATCH v2 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[GIT PULL] first round of SCSI updates for the 5.11+ merge window
 2021-02-19 20:43 UTC 

[PATCH v4 0/2] serial: 8250: Add driver for Broadcom UART
 2021-02-19 20:37 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: Add support for the Broadcom UART driver
` [PATCH v4 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver

[PATCH net-next RFC v4] net: hdlc_x25: Queue outgoing LAPB frames
 2021-02-19 20:28 UTC  (10+ messages)

[PATCH] staging: wimax: Fix block comment style issue in stack.c
 2021-02-19 20:25 UTC 

general protection fault in mptcp_sendmsg_frag
 2021-02-19 20:25 UTC  (2+ messages)

[PATCH net] net: l2tp: reduce log level when passing up invalid packets
 2021-02-19 20:12 UTC  (2+ messages)

[PATCH RFC] mm/madvise: introduce MADV_POPULATE to prefault/prealloc memory
 2021-02-19 20:04 UTC  (9+ messages)

[PATCH v3 0/2] serial: 8250: Add driver for Broadcom UART
 2021-02-19 20:01 UTC  (4+ messages)
` [PATCH v3 2/2] serial: 8250: Add new 8250-core based Broadcom STB driver

[PATCH 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-19 20:00 UTC  (11+ messages)
` [PATCH 1/2] mm: Make alloc_contig_range handle free hugetlb pages

[GIT PULL] clk changes for the merge window
 2021-02-19 19:55 UTC 

[PATCH 0/1] fix machine_kexec_post_load prototype
 2021-02-19 19:53 UTC  (6+ messages)
` [PATCH 1/1] kexec: move machine_kexec_post_load() to public interface

[PATCH v2] kexec: move machine_kexec_post_load() to public interface
 2021-02-19 19:51 UTC 

[GIT PULL] perf tools changes for v5.12
 2021-02-19 19:46 UTC 

[PATCH v3 0/1] correct the inside linear map range during hotplug check
 2021-02-19 19:44 UTC  (4+ messages)
` [PATCH v3 1/1] arm64: mm: "

[PATCH mvebu v2 00/10] Armada 37xx: Fix cpufreq changing base CPU speed to 800 MHz from 1000 MHz
 2021-02-19 19:33 UTC  (11+ messages)

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-02-19 19:28 UTC  (7+ messages)
` [PATCH v2 2/3] mm: Force update of mem cgroup soft limit tree on usage excess
` [PATCH v2 3/3] mm: Fix missing mem cgroup soft limit tree updates

[PATCH v8 0/4] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-19 19:28 UTC  (8+ messages)
` [PATCH 1/3] add params and ids to support nist_p384
  ` [PATCH 2/3] add mathematic to support fast nist_p384 and change routines to pass forward ecc_curve
  ` [PATCH 3/3] add nist_p384 register and unregister to support nist_p384

[PATCH ghak124 v3] audit: log nftables configuration change events
 2021-02-19 19:25 UTC  (11+ messages)

[PATCH v3 00/21] x86: Support Intel Advanced Matrix Extensions
 2021-02-19 19:19 UTC  (4+ messages)
` [PATCH v3 11/21] x86/fpu/xstate: Update xstate buffer address finder to support dynamic xstate

[PATCH v8 0/3] CPUFreq: Add support for opp-sharing cpus
 2021-02-19 19:16 UTC  (3+ messages)

[PATCH] arm64 module: set plt* section addresses to 0x0
 2021-02-19 19:16 UTC  (2+ messages)

[PATCH] arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() fails
 2021-02-19 19:16 UTC  (2+ messages)

[PATCH] mm/hugetlb: suppress wrong warning info when alloc gigantic page
 2021-02-19 19:14 UTC  (2+ messages)

[PATCH v4 0/3] Serialize execution environment changes for MHI
 2021-02-19 19:13 UTC  (4+ messages)
` [PATCH v4 1/3] bus: mhi: core: Clear devices when moving execution environments

[PATCH 1/3] Input: applespi: Don't wait for responses to commands indefinitely
 2021-02-19 19:12 UTC  (6+ messages)
` [PATCH 2/3] Input: applespi: Fix occasional crc errors under load

[RFC 0/2] cgroup: New misc cgroup controller
 2021-02-19 19:02 UTC  (3+ messages)
` [RFC 2/2] cgroup: sev: Miscellaneous cgroup documentation

[PATCH v3 0/2] io_uring: add support for IORING_OP_GETDENTS
 2021-02-19 18:59 UTC  (5+ messages)
` [PATCH v3 2/2] "

[PATCH] ntfs: check for valid standard information attribute
 2021-02-19 18:49 UTC  (3+ messages)

[PATCH] of: error: 'const struct kimage' has no member named 'arch'
 2021-02-19 18:43 UTC  (11+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-02-19 18:43 UTC  (3+ messages)
` [PATCH v4 02/10] coresight: syscfg: Add registration and feature loading for cs devices

[ANNOUNCE] v5.11-rt7
 2021-02-19 18:39 UTC 

[PATCH] HID: sony: Fix rumble over bluetooth on shanwan sixaxis and add gasia support
 2021-02-19 18:38 UTC 

[ANNOUNCE] v5.10.17-rt32
 2021-02-19 18:38 UTC 

[PATCH v4 0/2] checkpatch: add verbose mode
 2021-02-19 18:34 UTC  (4+ messages)
` [PATCH v4 2/2] docs: add documentation for checkpatch

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-19 18:32 UTC  (4+ messages)
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection

[PATCH] x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv
 2021-02-19 18:28 UTC 

[PATCH 1/1] [PATCH] Documentation/translations: Translate sound/hd-audio/controls.rst into Chinese
 2021-02-19 18:28 UTC  (2+ messages)

[PATCH 7/8] arm64: Always keep DAIF.[IF] in sync
 2021-02-19 18:26 UTC  (3+ messages)
` [PATCH 7/8 v1.5] "

[PATCH v3] staging: rtl8723bs: fix code style comparison warning
 2021-02-19 18:23 UTC 

[PATCH net 8/9] r8152: avoid the MCU to clear the lanwake
 2021-02-19 18:22 UTC  (2+ messages)
` [PATCH net] r8152: move r8153_mac_clk_spd

[RFC PATCH v3 1/1] scsi: ufs: Enable power management for wlun
 2021-02-19 18:18 UTC  (3+ messages)

[PATCH 0/8] arm64: Support FIQ controller registration
 2021-02-19 18:18 UTC  (4+ messages)
` [PATCH 8/8] arm64: irq: allow FIQs to be handled

[PATCH v1 0/4] ACPI: PCI: Unify printing of messages
 2021-02-19 18:15 UTC  (2+ messages)
` [PATCH v1 1/4] ACPI: PCI: IRQ: Consolidate printing diagnostic messages


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).