linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-19 03:25:02 to 2022-05-19 07:29:12 UTC [more...]

[PATCH] media: stm32-dcmi: add support of 1X16 serial pixel formats variant
 2022-05-19  7:28 UTC  (4+ messages)

[PATCH 0/9] A few fixup patches for z3fold
 2022-05-19  7:28 UTC  (19+ messages)
` [PATCH 1/9] mm/z3fold: fix sheduling while atomic
` [PATCH 2/9] mm/z3fold: fix possible null pointer dereferencing
` [PATCH 3/9] mm/z3fold: remove buggy use of stale list for allocation
` [PATCH 4/9] mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc
` [PATCH 5/9] revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc"
` [PATCH 6/9] mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration fails
` [PATCH 7/9] mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock
` [PATCH 8/9] mm/z3fold: fix z3fold_reclaim_page races with z3fold_free
` [PATCH 9/9] mm/z3fold: fix z3fold_page_migrate races with z3fold_map

[PATCH v4 0/4] kernfs: make ->attr.open RCU protected
 2022-05-19  7:26 UTC  (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] kernfs: Change kernfs_notify_list to llist
` [PATCH v4 3/4] kernfs: Introduce interface to access global kernfs_open_file_mutex
` [PATCH v4 4/4] kernfs: Replace global kernfs_open_file_mutex with hashed mutexes

[PATCH v10 0/3] EDAC: nuvoton: Add nuvoton NPCM memory controller driver
 2022-05-19  7:24 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: edac: nuvoton: add NPCM memory controller
` [PATCH v10 2/3] ARM: dts: nuvoton: Add memory controller node
` [PATCH v10 3/3] EDAC: nuvoton: Add NPCM memory controller driver

[PATCH] arm64: dts: mt8173: Fix elm panel DT node
 2022-05-19  7:26 UTC 

[RFC PATCH] printk: console: Allow each console to have its own loglevel
 2022-05-19  7:26 UTC  (7+ messages)

[tip:objtool/core] BUILD SUCCESS 1d1a0e7c5100d332583e20b40aa8c0a8ed3d7849
 2022-05-19  7:25 UTC 

[PATCH v7 00/10] iommu: SVA and IOPF refactoring
 2022-05-19  7:20 UTC  (11+ messages)
` [PATCH v7 01/10] iommu: Add pasids field in struct iommu_device
` [PATCH v7 02/10] iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
` [PATCH v7 03/10] iommu/sva: Add iommu_sva_domain support
` [PATCH v7 04/10] iommu/vt-d: Add SVA domain support
` [PATCH v7 05/10] arm-smmu-v3/sva: "
` [PATCH v7 06/10] iommu/sva: Refactoring iommu_sva_bind/unbind_device()
` [PATCH v7 07/10] iommu: Remove SVA related callbacks from iommu ops
` [PATCH v7 08/10] iommu: Prepare IOMMU domain for IOPF
` [PATCH v7 09/10] iommu: Per-domain I/O page fault handling
` [PATCH v7 10/10] iommu: Rename iommu-sva-lib.{c,h}

[PATCH 1/8] clk: qcom: alpha-pll: correct kerneldoc
 2022-05-19  7:23 UTC  (11+ messages)
` [PATCH 2/8] firmware: qcom_scm-legacy: "

[PATCH v2 1/2] dt-bindings: virtio: mmio: add optional wakeup-source property
 2022-05-19  7:23 UTC  (5+ messages)

[PATCH] riscv: Fix ALT_THEAD_PMA's asm parameters
 2022-05-19  7:21 UTC  (2+ messages)

[PATCH v3 0/5] clk: mediatek: Move to struct clk_hw provider APIs
 2022-05-19  7:16 UTC  (6+ messages)
