messages from 2024-10-24 23:31:40 to 2024-11-03 13:57:32 UTC [more...]
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-03 13:57 UTC (39+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH 1/2] MIPS: loongson3_defconfig: Update configs dependencies
2024-11-03 13:00 UTC (2+ messages)
` [PATCH 2/2] MIPS: loongson3_defconfig: Enable blk_dev_nvme by default
[PATCH 0/2] MIPS: loongson3_defconfig: Enable blk_dev_nvme by default
2024-11-03 13:00 UTC
[PATCH] MIPS: kernel: proc: Use str_yes_no() helper function
2024-11-02 22:04 UTC
[PATCH] irqchip/mips-gic: Fix selection of GENERIC_IRQ_EFFECTIVE_AFF_MASK
2024-11-01 16:33 UTC
SGI MIPS, Speculative Execution issue
2024-11-01 13:12 UTC (4+ messages)
[PATCH 00/13] Usable clocks on Mobileye EyeQ5 & EyeQ6H
2024-11-01 7:48 UTC (15+ messages)
` [PATCH 01/13] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles
` [PATCH 02/13] dt-bindings: clock: eyeq: add Mobileye EyeQ5 core clocks
` [PATCH 03/13] dt-bindings: clock: eyeq: add Mobileye EyeQ5 peripheral clocks
` [PATCH 04/13] dt-bindings: clock: eyeq: add Mobileye EyeQ6H central clocks
` [PATCH 05/13] dt-bindings: clock: eyeq: add Mobileye EyeQ6H west clocks
` [PATCH 06/13] clk: fixed-factor: add clk_hw_register_fixed_factor_index() function
` [PATCH 07/13] clk: eyeq: require clock index with phandle in all cases
` [PATCH 08/13] clk: eyeq: add fixed factor clocks infrastructure
` [PATCH 09/13] clk: eyeq: add EyeQ5 fixed factor clocks
` [PATCH 10/13] clk: eyeq: add EyeQ6H central "
` [PATCH 11/13] clk: eyeq: add EyeQ6H west "
` [PATCH 12/13] MIPS: mobileye: eyeq5: use OLB as provider for "
` [PATCH 13/13] MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks
[PATCH v8 0/7] RTL9300 support for reboot and i2c
2024-11-01 7:12 UTC (9+ messages)
` [PATCH v8 1/7] dt-bindings: reset: syscon-reboot: Add reg property
` [PATCH v8 2/7] power: reset: syscon-reboot: Accept "
` [PATCH v8 3/7] dt-bindings: i2c: Add Realtek RTL I2C Controller
` [PATCH v8 4/7] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
` [PATCH v8 5/7] mips: dts: realtek: Add syscon-reboot node
` [PATCH v8 6/7] mips: dts: realtek: Add I2C controllers
` [PATCH v8 7/7] i2c: Add driver for the RTL9300 I2C controller
[PATCH v8 00/13] MIPS: Support I6500 multi-cluster configuration
2024-11-01 1:47 UTC (25+ messages)
` [PATCH v8 01/13] irqchip/mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v8 02/13] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v8 03/13] irqchip/mips-gic: Setup defaults in each cluster
` [PATCH v8 04/13] irqchip/mips-gic: Multi-cluster support
` [PATCH v8 05/13] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
` [PATCH v8 06/13] clocksource: mips-gic-timer: Enable counter when CPUs start
` [PATCH v8 07/13] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
` [PATCH v8 08/13] MIPS: CPS: Introduce struct cluster_boot_config
` [PATCH v8 09/13] MIPS: CPS: Boot CPUs in secondary clusters
` [PATCH v8 10/13] dt-bindings: mips: cpu: Add property for broken HCI information
` [PATCH v8 11/13] MIPS: CPS: Support broken HCI for multicluster
` [PATCH v8 12/13] MIPS: mobileye: dts: eyeq6h: Enable cluster support
` [PATCH v8 13/13] irqchip: mips-gic: Handle case with cluster without CPU cores
[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
2024-10-31 18:06 UTC (10+ messages)
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer to fix race
[PATCH v7 0/6] RTL9300 support for reboot and i2c
2024-10-31 15:48 UTC (3+ messages)
` [PATCH v7 3/6] dt-bindings: mfd: Add Realtek RTL9300 switch peripherals
[PATCH v2] mm: define general function pXd_init()
2024-10-31 1:13 UTC (5+ messages)
linux: Goodbye from a Linux community volunteer
2024-10-30 18:32 UTC (23+ messages)
` Kernel maintainer *CENSORED* on LKML [WAS: linux: Goodbye from a Linux community volunteer]
` Maintainers now blocked from kernel.org mail access [WAS "
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2024-10-30 12:48 UTC (6+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
` lore.kernel.org getting senile ? [WAS: [PATCH 1/2] MAINTAINERS: Remove Huawei due to compilance requirements
[PATCH 00/28] vdso: Preparations for generic data storage
2024-10-30 11:39 UTC (6+ messages)
` [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
` [PATCH 05/28] arm64: vdso: Use only one single vvar mapping
[PATCH v2][next] mips: sgi-ip22: Replace "s[n]?printf" with sysfs_emit in sysfs callbacks
2024-10-30 11:15 UTC (3+ messages)
[PATCH] mips: bmips: bcm6358/6368: define required brcm,bmips-cbr-reg
2024-10-30 11:18 UTC (2+ messages)
[PATCH] MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree
2024-10-30 11:17 UTC (2+ messages)
[PATCH v2] MIPS: Allow using more than 32-bit addresses for reset vectors when possible
2024-10-30 11:16 UTC (2+ messages)
[PATCH] mips: asm: fix warning when disabling MIPS_FP_SUPPORT
2024-10-30 11:16 UTC (2+ messages)
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-30 8:45 UTC (2+ messages)
[PATCH v4 0/5] implement lightweight guard pages
2024-10-29 10:32 UTC (9+ messages)
` [PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v4 5/5] selftests/mm: add self tests for guard page feature
[PATCH v2 0/1] clocksource: move System Tick Counter from 'arch/mips/ralink'
2024-10-29 6:51 UTC (4+ messages)
` [PATCH v2] clocksource: Add Ralink System Tick Counter driver
[PATCH v6] clk: eyeq: add driver
2024-10-28 23:38 UTC (2+ messages)
[PATCH v3 0/5] implement lightweight guard pages
2024-10-28 21:49 UTC (28+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
[PATCH 0/2] clocksource: move System Tick Counter from 'arch/mips/ralink'
2024-10-28 19:40 UTC (10+ messages)
` [PATCH 1/2] clocksource: Add Ralink System Tick Counter driver
[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
2024-10-28 17:33 UTC (5+ messages)
[PATCH v7 00/12] MIPS: Support I6500 multi-cluster configuration
2024-10-28 16:09 UTC (12+ messages)
` [PATCH v7 02/12] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v7 05/12] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
[PATCH] irqchip: mips-gic: Handle case with cluster without CPU cores
2024-10-28 13:24 UTC (5+ messages)
[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
2024-10-26 7:04 UTC (2+ messages)
[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
2024-10-25 17:41 UTC (4+ messages)
linux: Goodbye from a Linux community volunteer
2024-10-25 16:10 UTC (4+ messages)
provide generic page_to_phys and phys_to_page implementations v3
2024-10-25 13:37 UTC (2+ messages)
[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-25 8:46 UTC
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (2+ messages)
[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
2024-10-25 7:11 UTC (3+ messages)
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).