linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 02:32:17 to 2022-01-24 08:18:01 UTC [more...]

[PATCH] arm64: Mark start_backtrace() notrace and NOKPROBE_SYMBOL
 2022-01-24  8:17 UTC 

[PATCH] n_tty: wake up poll(POLLRDNORM) on receiving data
 2022-01-24  8:17 UTC 

[PATCH] HID: amd_sfh: Remove useless DMA-32 fallback configuration
 2022-01-24  8:16 UTC  (2+ messages)

[PATCH] ARM: dts: aspeed: Adding Wistron Lannister BMC
 2022-01-24  8:07 UTC 

[Patch 0/3] Staging: rtl8723bs: Fix codestyle errors and warnings
 2022-01-24  8:16 UTC  (5+ messages)
` [Patch 1/3] Staging: rtl8723bs: Placing opening { braces in previous line
` [Patch 2/3] Staging: rtl8723bs: Removed extra spaces between datatype and variable
` [Patch 3/3] Staging: rtl8723bs: Inserting blank line after declaration

[ammarfaizi2-block:mellanox/linux/queue-next 106/133] include/linux/rcupdate.h:390:9: error: dereferencing pointer to incomplete type 'struct mlx5e_selq_params'
 2022-01-24  8:14 UTC 

[allisonhenderson-xfs-work:delayed_attrs_v26_extended 21/30] fs/xfs/libxfs/xfs_parent.c:55:1: warning: no previous prototype for 'xfs_init_parent_name_rec'
 2022-01-24  8:14 UTC 

[PATCH] sched: Simplify __sched_init runtime checks
 2022-01-24  8:12 UTC  (2+ messages)

[PATCH] docs: fix typo in Documentation/kernel-hacking/locking.rst
 2022-01-24  8:14 UTC 

[PATCH 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
 2022-01-24  8:06 UTC  (6+ messages)
` [PATCH 3/7] iio: adc: sc27xx: structure adjuststment and optimization