` [PATCH v3 1/5] clk: mediatek: Make mtk_clk_register_composite() static
` [PATCH v3 2/5] clk: mediatek: apmixed: Drop error message from clk_register() failure
` [PATCH v3 3/5] clk: mediatek: Replace 'struct clk' with 'struct clk_hw'
` [PATCH v3 4/5] clk: mediatek: Switch to clk_hw provider APIs
` [PATCH v3 5/5] clk: mediatek: mt8173: "

[PATCH v6] media: Add P010 video format
 2022-05-19  7:11 UTC 

[PATCH] iommu/dma: Add config for PCI SAC address trick
 2022-05-19  7:11 UTC  (2+ messages)

[PATCH] random: remove mostly unused async readiness notifier
 2022-05-19  7:10 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1] PCI: brcmstb: Fix regression regarding missing PCIe linkup
 2022-05-19  6:47 UTC  (3+ messages)

[PATCH -next v4 0/7]arm64: add machine check safe support
 2022-05-19  7:09 UTC  (10+ messages)
` [PATCH -next v4 3/7] arm64: add support for machine check error safe
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe
` [PATCH -next v4 6/7] arm64: add {get, put}_user "

[PATCH v2 1/9] tty: n_gsm: fix user open not possible at responder until initiator open
 2022-05-19  7:07 UTC  (9+ messages)
` [PATCH v2 2/9] tty: n_gsm: fix tty registration before control channel open
` [PATCH v2 3/9] tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()
` [PATCH v2 4/9] tty: n_gsm: fix missing timer to handle stalled links
` [PATCH v2 5/9] tty: n_gsm: fix non flow control frames during mux flow off
` [PATCH v2 6/9] tty: n_gsm: fix deadlock and link starvation in outgoing data path
` [PATCH v2 7/9] tty: n_gsm: fix packet re-transmission without open control channel
` [PATCH v2 8/9] tty: n_gsm: fix resource allocation order in gsm_activate_mux()
` [PATCH v2 9/9] tty: n_gsm: fix race condition in gsmld_write()

[PATCH -next v2 2/2] blk-throttle: fix io hung due to configuration updates
 2022-05-19  7:06 UTC  (6+ messages)

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-19  7:05 UTC  (3+ messages)
` [RFC PATCH v2 1/7] statx: add "

[blk] 77c570a1ea: WARNING:at_block/blk-cgroup.c:#blkg_create
 2022-05-19  7:05 UTC 

[PATCH 00/30] The panic notifiers refactor
 2022-05-19  7:03 UTC  (8+ messages)
` [PATCH 19/30] panic: Add the panic hypervisor notifier list

[PATCH] sparse: use force attribute for __kernel_rwf_t casts
 2022-05-19  7:03 UTC  (3+ messages)
` [PATCH v2] io_uring: fix sparce warnings about "

[PATCH v5] media: Add P010 video format
 2022-05-19  7:01 UTC 

[PATCH v4 0/7] Renesas RZ/G2L IRQC support
 2022-05-19  6:58 UTC  (7+ messages)
` [PATCH v4 5/7] gpio: gpiolib: Add a check to validate GPIO hwirq

[PATCH v5 2/2] iommu/mediatek: Allow page table PA up to 35bit
 2022-05-19  6:58 UTC  (2+ messages)

[RFC PATCH 0/4] Add CPG wrapper for Renesas RZ/Five SoC
 2022-05-19  6:57 UTC  (5+ messages)
` [RFC PATCH 1/4] dt-bindings: clock: r9a07g043-cpg: Add Renesas RZ/Five CPG Clock and Reset Definitions

[PATCH v4] media: Add P010 video format
 2022-05-19  6:57 UTC  (2+ messages)

[PATCH] media: atmel: atmel-isc: remove unneeded IS_ERR()
 2022-05-19  6:52 UTC 

[PATCH v1 0/4] Kill the time spent in patch_instruction()
 2022-05-19  6:53 UTC  (5+ messages)
` [PATCH v1 3/4] powerpc/code-patching: Use jump_label for testing freed initmem

[PATCH v2 0/1] vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
 2022-05-19  6:52 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/6] Enable PASID for DMA API users
 2022-05-19  6:50 UTC  (6+ messages)
` [PATCH v4 1/6] iommu: Add a per domain PASID for DMA API
` [PATCH v4 2/6] iommu: Add a helper to do PASID lookup from domain

[PATCH 00/20] Add MFC v12 support
 2022-05-19  6:46 UTC  (4+ messages)
  ` [PATCH 04/20] media: s5p-mfc: Rename IS_MFCV10 macro

