linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-21 10:47:05 to 2022-02-21 12:47:58 UTC [more...]

[PATCH v6 00/13] module: core code clean up
 2022-02-21 12:47 UTC  (12+ messages)
` [PATCH v6 01/13] module: Move all into module/
` [PATCH v6 05/13] module: Move latched RB-tree support to a separate file
` [PATCH v6 06/13] module: Move strict rwx "
` [PATCH v6 09/13] module: Move kallsyms support into "

[ammarfaizi2-block:rostedt/linux-trace/for-next 25/32] kernel/trace/trace_events_user.c:593:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-02-21 12:46 UTC 

[syzbot] kernel BUG in vhost_get_vq_desc
 2022-02-21 12:46 UTC  (2+ messages)

[PATCH v5 00/11] Add support for BCM2835 camera interface (unicam)
 2022-02-21 12:45 UTC  (8+ messages)
` [PATCH v5 03/11] dt-bindings: media: Add bindings for bcm2835-unicam

[PATCH 0/4] imx: add i.MX93 clk bindings and driver
 2022-02-21 12:45 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: clock: Add imx93 clock support
` [PATCH 2/4] clk: imx: add i.MX93 composite clk
` [PATCH 4/4] clk: imx: add i.MX93 clk

[PATCHv4 0/4] watchdog: rti-wdt: attach to running timer
 2022-02-21 12:44 UTC  (5+ messages)
` [PATCHv4 3/4] watchdog: rti-wdt: attach to running watchdog during probe

[PATCH] dt-bindings: update Roger Quadros email
 2022-02-21 12:39 UTC  (3+ messages)

drivers/gpu/drm/armada/armada_plane.c:124 armada_drm_plane_atomic_check() warn: variable dereferenced before check 'state' (see line 111)
 2022-02-21 12:37 UTC 

[PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-02-21 12:38 UTC  (9+ messages)

[REPOST PATCH v4 00/13] drm/msm: Add Display Stream Compression Support
 2022-02-21 12:37 UTC  (3+ messages)
` [REPOST PATCH v4 02/13] drm/msm/dsi: Pass DSC params to drm_panel

[PATCH v3 0/4] HWMON LM90 interrupt fixes and improvements
 2022-02-21 12:36 UTC  (4+ messages)
` [PATCH v3 2/4] hwmon: (lm90) Use hwmon_notify_event()

[PATCH 0/3] staging: vt6656: Fix CamelCase, add comments, change macro to function
 2022-02-21 12:35 UTC  (7+ messages)
` [PATCH 1/3] staging: vt6656: Fix CamelCase warnings in mac.h and mac.c
` [PATCH 2/3] staging: vt6656: Add comment and change macro to function
` [PATCH 3/3] staging: vt6656: Remove ftrace-like logging and unnecessary line breaks

[PATCH] KVM: nSVM: fix nested tsc scaling when not enabled but MSR_AMD64_TSC_RATIO set
 2022-02-21 12:33 UTC  (2+ messages)

[PATCH 5.16 000/227] 5.16.11-rc1 review
 2022-02-21 12:29 UTC  (4+ messages)
` [PATCH 5.16 077/227] iwlwifi: fix use-after-free

[PATCH net] net: vlan: allow vlan device MTU change follow real device from smaller to bigger
 2022-02-21 12:46 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-gs-raviole-5.10-android12-qpr1-d 1249/8858] arch/mips/include/asm/page.h:12:10: fatal error: spaces.h: No such file or directory
 2022-02-21 12:26 UTC 

[PATCH v2] staging: r8188eu: remove unnecessary braces in if statements
 2022-02-21 12:24 UTC  (2+ messages)

[PATCH 5.10 000/121] 5.10.102-rc1 review
 2022-02-21 12:24 UTC  (2+ messages)

[PATCH 4.19 00/58] 4.19.231-rc1 review
 2022-02-21 12:23 UTC  (3+ messages)

