linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 16:08:37 to 2021-08-30 18:44:41 UTC [more...]

[GIT PULL] ACPI updates for v5.15-rc1
 2021-08-30 18:44 UTC 

Discontiguous folios/pagesets
 2021-08-30 18:43 UTC  (5+ messages)

[RESEND PATCH 0/4] clk: mediatek: modularize COMMON_CLK_MT6779
 2021-08-30 18:43 UTC  (4+ messages)
` [RESEND PATCH 3/4] clk: mediatek: support COMMON_CLK_MT6779 module build

[GIT PULL] Power management updates for v5.15-rc1
 2021-08-30 18:41 UTC 

CVE-2021-3600 aka bpf: Fix 32 bit src register truncation on div/mod
 2021-08-30 18:38 UTC  (2+ messages)

[PATCH NET-NEXT] ipv6: skb_expand_head() adjust skb->truesize incorrectly
 2021-08-30 18:37 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] rcu: Avoid unneeded function call in rcu_read_unlock()
 2021-08-30 18:36 UTC  (3+ messages)

[PATCH v7 0/3] Add Qualcomm PCIe Endpoint driver support
 2021-08-30 18:35 UTC  (2+ messages)

[PATCH 1/3] arm: dts: qcom: apq8064: Use 27MHz PXO clock as DSI PLL reference
 2021-08-30 18:33 UTC  (11+ messages)

[PATCH v3 0/7] nitro_enclaves: Add support for Arm64
 2021-08-30 18:30 UTC  (4+ messages)
` [PATCH v3 1/7] nitro_enclaves: Enable Arm64 support

[PATCH] stmmac: dwmac-loongson:add the return value
 2021-08-30 18:30 UTC  (2+ messages)

[GIT PULL] hardening updates for v5.15-rc1
 2021-08-30 18:27 UTC 

[PATCH v2] stmmac: dwmac-loongson: change the pr_info() to dev_err() in loongson_dwmac_probe()
 2021-08-30 18:26 UTC  (2+ messages)

