linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-29 14:21:48 to 2022-03-29 16:39:54 UTC [more...]

[PATCH 0/3] tracing: make tp_printk work on syscall tracepoints
 2022-03-29 16:39 UTC 

[PATCH v2] panel-edp: drm/panel-edp: Add AUO B133UAN01
 2022-03-29 16:36 UTC  (3+ messages)

[fs] 37da949345: xfstests.generic.374.fail
 2022-03-29 16:28 UTC  (3+ messages)

[PATCH v1 1/3] dt-bindings: clock: convert rockchip,rk3328-cru.txt to YAML
 2022-03-29 16:30 UTC  (3+ messages)
` [PATCH v1 2/3] arm64: dts: rockchip: fix compatible string rk3328 cru node
` [PATCH v1 3/3] arm64: rockchip: add clocks property to cru node rk3328

[PATCH net] wireguard: socket: fix memory leak in send6()
 2022-03-29 16:29 UTC  (2+ messages)

Comments on new user events ABI
 2022-03-29 16:25 UTC  (4+ messages)

[PATCH 0/9] staging: r8188eu: SetHwReg8188EU() cleanups
 2022-03-29 16:25 UTC  (10+ messages)
` [PATCH 4/9] staging: r8188eu: remove HW_VAR_ACM_CTRL from SetHwReg8188EU()
` [PATCH 5/9] staging: r8188eu: remove HW_VAR_RXDMA_AGG_PG_TH "
` [PATCH 8/9] staging: r8188eu: remove HW_VAR_TX_RPT_MAX_MACID "
` [PATCH 9/9] staging: r8188eu: remove HW_VAR_BCN_VALID "

[FYI PATCH 1/1] perf tools: Update copy of libbpf's hashmap.c
 2022-03-29 16:25 UTC  (2+ messages)

[PATCH v2 0/2] TSX update
 2022-03-29 16:24 UTC  (3+ messages)
` [PATCH v2 2/2] x86/tsx: Disable TSX development mode at boot

[PATCHi v3] staging: rts5208: Convert kmap() to kmap_local_page()
 2022-03-29 16:20 UTC 

[PATCH 1/1] net: mdio: aspeed: Add Clause 45 support
 2022-03-29 16:19 UTC 

[PATCH] power: supply: Reset err after not finding static battery
 2022-03-29 16:19 UTC  (2+ messages)

WARNING: at arch/x86/kvm/../../../virt/kvm/kvm_main.c:3156 mark_page_dirty_in_slot
 2022-03-29 16:17 UTC  (2+ messages)

[GIT PULL] pin control bulk changes for v5.18
 2022-03-29 16:15 UTC  (5+ messages)

[PATCH] staging: r8188eu: fix suspect code indent for conditional statements
 2022-03-29 16:16 UTC  (2+ messages)

[PATCH v2 00/13] gpiolib: Two new helpers and way toward fwnode
 2022-03-29 16:13 UTC  (16+ messages)
` [PATCH v2 01/13] gpiolib: Introduce for_each_gpiochip_node() loop helper
` [PATCH v2 02/13] gpiolib: Introduce gpiochip_node_count() helper
` [PATCH v2 03/13] pinctrl: stm32: Replace custom code by gpiochip_node_count() call
` [PATCH v2 04/13] pinctrl: stm32: Switch to use for_each_gpiochip_node() helper
` [PATCH v2 05/13] pinctrl: samsung: "
` [PATCH v2 06/13] pinctrl: renesas: rza1: Replace custom code by gpiochip_node_count() call
` [PATCH v2 07/13] pinctrl: renesas: rza1: Switch to use for_each_gpiochip_node() helper
` [PATCH v2 08/13] pinctrl: npcm7xx: "
` [PATCH v2 09/13] pinctrl: meson: Rename REG_* to MREG_*
` [PATCH v2 10/13] pinctrl: meson: Enable COMPILE_TEST
` [PATCH v2 11/13] pinctrl: meson: Replace custom code by gpiochip_node_count() call
` [PATCH v2 12/13] pinctrl: armada-37xx: Switch to use fwnode instead of of_node
` [PATCH v2 13/13] pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()

