linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 09:31:46 to 2021-01-08 13:25:18 UTC [more...]

[PATCH] mm: memcg: add swapcache stat for memcg v2
 2021-01-08 13:24 UTC  (4+ messages)

[PATCH] fs: Fix freeze_bdev()/thaw_bdev() accounting of bd_fsfreeze_sb
 2021-01-08 13:17 UTC  (6+ messages)

[PATCH v2 -next] leds: convert comma to semicolon
 2021-01-08 13:14 UTC  (2+ messages)

[PATCH 0/5] Rockchip PX30 RGA and VPU support
 2021-01-08 13:13 UTC  (7+ messages)
` [PATCH 5/5] media: hantro: Add support for the Rockchip PX30

[RFC PATCH net-next] bonding: add a vlan+srcmac tx hashing option
 2021-01-08 13:12 UTC  (4+ messages)

[PATCH 2/2] scsi: ufs: Protect PM ops and err_handler from user access through sysfs
 2021-01-08 13:11 UTC  (7+ messages)

[RFC PATCH net] udp: check sk for UDP GRO fraglist
 2021-01-08 12:52 UTC 

[RFC][PATCH 0/5] select_idle_sibling() wreckage
 2021-01-08 13:01 UTC  (6+ messages)
` [RFC][PATCH 1/5] sched/fair: Fix select_idle_cpu()s cost accounting

[PATCH 0/6] v3u: add SDHI/MMC support
 2021-01-08 12:59 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: mmc: renesas,sdhi: Add r8a779a0 support