[PATCH v30 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-30 18:22 UTC  (11+ messages)
` [PATCH v30 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v30 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v30 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v30 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v30 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v30 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v30 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v30 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v30 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v30 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v2 0/2] Use "ref" clocks from firmware for DSI PLL VCO parent
 2021-08-30 18:24 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/dsi: Use "ref" fw clock instead of global name for "
` [PATCH v2 2/2] clk: qcom: gcc-sdm660: Remove transient global "xo" clock

[GIT PULL] Memory folios for v5.15
 2021-08-30 18:22 UTC  (11+ messages)

[PATCH v2] xen/pcifront: Removed unnecessary __ref annotation
 2021-08-30 20:21 UTC  (5+ messages)

[PATCH v3 0/4] Add support of mt8183 APU
 2021-08-30 18:19 UTC  (3+ messages)
` [PATCH v3 2/4] remoteproc: Add a remoteproc driver for the MT8183's APU

Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
 2021-08-30 18:18 UTC  (8+ messages)

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-30 18:15 UTC  (33+ messages)
` [PATCH v30 01/32] Documentation/x86: Add CET description
` [PATCH v30 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v30 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v30 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v30 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v30 06/32] x86/cet: Add control-protection fault handler
` [PATCH v30 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v30 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v30 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v30 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v30 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v30 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v30 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v30 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v30 15/32] x86/mm: Check Shadow Stack page fault errors
` [PATCH v30 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v30 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v30 18/32] mm: Add guard pages around a shadow stack
` [PATCH v30 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v30 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v30 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v30 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v30 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v30 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v30 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v30 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v30 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v30 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v30 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v30 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v30 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v30 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v3] cgroup: Avoid compiler warnings with no subsystems
 2021-08-30 18:10 UTC  (2+ messages)

[RFC] [PATCH net-next v4] [PATCH 2/2] r8169: Implement dynamic ASPM mechanism
 2021-08-30 18:09 UTC  (2+ messages)

[PATCH v1 0/5] phy: phy-rockchip-dphy-rx0: add support for tx1rx1 rx mode
 2021-08-30 18:07 UTC  (6+ messages)
` [PATCH v1 1/5] phy: phy-rockchip-dphy-rx0: refactor for tx1rx1 addition
` [PATCH v1 2/5] phy: phy-rockchip-dphy-rx0: add support for tx1rx1 in receive mode
` [PATCH v1 3/5] phy: rename phy-rockchip-dphy-rx0 to phy-rockchip-dphy-rx
` [PATCH v1 4/5] dt-bindings: phy: phy-rockchip-dphy-rx0: add support for tx1rx1 phy
` [PATCH v1 5/5] arm64: dts: rockchip: add mipi-dphy-tx1rx1 for rk3399

[PATCH v2 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-08-30 18:07 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] perf: enable branch record for software events

[PATCH] net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed
 2021-08-30 18:05 UTC  (2+ messages)

RFC - kernel test result specification (KTAP)
 2021-08-30 17:48 UTC  (4+ messages)

[PATCH 4/4] mm: zswap: add basic meminfo and vmstat coverage
 2021-08-30 18:04 UTC  (2+ messages)

[PATCH v9 00/26] x86: Support Intel Advanced Matrix Extensions
 2021-08-30 18:04 UTC  (27+ messages)
` [PATCH v9 08/26] x86/fpu/xstate: Introduce helpers to manage the XSTATE buffer dynamically
` [PATCH v9 10/26] x86/fpu/xstate: Update the XSTATE buffer address finder to support dynamic states
` [PATCH v9 12/26] x86/fpu/xstate: Use feature disable (XFD) to protect dynamic user state

[PATCH v2] platform/chrome: cros_ec_trace: Fix format warnings
 2021-08-30 18:01 UTC  (3+ messages)

[PATCH v3] platform/chrome: cros_ec_trace: Fix format warnings
 2021-08-30 18:00 UTC 

[PATCH v7 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-08-30 17:59 UTC  (9+ messages)
` [PATCH v7 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH] arm: dts: qcom-msm8974: Add xo_board reference clock to DSI0 PHY
 2021-08-30 17:57 UTC 

[iio:testing 26/30] drivers/iio/adc/at91-sama5d2_adc.c:722:11: warning: variable 'val' is used uninitialized whenever 'if' condition is false
 2021-08-30 17:57 UTC 

HRNG in CAAM isn't working properly on IMX6 SoloX
 2021-08-30 17:57 UTC  (4+ messages)

[PATCH 0/3] USB DWC3 QCOM Multi power domain support
 2021-08-30 17:54 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: usb: qcom,dwc3: Add multi-pd bindings for dwc3 qcom
` [PATCH 2/3] usb: dwc3: qcom: Add multi-pd support
` [PATCH 3/3] arm64: dts: qcom: sc7280: Add cx power domain support

[syzbot] general protection fault in legacy_parse_param
 2021-08-30 17:41 UTC  (7+ messages)

[PATCH 0/6] Add driver support for NXP IMX8QXP ADC
 2021-08-30 17:41 UTC  (8+ messages)
` [PATCH 1/6] iio: adc: Init the driver for NXP i.MX8QuadXPlus
` [PATCH 2/6] iio: adc: Add configuration for NXP i.MX8QuadXPlus ADC driver
` [PATCH 3/6] iio: imx8qxp-adc: Add the detail "
` [PATCH 4/6] dt-bindings: iio: adc: Add the binding documentation for NXP IMX8QXP ADC
` [PATCH 5/6] MAINTAINERS: Add the driver info of the "
` [PATCH 6/6] iio: imx8qxp-adc: Add the copyright for NXP i.MX8QuadXPlus ADC driver

Question related to ( commit 9f691549f76d "bpf: fix struct htab_elem layout" )
 2021-08-30 17:41 UTC  (3+ messages)

[PATCH v4 00/12] Enroll kernel keys thru MOK
 2021-08-30 17:39 UTC  (12+ messages)

[patch 00/10] x86/fpu: Clean up error handling in sigframe related code
 2021-08-30 17:39 UTC  (12+ messages)
` [patch 01/10] x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
` [patch 02/10] x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
` [patch 03/10] x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
` [patch 04/10] x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
` [patch 05/10] x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers "
` [patch 06/10] x86/signal: Change return type of restore_sigcontext() "
` [patch 07/10] x86/fpu/signal: Change return type of fpu__restore_sig() "
` [patch 08/10] x86/fpu/signal: Change return type of __fpu_restore_sig() "
` [patch 09/10] x86/fpu/signal: Change return code of check_xstate_in_sigframe() "
` [patch 10/10] x86/fpu/signal: Change return code of restore_fpregs_from_user() "

[PATCH v4 0/5] virtiofs: propagate sync() to file server
 2021-08-30 17:36 UTC  (7+ messages)
` [PATCH v4 5/5] "

[PATCH linux-next] net: bonding: bond_alb: Replace if (cond) BUG() with BUG_ON()
 2021-08-30 17:36 UTC  (2+ messages)

[PATCH v2] kretprobe scalability improvement
 2021-08-30 17:33 UTC 

[PATCH] perf record: Fix wrong comm in system-wide mode with delay
 2021-08-30 17:33 UTC  (2+ messages)

[PATCH] kernel/sched: Fix sched_fork() access an invalid sched_task_group
 2021-08-30 17:32 UTC  (3+ messages)

[PATCH] memcg: make memcg->event_list_lock irqsafe
 2021-08-30 17:29 UTC 

[PATCH v2] coresight: syscfg: fix compiler warnings
 2021-08-30 17:28 UTC 

[PATCH v2] f2fs: introduce fragment allocation mode mount option
 2021-08-30 17:27 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH] trace/osnoise: fix missed cpus_read_unlock()
 2021-08-30 17:26 UTC  (2+ messages)

[PATCH 0/5] kcov: PREEMPT_RT fixup + misc
 2021-08-30 17:26 UTC  (6+ messages)
` [PATCH 1/5] Documentation/kcov: Include types.h in the example
` [PATCH 2/5] Documentation/kcov: Define `ip' "
` [PATCH 3/5] kcov: Allocate per-CPU memory on the relevant node
` [PATCH 4/5] kcov: Avoid enable+disable interrupts if !in_task()
` [PATCH 5/5] kcov: Replace local_irq_save() with a local_lock_t

Why is Shmem included in Cached in /proc/meminfo?
 2021-08-30 17:26 UTC  (6+ messages)

[drm/amdgpu] Driver crashes on 5.13.9 kernel
 2021-08-30 17:21 UTC  (4+ messages)

[PATCH v1 0/4] char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
 2021-08-30 17:19 UTC  (4+ messages)
` [PATCH v1 3/4] char: xillybus: Remove usage of remaining deprecated pci_ API

[GIT PULL] regmap updates for v5.15
 2021-08-30 17:17 UTC  (2+ messages)

[PATCH v3 0/4] CM4 ACPI PCIe quirk
 2021-08-30 17:17 UTC  (6+ messages)
` [PATCH v3 2/4] PCI: brcmstb: Add ACPI config space quirk

[PATCH V2] fix array-index-out-of-bounds in taprio_change
 2021-08-30 17:14 UTC  (3+ messages)

[PATCH v7 0/7] Refactor MTK MDP driver into core/components
 2021-08-30 17:14 UTC  (7+ messages)
` [PATCH v7 7/7] media: mtk-mdp: use mdp-rdma0 alias to point to MDP master

[PATCH v1] nvme: avoid race in shutdown namespace removal
 2021-08-30 17:14 UTC  (3+ messages)

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-08-30 17:17 UTC  (2+ messages)

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-08-30 17:13 UTC  (4+ messages)
` [PATCH] Restyle comments to better align with kernel-doc

[PATCH AUTOSEL 5.13 01/26] iwlwifi: pnvm: accept multiple HW-type TLVs
 2021-08-30 17:09 UTC  (6+ messages)
` [PATCH AUTOSEL 5.13 20/26] drm/nouveau: recognise GA107

[PATCH 0/1] net/ncsi: add get mac address command for Intel
 2021-08-30 17:18 UTC  (2+ messages)
` [PATCH 1/1] net/ncsi: add get MAC address command to get Intel i210 MAC address

[syzbot] WARNING in rcu_core
 2021-08-30 17:06 UTC  (3+ messages)

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-08-30 16:59 UTC  (11+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v8 3/3] mm: add anonymous vma name refcounting

[PATCH v7 0/7] Fixes for dma-iommu swiotlb bounce buffers
 2021-08-30 17:02 UTC  (2+ messages)

[PATCH] perf stat: Do not allow --for-each-cgroup without cpu
 2021-08-30 17:02 UTC 

[PATCH v8 00/14] iio: afe: add temperature rescaling support
 2021-08-30 17:03 UTC  (6+ messages)
` [PATCH v8 09/14] iio: afe: rescale: fix accuracy for small fractional scales

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-08-30 16:58 UTC  (12+ messages)

[PATCH] irqchip/gic: Convert to handle_strict_flow_irq()
 2021-08-30 16:54 UTC  (4+ messages)

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-30 16:54 UTC  (5+ messages)
` [PATCH v2 2/4] PCI: brcmstb: Add ACPI config space quirk

[PATCH] arm64: dts: hisilicon: fix arm,sp805 compatible string
 2021-08-30 16:51 UTC 

[PATCH v4 0/6] iio: Add output buffer support and DAC example
 2021-08-30 16:54 UTC  (3+ messages)
` [PATCH v4 6/6] drivers:iio:dac: Add AD3552R driver support

[PATCH] net: fix NULL pointer reference in cipso_v4_doi_free
 2021-08-30 16:50 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2 v2] Add statistics and document for cfs_b burst
 2021-08-30 16:49 UTC  (2+ messages)

[PATCH] perf: flamegraph.py script improvements
 2021-08-30 16:47 UTC 

[PATCH] workqueue: Don't record workqueue stack holding raw_spin_lock
 2021-08-30 16:47 UTC  (5+ messages)

[GIT PULL] fscrypt updates for 5.15
 2021-08-30 16:47 UTC 

[GIT PULL] Audit patches for v5.15
 2021-08-30 16:46 UTC 

[PATCH] ARM: dts: bcm2711-rpi-4-b: Fix pcie0's unit address
 2021-08-30 16:45 UTC  (3+ messages)

[PATCH v3] drm/i915/dp: Use max params for panels < eDP 1.4
 2021-08-30 16:42 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH] nvmem: core: Add stubs for nvmem_cell_read_variable_le_u32/64 if !CONFIG_NVMEM
 2021-08-30 16:42 UTC  (2+ messages)

[GIT PULL] SELinux patches for v5.15
 2021-08-30 16:36 UTC 

[PATCH RESEND v2] Trivial comment fix for the CRC ITU-T polynom
 2021-08-30 16:33 UTC 

[REGRESSION][BISECTED] flood of "hid-generic ... control queue full" since v5.14-rc1
 2021-08-30 16:31 UTC  (6+ messages)

[PATCH] mips: remove reference to "newer Loongson-3"
 2021-08-30 16:25 UTC  (5+ messages)

[v4 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-30 16:17 UTC  (3+ messages)
` [v4 3/4] drm/panel: support for BOE and INX video mode panel

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-30 16:15 UTC  (6+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()

[PATCH] drm: remove zxdrm driver
 2021-08-30 16:12 UTC  (4+ messages)

[PATCH][next] drm/amd/display: Fix unused initialization of pointer sink
 2021-08-30 16:08 UTC  (2+ 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).