LinuxLists
Users
About
Catalin Marinas (
[email protected]
)
Number of posts: 4926 (0.68 per day)
First post: 2004-10-04 12:02:41
Last post: 2024-06-14 12:25:17
Previous Page
/
Next Page
Date
List
Subject
2022-06-24 10:22:39
linux-kernel
Re: [PATCH v4 3/4] mm: kmemleak: add rbtree and store physical address for objects allocated with PA
2022-06-23 16:18:01
linux-kernel
Re: [PATCH v4 10/20] arm64: topology: Remove redundant setting of llc_id in CPU topology
2022-06-23 14:26:26
linux-kernel
Re: [PATCH 5/5] arm64: kdump: Don't defer the reservation of crash high memory
2022-06-23 10:29:14
linux-kernel
Re: [PATCH 5/5] arm64: kdump: Don't defer the reservation of crash high memory
2022-06-22 17:29:56
linux-kernel
Re: [syzbot] memory leak in setup_mq_sysctls
2022-06-21 18:26:18
linux-kernel
Re: [PATCH 5/5] arm64: kdump: Don't defer the reservation of crash high memory
2022-06-21 10:50:21
linux-kernel
Re: [PATCH v4 2/2] arm64: kcsan: Support detecting more missing memory barriers
2022-06-20 17:04:59
linux-kernel
Re: [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
2022-06-19 10:24:54
linux-kernel
Re: [PATCH v4 1/2] asm-generic: Add memory barrier dma_mb()
2022-06-17 18:57:45
linux-kernel
[GIT PULL] arm64 fixes for 5.19-rc3/rc4
2022-06-17 18:34:00
linux-kernel
Re: [PATCH] arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly
2022-06-17 18:12:59
linux-kernel
Re: [PATCH] arm64/hugetlb: Simplify the huge_ptep_set_access_flags()
2022-06-16 17:52:50
linux-kernel
Re: [PATCH] KVM: arm64: Prevent kmemleak from accessing pKVM memory
2022-06-15 15:14:38
linux-kernel
Re: [PATCH v2 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan()
2022-06-15 10:15:49
linux-kernel
Re: [PATCH v5 4/5] arm64: mm: Only remove nomap flag for initrd
2022-06-15 10:14:51
linux-kernel
Re: [PATCH v5 1/5] efi: arm64: Introduce ability to find mirrored memory ranges
2022-06-14 17:39:16
linux-kernel
Re: [PATCH 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan()
2022-06-14 17:30:27
linux-kernel
Re: [PATCH 3/3] mm/kmemleak: Prevent soft lockup in first object iteration loop of kmemleak_scan()
2022-06-14 17:25:54
linux-kernel
Re: [PATCH 2/3] mm/kmemleak: Skip unlikely objects in kmemleak_scan() without taking lock
2022-06-14 16:41:52
linux-kernel
Re: [PATCH 1/3] mm/kmemleak: Use _irq lock/unlock variants in kmemleak_scan/_clear()
2022-06-11 10:01:02
linux-kernel
Re: [PATCH v4 1/4] mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to kmemleak_alloc_phys()
2022-06-11 10:00:18
linux-kernel
Re: [PATCH v3 3/3] mm: kmemleak: check physical address when scan
2022-06-10 17:46:48
linux-kernel
[GIT PULL] arm64 fixes for 5.19-rc2
2022-06-10 17:31:23
linux-kernel
Re: [PATCH] arm64: errata: add detection for AMEVCNTR01 incrementing incorrectly
2022-06-10 16:48:28
linux-kernel
Re: [PATCH] arm64/fpsimd: Fix typo in comment
2022-06-10 16:47:08
linux-kernel
Re: [PATCH] arm64/sysreg: Fix typo in Enum element regex
2022-06-10 10:09:01
linux-kernel
Re: [PATCH] arm64/sysreg: Fix typo in Enum element regex
2022-06-09 19:26:09
linux-kernel
Re: [PATCH v3 1/3] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
2022-06-09 19:25:13
linux-kernel
Re: [PATCH v3 3/3] mm: kmemleak: check physical address when scan
2022-06-09 18:40:38
linux-kernel
Re: [PATCH v3 2/3] mm: kmemleak: add rbtree and store physical address for objects allocated with PA
2022-06-09 10:57:25
linux-kernel
Re: [next] arm64: boot failed - next-20220606
2022-06-09 10:00:45
linux-kernel
Re: [PATCH v2 1/4] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
2022-06-08 10:20:49
linux-kernel
Re: [PATCH v2] ARM: initialize jump labels before setup_machine_fdt()
2022-06-08 10:20:29
linux-kernel
Re: [PATCH 5.17 001/772] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-08 10:20:24
linux-kernel
Re: [PATCH 5.15 001/667] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-08 10:19:06
linux-kernel
Re: [PATCH 5.18 001/879] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-08 04:25:29
linux-kernel
Re: [PATCH 5.10 001/452] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-08 02:18:31
linux-kernel
Re: [PATCH] arm64: Enable docker support in defconfig
2022-06-07 17:42:55
linux-kernel
Re: [PATCH v2] ARM: initialize jump labels before setup_machine_fdt()
2022-06-06 15:46:31
linux-kernel
Re: [PATCH v2 4/4] mm: kmemleak: kmemleak_*_phys() set address type and check PA when scan
2022-06-06 15:13:40
linux-kernel
Re: [PATCH v2 3/4] mm: kmemleak: handle address stored in object based on its type
2022-06-06 14:51:28
linux-kernel
Re: [PATCH v2 2/4] mm: kmemleak: add rbtree for objects allocated with physical address
2022-06-06 11:58:53
linux-kernel
Re: [PATCH v2 1/4] mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
2022-06-06 06:19:09
linux-kernel
Re: [PATCH] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-06 05:15:00
linux-kernel
Re: [PATCH v2 0/4] mm: kmemleak: store objects allocated with physical address separately and check when scan
2022-06-06 05:05:12
linux-kernel
Re: [PATCH] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-06 03:38:58
linux-kernel
[GIT PULL] arm64 fixes for 5.19-rc1
2022-06-04 19:32:36
linux-kernel
Re: [PATCH] kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported
2022-06-03 18:04:44
linux-kernel
Re: [PATCH] arm64: Initialize jump labels before setup_machine_fdt()
2022-06-03 00:55:35
linux-kernel
Re: [PATCH] arm64: hibernate: Fix syntax errors in comments
2022-06-01 21:21:03
linux-kernel
Re: [PATCH] ftrace/fgraph: fix increased missing-prototypes warnings