[PATCH 0/3] staging: r8188eu: clean up rtw_rf.c
 2022-02-21 12:22 UTC  (5+ messages)
` [PATCH 2/3] staging: r8188eu: refactor rtw_ch2freq()

[PATCH] drm: rcar-du: switch to devm_drm_of_get_bridge
 2022-02-21 12:15 UTC  (3+ messages)

[PATCH V2 0/4] crypto: Add Xilinx ZynqMP SHA3 driver support
 2022-02-21 12:17 UTC  (4+ messages)
` [PATCH V2 2/4] firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality

[PATCH v3 12/32] mtd: spi-nor: spansion: unify function names
 2022-02-21 12:15 UTC  (2+ messages)

[PATCH V3] mips-next: Enable KCSAN
 2022-02-21 12:12 UTC 

[PATCH v4 00/15] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
 2022-02-21 12:11 UTC  (16+ messages)
` [PATCH v4 01/15] crypto: kpp - provide support for KPP template instances
` [PATCH v4 02/15] crypto: kpp - provide support for KPP spawns
` [PATCH v4 03/15] crypto: dh - remove struct dh's ->q member
` [PATCH v4 04/15] crypto: dh - constify struct dh's pointer members
` [PATCH v4 05/15] crypto: dh - split out deserialization code from crypto_dh_decode()
` [PATCH v4 06/15] crypto: dh - introduce common code for built-in safe-prime group support
` [PATCH v4 07/15] crypto: dh - implement ffdheXYZ(dh) templates
` [PATCH v4 08/15] crypto: testmgr - add known answer tests for "
` [PATCH v4 09/15] crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
` [PATCH v4 10/15] crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates
` [PATCH v4 11/15] crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
` [PATCH v4 12/15] crypto: api - allow algs only in specific constructions in FIPS mode
` [PATCH v4 13/15] crypto: dh - disallow plain "dh" usage "
` [PATCH v4 14/15] lib/mpi: export mpi_rshift
` [PATCH v4 15/15] crypto: dh - calculate Q from P for the full public key verification

[PATCH] drm/amd/display: move FPU-related code from dcn20 to dml folder
 2022-02-21 11:31 UTC 

[PATCH v2 0/3] Support XDPE112
 2022-02-21 12:13 UTC  (8+ messages)
` [PATCH v2 2/3] hwmon (xdpe12284): Add support for xdpe11280

[PATCH] net: qualcomm: rmnet: Use skb_put_zero() to simplify code
 2022-02-21 12:10 UTC  (2+ messages)

[PATCH] ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-21 12:10 UTC  (2+ messages)

[PATCH 0/5] crypto: completion should be ran with BH disabled
 2022-02-21 12:08 UTC  (6+ messages)
` [PATCH 1/5] crypto: sun8i-ss: call finalize with bh disabled
` [PATCH 2/5] crypto: sun8i-ce: "
` [PATCH 3/5] crypto: amlogic: "
` [PATCH 4/5] crypto: gemini: "
` [PATCH 5/5] crypto: engine: check if BH is disabled during completion

[PATCH v4 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-21 12:08 UTC  (33+ messages)
` [PATCH v4 01/32] mtd: spi-nor: atmel: unify function names
` [PATCH v4 02/32] mtd: spi-nor: catalyst: "
` [PATCH v4 03/32] mtd: spi-nor: eon: "
` [PATCH v4 04/32] mtd: spi-nor: esmt: "
` [PATCH v4 05/32] mtd: spi-nor: everspin: "
` [PATCH v4 06/32] mtd: spi-nor: fujitsu: "
` [PATCH v4 07/32] mtd: spi-nor: gigadevice: "
` [PATCH v4 08/32] mtd: spi-nor: intel: "
` [PATCH v4 09/32] mtd: spi-nor: issi: "
` [PATCH v4 10/32] mtd: spi-nor: macronix: "
` [PATCH v4 11/32] mtd: spi-nor: micron-st: "
` [PATCH v4 12/32] mtd: spi-nor: spansion: "
` [PATCH v4 13/32] mtd: spi-nor: sst: "
` [PATCH v4 14/32] mtd: spi-nor: winbond: "
` [PATCH v4 15/32] mtd: spi-nor: xilinx: "
` [PATCH v4 16/32] mtd: spi-nor: xmc: "
` [PATCH v4 17/32] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v4 18/32] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v4 19/32] mtd: spi-nor: export more function to be used in vendor modules
` [PATCH v4 20/32] mtd: spi-nor: guard _page_size parameter in S3AN_INFO()
` [PATCH v4 21/32] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v4 22/32] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v4 23/32] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v4 24/32] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v4 25/32] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v4 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines
` [PATCH v4 27/32] mtd: spi-nor: spansion: slightly rework control flow in late_init()
` [PATCH v4 28/32] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v4 29/32] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v4 30/32] mtd: spi-nor: spansion: rename vendor specific functions and defines
` [PATCH v4 31/32] mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
` [PATCH v4 32/32] mtd: spi-nor: renumber flags