[PATCH v2 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-01-24  8:07 UTC  (6+ messages)
` [PATCH v2 4/5] selftests/resctrl: Change default limited time to 120 seconds for resctrl_tests

[PATCH v3 00/54] lib/bitmap: optimize bitmap_weight() usage
 2022-01-24  8:06 UTC  (13+ messages)
` [PATCH 01/54] net/dsa: don't use bitmap_weight() in b53_arl_read()
` [PATCH 02/54] net/ethernet: don't use bitmap_weight() in bcm_sysport_rule_set()
` [PATCH 19/54] drivers/irqchip: replace cpumask_weight with cpumask_empty where appropriate
` [PATCH 41/54] arch/x86: replace cpumask_weight with cpumask_weight_eq "
` [PATCH 47/54] sched: "
` [PATCH 48/54] kernel/time: "

[PATCH 0/2] perf/x86/intel/pt: Add support for event tracing and TNT disabling
 2022-01-24  8:06 UTC  (3+ messages)
` [PATCH 1/2] perf/x86/intel/pt: Add a capability and config bit for event tracing
` [PATCH 2/2] perf/x86/intel/pt: Add a capability and config bit for disabling TNTs

[PATCH] hid: elo: fix memory leak in elo_probe
 2022-01-24  8:04 UTC  (2+ messages)

[PATCH] KVM: x86/cpuid: Exclude unpermitted xfeatures sizes at KVM_GET_SUPPORTED_CPUID
 2022-01-24  8:02 UTC 

[PATCH net-next] net: drop_monitor: support drop reason
 2022-01-24  7:59 UTC 

Build regressions/improvements in v5.17-rc1
 2022-01-24  7:55 UTC  (2+ messages)

[allisonhenderson-xfs-work:delayed_attrs_v26_extended 17/30] fs/xfs/libxfs/xfs_attr.c:666:72: warning: bitwise comparison always evaluates to true
 2022-01-24  7:54 UTC 

[PATCH v5 0/4] spi: dt-bindings: samsung: convert to dtschema
 2022-01-24  7:49 UTC  (4+ messages)
` [PATCH v5 3/4] mfd: dt-bindings: google,cros-ec: reference Samsung SPI bindings

[RFC PATCH] rseq: Fix broken uapi field layout on 32-bit little endian
 2022-01-24  7:42 UTC  (3+ messages)

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-24  7:41 UTC  (8+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry

[PATCH] staging: android: ashmem: Declared file operation with const keyword
 2022-01-24  7:39 UTC  (2+ messages)

[PATCH] net: atlantic: Use the bitmap API instead of hand-writing it
 2022-01-24  7:33 UTC  (2+ messages)
` [EXT] "

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-01-24  7:31 UTC  (28+ messages)
` [PATCH 03/23] MM: drop swap_set_page_dirty
` [PATCH 05/23] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 14/23] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 22/23] NFS: swap-out must always use STABLE writes
` [PATCH 02/23] MM: extend block-plugging to cover all swap reads with read-ahead
` [PATCH 07/23] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 08/23] DOC: update documentation for swap_activate and swap_rw
` [PATCH 23/23] SUNRPC: lock against ->sock changing during sysfs read
` [PATCH 16/23] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 04/23] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 06/23] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 15/23] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 20/23] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 01/23] MM: create new mm/swap.h header file
` [PATCH 09/23] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 12/23] NFS: remove IS_SWAPFILE hack
` [PATCH 19/23] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 17/23] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 18/23] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 21/23] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 11/23] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 13/23] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 10/23] MM: submit multipage write for SWP_FS_OPS swap-space

[PATCH V4] mtd: spi-nor: winbond: Add support for winbond chip
 2022-01-24  7:31 UTC  (3+ messages)

[PATCH v2 2/4] misc: rtsx: Rework runtime power management flow
 2022-01-24  7:28 UTC  (16+ messages)
` [PATCH v3 "
` [PATCH v4 1/4] mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
  ` [PATCH v4 2/4] misc: rtsx: Rework runtime power management flow
  ` [PATCH v4 3/4] misc: rtsx: Cleanup power management ops
  ` [PATCH v4 4/4] misc: rtsx: Quiesce rts5249 on system suspend
` [PATCH v5 1/4] mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM
  ` [PATCH v5 2/4] misc: rtsx: Rework runtime power management flow
  ` [PATCH v5 3/4] misc: rtsx: Cleanup power management ops
  ` [PATCH v5 4/4] misc: rtsx: Quiesce rts5249 on system suspend

[PATCH v21 0/8] soc: mediatek: SVS: introduce MTK SVS engine
 2022-01-24  7:28 UTC  (7+ messages)
` [PATCH v21 3/8] "
` [PATCH v21 4/8] soc: mediatek: SVS: add monitor mode

[PATCH] drm/bridge: Add missing pm_runtime_put_sync
 2022-01-24  7:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v6 00/21] AMX support for KVM
 2022-01-24  7:18 UTC  (4+ messages)
` [PATCH v6 04/21] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID

[PATCH v5 00/14] riscv: support for svpbmt and D1 memory types
 2022-01-24  7:22 UTC  (2+ messages)

[PATCH] net: fix duplicate logs of iptables TRACE target
 2022-01-24  7:21 UTC  (2+ messages)

[PATCH] irqchip/gic-v3-its: Select housekeeping CPUs preferentially for managed IRQs
 2022-01-24  7:34 UTC 

[PATCH] KVM: x86/cpuid: Exclude unpermitted xfeatures for vcpu->arch.guest_supported_xcr0
 2022-01-24  7:17 UTC  (3+ messages)

[PATCH 00/11] TTY patches for 5.18
 2022-01-24  7:14 UTC  (12+ messages)
` [PATCH 01/11] serial: core: clean up EXPORT_SYMBOLs
` [PATCH 02/11] serial: atmel_serial: include circ_buf.h
` [PATCH 03/11] tty: add kfifo to tty_port
` [PATCH 04/11] tty: tty_port_open, document shutdown vs failed activate
` [PATCH 05/11] mxser: fix xmit_buf leak in activate when LSR == 0xff
` [PATCH 06/11] mxser: use tty_port xmit_buf helpers
` [PATCH 07/11] mxser: switch from xmit_buf to kfifo
` [PATCH 08/11] serial: fsl_linflexuart: deduplicate character sending
` [PATCH 09/11] serial: fsl_linflexuart: don't call uart_write_wakeup() twice
` [PATCH 10/11] serial: make uart_console_write->putchar()'s character a char
` [PATCH 11/11] serial: mcf: use helpers in mcf_tx_chars()

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-24  7:11 UTC  (8+ messages)
` [PATCH 1/7] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH 2/7] iommu: Remove guest pasid related interfaces and definitions
` [PATCH 3/7] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH 4/7] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH 5/7] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH 6/7] iommu: Use right way to retrieve iommu_ops
` [PATCH 7/7] iommu: Add iommu_domain::domain_ops

[PATCH] erofs: fix fsdax partition offset handling
 2022-01-24  7:11 UTC  (2+ messages)

[PATCH v3 1/2] iio: adc: tsc2046: add .read_raw support
 2022-01-24  7:08 UTC  (3+ messages)

[PATCH] mtd: spi-nor: macronix: Add support for mx66u1g45g
 2022-01-24  6:02 UTC 

[RFC PATCH] crypto: caam - restore retry count after HW RNG failure
 2022-01-24  7:04 UTC  (4+ messages)
    ` [EXT] "

