linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-23 12:40:59 to 2022-02-23 15:21:48 UTC [more...]

[PATCH 00/12] Introduce DAMON sysfs interface
 2022-02-23 15:20 UTC  (5+ messages)
` [PATCH 01/12] mm/damon/core: Allow non-exclusive DAMON start/stop
` [PATCH 02/12] mm/damon/core: Add number of each enum type values
` [PATCH 03/12] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH 05/12] mm/damon/sysfs: Support physical address space monitoring

[PATCH v2 00/23] Add driver nodes for MT8192 SoC
 2022-02-23 15:20 UTC  (7+ messages)
` [PATCH v2 06/23] arm64: dts: mt8192: Add usb-phy node
` [PATCH v2 22/23] arm64: dts: mt8192: Add gce info for display nodes

[PATCH 0/3] Add tracer tool for AMD P-State driver
 2022-02-23 15:19 UTC  (3+ messages)
` [PATCH 2/3] tools/power/x86/intel_pstate_tracer: make tracer as a module

[PATCH v7 00/11] Update the Icicle Kit device tree
 2022-02-23 15:18 UTC  (4+ messages)
` [PATCH v7 03/11] dt-bindings: rtc: add bindings for microchip mpfs rtc

[PATCH net] net: vlan: allow vlan device MTU change follow real device from smaller to bigger
 2022-02-23 15:17 UTC  (9+ messages)

[PATCH v2 00/18] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-23 15:16 UTC  (21+ messages)
` [PATCH v2 01/18] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH v2 02/18] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH v2 03/18] KVM: x86/mmu: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH v2 04/18] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH v2 05/18] KVM: x86/mmu: use struct kvm_mmu_root_info for mmu->root
` [PATCH v2 06/18] KVM: x86/mmu: do not consult levels when freeing roots
` [PATCH v2 07/18] KVM: x86/mmu: Do not use guest root level in audit
` [PATCH v2 08/18] KVM: x86/mmu: do not pass vcpu to root freeing functions

[RFC 00/10] add support for fwnode in i2c mux system and sfp
 2022-02-23 15:15 UTC  (19+ messages)
` [RFC 03/10] base: swnode: use fwnode_get_match_data()
` [RFC 10/10] net: sfp: add support for fwnode

[PATCH] vhost: validate range size before adding to iotlb
 2022-02-23 15:15 UTC  (9+ messages)

[PATCH] kernel/sched: Update schedstats when migrating threads
 2022-02-23 15:14 UTC  (3+ messages)

[PATCH v10 0/4] drm/lsdc: add drm driver for loongson display controller
 2022-02-23 15:14 UTC  (10+ messages)
` [PATCH v10 2/4] Documentation/dt: Add descriptions "
    `  "
` [PATCH v10 3/4] drm/lsdc: add drm driver "

[PATCH v1 1/4] pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID"
 2022-02-23 15:12 UTC  (4+ messages)