[PATCH v5 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-02-21 12:07 UTC  (4+ messages)
` [PATCH v5 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support

[PATCH v3 0/9] Host1x context isolation support
 2022-02-21 12:06 UTC  (13+ messages)
` [PATCH v3 3/9] gpu: host1x: Add context device management code
` [PATCH v3 8/9] drm/tegra: vic: Implement get_streamid_offset
` [PATCH v3 9/9] drm/tegra: Support context isolation

[PATCH v4 2/2] mm/hwpoison: Add in-use hugepage hwpoison filter judgement
 2022-02-21 12:05 UTC  (2+ messages)

[PATCH v1 0/7] Add Intel OFS support for DFL driver
 2022-02-21 12:05 UTC  (6+ messages)
` [PATCH v1 2/7] fpga: dfl: check feature type before parse irq info

[PATCHv3 02/32] x86/coco: Add API to handle encryption mask
 2022-02-21 12:05 UTC  (5+ messages)
` [PATCHv3.1 2/32] x86/coco: Explicitly declare type of confidential computing platform

[PATCH net-next v2] net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding
 2022-02-21 12:00 UTC  (2+ messages)

[PATCH v4 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-02-21 11:59 UTC  (9+ messages)
` [PATCH v4 2/8] hwtracing: Add trace function "
` [PATCH v4 3/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v4 4/8] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v4 7/8] docs: Add HiSilicon PTT device driver documentation

[PATCH] mm/ksm: use helper macro __ATTR_RW
 2022-02-21 11:58 UTC 

[PATCH v2 00/11] i2c: npcm: Bug fixes timeout, spurious interrupts
 2022-02-21 11:55 UTC  (5+ messages)
` [PATCH v2 05/11] i2c: npcm: Remove unused clock node
` [PATCH v2 08/11] i2c: npcm: Correct register access width

[arnd-playground:generic-get_user-prototype 3/3] include/linux/uaccess.h:546:4: warning: variable 'v' set but not used
 2022-02-21 11:54 UTC 

[PATCH] crypto: cavium: zip: register algorithm only if hardware is present
 2022-02-21 11:52 UTC 

[PATCH V2 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-21 11:54 UTC  (5+ messages)
` [PATCH V2 07/30] mips/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 08/30] m68k/mm: "

[PATCH 00/11] KVM: x86/pmu: Get rid of PERF_TYPE_HARDWAR and other minor fixes
 2022-02-21 11:52 UTC  (12+ messages)
` [PATCH 01/11] KVM: x86/pmu: Update comments for AMD gp counters
` [PATCH 02/11] KVM: x86/pmu: Extract check_pmu_event_filter() from the same semantics
` [PATCH 03/11] KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
` [PATCH 04/11] KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
` [PATCH 05/11] KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
` [PATCH 06/11] KVM: x86/pmu: Use only the uniformly exported interface reprogram_counter()
` [PATCH 07/11] KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp, fixed}counter()
` [PATCH 08/11] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH 09/11] KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
` [PATCH 10/11] KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
` [PATCH 11/11] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU

Build regressions/improvements in v5.17-rc5
 2022-02-21 11:51 UTC  (3+ messages)

[PATCH] PCI: xgene: Fix IB window setup
 2022-02-21 11:50 UTC  (9+ messages)

[PATCH net v3] gso: do not skip outer ip header in case of ipip and net_failover
 2022-02-21 11:50 UTC  (2+ messages)

[PATCH] block: clear iocb->private in blkdev_bio_end_io_async()
 2022-02-21 11:49 UTC  (2+ messages)

[PATCH] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-21 11:49 UTC 

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-02-21 11:47 UTC  (4+ messages)

[PATCH v5 0/8] vfio/hisilicon: add ACC live migration driver
 2022-02-21 11:40 UTC  (9+ messages)
` [PATCH v5 1/8] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v5 2/8] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v5 3/8] hisi_acc_qm: Move PCI device IDs "
` [PATCH v5 4/8] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v5 5/8] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v5 6/8] hisi_acc_vfio_pci: Add helper to retrieve the PF qm data
` [PATCH v5 7/8] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v5 8/8] hisi_acc_vfio_pci: Use its own PCI reset_done error handler