[PATCH v2 1/4] ipmi: msghandler: Add a limit for the number of users
 2022-03-29 16:12 UTC  (4+ messages)
` [PATCH v2 2/4] ipmi: msghandler: Add a limit for the number of messages
` [PATCH v2 3/4] ipmi: msghandler: Get the number of users and messages through sysfs
` [PATCH v2 4/4] ipmi: msghandler: Add a interface to clean message queue in sysfs

[PATCH v2 0/4] add limit on the total number of users and oustanding messages
 2022-03-29 16:12 UTC 

[PATCH -next] ext4: fix warning in ext4_handle_inode_extension
 2022-03-29 16:11 UTC  (3+ messages)

[PATCH 0/3] ipmi: msghandler: check the users and msgs causing the system to block
 2022-03-29 16:10 UTC  (4+ messages)

[PATCH v3 00/16] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-29 16:09 UTC  (18+ messages)
` [PATCH v3 01/16] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v3 02/16] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v3 03/16] mm/memory: slightly simplify copy_present_pte()
` [PATCH v3 04/16] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v3 05/16] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v3 06/16] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v3 07/16] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v3 08/16] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v3 09/16] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v3 10/16] mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()
` [PATCH v3 11/16] mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
` [PATCH v3 12/16] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v3 13/16] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v3 14/16] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v3 15/16] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v3 16/16] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[PATCH v2 0/5] hwmon: introduce hwmon_sanitize()
 2022-03-29 16:07 UTC  (6+ messages)
` [PATCH v2 1/5] hwmon: introduce hwmon_sanitize_name()
` [PATCH v2 2/5] hwmon: intel-m10-bmc-hwmon: use devm_hwmon_sanitize_name()
` [PATCH v2 3/5] net: sfp: use hwmon_sanitize_name()
` [PATCH v2 4/5] net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name()
` [PATCH RFC v2 5/5] hwmon: move hwmon_is_bad_char() into core

[PATCH] staging: sm750fb: fix CamelCase names as reported by checkpatch.pl
 2022-03-29 16:07 UTC  (3+ messages)
` [PATCH v2] staging: sm750fb: fix CamelCase name style

[PATCH 0/3] mmc: mmci: stm32: updates for SDIO
 2022-03-29 16:00 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: mmc: mmci: add a property to disable DMA LLI

[PATCH v2 0/2] KVM: x86: Replace magic number with readable macro
 2022-03-29 16:00 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition

[PATCH] ALSA: hda: Avoid unsol event during RPM suspending
 2022-03-29 15:59 UTC 

[GIT PULL] dma-mapping updates for Linux 5.18
 2022-03-29 15:57 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.18, take 1
 2022-03-29 15:57 UTC  (2+ messages)

[PATCH] staging: r8188eu: check the return value of kzalloc()
 2022-03-29 15:57 UTC  (2+ messages)

[PATCH] dt-bindings: display: msm: dsi: remove address/size cells
 2022-03-29 15:52 UTC  (7+ messages)

state of drbd in mainline
 2022-03-29 15:52 UTC  (6+ messages)

[PATCH] mm,hwpoison: unmap poisoned page before invalidation
 2022-03-29 15:49 UTC  (3+ messages)

[PATCH] scsi: sd: call device_del() if device_add_disk() fails
 2022-03-29 15:49 UTC 

[PATCH v2] remoteproc: Don't bother checking the return value of debugfs_create*
 2022-03-29 15:46 UTC 

[PATCH v4 0/4] perf/core: Fixes for cgroup events
 2022-03-29 15:45 UTC  (5+ messages)
` [PATCH v4 1/4] perf/core: Don't pass task around when ctx sched in
` [PATCH v4 2/4] perf/core: Use perf_cgroup_info->active to check if cgroup is active
` [PATCH v4 3/4] perf/core: Fix perf_cgroup_switch()
` [PATCH v4 4/4] perf/core: Always set cpuctx cgrp when enable cgroup event

[PATCH] phy: PHY_FSL_LYNX_28G should depend on ARCH_LAYERSCAPE
 2022-03-29 15:45 UTC  (4+ messages)

[PATCH 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-03-29 15:43 UTC  (7+ messages)

[PATCH v1 00/24] H.264 Field Decoding Support for Frame-based Decoders
 2022-03-29 15:39 UTC  (13+ messages)
` [PATCH v1 06/24] media: v4l2: Trace calculated p/b0/b1 initial reflist
` [PATCH v1 12/24] media: rkvdec: Stop overclocking the decoder
` [PATCH v1 13/24] media: rkvdec: h264: Fix reference frame_num wrap for second field
` [PATCH v1 14/24] media: rkvdec: h264: Fix dpb_valid implementation
` [PATCH v1 15/24] media: rkvdec: Enable capture buffer holding for H264
` [PATCH v1 16/24] media: rkvdec: Ensure decoded resolution fit coded resolution

[PATCH AUTOSEL 5.17 01/43] LSM: general protection fault in legacy_parse_param
 2022-03-29 15:38 UTC  (4+ messages)
` [PATCH AUTOSEL 5.17 16/43] random: use computational hash for entropy extraction

