messages from 2024-10-10 18:27:36 to 2024-10-19 22:51:47 UTC [more...]
[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 v7 00/12] MIPS: Support I6500 multi-cluster configuration
2024-10-19 7:10 UTC (13+ 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 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 v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-17 17:40 UTC (11+ messages)
` [PATCH v13 77/85] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
` [PATCH v13 78/85] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
` [PATCH v13 79/85] KVM: Drop gfn_to_pfn() APIs now that all users are gone
` [PATCH v13 80/85] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory
` [PATCH v13 81/85] KVM: Make kvm_follow_pfn.refcounted_page a required field
` [PATCH v13 82/85] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
` [PATCH v13 83/85] KVM: arm64: Don't mark "struct page" accessed when making SPTE young
` [PATCH v13 84/85] KVM: Drop APIs that manipulate "struct page" via pfns
` [PATCH v13 85/85] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"
[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 (20+ 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 (18+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
provide generic page_to_phys and phys_to_page implementations v2
2024-10-15 5:44 UTC (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [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 (7+ messages)
` [PATCH v4 1/3] dt-bindings: spi: Add realtek,rtl9301-snand
` [PATCH v4 2/3] mips: dts: realtek: Add SPI NAND controller
` [PATCH v4 3/3] spi: spi-mem: Add Realtek SPI-NAND controller
[PATCH 0/9] vdso: Remove timekeeper argument and includes
2024-10-14 13:59 UTC (5+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
[PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess
2024-10-14 8:23 UTC (4+ messages)
` [PATCH 1/2] MAINTAINERS: Retire Ralf Baechle
` [PATCH 2/2] MAINTAINERS: Remove linux-mips.org references
[PATCH 0/3] Realtek SPI-NAND controller
2024-10-14 8:37 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: spi: Add realtek,rtl9300-snand
[PATCH v2 0/7] iio: fix possible race condition during access of available info lists
2024-10-14 6:39 UTC (11+ messages)
` [PATCH v2 5/7] iio: inkern: copy/release available info from producer
[PATCH v2 0/1] pinctrl: ocelot: fix system hang on level based interrupts
2024-10-14 5:06 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH v3 0/3] Realtek SPI-NAND controller
2024-10-14 0:40 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: spi: Add realtek,rtl9300-snand
` [PATCH v3 2/3] mips: dts: realtek: Add SPI NAND controller
` [PATCH v3 3/3] spi: spi-mem: Add Realtek SPI-NAND controller
[PATCH] mips: asm: fix warning when disabling MIPS_FP_SUPPORT
2024-10-12 13:09 UTC (2+ messages)
[PATCH 0/1] pinctrl: ocelot: fix system hang on level based interrupts
2024-10-11 20:54 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH net-next v25 00/13] Device Memory TCP
2024-10-11 19:38 UTC (7+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
[PATCH v2] MIPS: Allow using more than 32-bit addresses for reset vectors when possible
2024-10-11 13:34 UTC
[PATCH net-next] eth: remove the DLink/Sundance (ST201) driver
2024-10-11 12:10 UTC (2+ messages)
[PATCH] MIPS: Allow using more than 32-bit addresses for reset vectors when possible
2024-10-11 11:32 UTC
[PATCH] mm: Define general function pXd_init()
2024-10-11 9:33 UTC
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).