messages from 2024-10-15 04:10:19 to 2024-10-21 21:34:02 UTC [more...]
[PATCH v2 0/5] implement lightweight guard pages
2024-10-21 21:33 UTC (45+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-21 19:48 UTC (6+ messages)
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-21 18:57 UTC (11+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-21 17:56 UTC (18+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
2024-10-21 12:54 UTC (6+ messages)
` [PATCH v5 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v5 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v5 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v5 5/5] iio: as73211: copy/release available integration times "
[PATCH v7 00/12] MIPS: Support I6500 multi-cluster configuration
2024-10-21 6:10 UTC (14+ messages)
` [PATCH v7 01/12] irqchip/mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v7 02/12] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v7 03/12] irqchip/mips-gic: Setup defaults in each cluster
` [PATCH v7 04/12] irqchip/mips-gic: Multi-cluster support
` [PATCH v7 05/12] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
` [PATCH v7 06/12] clocksource: mips-gic-timer: Enable counter when CPUs start
` [PATCH v7 07/12] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
` [PATCH v7 08/12] MIPS: CPS: Introduce struct cluster_boot_config
` [PATCH v7 09/12] MIPS: CPS: Boot CPUs in secondary clusters
` [PATCH v7 10/12] dt-bindings: mips: cpu: Add property for broken HCI information
` [PATCH v7 11/12] MIPS: CPS: Support broken HCI for multicluster
` [PATCH v7 12/12] MIPS: mobileye: dts: eyeq6h: Enable cluster support
[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
2024-10-21 1:47 UTC (3+ messages)
` "
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-19 22:51 UTC (25+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v4 0/5] iio: fix possible race condition during access of available info lists
2024-10-19 12:07 UTC (9+ messages)
` [PATCH v4 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v4 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v4 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v4 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v4 5/5] iio: as73211: copy/release available integration times "
[PATCH v3 0/5] iio: fix possible race condition during access of available info lists
2024-10-19 11:50 UTC (9+ messages)
` [PATCH v3 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v3 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v3 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v3 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v3 5/5] iio: as73211: copy/release available integration times "
[PATCH 0/4] implement lightweight guard pages
2024-10-18 21:30 UTC (16+ messages)
` [PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
` [PATCH 4/4] selftests/mm: add self tests for guard page feature
[PATCH v6 0/9] MIPS: Support I6500 multi-cluster configuration
2024-10-18 13:03 UTC (2+ messages)
[PATCH v2][next] mips: sgi-ip22: Replace "s[n]?printf" with sysfs_emit in sysfs callbacks
2024-10-17 9:13 UTC
(no subject)
2024-10-17 9:12 UTC (2+ messages)
`
[PATCH][next] mips: sgi-ip22: Replace "s[n]?printf" with sysfs_emit in sysfs callbacks
2024-10-17 8:58 UTC (3+ messages)
[PATCH v7 0/6] RTL9300 support for reboot and i2c
2024-10-17 7:56 UTC (8+ messages)
` [PATCH v7 1/6] dt-bindings: reset: syscon-reboot: Add reg property
` [PATCH v7 2/6] power: reset: syscon-reboot: Accept "
` [PATCH v7 3/6] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
` [PATCH v7 4/6] mips: dts: realtek: Add syscon-reboot node
` [PATCH v7 5/6] mips: dts: realtek: Add I2C controllers
` [PATCH v7 6/6] i2c: Add driver for the RTL9300 I2C controller
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 23:58 UTC (17+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
[PATCH v6 0/6] RTL9300 support for reboot and i2c
2024-10-16 21:41 UTC (11+ messages)
` [PATCH v6 1/6] dt-bindings: reset: syscon-reboot: Add reg property
` [PATCH v6 2/6] power: reset: syscon-reboot: Accept "
` [PATCH v6 3/6] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
` [PATCH v6 4/6] mips: dts: realtek: Add syscon-reboot node
` [PATCH v6 5/6] mips: dts: realtek: Add I2C controllers
` [PATCH v6 6/6] i2c: Add driver for the RTL9300 I2C controller
` (subset) [PATCH v6 0/6] RTL9300 support for reboot and i2c
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-16 14:36 UTC (6+ messages)
[linux-next:master 4584/4954] ERROR: modpost: "__cmpxchg_small" [fs/btrfs/btrfs.ko] undefined!
2024-10-16 13:49 UTC
[PATCH v2] cpufreq: loongson2: Unregister platform_driver on failure
2024-10-16 9:50 UTC (2+ messages)
[PATCH v5 0/3] Realtek SPI-NAND controller
2024-10-16 6:42 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: spi: Add realtek,rtl9301-snand
` [PATCH v5 2/3] mips: dts: realtek: Add SPI NAND controller
` [PATCH v5 3/3] spi: spi-mem: Add Realtek SPI-NAND controller
[PATCH] cpufreq: loongson2: Unregister platform_driver on failure
2024-10-16 5:59 UTC (2+ messages)
[RFC PATCH 0/4] implement lightweight guard pages
2024-10-15 7:27 UTC (4+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
provide generic page_to_phys and phys_to_page implementations v2
2024-10-15 5:44 UTC (3+ messages)
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[PATCH v4 0/3] Realtek SPI-NAND controller
2024-10-15 5:35 UTC (5+ messages)
` [PATCH v4 1/3] dt-bindings: spi: Add realtek,rtl9301-snand
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).