[PATCH v6 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-03-29 15:37 UTC  (4+ messages)
` [PATCH v6 1/8] KVM: arm64: Introduce hyp_alloc_private_va_range()

[PATCH v5 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2
 2022-03-29 15:37 UTC 

[PATCH v2] docs: Add a document on how to fix a messy diffstat
 2022-03-29 15:37 UTC 

[PATCH v5 0/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPU
 2022-03-29 15:37 UTC  (6+ messages)
` [PATCH v5 1/2] selftests/resctrl: Extend CPU vendor detection
` [PATCH v5 2/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPU

[RFC PATCH V2 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-03-29 15:36 UTC  (5+ messages)
` [RFC PATCH V2 1/4] KVM: X86: Add arguement gfn and role to kvm_mmu_alloc_page()
` [RFC PATCH V2 2/4] KVM: X86: Introduce role.passthrough for level expanded pagetable
` [RFC PATCH V2 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V2 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests

[PATCH] remoteproc: Don't bother checking the return value of debugfs_create*
 2022-03-29 15:35 UTC  (5+ messages)

[PATCH v2 1/6] dt-bindings: clock: fix some conversion style issues for rockchip,rk3399-cru.yaml
 2022-03-29 15:31 UTC  (9+ messages)
` [PATCH v2 2/6] dt-bindings: clock: replace a maintainer "
` [PATCH v2 3/6] dt-bindings: clock: use generic node name for pmucru example in rockchip,rk3399-cru.yaml
  ` [PATCH v2 3/6] dt-bindings: clock: use generic node name for pmucru example in rockchip, rk3399-cru.yaml
` [PATCH v2 4/6] dt-bindings: clock: fix rk3399 cru clock issues
` [PATCH v2 5/6] arm64: dts: rockchip: rk3399: use generic node name for pmucru
` [PATCH v2 6/6] arm64: dts: rockchip: add clocks property to cru nodes rk3399
` [PATCH v2 1/6] dt-bindings: clock: fix some conversion style issues for rockchip, rk3399-cru.yaml

[PATCH 00/16] PCI: dwc: Add dma-ranges/YAML-schema/Baikal-T1 support
 2022-03-29 15:31 UTC  (13+ messages)
` [PATCH 03/16] PCI: dwc: Add more verbose link-up message
` [PATCH 04/16] PCI: dwc: Convert to using native IP-core versions representation
` [PATCH 05/16] PCI: dwc: Add IP-core version detection procedure
` [PATCH 08/16] PCI: dwc: Drop inbound iATU types enumeration - dw_pcie_as_type
` [PATCH 09/16] PCI: dwc: Simplify in/outbound iATU setup methods
` [PATCH 10/16] PCI: dwc: Drop iATU regions enumeration - dw_pcie_region_type

[PATCH] VFS: filename_create(): fix incorrect intent
 2022-03-29 15:29 UTC  (2+ messages)

[PATCH] selftests/seccomp: Add SKIP for failed unshare()
 2022-03-29 15:28 UTC  (2+ messages)

[PATCH v5 00/11] Intro to Hardware timestamping engine
 2022-03-29 15:27 UTC  (4+ messages)
` [PATCH v5 01/11] Documentation: Add HTE subsystem guide

[PATCH V3 0/2] x86 IOMMU Documentation updates
 2022-03-29 15:24 UTC  (3+ messages)
` [PATCH V3 1/2] Documentation: x86: Add documentation for AMD IOMMU

[PATCH 0/4] dm: Introduce dm-qcow2 driver to attach QCOW2 files as block device
 2022-03-29 15:24 UTC  (6+ messages)
` [PATCH 3/4] dm-qcow2: Introduce driver to create block devices over QCOW2 files
  ` [dm-devel] "
` [dm-devel] [PATCH 0/4] dm: Introduce dm-qcow2 driver to attach QCOW2 files as block device

[PATCH 1/3] soc: mediatek: pwrap: Use readx_poll_timeout() instead of custom function
 2022-03-29 15:22 UTC  (3+ messages)
` [PATCH 2/3] soc: mediatek: pwrap: Switch to devm_platform_ioremap_resource_byname()
` [PATCH 3/3] soc: mediatek: pwrap: Move and check return value of platform_get_irq()

[syzbot] memory leak in gs_usb_probe
 2022-03-29 15:22 UTC 

[RFC v4 0/8] Proposal for a GPU cgroup controller
 2022-03-29 15:21 UTC  (3+ messages)
` [RFC v4 5/8] dmabuf: Add gpu cgroup charge transfer function

[PATCH] arch/arm64: Fix topology initialization for core scheduling
 2022-03-29 15:20 UTC  (3+ messages)

[PATCH v4 net-next 0/5] ice: switch: debloat packet templates code
 2022-03-29 15:12 UTC  (3+ messages)
` [PATCH v4 net-next 5/5] ice: switch: convert packet template match code to rodata

[PATCH perf] perf tools: .git/ORIG_HEAD might not exist
 2022-03-29 15:12 UTC  (3+ messages)

[tip: x86/urgent] x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IO
 2022-03-29 15:11 UTC  (2+ messages)

[PATCH v5 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-03-29 15:10 UTC  (4+ messages)
` [PATCH v5 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v5 2/2] mmc: Add mmc driver "

[PATCH] rpmsg: mtk_rpmsg: Fix circular locking dependency
 2022-03-29 15:08 UTC  (6+ messages)

[PATCH] net: bcmgenet: Use stronger register read/writes to assure ordering
 2022-03-29 15:07 UTC  (2+ messages)

[PATCH v2] staging: rts5208: Convert kmap() to kmap_local_page()
 2022-03-29 15:02 UTC  (3+ messages)

[PATCH] EDAC/ie31200: Add Skylake-S support
 2022-03-29 14:58 UTC  (2+ messages)

[PATCH v4 0/4] Add basic node support for Mediatek MT8186 SoC
 2022-03-29 14:56 UTC  (3+ messages)
` [PATCH v4 4/4] arm64: dts: Add Mediatek SoC MT8186 dts and evaluation board and Makefile

[PATCH] selftests: net: Add tls config dependency for tls selftests
 2022-03-29 14:55 UTC  (3+ messages)

[PATCH v3 0/1] Add mt6359 node for MediaTek PMIC MT6359
 2022-03-29 14:53 UTC  (3+ messages)
` [PATCH v3 1/1] arm64: dts: mt6359: add PMIC MT6359 nodes

[RFC v1 00/10] roadtest: a driver testing framework
 2022-03-29 14:52 UTC  (8+ messages)
` [RFC v1 07/10] iio: light: opt3001: add roadtest

[PATCH] staging: r8188eu: Fix misspelling in comment
 2022-03-29 14:52 UTC  (2+ messages)

[PATCH] staging: sm750fb: add necessary #include in sm750_accel.h, sm750_cursor.h
 2022-03-29 14:51 UTC  (2+ messages)

kselftest: net: tls: hangs
 2022-03-29 14:49 UTC  (5+ messages)

[PATCH] proc: bootconfig: add null pointer check
 2022-03-29 14:46 UTC  (4+ messages)

[PATCH] UPSTREAM: drm/amdgpu: Disable ABM when AC mode
 2022-03-29 14:46 UTC  (3+ messages)

[PATCH v1 0/1] Mediatek PMIC patch
 2022-03-29 14:44 UTC  (3+ messages)
` [PATCH v1 1/1] pwrap: mediatek: fix wait time out issue

WARNING: mm/workingset.c:567 shadow_lru_isolate
 2022-03-29 14:43 UTC  (2+ messages)

[PATCH -next RFC 0/6] improve large random io for HDD
 2022-03-29 14:42 UTC  (7+ messages)
` [PATCH -next RFC 2/6] block: refactor to split bio thoroughly

[PATCH v5] input/i8042: Rework quirk tables
 2022-03-29 14:41 UTC  (6+ messages)
` [PATCH v5 1/4] input/i8042: Move __initconst to fix code styling warning
` [PATCH v5 2/4] input/i8042: Merge quirk tables
` [PATCH v5 3/4] input/i8042: Add debug output for quirks
` [PATCH v5 4/4] input/i8042: Add TUXEDO devices to i8042 quirk tables

[PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps()
 2022-03-29 14:40 UTC  (7+ messages)

[GIT PULL] jfs updates for v5.18
 2022-03-29 14:39 UTC 

(no subject)
 2022-03-29 14:37 UTC  (11+ messages)
` 

[PATCH v4 00/10] Coresight: Add support for TPDM and TPDA
 2022-03-29 14:36 UTC  (7+ messages)
` [PATCH v4 01/10] Use IDR to maintain all the enabled sources' paths

[git pull] drm for 5.18-rc1
 2022-03-29 14:34 UTC  (3+ messages)
` amdgpu link problem (was Re: [git pull] drm for 5.18-rc1)

[PATCH v4 2/4] input/i8042: Merge quirk tables
 2022-03-29 14:32 UTC  (6+ messages)
` [PATCH v4 3/4] input/i8042: Add debug output for quirks
` [PATCH v4 4/4] input/i8042: Add TUXEDO devices to i8042 quirk tables

[PATCH] usb: gadget: udc: add NULL pointer check
 2022-03-29 14:32 UTC  (2+ messages)

[PATCH v4 2/4] perf arm-spe: Use SPE data source for neoverse cores
 2022-03-29 14:32 UTC  (2+ messages)

[PATCH -next 0/2] fix nfsv4 bugs of opening with O_ACCMODE flag
 2022-03-29 14:32 UTC  (2+ messages)

[PATCH] mm: migrate: set demotion targets differently
 2022-03-29 14:31 UTC  (2+ messages)

[PATCH v12 0/3] Add basic SoC support for mediatek mt8195
 2022-03-29 14:27 UTC  (3+ messages)
` [PATCH v12 2/3] dt-bindings: mmc: mtk-sd: increase reg maxItems

[PATCH 0/2] sched/fair: Fix starvation caused by task migration
 2022-03-29 14:26 UTC  (4+ messages)
` [PATCH 2/2] sched/fair: Simple runqueue order on migrate

[PATCH] powerpc/pseries/vas: use default_groups in kobj_type
 2022-03-29 14:25 UTC 

[PATCH v11 0/3] Add basic SoC support for mediatek mt8195
 2022-03-29 14:23 UTC  (5+ messages)
` [PATCH v11 3/3] arm64: dts: Add mediatek SoC mt8195 and evaluation board

[PATCH] f2fs: introduce data read/write showing path info
 2022-03-29 14:23 UTC  (4+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "

[ammarfaizi2-block:bp/bp/rc0+ 6/11] arch/x86/kernel/cpu/common.c:1415:10: error: 'x86_cap_flags' undeclared; did you mean 'x86_cap_flag'?
 2022-03-29 14:23 UTC 


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