messages from 2020-05-04 06:25:28 to 2020-05-14 17:04:38 UTC [more...]
[PATCH v2 00/12] mm: consolidate definitions of page table accessors
2020-05-14 17:03 UTC (3+ messages)
` [PATCH v2 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH v2 02/12] mm: introduce include/linux/pgtable.h
[PATCH v1 0/2] update is25wp256d page write capabilities
2020-05-14 11:50 UTC (3+ messages)
` [PATCH v1 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board
` [PATCH v1 2/2] spi: nor: update page program settings for is25wp256 using post bfpt fixup
[PATCH 00/10] riscv: make riscv build happier
2020-05-14 11:53 UTC (20+ messages)
` [PATCH 01/10] riscv: Fix unmet direct dependencies built based on SOC_VIRT
` [PATCH 02/10] riscv: stacktrace: Fix undefined reference to `walk_stackframe'
` [PATCH 03/10] riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMU
` [PATCH 04/10] riscv: Fix print_vm_layout build error "
` [PATCH v2] "
` [PATCH 05/10] riscv: Disable ARCH_HAS_DEBUG_WX "
` [PATCH 06/10] riscv: Disable ARCH_HAS_DEBUG_VIRTUAL "
` [PATCH 07/10] riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMU
` [PATCH 08/10] riscv: pgtable: Fix __kernel_map_pages build error if NOMMU
` [PATCH 09/10] timer-riscv: Fix undefined riscv_time_val
` [PATCH 10/10] riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'
[PATCH] riscv: perf: fix build error for dependency issue
2020-05-14 9:29 UTC (2+ messages)
[PATCH] irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts
2020-05-13 21:34 UTC (2+ messages)
[PATCH 1/5] spi: dt-bindings: sifive: Add missing 2nd register region
2020-05-13 21:22 UTC (5+ messages)
[PATCH v1 0/3] fix macb phy probe failure if phy-reset is not handled
2020-05-13 13:57 UTC (4+ messages)
` [PATCH v1 1/3] dts: phy: fix missing mdio device and probe failure of vsc8541-01 device
` [PATCH v1 2/3] dts: phy: add GPIO number and active state used for phy reset
` [PATCH v1 3/3] riscv: defconfig: enable gpio support for HiFive Unleashed
[PATCH 00/12] mm: consolidate definitions of page table accessors
2020-05-13 11:19 UTC (18+ messages)
` [PATCH 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH 02/12] mm: introduce include/linux/pgtable.h
` [PATCH 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [PATCH 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [PATCH 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [PATCH 06/12] m68k/mm: move {cache, nocahe}_page() definitions close to their user
` [PATCH 06/12] m68k/mm: move {cache,nocahe}_page() "
` [PATCH 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions
[PATCH v1 0/1] fix for spin lock bad magic on SiFive UART
2020-05-13 8:14 UTC (5+ messages)
` [PATCH v1 1/1] tty: serial: add missing spin_lock_init for SiFive serial console
sort out the flush_icache_range mess
2020-05-13 6:23 UTC (50+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k
[PATCH -next] riscv: perf_event: Make some funciton static
2020-05-12 21:02 UTC (6+ messages)
` [PATCH -next] riscv: perf: RISCV_BASE_PMU should be closeable
[GIT PULL] RISC-V Fixes for 5.7-rc5
2020-05-12 8:53 UTC (7+ messages)
[RFC PATCH 0/4] fix macb phy probe failure if phy-reset is not handled
2020-05-12 7:14 UTC (4+ messages)
` [RFC PATCH 4/4] dt-bindings: net: phy: extend dt binding for VSC8541 ethernet-phy
[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
2020-05-11 20:22 UTC (7+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()
[PATCH 1/2] riscv: defconfig: enable spi nor on Hifive Unleashed A00 board
2020-05-10 15:32 UTC (8+ messages)
[PATCH] fix for spin lock bad magic on SiFive UART
2020-05-08 7:16 UTC (9+ messages)
` [PATCH] tty: serial: add missing spin_lock_init for "
[PATCH v2 00/20] mm: rework free_area_init*() funcitons
2020-05-07 21:21 UTC (14+ messages)
` [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
[PATCH AUTOSEL 4.19 04/20] riscv: fix vdso build with lld
2020-05-07 14:29 UTC
[PATCH AUTOSEL 5.4 05/35] riscv: fix vdso build with lld
2020-05-07 14:27 UTC
[PATCH AUTOSEL 5.6 08/50] riscv: fix vdso build with lld
2020-05-07 14:26 UTC
Crashes with CONFIG_SLAB_FREELIST_RANDOM
2020-05-06 21:59 UTC (4+ messages)
[PATCH bpf-next 0/4] RV64 BPF JIT Optimizations
2020-05-06 8:08 UTC (7+ messages)
` [PATCH bpf-next 1/4] bpf, riscv: Enable missing verifier_zext optimizations on RV64
` [PATCH bpf-next 2/4] bpf, riscv: Optimize FROM_LE using verifier_zext "
` [PATCH bpf-next 3/4] bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 "
` [PATCH bpf-next 4/4] bpf, riscv: Optimize BPF_JSET BPF_K using andi "
[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
2020-05-06 6:12 UTC (3+ messages)
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()
We bieden financiering tegen een laag tarief
2020-05-06 0:24 UTC
[PATCH] RISC-V: Remove unused code from STRICT_KERNEL_RWX
2020-05-06 0:15 UTC (5+ messages)
[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
2020-05-05 20:12 UTC (7+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS
spinlock bad magic on SiFive uart driver
2020-05-05 12:04 UTC (5+ messages)
[PATCH v3] riscv: force __cpu_up_ variables to put in data section
2020-05-05 6:41 UTC
[GIT PULL] EFI stub loading support for RISC-V
2020-05-04 22:10 UTC (2+ messages)
[PATCH v2] riscv: force __cpu_up_ variables to put in data section
2020-05-04 22:10 UTC (5+ messages)
[PATCH] riscv: add Linux note to vdso
2020-05-04 21:28 UTC (2+ messages)
[PATCH v3] riscv: set max_pfn to the PFN of the last page
2020-05-04 21:13 UTC (2+ messages)
[PATCH 0/3] RISC-V KVM preparation
2020-05-04 20:01 UTC (2+ messages)
[PATCH] riscv: set max_pfn to the PFN of the last page
2020-05-04 20:01 UTC (2+ messages)
[PATCH 0/3] Highmem support for 32-bit RISC-V
2020-05-04 11:27 UTC (11+ 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