messages from 2022-06-08 14:47:22 to 2022-06-24 04:48:53 UTC [more...]
[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
2022-06-24 4:43 UTC (26+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
2022-06-23 14:47 UTC (10+ messages)
` [PATCH v2 1/3] scsi: dpt_i2o: drop stale VIRT_TO_BUS dependency
` [PATCH v2 2/3] scsi: BusLogic remove bus_to_virt
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS
[PATCH v2 0/4] hugetlb: speed up linear address scanning
2022-06-21 23:56 UTC (5+ messages)
` [PATCH v2 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH v2 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH v2 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH v2 4/4] hugetlb: Lazy page table copies in fork()
[PATCH] parisc: aligned '*' in comments
2022-06-21 6:38 UTC
Business Capital Funding
2022-06-20 11:08 UTC
[PATCH] parisc: Fix flush_anon_page on PA8800/PA8900
2022-06-19 14:09 UTC (5+ messages)
[PATCH v2] Implement close-on-fork
2022-06-19 10:42 UTC (4+ messages)
[PATCH 0/4] hugetlb: speed up linear address scanning
2022-06-18 3:27 UTC (14+ messages)
` [PATCH 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH 4/4] hugetlb: Lazy page table copies in fork()
[PATCH] arch/*: Disable softirq stacks on PREEMPT_RT
2022-06-17 9:51 UTC (5+ messages)
[PATCH 00/36] cpuidle,rcu: Cleanup the mess
2022-06-16 21:26 UTC (85+ messages)
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [Pv-drivers] [PATCH 29/36] cpuidle, xenpv: "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH 34.5/36] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "
[RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
2022-06-16 21:00 UTC (3+ messages)
` [RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [RESEND PATCH v4 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
[PATCH v3 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
2022-06-16 8:31 UTC
[PATCH v4 0/2] Replace kmap() with kmap_local_page() in zstd.c
2022-06-16 8:11 UTC (3+ messages)
` [PATCH v3 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v3 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
[PATCH] kprobes: Enable tracing for mololithic kernel images
2022-06-15 21:29 UTC (31+ messages)
[PATCH 00/30] The panic notifiers refactor
2022-06-15 9:36 UTC (6+ messages)
` [PATCH 24/30] panic: Refactor the panic path
[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
2022-06-13 1:15 UTC (4+ messages)
` [PATCH V12 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
linux v5.18.3 fails to boot
2022-06-10 18:18 UTC (5+ messages)
[PATCH] Documentation/features: Update the arch support status files
2022-06-09 15:37 UTC (2+ messages)
glibc fails with 5.18.2-32bit+ kernel on c3750
2022-06-09 13:57 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).