[PATCH 0/9] A few cleanup patches for z3fold
 2022-02-21 11:37 UTC  (6+ messages)
` [PATCH 6/9] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()

[PATCHv3 00/32] TDX Guest: TDX core support
 2022-02-21 11:37 UTC  (3+ messages)
` [PATCHv3 13/32] x86/tdx: Detect TDX at early kernel decompression time

[ammarfaizi2-block:rostedt/linux-trace/for-next 22/32] kernel/trace/trace_events_user.c:392:38: sparse: sparse: Using plain integer as NULL pointer
 2022-02-21 11:24 UTC 

[PATCH v4 1/7] genirq: Provide generic_handle_irq_safe()
 2022-02-21 11:19 UTC  (2+ messages)
` [tip: irq/core] "

[PATCH] misc: rtsx: rts522a rts5228 rts5261 support Runtime PM
 2022-02-21 11:20 UTC 

[PATCH] mm/pages_alloc.c: Don't create ZONE_MOVABLE beyond the end of a node
 2022-02-21 11:20 UTC  (2+ messages)

[PATCH] softirq: Remove raise_softirq from tasklet_action_common()
 2022-02-21 11:18 UTC  (3+ messages)

[PATCH linux-next] mm: swap: get rid of deadloop in swapin readahead
 2022-02-21 11:17 UTC 

BUG: Kernel NULL pointer dereference on write at 0x00000000 (rtmsg_ifinfo_build_skb)
 2022-02-21 11:17 UTC  (9+ messages)

[PATCH] kasan: update function name in comments
 2022-02-21 11:15 UTC 

[PATCH v2 0/1] Add supply into PWBUS_REGULATOR macro
 2022-02-21 11:09 UTC  (2+ messages)
` [PATCH v2 1/1] hwmon: (pmbus) Add regulator supply into macro

[PATCH 0/3] s390: Ultravisor device
 2022-02-21 11:09 UTC  (7+ messages)
` [PATCH 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH 3/3] selftests: drivers/s390x: Add uvdevice tests

[PATCH] ovl: warn if trusted xattr creation fails
 2022-02-21 11:11 UTC  (2+ messages)

[mingo-tip:sched/headers 1505/2574] drivers/hwspinlock/hwspinlock_core.c:369:26: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2022-02-21 11:03 UTC 

[PATCH] xfrm: fix tunnel model fragmentation behavior
 2022-02-21 11:04 UTC  (2+ messages)

[PATCH] staging: rtl8192e: use BIT macro instead of left shifting
 2022-02-21 11:00 UTC  (2+ messages)

[PATCH v1 0/1] Add supply into PWBUS_REGULATOR macro
 2022-02-21 10:59 UTC  (5+ messages)
` [PATCH v1 1/1] hwmon: (pmbus) Add regulator supply into macro