[PATCH] usb: usb251xb: add boost-up property support
 2022-01-24  7:03 UTC  (2+ messages)

[PATCH] PCI: mediatek: Change MSI interrupt processing sequence
 2022-01-24  6:55 UTC  (3+ messages)

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2022-01-24  6:51 UTC  (11+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

[PATCH v2] staging: r8188eu: handle rtw_init_netdev_name() failure appropriately
 2022-01-24  6:49 UTC  (2+ messages)

[PATCH v1] scsi: myrs: fix crash on error case
 2022-01-24  6:49 UTC  (2+ messages)

[PATCH] net: fec_ptp: remove redundant initialization of variable val
 2022-01-24  6:34 UTC  (2+ messages)

[PATCHv9 0/5] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-01-24  6:33 UTC  (6+ messages)
` [PATCHv9 1/5] arm64: io: Use asm-generic high level MMIO accessors
` [PATCHv9 2/5] irqchip/tegra: Fix overflow implicit truncation warnings
` [PATCHv9 3/5] drm/meson: "
` [PATCHv9 4/5] lib: Add register read/write tracing support
` [PATCHv9 5/5] asm-generic/io: Add logging support for MMIO accessors

[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted
 2022-01-24  6:27 UTC  (3+ messages)

[PATCH] net: stmmac: don't stop RXC during LPI
 2022-01-24  6:25 UTC  (5+ messages)

[PATCH v5] usb: host: xhci-plat: Set XHCI_SKIP_PHY_INIT quirk for DWC3 controller
 2022-01-24  6:21 UTC  (5+ messages)

[PATCH V3 0/3] Add compatible for Mediatek MT8186
 2022-01-24  6:12 UTC  (3+ messages)
` [PATCH V3 1/2] dt-bindings: spi: Convert spi-mt65xx to json-schema
` [PATCH V3 2/2] dt-bindings: spi: Add compatible for Mediatek MT8186

[PATCH] drivers: net: remove a dangling pointer in peak_usb_create_dev
 2022-01-24  6:04 UTC  (9+ messages)

[PATCH V2 0/3] Add compatible for Mediatek MT8186
 2022-01-24  5:54 UTC  (7+ messages)
` [PATCH V2 1/3] dt-bindings: spi: Convert spi-slave-mt27xx to json-schema
` [PATCH V2 2/3] dt-bindings: spi: Convert spi-mt65xx "

[PATCH v2] console: answer OSC 10 and 11
 2022-01-24  5:49 UTC 

[PATCH] net: usb: asix: remove redundant assignment to variable reg
 2022-01-24  5:45 UTC  (2+ messages)

[PATCH] net: fix duplicate logs of iptables TRACE target
 2022-01-24  5:37 UTC 

[PATCH] CHROMIUM: iommu: rockchip: Make sure that page table state is coherent
 2022-01-24  5:37 UTC  (5+ messages)

[PATCH v10 0/6] USB DWC3 host wake up support from system suspend
 2022-01-24  5:27 UTC  (4+ messages)
` [PATCH v10 2/6] usb: dwc3: core: Host "

[PATCH] clk: mediatek: add unregister logic to mtk_clk_simple_probe error path
 2022-01-24  5:20 UTC  (2+ messages)

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-24  5:17 UTC  (2+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[PATCH v2] media: vsp1: mask interrupts before enabling
 2022-01-24  4:58 UTC  (3+ messages)

[PATCH v3] iommu: Fix potential use-after-free during probe
 2022-01-24  4:41 UTC  (6+ messages)

[PATCH v4] iommu: Fix potential use-after-free during probe
 2022-01-24  4:37 UTC 

[RFC V1 00/11] arm64/perf: Enable branch stack sampling
 2022-01-24  4:30 UTC  (12+ messages)
` [RFC V1 01/11] perf: Consolidate branch sample filter helpers
` [RFC V1 02/11] arm64/perf: Add register definitions for BRBE
` [RFC V1 03/11] arm64/perf: Update struct arm_pmu "
` [RFC V1 04/11] arm64/perf: Update struct pmu_hw_events "
` [RFC V1 05/11] arm64/perf: Detect support "
` [RFC V1 06/11] arm64/perf: Drive BRBE from perf event states
` [RFC V1 07/11] arm64/perf: Add BRBE driver
` [RFC V1 08/11] arm64/perf: Enable branch stack sampling
` [RFC V1 09/11] perf: Add more generic branch types
` [RFC V1 10/11] perf: Expand perf_branch_entry.type
` [RFC V1 11/11] perf: Capture branch privilege information

[PATCH 1/2] drivers: phy: qcom: ipq806x-usb: convert to BITFIELD macro
 2022-01-24  4:28 UTC  (6+ messages)
` [PATCH 2/2] drivers: phy: qcom: ipq806x-usb: conver latch function to pool macro

[PATCH 0/2] staging: pi433: add debugfs interface
 2022-01-24  4:27 UTC  (7+ messages)
` [PATCH 2/2] "
    ` [PATCH v2 0/2] "
      ` [PATCH v2 1/2] staging: pi433: add missing register contants
      ` [PATCH v2 2/2] staging: pi433: add debugfs interface

[PATCH V4 0/4] thermal: qcom: Add support for PMIC5 Gen2 ADC_TM
 2022-01-24  4:23 UTC  (5+ messages)
` [PATCH V4 1/4] dt-bindings: thermal: qcom: add PMIC5 Gen2 ADC_TM bindings
` [PATCH V4 2/4] iio: adc: qcom-vadc-common: add reverse scaling for PMIC5 Gen2 ADC_TM
` [PATCH V4 3/4] thermal: qcom: Add support for multiple generations of devices
` [PATCH V4 4/4] thermal: qcom: add support for PMIC5 Gen2 ADCTM

[PATCH] fcntl.2: document F_GET_SEALS on tmpfs peculiarity
 2022-01-24  4:18 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the phy tree
 2022-01-24  4:06 UTC  (2+ messages)

[abaci] maintainer change
 2022-01-24  3:56 UTC 

[PATCH v6 0/2] cancel all throttled bios in del_gendisk()
 2022-01-24  3:50 UTC  (5+ messages)
` [PATCH v6 2/2] block: "

[PATCH RESEND 0/3] blk-mq: allow hardware queue to get more tag while sharing a tag set
 2022-01-24  3:46 UTC  (2+ messages)

[PATCH v2 0/3] block, bfq: minor cleanup and fix
 2022-01-24  3:46 UTC  (2+ messages)

[PATCH] yam: fix a memory leak in yam_siocdevprivate()
 2022-01-24  3:29 UTC 

[PATCH v6 0/2] Add spi control driver for Sunplus SP7021 SoC
 2022-01-24  3:27 UTC  (8+ messages)
` [PATCH v6 1/2] spi: Add spi driver for Sunplus SP7021

[PATCH V2 0/2] coresight: trbe: Update existing errata for Cortex-X2
 2022-01-24  3:15 UTC  (3+ messages)
` [PATCH V2 1/2] arm64: Add Cortex-X2 CPU part definition
` [PATCH V2 2/2] arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 ranges

[PATCH v3 0/8] rtw88: prepare locking for SDIO support
 2022-01-24  2:59 UTC  (4+ messages)

[PATCH v2 0/3] ghes_edac: refactor memory error reporting to avoid code duplication
 2022-01-24  2:47 UTC  (4+ messages)
` [RESEND PATCH v3 0/2] EDAC/ghes: refactor memory error reporting to avoid
` [RESEND PATCH v3 1/2] efi/cper: add cper_mem_err_status_str to decode error description
` [RESEND PATCH v3 2/2] EDAC/ghes: use cper functions to avoid code duplication

[PATCH v4] phy: dphy: Correct clk_pre parameter
 2022-01-24  2:40 UTC 

[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
 2022-01-24  2:52 UTC  (4+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 2/3] kfence: Optimize branches prediction when sample interval is zero
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval

[PATCH v2] rcu: Add per-CPU rcuc task info to RCU CPU stall warnings
 2022-01-24 10:36 UTC 

[fs/ocfs2] 32e1a3dbeb: kernel_BUG_at_fs/ocfs2/uptodate.c
 2022-01-24  2:34 UTC  (2+ messages)

[PATCH v3] phy: dphy: Correct clk_pre parameter
 2022-01-24  2:32 UTC 

[PATCH V3 00/10] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-01-24  2:31 UTC  (4+ messages)
` [PATCH V3 03/10] soc: imx: imx8m-blk-ctrl: add i.MX8MQ VPU blk-ctrl
` [PATCH V3 05/10] media: hantro: Allow i.MX8MQ G1 and G2 to run independently
` [PATCH V3 10/10] arm64: dts: imx8mm: Enable Hantro G1 and G2 video decoders

[PATCH v2] phy: dphy: Correct clk_pre parameter
 2022-01-24  2:31 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 NNTP newsgroup(s).