` [PATCH v1 4/4] pinctrl: icelake: Add Ice Lake-N PCH pin controller support

[PATCH v3 1/1] serial: 8250_lpss: Balance reference count for PCI DMA device
 2022-02-23 15:12 UTC 

[PATCH v2 1/1] serial: 8250_mid: Balance reference count for PCI DMA device
 2022-02-23 15:11 UTC 

[PATCH -next] i2c: designware: Fix improper usage of readl
 2022-02-23 15:07 UTC  (2+ messages)

[RFT PATCH 0/3] Fix kfree() of const memory on setting driver_override
 2022-02-23 15:08 UTC  (6+ messages)

[GIT PULL] hwmon fixes for v5.17-rc6
 2022-02-23 15:00 UTC 

[PATCH 3/3] remoteproc: Add AVM WASP driver
 2022-02-23 14:58 UTC  (3+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-23 14:57 UTC  (12+ messages)
` [PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
            ` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs

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

Is it time to remove reiserfs?
 2022-02-23 14:48 UTC  (4+ messages)

[PATCH/RESEND] arm64: dts: qcom: Add support for Samsung Galaxy Book2
 2022-02-23 14:51 UTC 

[PATCH 00/29] x86: Kernel IBT
 2022-02-23 14:49 UTC  (11+ messages)
` [PATCH 04/29] x86/livepatch: Validate __fentry__ location

[PATCH 1/2] MAINTAINERS: add a git repo for the Stratix10 Service driver
 2022-02-23 14:49 UTC  (2+ messages)
` [PATCH 2/2] firmware: stratix10-svc: extend SVC driver to get the firmware version

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-23 14:48 UTC  (6+ messages)
` Report 1 in ext4 and journal based on v5.17-rc1
  ` Report 2 "

[PATCH v2 0/3] s390: Ultravisor device
 2022-02-23 14:48 UTC  (4+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice
` [PATCH v2 3/3] selftests: drivers/s390x: Add uvdevice tests

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2022-02-23 14:46 UTC 

[PATCH] firmware: stratix10-svc: add missing callback parameter on RSU
 2022-02-23 14:41 UTC 

[PATCH v5 06/11] ARM: dts: bcm2711: Add unicam CSI nodes
 2022-02-23 14:41 UTC  (4+ messages)
` [PATCH v5.1 1/2] ARM: dts: bcm2835-rpi: Move the firmware clocks
  ` [PATCH v5.1 2/2] ARM: dts: bcm2711: Add unicam CSI nodes

KASAN: use-after-free Read in dev_uevent
 2022-02-23 14:38 UTC  (5+ messages)
` [syzbot] "

[PATCH] scripts: kernel-doc: Check existence of FILE arg
 2022-02-23 14:36 UTC  (5+ messages)

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-23 14:30 UTC  (15+ messages)
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type

[PATCH 0/4] x86: Cleanup and extend computing computing API
 2022-02-23 14:33 UTC  (18+ messages)
` [PATCH 1/4] x86/hyperv: Add missing ARCH_HAS_CC_PLATFORM dependency
` [PATCH] x86/mm/cpa: Generalize __set_memory_enc_pgtable()

read() data corruption with CONFIG_READ_ONLY_THP_FOR_FS=y
 2022-02-23 14:33 UTC  (2+ messages)

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-23 14:32 UTC  (11+ messages)
` [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
` [RFC PATCH 04/13] vfio/mdev: "

[PATCH RFC] blk-mq: fix potential uaf for 'queue_hw_ctx'
 2022-02-23 14:30 UTC  (2+ messages)

[PATCH v2 1/2] serial: 8250_lpss: Balance reference count for PCI DMA device
 2022-02-23 14:23 UTC  (10+ messages)
` [PATCH v2 2/2] serial: 8250_lpss: Switch to pcim_iomap() instead of pci_ioremap_bar()

[PATCH] net: mv643xx_eth: handle EPROBE_DEFER
 2022-02-23 14:23 UTC  (2+ messages)
` [PATCH v2] net: mv643xx_eth: process retval from of_get_mac_address

[PATCH] regulator: virtual: add devicetree support
 2022-02-23 14:23 UTC  (2+ messages)

linux-next: build failure after merge of the maple tree
 2022-02-23 14:11 UTC  (11+ messages)
` [PATCH] arm64: Change elfcore for_each_mte_vma() to use VMA iterator

[PATCH 1/3] mm: refactor vm_area_struct::anon_vma_name usage code
 2022-02-23 14:10 UTC  (6+ messages)
` [PATCH v4 3/3] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-23 14:06 UTC  (5+ messages)
` [PATCH v10 24/27] ima: Introduce securityfs file to activate an IMA namespace
` [PATCH v10 25/27] ima: Show owning user namespace's uid and gid when displaying policy

[PATCH v4 00/11] Transform documentation into POD
 2022-02-23 14:04 UTC  (6+ messages)

[PATCH] drm/amd/display: move FPU-related code from dcn20 to dml folder
 2022-02-23 14:03 UTC  (2+ messages)

[lee-mfd:for-mfd-next 21/25] drivers/mfd/sprd-sc27xx-spi.c:255:35: error: redefinition of 'sprd_pmic_spi_ids'
 2022-02-23 14:00 UTC 

[PATCH] i2c: cadence: Recover bus after controller reset
 2022-02-23 13:59 UTC  (2+ messages)

[RFC 0/9] ext4: Improve FC trace events and discuss one FC failure
 2022-02-23 13:58 UTC  (4+ messages)
` [RFC 9/9] ext4: fast_commit missing tracking updates to a file
  ` [External] "

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-23 13:58 UTC  (3+ messages)
` [PATCH 2/3] powerpc: fix build errors
` [PATCH 3/3] powerpc: lib: sstep: "

[PATCH] arm64: dts: ti: k3-am642-sk: Add DT entry for onboard LEDs
 2022-02-23 13:55 UTC  (2+ messages)

Unintended file entry addition in commit 7ed88a03b15b ("certs: Check that builtin blacklist hashes are valid")?
 2022-02-23 13:50 UTC 

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-23 13:49 UTC  (6+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 1/2] mfd: arizona-spi: Split Windows ACPI init code into its own function
 2022-02-23 13:42 UTC  (2+ messages)
` [PATCH 2/2] mfd: arizona-spi: Add Android board ACPI table handling

[PATCH] Documentation/vm/page_owner.rst: fix commends
 2022-02-23 13:41 UTC 

[PATCH v3 0/5] ARM: r9a06g032: add support for the watchdogs
 2022-02-23 13:39 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: clock: r9a06g032: Add the definition of the watchdog clock
` [PATCH v3 3/5] ARM: dts: r9a06g032: Add the watchdog nodes
` [PATCH v3 4/5] ARM: dts: r9a06g032-rzn1d400-db: Enable watchdog0 with a 60s timeout

[PATCH printk v1 00/13] implement threaded console printing
 2022-02-23 13:37 UTC  (3+ messages)
` [PATCH printk v1 13/13] console: introduce CON_MIGHT_SLEEP for vt

[PATCH v1] signal.c: repeatedly set the TIF_SIGPENDING flag
 2022-02-23 13:35 UTC 

[RFC PATCH 0/5] TUN/VirtioNet USO features support
 2022-02-23 13:31 UTC  (6+ messages)
` [RFC PATCH 1/5] uapi/linux/if_tun.h: Added new ioctl for tun/tap

[PATCH v7 1/2] dt-bindings: iio: frequency: Add ADMV4420 doc
 2022-02-23 13:26 UTC  (3+ messages)
` [PATCH v7 2/2] iio: frequency: admv4420.c: Add support for ADMV4420

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-02-23 13:24 UTC  (4+ messages)

[Patch v3 0/9] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2022-02-23 13:22 UTC  (6+ messages)
` [Patch v3 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding

[PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate
 2022-02-23 13:21 UTC  (13+ messages)
` [PATCH v4 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()
` [PATCH v4 3/7] i2c: cht-wc: Use generic_handle_irq_safe()

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-02-23 13:21 UTC  (3+ messages)
` [PATCH v3 1/6] KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC

[PATCH v7 0/2] System Generation ID driver and VMGENID backend
 2022-02-23 13:21 UTC  (5+ messages)
` [PATCH v7 2/2] drivers/virt: vmgenid: add vm generation id driver

[PATCH 0/3] drivers/net/ftgmac100: fix occasional DHCP failure
 2022-02-23 13:20 UTC  (2+ messages)

[RFC 0/2] Drivers: hv: balloon: Temporary fixes for ARM64
 2022-02-23 13:15 UTC  (3+ messages)
` [RFC 1/2] Drivers: hv: balloon: Support status report for larger page sizes
` [RFC 2/2] Drivers: hv: balloon: Disable balloon and hot-add accordingly

[PATCH V6] panic: Move panic_print before kmsg dumpers
 2022-02-23 13:15 UTC  (5+ messages)

[PATCH v3] dt-bindings: crypto: convert rockchip-crypto to yaml
 2022-02-23 13:14 UTC  (4+ messages)

[PATCH] MIPS: Remove TX39XX support
 2022-02-23 13:08 UTC  (2+ messages)

[PATCH] x86/pat: Remove the unused set_pages_array_wt function
 2022-02-23 13:13 UTC  (2+ messages)
` [tip: x86/cleanups] x86/pat: Remove the unused set_pages_array_wt() function

[PATCH RFC v1 0/2] VM fork detection for RNG
 2022-02-23 13:12 UTC  (3+ messages)
` [PATCH RFC v1 1/2] random: add mechanism for VM forks to reinitialize crng
` [PATCH RFC v1 2/2] drivers/virt: add vmgenid driver for reinitializing RNG

[PATCH] MAINTAINERS: update media vimc driver maintainers
 2022-02-23 13:12 UTC  (2+ messages)

[PATCH v6 0/1] Initial Samsung Galaxy A8 (2018) support
 2022-02-23 13:10 UTC  (2+ messages)

[PATCH -fixes v2 0/4] Fixes KASAN and other along the way
 2022-02-23 13:10 UTC  (4+ messages)
` [PATCH -fixes v2 4/4] riscv: Fix config KASAN && DEBUG_VIRTUAL

linux-next: build failure after merge of the maple tree
 2022-02-23 13:08 UTC  (3+ messages)
` [PATCH] arm64: Change elfcore for_each_mte_vma() to use VMA iterator

[PATCH v2 0/6] Follow-up on high-order PCP caching
 2022-02-23 13:05 UTC  (8+ messages)
` [PATCH 5/6] mm/page_alloc: Free pages in a single pass during bulk free

[PATCH v1] PCI: imx6: Handle the abort from user-space
 2022-02-23 13:00 UTC  (3+ messages)

[PATCH net-next v5 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-23 13:00 UTC  (2+ messages)

include/linux/eventpoll.h:81:13: sparse: sparse: restricted __poll_t degrades to integer
 2022-02-23 12:59 UTC  (2+ messages)

[ebiggers:crypto-pending 7/7] arch/arm64/crypto/polyval-ce-glue.c:355:33: warning: unused variable 'polyval_cpu_feature'
 2022-02-23 12:58 UTC 

[PATCH v6 0/3] Add Qualcomm MPM irqchip driver support
 2022-02-23 12:55 UTC  (4+ messages)
` [PATCH v6 1/3] PM: cpu: Add CPU_LAST_PM_ENTER and CPU_FIRST_PM_EXIT support
` [PATCH v6 2/3] dt-bindings: interrupt-controller: Add Qualcomm MPM support
` [PATCH v6 3/3] irqchip: Add Qualcomm MPM controller driver

[PATCH v2 6/9] KVM: arm64: Detect and handle hypervisor stack overflows
 2022-02-23 12:56 UTC  (6+ messages)
    ` [kbuild-all] "

[PATCH V1 0/1]ASoC: compress: propagate the error code from the compress framework
 2022-02-23 12:52 UTC  (2+ messages)
` [PATCH V1 1/1] ASoC: "

[PATCH] net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD
 2022-02-23 12:50 UTC  (2+ messages)

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-23 12:50 UTC  (3+ messages)
` [PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress'

[PATCH v6 1/2] dt-bindings: iio: frequency: Add ADMV4420 doc
 2022-02-23 12:48 UTC  (2+ messages)

[PATCH 1/9] ASoC: amd: vg: fix for pm resume callback sequence
 2022-02-23 12:48 UTC  (2+ messages)

[esmil:visionfive 29/61] drivers/soc/sifive/sifive_l2_cache.c:152:3: error: implicit declaration of function 'writeq'
 2022-02-23 12:48 UTC 

[chenxing:msc313_mainlining 62/93] drivers/irqchip/irq-msc313-pm-wakeup.c:132:9: warning: ignoring return value of 'request_irq' declared with attribute 'warn_unused_result'
 2022-02-23 12:48 UTC 

[PATCH v2 5/5] spi: tegra210-quad: combined sequence mode
 2022-02-23 12:46 UTC  (2+ messages)

[PATCH 0/7] iio: adc: sc27xx: adjust structure and add PMIC's support
 2022-02-23 12:46 UTC  (8+ messages)
` [PATCH 3/7] iio: adc: sc27xx: structure adjuststment and optimization

[PATCH V2] security/selinux: Always allow FIOCLEX and FIONCLEX
 2022-02-23 12:43 UTC  (5+ messages)

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-23 12:42 UTC  (4+ messages)
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation

[v5 0/9] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2022-02-23 12:40 UTC  (8+ messages)
` [v5 6/9] RISC-V: Add perf platform driver based on SBI PMU extension


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).