[PATCH 0/5] slab cleanups
 2022-02-21 10:53 UTC  (6+ messages)
` [PATCH 1/5] mm/sl[au]b: Unify __ksize()
` [PATCH 2/5] mm/sl[auo]b: Do not export __ksize()
` [PATCH 3/5] mm/slab: Do not call kmalloc_large() for unsupported size
` [PATCH 4/5] mm/slub: Limit min_partial only in cache creation
` [PATCH 5/5] mm/slub: Refactor deactivate_slab()

[PATCH] net: wwan: To support SAHARA port for Qualcomm WWAN module
 2022-02-21 10:55 UTC  (2+ messages)

[PATCH v5] Add cpuidle driver for Sunplus SP7021
 2022-02-21 10:51 UTC  (3+ messages)
` [PATCH v5] cpuidle: sunplus: Create cpuidle driver for sunplus sp7021

[PATCH v2 0/7] hwrng: atmel - add runtime pm support
 2022-02-21 10:50 UTC  (2+ messages)

[PATCH] drm/amdgpu: check vm ready by evicting
 2022-02-21 10:46 UTC  (3+ messages)

[PATCH] video: fbdev: via: check the return value of kstrdup()
 2022-02-21 10:37 UTC 

[PATCH 0/3] soundwire: qcom: add pm runtime support
 2022-02-21 10:41 UTC  (4+ messages)
` [PATCH 1/3] soundwire: qcom: add runtime pm support
` [PATCH 2/3] dt-bindings: soundwire: qcom: document optional wake irq
` [PATCH 3/3] soundwire: qcom: add wake up interrupt support

[PATCH] clk: nuvoton: Add dt-bindings header for ma35d1
 2022-02-21 10:41 UTC 

[PATCH v2 0/7] soc: fsl: guts: cleanups and serial_number support
 2022-02-21 10:41 UTC  (2+ messages)

[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-21 10:41 UTC  (3+ messages)

[workqueue] 29bd199e4e: WARNING:possible_circular_locking_dependency_detected
 2022-02-21 10:38 UTC  (2+ messages)
` [PATCH] workqueue: Use private WQ for schedule_on_each_cpu() API

[PATCH v7] i2c: qcom-geni: Add support for GPI DMA
 2022-02-21 10:27 UTC 

[PATCH][next] ath6kl: Replace zero-length arrays with flexible-array members
 2022-02-21 10:26 UTC  (2+ messages)

[PATCH][next] ath: Replace zero-length arrays with flexible-array members
 2022-02-21 10:26 UTC  (2+ messages)

[PATCH v3] ath9k: use hw_random API instead of directly dumping into random.c
 2022-02-21 10:22 UTC  (2+ messages)

[PATCH][next] ath11k: Replace zero-length arrays with flexible-array members
 2022-02-21 10:25 UTC  (2+ messages)

[PATCH][next] ath10k: Replace zero-length array with flexible-array member
 2022-02-21 10:24 UTC  (2+ messages)

[PATCH] hwmon: add driver for Aquacomputer Farbwerk 360
 2022-02-21 10:21 UTC 

[syzbot] BUG: sleeping function called from invalid context in smc_pnet_apply_ib
 2022-02-21 10:21 UTC  (4+ messages)

[ammarfaizi2-block:rostedt/linux-trace/for-next 21/32] kernel/trace/trace_events_user.c:747:16: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2022-02-21 10:12 UTC 

[PATCH] random: use max-period linear interrupt extractor
 2022-02-21 10:09 UTC  (2+ messages)

[BUG] crypto: ccree: driver does not handle case where cryptlen = authsize =0
 2022-02-21 10:08 UTC  (5+ 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).