LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 13:46:19 to 2021-04-08 15:25:07 UTC [more...]

[PATCH] SUNRPC: Add a check for gss_release_msg
 2021-04-08 15:24 UTC  (3+ messages)

[PATCH 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-08 15:24 UTC  (5+ messages)
` [PATCH 1/7] hyperv: Detect Nested virtualization support "

[PATCH 00/24] ARM: at91: pm: add support for sama7g5
 2021-04-08 15:24 UTC  (6+ messages)
` [PATCH 22/24] ARM: at91: sama7: introduce sama7 SoC family

[PATCH v2 0/2] Add support for ECDSA-signed kernel modules
 2021-04-08 15:24 UTC  (3+ messages)
` [PATCH v2 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v2 2/2] certs: Add support for using elliptic curve keys for signing modules

[PATCH] arm64: mte: Move MTE TCF0 check in entry-common
 2021-04-08 15:23 UTC  (5+ messages)

[PATCH v6 0/8] Extend regulator notification support
 2021-04-08 15:22 UTC  (3+ messages)
` [PATCH v6 5/8] dt-bindings: regulator: bd9576 add FET ON-resistance for OCW

[PATCH 1/7] habanalabs/gaudi: clear QM errors only if not in stop_on_err mode
 2021-04-08 15:22 UTC  (7+ messages)
` [PATCH 2/7] habanalabs: send dynamic msi-x indexes to f/w
` [PATCH 3/7] habanalabs: move dram scrub to free sequence
` [PATCH 4/7] habanalabs/gaudi: derive security status from pci id
` [PATCH 5/7] habanalabs/gaudi: skip iATU if F/W security is enabled
` [PATCH 6/7] habanalabs: print on f/w boot unknown error
` [PATCH 7/7] habanalabs: update to latest F/W communication header

[PATCH v6 0/5] USB: misc: Add onboard_usb_hub driver
 2021-04-08 15:21 UTC  (3+ messages)
` [PATCH v6 3/5] of/platform: Add stubs for of_platform_device_create/destroy()

linux-next: build warning after merge of the drm-intel-fixes tree
 2021-04-08 15:20 UTC  (5+ messages)

[PATCH 0/8] drm/msm: Swappable GEM objects
 2021-04-08 15:23 UTC  (3+ messages)

[PATCH v2 1/6] software node: Free resources explicitly when swnode_register() fails
 2021-04-08 15:19 UTC  (7+ messages)

[PATCH v2] ACPI / hotplug / PCI: fix memory leak in enable_slot()
 2021-04-08 15:18 UTC  (2+ messages)

[PATCH v3 1/1] of: unittest: overlay: ensure proper alignment of copied FDT
 2021-04-08 15:17 UTC 

[PATCH] iommu/amd: page-specific invalidations for more than one page
 2021-04-08 15:16 UTC  (2+ messages)

[RFC PATCH v2 0/4] arm64: Implement stack trace reliability checks
 2021-04-08 15:15 UTC  (3+ messages)
  ` [RFC PATCH v2 1/4] arm64: Implement infrastructure for "

[PATCH v6 00/20] coresight: Add support for ETE and TRBE
 2021-04-08 15:14 UTC  (3+ messages)
` [PATCH v6 06/20] kvm: arm64: Move SPE availability check to VCPU load

[PATCH] net: sched: sch_teql: fix null-pointer dereference
 2021-04-08 15:14 UTC 

[PATCH v2 1/1] of: unittest: overlay: ensure proper alignment of copied FDT
 2021-04-08 15:13 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 5.13
 2021-04-08 15:11 UTC  (2+ messages)

[PATCH v2] drm/panel: panel-dsi-cm: convert sysfs snprintf to sysfs_emit
 2021-04-08 15:08 UTC  (3+ messages)

[GIT PULL] cpuidle for v5.13-rc1
 2021-04-08 15:10 UTC 

[PATCH] USB: serial: do not use tty class device for debugging
 2021-04-08 15:08 UTC 

[PATCH] platform/x86: add Gigabyte WMI temperature driver
 2021-04-08 15:08 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] mm: page_counter: mitigate consequences of a page_counter underflow
 2021-04-08 15:08 UTC  (2+ messages)

[RFT, PATCH v1 0/5] gpio: xilinx: convert to use bitmap API
 2021-04-08 15:08 UTC  (7+ messages)
` [PATCH v1 1/5] bitmap: Make bitmap_remap() and bitmap_bitremap() available to users
` [PATCH v1 2/5] gpio: xilinx: Correct kernel doc for xgpio_probe()
` [PATCH v1 3/5] gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()
` [PATCH v1 4/5] gpio: xilinx: Switch to use bitmap APIs
` [PATCH v1 5/5] gpio: xilinx: No need to disable IRQs in the handler

[PATCH v2 00/18] Implement RSASSA-PSS signature verification
 2021-04-08 15:08 UTC  (21+ messages)
` [PATCH v2 01/18] X.509: Parse RSASSA-PSS style certificates
` [PATCH v2 02/18] crypto: rsa-pkcs1pad: Rename pkcs1pad-specific functions to rsapad
` [PATCH v2 03/18] crypto: rsa-pkcs1pad: Extract pkcs1pad_create into a generic helper
` [PATCH v2 04/18] crypto: rsa-pkcs1pad: Pull out child req processing code into helpers
` [PATCH v2 05/18] crypto: rsa-pkcs1pad: Rename pkcs1pad_* structs to rsapad_*
` [PATCH v2 06/18] crypto: rsa: Start moving RSA common code to rsa-common
` [PATCH v2 07/18] crypto: rsa: Move more "
` [PATCH v2 08/18] crypto: rsa: Move rsapad_akcipher_setup_child and callback "
` [PATCH v2 09/18] crypto: Extend akcipher API to pass signature parameters
` [PATCH v2 10/18] crypto: rsa: Move struct rsa_mpi_key definition to rsa.h
` [PATCH v2 11/18] crypto: Scaffolding for RSA-PSS signature style
` [PATCH v2 12/18] crypto: rsa-psspad: Introduce shash alloc/dealloc helpers
` [PATCH v2 13/18] crypto: rsa-psspad: Get signature parameters from a given signature
` [PATCH v2 14/18] crypto: Implement MGF1 Mask Generation Function for RSASSA-PSS
` [PATCH v2 15/18] crypto: rsa-psspad: Provide PSS signature verify operation
` [PATCH v2 16/18] crypto: rsa-psspad: Implement signature verify callback
` [PATCH v2 17/18] crypto: Accept pss as valid encoding during signature verification
` [PATCH v2 18/18] keyctl_pkey: Add pkey parameters slen and mgfhash for PSS

[PATCH RESEND 0/3] x86/sgx: eextend ioctl
 2021-04-08 15:07 UTC  (11+ messages)

[PATCH v15 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-04-08 15:07 UTC  (6+ messages)
` [PATCH v15 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v15 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH] MIPS: Fix new sparse warning
 2021-04-08 14:54 UTC  (2+ messages)

[PATCH v13 00/18] arm64: MMU enabled kexec relocation
 2021-04-08 15:01 UTC  (5+ messages)
` [PATCH v13 03/18] arm64: hyp-stub: Move el1_sync into the vectors

[RFC v3 net-next 0/4] MT7530 interrupt support
 2021-04-08 15:00 UTC  (3+ messages)

[PATCH 0/5] close various race windows for swap
 2021-04-08 14:55 UTC  (2+ messages)

[PATCH 0/5] Introduce support for PSF mitigation
 2021-04-08 14:56 UTC  (3+ messages)

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-08 14:55 UTC  (33+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
` [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v6 04/30] fs: Document file_ra_state
` [PATCH v6 05/30] mm: Implement readahead_control pageset expansion
` [PATCH v6 06/30] netfs: Make a netfs helper module
` [PATCH v6 07/30] netfs: Documentation for helper library
` [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers
` [PATCH v6 11/30] netfs: Add tracepoints
` [PATCH v6 12/30] netfs: Gather stats
` [PATCH v6 13/30] netfs: Add write_begin helper
` [PATCH v6 14/30] netfs: Define an interface to talk to a cache
` [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v6 17/30] afs: Disable use of the fscache I/O routines
` [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v6 20/30] afs: Move key to afs_read struct
` [PATCH v6 21/30] afs: Don't truncate iter during data fetch
` [PATCH v6 22/30] afs: Log remote unmarshalling errors
` [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v6 24/30] afs: Use ITER_XARRAY for writing
` [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v6 26/30] afs: Extract writeback extension into its own function
` [PATCH v6 27/30] afs: Prepare for use of THPs
` [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v6 29/30] afs: Use new netfs lib read helper API
` [PATCH v6 30/30] afs: Use the netfs_write_begin() helper

[PATCH 0/2] USB:ehci:fix the no SRBN register problem
 2021-04-08 14:53 UTC  (5+ messages)
` [PATCH 1/2] USB:ehci:Add a whitelist for EHCI controllers

[PATCH v2 0/2] USB:ehci:fix the no SRBN register problem
 2021-04-08 14:53 UTC  (5+ messages)
` [PATCH v2 1/2] USB:ehci:Add a whitelist for EHCI controllers
` [PATCH v2 2/2] USB:ehci:fix Kunpeng920 ehci hardware problem

[PATCH v4] lib/string: Introduce sysfs_streqcase
 2021-04-08 14:52 UTC  (3+ messages)

[PATCH] sched/fair: Rate limit calls to update_blocked_averages() for NOHZ
 2021-04-08 14:51 UTC  (14+ messages)

[PATCH v17 1/2] scsi: ufs: Enable power management for wlun
 2021-04-08 14:49 UTC  (2+ messages)
` [PATCH v17 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH 1/1] of: unittest: overlay: ensure proper alignment of copied FDT
 2021-04-08 14:48 UTC  (6+ messages)

[GIT PULL] timer drivers for v5.13
 2021-04-08 14:47 UTC 

[PATCH v3 1/2] dt-bindings: display: bridge: Add bindings for SN65DSI83/84/85
 2021-04-08 14:45 UTC  (3+ messages)

[PATCH 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls
 2021-04-08 14:44 UTC  (4+ messages)

[syzbot] INFO: task hung in io_ring_exit_work
 2021-04-08 14:42 UTC  (4+ messages)

[PATCH v4 0/3] Add AHCI support for Tegra186
 2021-04-08 14:41 UTC  (8+ messages)
` [PATCH v4 3/3] ata: ahci_tegra: "

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-08 14:39 UTC  (3+ messages)

linux-next: build warning after merge of the kvm-arm tree
 2021-04-08 14:35 UTC  (2+ messages)

[PATCH] remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()
 2021-04-08 14:33 UTC 

[PATCH v2] staging: rtl8712: remove unused variable from rtl871x_mlme.c
 2021-04-08 14:29 UTC  (2+ messages)

[PATCH v3 00/12] acpi: fix some coding style issues
 2021-04-08 14:28 UTC  (2+ messages)

[PATCH 0/3] Add RTC support for PMIC PMK8350
 2021-04-08 14:28 UTC  (6+ messages)
` [PATCH 2/3] dt-bindings: mfd: Convert pm8xxx bindings to yaml

[PATCH v4 00/12] Introduce threaded trace streaming for basic perf record operation
 2021-04-08 14:26 UTC  (9+ messages)
` [PATCH v4 02/12] perf record: introduce thread specific data array
` [PATCH v4 05/12] perf record: start threads in the beginning of trace streaming
` [PATCH v4 09/12] perf record: document parallel data streaming mode
` [PATCH v4 12/12] perf session: use reader functions to load perf data file

[PATCH 00/13] tty.h cleanups
 2021-04-08 14:25 UTC  (4+ messages)
` [PATCH 05/13] tty: remove tty_warn()

[PATCH] ubifs: default to zstd compression
 2021-04-08 14:22 UTC  (3+ messages)

[Outreachy kernel] [PATCH v3] staging: rtl8723bs: Remove camelcase in several files
 2021-04-08 14:22 UTC  (2+ messages)

[PATCH 00/18] Implement RSASSA-PSS signature verification
 2021-04-08 14:21 UTC  (5+ messages)
` [PATCH 01/18] X.509: Parse RSASSA-PSS style certificates

[PATCH v2] ACPI: AC: fix some coding style issues
 2021-04-08 14:20 UTC  (2+ messages)

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-08 14:20 UTC  (6+ messages)

arch/sh/kernel/process_32.c:42:9: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-04-08 14:18 UTC 

[PATCH v10 2/6] arm64: kvm: Introduce MTE VM feature
 2021-04-08 14:18 UTC  (11+ messages)

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2021-04-08 14:18 UTC  (2+ messages)

[PATCH -next] RDMA/qedr: Fix error return code in qedr_iw_connect()
 2021-04-08 14:16 UTC  (2+ messages)

[PATCH 1/2] [v2] bus: mhi: pci_generic: Introduce Foxconn T99W175 support
 2021-04-08 14:15 UTC  (2+ messages)

[RFC PATCH 0/5] hwlat improvements and osnoise tracer
 2021-04-08 14:13 UTC  (6+ messages)
` [RFC PATCH 1/5] tracing/hwlat: Add a cpus file specific for hwlat_detector
` [RFC PATCH 2/5] tracing/hwlat: Implement the mode config option
` [RFC PATCH 3/5] tracing/hwlat: Implement the per-cpu mode
` [RFC PATCH 4/5] tracing: Add __print_ns_to_secs() and __print_ns_without_secs() helpers
` [RFC PATCH 5/5] tracing: Add the osnoise tracer

[PATCH -next] nilfs2: Fix typos in comments
 2021-04-08 14:08 UTC 

[PATCH v3] powerpc/traps: Enhance readability for trap types
 2021-04-08 14:07 UTC 

[PATCH 1/2 v2] staging: media: hantro: Align line break to the open parenthesis in file hantro_hw.h
 2021-04-08 14:07 UTC  (2+ messages)
` [PATCH 2/2 v2] staging: media: hantro: Align line break to the open parenthesis in file hantro_mpeg2.c

[PATCH] afs: fix no return statement in function returning non-void
 2021-04-08 14:06 UTC  (2+ messages)

[PATCH v3 00/12] Add build ID to stacktraces
 2021-04-08 14:05 UTC  (4+ messages)
` [PATCH v3 04/12] module: Add printk format to add module "

[PATCH] spi: imx: add 16/32 bits per word support for slave mode
 2021-04-08 14:05 UTC  (3+ messages)
` [PATCH] spi: imx: add a check for speed_hz before calculating the clock

[PATCH v3] lib/string: Introduce sysfs_streqcase
 2021-04-08 14:00 UTC  (2+ messages)

[PATCH -next] mm: Fix typos in comments
 2021-04-08 14:00 UTC 

[PATCH] pinctrl: ti: fix error return code of ti_iodelay_dt_node_to_map()
 2021-04-08 13:57 UTC  (2+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-08 13:57 UTC  (8+ messages)
` [RFC Part1 PATCH 06/13] x86/compressed: rescinds and validate the memory used for the GHCB

[PATCH] media: imx: imx7-mipi-csis: Fix runtime PM imbalance in mipi_csis_s_stream
 2021-04-08 13:57 UTC  (2+ messages)

[PATCH v9 00/22] pinctrl: add BCM63XX pincontrol support
 2021-04-08 13:55 UTC  (4+ messages)

[PATCH 1/1] usb: typec: tcpm: remove unused static variable 'tcpm_altmode_ops'
 2021-04-08 13:55 UTC  (3+ messages)

[PATCH -next] clk: qcom: Add missing MODULE_DEVICE_TABLE
 2021-04-08 13:55 UTC 

[PATCH] bus: mhi: pci_generic: Constify mhi_controller_config struct definitions
 2021-04-08 13:49 UTC 

[PATCH v27 00/13] Introduce Data Access MONitor (DAMON)
 2021-04-08 13:48 UTC  (14+ messages)
` [PATCH v27 01/13] mm: "
` [PATCH v27 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v27 03/13] mm/damon: Adaptively adjust regions
` [PATCH v27 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v27 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v27 06/13] mm/damon: Add a tracepoint
` [PATCH v27 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v27 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v27 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v27 10/13] Documentation: Add documents for DAMON
` [PATCH v27 11/13] mm/damon: Add kunit tests
` [PATCH v27 12/13] mm/damon: Add user space selftests
` [PATCH v27 13/13] MAINTAINERS: Update for DAMON

[PATCH V2 0/3] Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A
 2021-04-08 13:48 UTC  (2+ messages)

[PATCH -next] clk: samsung: Remove redundant dev_err calls
 2021-04-08 13:48 UTC 

[PATCH -V2] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-08 13:46 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).