` [PATCH 2/6] clk: renesas: rcar-gen3: remove cpg_quirks access when registering SD clock
` [PATCH 3/6] clk: renesas: rcar-gen3: factor out CPG library
` [PATCH 4/6] clk: renesas: r8a779a0: add SDHI support
` [PATCH 5/6] arm64: dts: renesas: r8a779a0: Add MMC node
` [PATCH 6/6] arm64: dts: renesas: falcon: Enable MMC

[PATCH v1] panic: push panic() messages to the console even from the MCE nmi handler
 2021-01-08 12:59 UTC  (5+ messages)

[PATCH v3 0/4] Config and device tree updates for the Librem 5 development kit
 2021-01-08 12:57 UTC  (5+ messages)
` [PATCH v3 1/4] arm64: defconfig: Enable Librem 5 devkit components
` [PATCH v3 2/4] arm64: dts: imx8mq-librem5-devkit: Tweak pmic regulators
` [PATCH v3 3/4] arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc
` [PATCH v3 4/4] arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings

[PATCH v2] arm64: perf: Fix access percpu variables in preemptible context
 2021-01-08 12:55 UTC  (3+ messages)

[PATCH 0/2] page_count can't be used to decide when wp_page_copy
 2021-01-08 12:48 UTC  (11+ messages)
` [PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending

[PATCH] dt-bindings: timer: nuvoton: Clarify that interrupt of timer 0 should be specified
 2021-01-08 12:41 UTC  (2+ messages)

[PATCH][next] ASoC: soc-pcm: Fix uninitialised return value in variable ret
 2021-01-08 12:35 UTC 

[PATCH RFC x86/mce] Make mce_timed_out() identify holdout CPUs
 2021-01-08 12:31 UTC  (6+ messages)

[PATCH] usb: dwc3: core: Replace devm_reset_control_array_get()
 2021-01-08 12:27 UTC  (2+ messages)

[PATCH] drm/msm: Only enable A6xx LLCC code on A6xx
 2021-01-08 12:26 UTC  (2+ messages)

[PATCH v3 1/2] usb: dwc3: Trigger a GCTL soft reset when switching modes in DRD
 2021-01-08 12:25 UTC  (2+ messages)

[PATCH v4 0/37] SCMI vendor protocols and modularization
 2021-01-08 12:24 UTC  (7+ messages)
` [PATCH v4 02/37] firmware: arm_scmi: introduce protocol handle definitions
` [PATCH v4 03/37] firmware: arm_scmi: introduce devres get/put protocols operations

[External] Re: [PATCH v2 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
 2021-01-08 12:24 UTC  (16+ messages)

[PATCH 0/1] Fix vhub engine stop dma register setting
 2021-01-08 12:21 UTC  (3+ messages)
` [PATCH 1/1] usb: gadget: aspeed: fix "

[PATCH 0/2] fix tegra-hda on tegra30 devices
 2021-01-08 12:19 UTC  (8+ messages)
` [PATCH 2/2] ALSA: hda/tegra: fix tegra-hda on tegra30 soc

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-01-08 12:15 UTC  (27+ messages)
` [RFC PATCH v2 01/26] arm64: lib: Annotate {clear,copy}_page() as position-independent
` [RFC PATCH v2 02/26] KVM: arm64: Link position-independent string routines into .hyp.text
` [RFC PATCH v2 03/26] arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
` [RFC PATCH v2 04/26] KVM: arm64: Initialize kvm_nvhe_init_params early
` [RFC PATCH v2 05/26] KVM: arm64: Avoid free_page() in page-table allocator
` [RFC PATCH v2 06/26] KVM: arm64: Factor memory allocation out of pgtable.c
` [RFC PATCH v2 07/26] KVM: arm64: Introduce a BSS section for use at Hyp
` [RFC PATCH v2 08/26] KVM: arm64: Make kvm_call_hyp() a function call "
` [RFC PATCH v2 09/26] KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
` [RFC PATCH v2 10/26] KVM: arm64: Introduce an early Hyp page allocator
` [RFC PATCH v2 11/26] KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
` [RFC PATCH v2 12/26] KVM: arm64: Introduce a Hyp buddy page allocator
` [RFC PATCH v2 13/26] KVM: arm64: Enable access to sanitized CPU features at EL2
` [RFC PATCH v2 14/26] KVM: arm64: Factor out vector address calculation
` [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection
` [RFC PATCH v2 17/26] KVM: arm64: Elevate Hyp mappings creation at EL2
` [RFC PATCH v2 18/26] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [RFC PATCH v2 19/26] KVM: arm64: Use kvm_arch in kvm_s2_mmu
` [RFC PATCH v2 20/26] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [RFC PATCH v2 21/26] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [RFC PATCH v2 22/26] KVM: arm64: Refactor __load_guest_stage2()
` [RFC PATCH v2 23/26] KVM: arm64: Refactor __populate_fault_info()
` [RFC PATCH v2 24/26] KVM: arm64: Make memcache anonymous in pgtable allocator
` [RFC PATCH v2 25/26] KVM: arm64: Reserve memory for host stage 2
` [RFC PATCH v2 26/26] KVM: arm64: Wrap the host with a "

[PATCH 00/18] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2021-01-08 12:17 UTC  (5+ messages)
` [PATCH 18/18] ipu3: Add driver for dummy INT3472 ACPI device

[PATCH v4 0/5] Next revision of the L1D flush patches
 2021-01-08 12:10 UTC  (6+ messages)
` [PATCH v4 1/5] x86/smp: Add a per-cpu view of SMT state
` [PATCH v4 2/5] x86/mm: Refactor cond_ibpb() to support other use cases
` [PATCH v4 3/5] x86/mm: Optionally flush L1D on context switch
` [PATCH v4 4/5] prctl: Hook L1D flushing in via prctl
` [PATCH v4 5/5] Documentation: Add L1D flushing Documentation

[PATCH v1 00/17] Add support for SDM845 Camera Subsystem
 2021-01-08 12:04 UTC  (18+ messages)
` [PATCH v1 01/17] media: camss: Fix comment using wrong function name
` [PATCH v1 02/17] media: camss: Fix vfe_isr comment typo
` [PATCH v1 03/17] media: camss: Add CAMSS_845 camss version
` [PATCH v1 04/17] media: camss: Make ISPIF subdevice optional
` [PATCH v1 05/17] media: camss: Refactor VFE HW version support
` [PATCH v1 06/17] media: camss: Add support for VFE hardware version Titan 170
` [PATCH v1 07/17] media: camss: Add missing format identifiers
` [PATCH v1 08/17] media: camss: Refactor CSID HW version support
` [PATCH v1 09/17] media: camss: Add support for CSID hardware version Titan 170
` [PATCH v1 10/17] media: camss: Add support for CSIPHY "
` [PATCH v1 11/17] media: camss: Remove per VFE power domain toggling
` [PATCH v1 12/17] media: dt-bindings: media: qcom,camss: Add bindings for SDM845 camss
` [PATCH v1 13/17] media: camss: Enable SDM845
` [PATCH v1 14/17] arm64: defconfig: Build Qcom CAMSS as module
` [PATCH v1 15/17] arm64: dts: sdm845: Add CAMSS ISP node
` [PATCH v1 16/17] arm64: dts: sdm845-db845c: "
` [PATCH v1 17/17] arm64: dts: sdm845-db845c: Enable ov8856 sensor and connect to ISP

NFS 4.2 client support broken on 5.10.5
 2021-01-08 11:58 UTC  (2+ messages)

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[PATCH v2] Revert "init/console: Use ttynull as a fallback when there is no console"
 2021-01-08 11:48 UTC 

[PATCH v2] proc_sysctl: fix oops caused by incorrect command parameters
 2021-01-08 11:47 UTC  (4+ messages)

[PATCH -tip V3 0/8] workqueue: break affinity initiatively
 2021-01-08 11:46 UTC  (2+ messages)

[PATCH v2] misc: pvpanic: introduce device capability
 2021-01-08 11:43 UTC  (4+ messages)

[PATCH V4 0/5] gpio-xilinx: Update on xilinx gpio driver
 2021-01-08 11:41 UTC  (4+ messages)
` [PATCH V4 4/5] gpio: gpio-xilinx: Add support for suspend and resume

kernel BUG at fs/reiserfs/prints.c:LINE!
 2021-01-08 11:40 UTC  (2+ messages)

[RFC PATCH V2 0/2] Add Unisoc iommu basic driver
 2021-01-08 11:38 UTC  (3+ messages)
` [RFC PATCH V2 1/2] dt-bindings: iommu: add bindings for sprd iommu
` [RFC PATCH V2 2/2] iommu: add Unisoc iommu basic driver

[RFC PATCH 1/2] dt-bindings: iommu: add bindings for sprd iommu
 2021-01-08 11:33 UTC  (3+ messages)

[PATCH v2 0/5] Add APCS support for SDX55
 2021-01-08 11:32 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: mailbox: Add binding for SDX55 APCS
` [PATCH v2 2/5] mailbox: qcom: Add support for SDX55 APCS IPC
` [PATCH v2 3/5] dt-bindings: clock: Add Qualcomm A7 PLL binding
` [PATCH v2 4/5] clk: qcom: Add A7 PLL support
` [PATCH v2 5/5] clk: qcom: Add SDX55 APCS clock controller support

[PATCH v2] media: ov8856: Fix Bayer format dependance on mode
 2021-01-08 11:28 UTC  (4+ messages)

[PATCH] ver_linux: Eliminate duplicate code in ldconfig processing logic
 2021-01-08 11:26 UTC 

linux-next: build failure after merge of the drm tree
 2021-01-08 11:24 UTC  (2+ messages)
` [PATCHv1] video: omapfb2: Make standard and custom DSI command mode panel driver mutually exclusive

[PATCH] gnss: drop stray semicolons
 2021-01-08 11:22 UTC 

[PATCH] [RFC] rt: kernel/sched/core: fix kthread_park() pending too long when CPU un-plugged
 2021-01-08 11:19 UTC  (5+ messages)

[PATCH V4 0/3] arm64: topology: improvements
 2021-01-08 11:16 UTC  (4+ messages)
` [PATCH V4 1/3] arm64: topology: Avoid the have_policy check
` [PATCH V4 2/3] arm64: topology: Reorder init_amu_fie() a bit
` [PATCH V4 3/3] arm64: topology: Make AMUs work with modular cpufreq drivers

[PATCH 0/5] Add APCS support for SDX55
 2021-01-08 11:14 UTC  (4+ messages)
` [PATCH 4/5] clk: qcom: Add A7 PLL support

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2021-01-08 11:13 UTC  (3+ messages)

Linux 5.11-rc2
 2021-01-08 11:10 UTC 

[PATCH v3] x86: fix movdir64b() with missing __iomem annotation
 2021-01-08 11:08 UTC  (2+ messages)
` [tip: x86/asm] x86/asm: Annotate movdir64b()'s dst argument with __iomem

[PATCH v3] x86: fix enqcmds() with missing __iomem annotation
 2021-01-08 11:08 UTC  (2+ messages)
` [tip: x86/asm] x86/asm: Add a missing __iomem annotation in enqcmds()

[PATCH v2 -next] mfd: convert comma to semicolon
 2021-01-08 11:07 UTC  (3+ messages)

[PATCH 0/7] AM64: Add SERDES bindings and driver support
 2021-01-08 11:03 UTC  (6+ messages)
` [PATCH 4/7] dt-bindings: ti-serdes-mux: Add defines for AM64 SoC

[PATCH] MAINTAINERS: add myself as slab allocators maintainer
 2021-01-08 11:03 UTC 

[PATCH V3 1/3] arm64: topology: Avoid the have_policy check
 2021-01-08 11:03 UTC  (9+ messages)
` [PATCH V3 3/3] arm64: topology: Make AMUs work with modular cpufreq drivers

[PATCH] char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)
 2021-01-08 10:59 UTC  (7+ messages)

[PATCH v6 1/2] scsi: ufs: Fix ufs clk specs violation
 2021-01-08 10:56 UTC  (2+ messages)
` [PATCH v6 2/2] scsi: ufs-qcom: Fix ufs RST_n "

[PATCH] KVM: x86: __kvm_vcpu_halt can be static
 2021-01-08 10:54 UTC 

[PATCH trivial] MIPS: bitops: Fix reference to ffz location
 2021-01-08 10:55 UTC 

[PATCH trivial] asm-generic: ffs: Drop bogus reference to ffz location
 2021-01-08 10:54 UTC 

[PATCH trivial] bitops: Spelling s/synomyn/synonym/
 2021-01-08 10:53 UTC 

[PATCH v5] usb: xhci-mtk: fix unreleased bandwidth data
 2021-01-08 10:50 UTC  (3+ messages)

[x86] d55564cfc2: will-it-scale.per_thread_ops -5.8% regression
 2021-01-08 10:44 UTC  (12+ messages)

[PATCH 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-08 10:48 UTC  (6+ messages)
` [PATCH 2/4] arm64: mte: Add asynchronous "

[PATCH] drm/hisilicon: Delete the empty function mode_valid
 2021-01-08 10:41 UTC 

[PATCH v2] ARM: dts: sun5i: add A10s/A13 mali gpu support fallback
 2021-01-08 10:38 UTC 

[PATCH 0/5] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-08 10:33 UTC  (4+ messages)
` [PATCH 1/5] vsock/virtio: support for SOCK_SEQPACKET socket

[PATCH net] net: fix use-after-free when UDP GRO with shared fraglist
 2021-01-08 10:32 UTC  (11+ messages)
  ` [PATCH net v2] "
      ` [PATCH net v3] "

[PATCH] arm64: PCI: Enable SMC conduit
 2021-01-08 10:32 UTC  (4+ messages)

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-08 10:31 UTC  (11+ messages)

[PATCH] arm64: make atomic helpers __always_inline
 2021-01-08 10:26 UTC  (3+ messages)

[PATCH v3 1/1] kdump: append uts_namespace.name offset to VMCOREINFO
 2021-01-08 10:22 UTC  (4+ messages)

linux-next: Tree for Jan 7
 2021-01-08 10:17 UTC  (4+ messages)
` linux-next: Tree for Jan 7 (drivers/gpu/drm/imx/parallel-display.o)

[PATCH] mm,hwpoison: Fix printing of page flags
 2021-01-08 10:09 UTC  (2+ messages)

[PATCH] ASoC: codecs: da*: Remove redundant null check before clk_prepare_enable/clk_disable_unprepare
 2021-01-08 10:10 UTC  (2+ messages)

[PATCH] checkpatch: add a new check for strcpy/strlcpy uses
 2021-01-08 10:05 UTC  (7+ messages)
    ` deprecated.rst: deprecated strcpy ? (was: [PATCH] checkpatch: add a new check for strcpy/strlcpy uses)

[PATCH V7 0/2] Implement Shutdown callback for geni-i2c
 2021-01-08 10:06 UTC  (5+ messages)
` [PATCH V7 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[PATCH v5 0/7] media: v4l2: Add extended fmt and buffer ioctls
 2021-01-08 10:00 UTC  (15+ messages)
` [PATCH v5 2/7] media: v4l2: Add extended buffer operations

[PATCH] rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
 2021-01-08  9:58 UTC 

[PATCH v3 0/7] MediaTek IOMMU improve tlb flush performance in map/unmap
 2021-01-08  9:56 UTC  (6+ messages)
` [PATCH v3 6/7] iommu/mediatek: Gather iova in iommu_unmap to achieve tlb sync once

[PATCH v4 00/15] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2021-01-08  9:56 UTC  (13+ messages)
` [PATCH v4 05/15] media: sun6i-csi: Only configure the interface data width for parallel
` [PATCH v4 06/15] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v4 07/15] media: sun6i-csi: Add support for MIPI CSI-2 bridge input
` [PATCH v4 08/15] dt-bindings: media: Add A31 MIPI CSI-2 bindings documentation
` [PATCH v4 09/15] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH v4 13/15] media: sunxi: Add support for the A83T "

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-08  9:56 UTC  (5+ messages)
` [PATCH 02/10] blk: Introduce ->corrupted_range() for block device
` [PATCH 03/10] fs: Introduce ->corrupted_range() for superblock

[PATCH v5 00/27] MT8192 IOMMU support
 2021-01-08  9:54 UTC  (4+ messages)
` [PATCH v5 18/27] iommu/mediatek: Add power-domain operation

[RFC PATCH v3 0/9] fsdax: introduce fs query to support reflink
 2021-01-08  9:52 UTC  (6+ messages)
` [RFC PATCH v3 8/9] md: Implement ->corrupted_range()

[PATCH v2 -next] media: hantro: convert comma to semicolon
 2021-01-08  9:52 UTC  (2+ messages)

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-08  9:49 UTC 

[PATCH 0/2] Move ...mce/therm_throt.c to drivers/thermal/
 2021-01-08  9:46 UTC  (3+ messages)
` [PATCH 2/2] thermal: Move therm_throt there from x86/mce

[PATCH v3 00/10] sunxi: Support IRQ wakeup from deep sleep
 2021-01-08  9:44 UTC  (3+ messages)
` [PATCH v3 01/10] dt-bindings: irq: sun6i-r: Split the binding from sun7i-nmi

[PATCH 0/3] Add support for assigned-performance-states for geni i2c driver
 2021-01-08  9:39 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property


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