[PATCH] scsi: ufs: Fix referencing invalid rsp field
 2022-05-19  6:46 UTC  (3+ messages)

[PATCH v2] sign-file: Convert API usage to support OpenSSL v3
 2022-05-19  6:45 UTC  (2+ messages)

Re:[PATCH v3] USB: serial: option: add Quectel BG95 modem
 2022-05-19  6:43 UTC 

[PATCH bpf-next 0/5] bpf_prog_pack followup
 2022-05-19  6:42 UTC  (6+ messages)
` [PATCH bpf-next 5/5] bpf: use module_alloc_huge for bpf_prog_pack

[PATCH] remoteproc: core: check state in rproc_boot
 2022-05-19  6:41 UTC 

[PATCH] mm/ksm: introduce ksm_enabled for each process
 2022-05-19  6:35 UTC  (11+ messages)
  ` [PATCH] mm/ksm: introduce ksm_enabled for each processg

[PATCH 0/4] dmaengine: Remove unneeded ERROR checks before clk_xxx
 2022-05-19  6:34 UTC  (4+ messages)
` [PATCH 3/4] dmaengine: ste_dma40: Remove unneeded ERROR and NULL check in ste_dma40

[PATCH] KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
 2022-05-19  6:33 UTC  (3+ messages)

[syzbot] general protection fault in hci_inquiry_result_with_rssi_evt
 2022-05-19  6:32 UTC  (4+ messages)

[PATCH -next] stcp: Use memset_after() to zero sctp_stream_out_ext
 2022-05-19  6:29 UTC 

[PATCH v2 4/5] arm64: mm: Convert to GENERIC_IOREMAP
 2022-05-19  6:31 UTC  (4+ messages)
` [PATCH v2 resend "

[PATCH v5 1/2] iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bit
 2022-05-19  6:27 UTC  (2+ messages)

[PATCH v6 0/3] Introduce Notify VM exit
 2022-05-19  6:25 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: X86: Save&restore the triple fault request

[PATCH v2 0/5] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-05-19  6:24 UTC  (8+ messages)
` [PATCH v2 3/5] mm: ioremap: Add arch_ioremap/iounmap()
` [PATCH v2 5/5] arm64: Add HAVE_IOREMAP_PROT support

[PATCH -next v2] fs-verity: Use struct_size() helper in enable_verity()
 2022-05-19  6:22 UTC  (5+ messages)

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-05-19  6:19 UTC  (9+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH 00/16] ptrace: cleanups and calling do_cldstop with only siglock

[PATCH V4 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-05-19  6:17 UTC  (5+ messages)
` [PATCH V4 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[PATCH 1/2] psi: add support for multi level pressure stall trigger
 2022-05-19  6:15 UTC  (8+ messages)

[PATCH v2 0/4] soc: mediatek: svs: add support for mt8186 and
 2022-05-19  6:09 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: soc: mediatek: add mt8186 svs dt-bindings
` [PATCH v2 2/4] soc: mediatek: svs: add support for mt8186
` [PATCH v2 3/4] dt-bindings: soc: mediatek: add mt8195 svs dt-bindings
` [PATCH v2 4/4] soc: mediatek: svs: add support for mt8195

[PATCH] f2fs: make f2fs_read_inline_data() more readable
 2022-05-19  6:09 UTC  (2+ messages)

[PATCH v3] USB: serial: option: add Quectel BG95 modem
 2022-05-19  6:06 UTC  (2+ messages)

[PATCH v3 0/3] fanotify: Allow user space to pass back additional audit info
 2022-05-19  6:03 UTC  (5+ messages)
` [PATCH v3 2/3] fanotify: define struct members to hold response decision context

[PATCH V2 0/7] virtio: Solution to restrict memory access under Xen using xen-grant DMA-mapping layer
 2022-05-19  6:03 UTC  (8+ messages)
` [PATCH V2 5/7] dt-bindings: Add xen,dev-domid property description for xen-grant DMA ops

[PATCH 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-05-19  5:57 UTC  (4+ messages)
` [PATCH 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH v2 1/2] ASoC: amd: acp: Add support for nau8825 and max98360 card
 2022-05-19  5:55 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: amd: acp: Add support for rt5682s and rt1019 card with hs instance

[PATCH] iio: vadc: Fix potential dereference of NULL pointer
 2022-05-19  5:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/4] staging: r8188eu: add error handling of usb read errors
 2022-05-19  5:49 UTC  (12+ messages)
` [PATCH 1/4] staging: r8188eu: add error handling of rtw_read8
` [PATCH 2/4] staging: r8188eu: add error handling of rtw_read16
` [PATCH 3/4] staging: r8188eu: add error handling of rtw_read32
` [PATCH 4/4] MAINTAINERS: add myself as r8188eu reviewer

[PATCH v9 0/3] s390x: KVM: CPU Topology
 2022-05-19  5:46 UTC  (3+ messages)

[PATCH v3 0/5] perf/amd: Zen4 IBS extensions support (tool changes)
 2022-05-19  5:43 UTC  (6+ messages)
` [PATCH v3 1/5] perf record ibs: Warn about sampling period skew
` [PATCH v3 2/5] perf header: Parse non-cpu pmu capabilities
` [PATCH v3 3/5] perf/x86/ibs: Add new IBS register bits into header
` [PATCH v3 4/5] perf tool ibs: Sync amd ibs header file
` [PATCH v3 5/5] perf script ibs: Support new IBS bits in raw trace dump

[tip:perf/core] BUILD SUCCESS 841b51e4a3590866d17fa2663c64688c25b891b1
 2022-05-19  5:43 UTC 

[PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-19  5:43 UTC  (4+ messages)

[PATCH] x86/boot: Wrap literal addresses in absolute_pointer()
 2022-05-19  5:41 UTC  (2+ messages)

[PATCH] kexec_file: Drop weak attribute from arch_kexec_apply_relocations[_add]
 2022-05-19  5:41 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: add maintainers for qualcomm uart based BT drivers
 2022-05-19  5:40 UTC 

[PATCH v2 0/5] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-05-19  5:39 UTC  (4+ messages)
` [PATCH v2 5/5] drivers: media: platform: Add NPCM Video Capture/Encode Engine driver

[PATCH v4 0/2] s390: Ultravisor device
 2022-05-19  5:37 UTC  (5+ messages)
` [PATCH v4 1/2] drivers/s390/char: Add Ultravisor io device

[PATCH v15 0/3] media: mediatek: support mdp3 on mt8183 platform
 2022-05-19  5:34 UTC  (4+ messages)
` [PATCH v15 1/3] dt-binding: mediatek: add bindings for MediaTek MDP3 components

[jlayton:ceph-netfs-llist 26/51] fs/netfs/output.c:274:32: warning: unused variable 'cookie'
 2022-05-19  5:29 UTC 

[syzbot] general protection fault in vma_interval_tree_remove
 2022-05-19  5:18 UTC  (6+ messages)

[PATCH V5 0/1] RISCV_EFI_BOOT_PROTOCOL support in linux
 2022-05-19  5:15 UTC  (2+ messages)
` [PATCH V5 1/1] riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL

[PATCH] Revert "mm/vmscan: never demote for memcg reclaim"
 2022-05-19  5:11 UTC  (2+ messages)

[PATCH] memcg: provide reclaim stats via 'memory.reclaim'
 2022-05-19  5:08 UTC  (2+ messages)

[netfilter-nf-next:testing 9/12] net/netfilter/core.c:194:8: error: no member named 'hook_prog' in 'struct nf_hook_entries'
 2022-05-19  4:58 UTC 

[PATCH] Input: gpio-keys - Cancel delayed work only in case of GPIO
 2022-05-19  4:58 UTC  (3+ messages)

[PATCH v2 7/7] clk: mediatek: Add MediaTek Helio X10 MT6795 clock drivers
 2022-05-19  4:53 UTC  (2+ messages)

[PATCH v5 0/4] vfio/pci: power management changes
 2022-05-19  4:51 UTC  (3+ messages)

[PATCH] Add an "-m" option to "perf buildid-list"
 2022-05-19  4:47 UTC  (4+ messages)

[PATCH] net: fec: Avoid allocating rx buffer using ATOMIC in ndo_open
 2022-05-19  4:44 UTC  (2+ messages)

[PATCH V2 1/2] powerpc/perf: Add support for caps under sysfs in powerpc
 2022-05-19  4:42 UTC  (2+ messages)

[PATCH v2 6/7] clk: mediatek: Export required symbols to compile clk drivers as module
 2022-05-19  4:41 UTC  (2+ messages)

[PATCH rdma-next v1 0/2] Add gratuitous ARP support to RDMA-CM
 2022-05-19  4:41 UTC 

[PATCH net v3] net: macb: Fix PTP one step sync support
 2022-05-19  4:40 UTC  (2+ messages)

[PATCH] perf regs x86: Fix arch__intr_reg_mask() for the hybrid platform
 2022-05-19  4:38 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-19  4:38 UTC  (4+ messages)
  ` [External] "

[PATCH] fpga: altera-cvp: Truncated bitstream error support
 2022-05-19  4:34 UTC  (2+ messages)

[PATCH V3 0/4] Several perf metrics topdown related fixes
 2022-05-19  4:31 UTC  (5+ messages)
` [PATCH V3 1/4] perf evsel: Fixes topdown events in a weak group for the hybrid platform
` [PATCH V3 2/4] perf stat: Always keep perf metrics topdown events in a group

[PATCH v6 0/3] Add QCOM SNPS PHY overriding params support
 2022-05-19  4:28 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings
` [PATCH v6 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters
` [PATCH v6 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device

[PATCH v4 0/3] eDP/DP Phy vdda realted function
 2022-05-19  4:23 UTC  (3+ messages)
` [PATCH v4 2/3] phy/qualcomm: add regulator_set_load to dp phy

[PATCH] fpga: altera-cvp: Truncated bitstream error support
 2022-05-19  4:21 UTC  (2+ messages)

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-19  4:13 UTC  (3+ messages)
  ` [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 "

[RFC 0/6] perf record: Implement off-cpu profiling with BPF (v3)
 2022-05-19  4:08 UTC  (11+ messages)
` [PATCH 2/6] perf record: Enable off-cpu analysis with BPF
` [PATCH 3/6] perf record: Implement basic filtering for off-cpu
` [PATCH 4/6] perf record: Handle argument change in sched_switch
` [PATCH 5/6] perf record: Add cgroup support for off-cpu profiling
` [PATCH 6/6] perf test: Add a basic offcpu profiling test

[RFC PATCH 00/18] Try to free user PTE page table pages
 2022-05-19  4:03 UTC  (6+ messages)

linux-next: manual merge of the rdma tree with the net tree
 2022-05-19  4:03 UTC  (2+ messages)

net/ethernet/dec/tulip/eeprom.c:120:40: error: 'struct pci_dev' has no member named 'pdev'; did you mean 'dev'?
 2022-05-19  4:02 UTC  (2+ messages)

[PATCH] sysctl: Merge adjacent CONFIG_TREE_RCU blocks
 2022-05-19  3:57 UTC  (4+ messages)

[ammarfaizi2-block:paulmck/linux-rcu/dev 53/55] include/linux/rcupdate.h:207:34: error: implicit declaration of function 'rcu_tasks_trace_qs'; did you mean 'rcu_tasks_classic_qs'?
 2022-05-19  3:55 UTC  (2+ messages)

[PATCH] usb: xhci: save hcd_priv memory of shared_hcd
 2022-05-19  3:43 UTC  (2+ messages)

[PATCH v5 0/4] arm: aspeed: Add eSPI support
 2022-05-19  3:42 UTC  (4+ messages)
` [PATCH v5 3/4] soc: aspeed: Add eSPI driver

vma_needs_copy always true for VM_HUGETLB ?
 2022-05-19  3:36 UTC  (3+ messages)

[syzbot] possible deadlock in rds_wake_sk_sleep (4)
 2022-05-19  3:35 UTC 

[tip:locking/core] BUILD SUCCESS c2df0a6af177b6c06a859806a876f92b072dc624
 2022-05-19  3:30 UTC 

[RESEND v4 0/2] Introduce MediaTek CCI devfreq driver
 2022-05-19  3:24 UTC  (5+ messages)
` [RESEND v4 2/2] PM / devfreq: mediatek: "


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