messages from 2022-08-02 15:49:30 to 2022-08-16 18:03:38 UTC [more...]
[PATCH] locking/atomic: Make test_and_*_bit() ordered on failure
2022-08-16 18:02 UTC (12+ messages)
[PATCH RFC 10/15] x86: add an arch helper function to invalidate all cache for nvdimm
2022-08-16 17:42 UTC (15+ messages)
` [PATCH] arch/cacheflush: Introduce flush_all_caches()
[PATCH] LoongArch: Add efistub booting support
2022-08-16 15:32 UTC (9+ messages)
[PATCH] LoongArch: Add perf events support
2022-08-16 10:24 UTC (6+ messages)
[PATCH 1/2] LoongArch: Add CPU HWMon platform driver
2022-08-16 9:05 UTC (8+ messages)
` [PATCH 2/2] LoongArch: Add ACPI-based generic laptop driver
[PATCH 0/2] riscv: kexec: Support crash_save percpu and machine_kexec_mask_interrupts
2022-08-16 6:40 UTC (4+ messages)
` [PATCH 1/2] riscv: kexec: EOI active and mask all interrupts in kexec crash path
` [PATCH 2/2] riscv: kexec: Implement crash_smp_send_stop with percpu crash_save_cpu
[PATCH] asm/sections: fix the determination of the end of the memory region
2022-08-16 1:00 UTC (3+ messages)
[RESEND PATCH] ARM: Recover kretprobes return address for EABI stack unwinder
2022-08-15 23:44 UTC (5+ messages)
` [PATCH] x86/unwind/orc: Add 'unwind_debug' cmdline option
[PATCH] LoongArch: Use TLB for ioremap()
2022-08-15 18:29 UTC (3+ messages)
[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-08-15 12:36 UTC (5+ messages)
` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V10 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V10 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V10 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
[RESEND PATCH] ARM: Recover kretprobes return address for EABI stack unwinder
2022-08-15 11:02 UTC
[PATCH] loongarch: irq: Move to generic_handle_arch_irq
2022-08-13 10:21 UTC (4+ messages)
[RESEND PATCH] loongarch: irq: Move to generic_handle_arch_irq
2022-08-13 9:02 UTC
[GIT PULL] LoongArch changes for v5.20
2022-08-13 2:58 UTC (4+ messages)
[PATCH] gpio: Allow user to customise maximum number of GPIOs
2022-08-12 23:21 UTC (4+ messages)
[PATCH] uapi: Fix comment typo
2022-08-11 14:04 UTC
[PATCH 0/5] Add process_memwatch syscall
2022-08-10 17:05 UTC (8+ messages)
[GIT PULL] asm-generic: updates for 6.0
2022-08-10 9:23 UTC (7+ messages)
` [PATCH] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig
` [PATCH v2] "
[PATCH] Add a read memory barrier to wait_on_buffer
2022-08-09 22:06 UTC (28+ messages)
` [PATCH v2] make buffer_locked provide an acquire semantics
` [PATCH v3 1/2] wait_bit: do read barrier after testing a bit
` [PATCH v4 2/2] change buffer_locked, so that it has acquire semantics
` [PATCH v5] add barriers to buffer functions
` [PATCH v6] add barriers to buffer_uptodate and set_buffer_uptodate
` [PATCH v4 1/2] introduce test_bit_acquire and use it in wait_on_bit
[PATCH] LoongArch: Don't disable EIOINTC master core
2022-08-09 15:16 UTC (7+ messages)
[PATCH V9 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-08-09 8:52 UTC (5+ messages)
` [PATCH V9 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V9 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V9 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V9 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
2022-08-09 7:06 UTC (11+ messages)
[RFC PATCH 0/4] riscv: Add basic percpu operations
2022-08-09 2:58 UTC (7+ messages)
` [RFC PATCH 1/4] vmstat: percpu: Rename HAVE_CMPXCHG_LOCAL to HAVE_CMPXCHG_PERCPU_BYTE
` [RFC PATCH 2/4] arm64: percpu: Use generic PERCPU_RW_OPS
` [RFC PATCH 3/4] riscv: percpu: Implement this_cpu operations
` [RFC PATCH 4/4] riscv: cmpxchg: Remove unused cmpxchg(64)_local
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
2022-08-08 16:37 UTC (43+ messages)
` [PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v4 10/45] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v4 11/45] kmsan: add KMSAN runtime core
` [PATCH v4 13/45] MAINTAINERS: add entry for KMSAN
` [PATCH v4 14/45] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v4 15/45] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v4 16/45] kmsan: handle task creation and exiting
` [PATCH v4 17/45] init: kmsan: call KMSAN initialization routines
` [PATCH v4 18/45] instrumented.h: add KMSAN support
` [PATCH v4 25/45] kmsan: add tests for KMSAN
` [PATCH v4 29/45] block: kmsan: skip bio block merging logic "
` [PATCH v4 33/45] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v4 43/45] namei: initialize parameters passed to step_into()
[PATCH] asm-generic: unistd.h: make 'compat_sys_fadvise64_64' conditional
2022-08-08 8:06 UTC (4+ messages)
[PATCH V9 00/15] arch: Add qspinlock support and atomic cleanup
2022-08-08 7:25 UTC (17+ messages)
` [PATCH V9 01/15] asm-generic: ticket-lock: Remove unnecessary atomic_read
` [PATCH V9 02/15] asm-generic: ticket-lock: Use the same struct definitions with qspinlock
` [PATCH V9 03/15] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V9 04/15] asm-generic: ticket-lock: Keep ticket-lock the same semantic with qspinlock
` [PATCH V9 05/15] asm-generic: spinlock: Add queued spinlock support in common header
` [PATCH V9 06/15] riscv: atomic: Clean up unnecessary acquire and release definitions
` [PATCH V9 07/15] riscv: cmpxchg: Remove xchg32 and xchg64
` [PATCH V9 08/15] riscv: cmpxchg: Forbid arch_cmpxchg64 for 32-bit
` [PATCH V9 09/15] riscv: cmpxchg: Optimize cmpxchg64
` [PATCH V9 10/15] riscv: Enable ARCH_INLINE_READ*/WRITE*/SPIN*
` [PATCH V9 11/15] riscv: Add qspinlock support
` [PATCH V9 12/15] riscv: Add combo spinlock support
` [PATCH V9 13/15] openrisc: cmpxchg: Cleanup unnecessary codes
` [PATCH V9 14/15] openrisc: Move from ticket-lock to qspinlock
` [PATCH V9 15/15] csky: spinlock: Use the generic header files
Urna Contact "Verdienen Sie online uber 1200 $ pro Tag mit der Bitcoin-Gewinnmethode!"
2022-08-08 4:31 UTC
[PATCH 1/3] proc: Add get_task_cmdline_kernel() function
2022-08-07 15:11 UTC (3+ messages)
[M3PCS] EARN OVER $1200 PER DAY ONLINE WITH THE BITCOIN PROFIT METHOD!
2022-08-07 13:39 UTC
[PATCH v4 0/4] Add unwinder support
2022-08-06 10:43 UTC (6+ messages)
` [PATCH v4 1/4] LoongArch: Add guess "
` [PATCH v4 2/4] LoongArch: Add prologue "
` [PATCH v4 3/4] LoongArch: Add stacktrace and get_wchan support
` [PATCH v4 4/4] LoongArch: Add USER_STACKTRACE support
A FINANCIAL CRISIS CAN MAKE YOU A MILLIONAIRE!
2022-08-05 23:14 UTC
[PATCH V8 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
2022-08-06 7:55 UTC (5+ messages)
` [PATCH V8 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
` [PATCH V8 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V8 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V8 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
[PATCH V7 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()
2022-08-06 3:41 UTC (2+ messages)
[GIT PULL] csky changes for v6.0-rc1
2022-08-04 22:46 UTC (2+ messages)
[PATCH] Revert "x86/unwind/orc: Don't skip the first frame for inactive tasks"
2022-08-04 22:06 UTC (4+ messages)
THE FALL IN THE PRICE OF BITCOIN WILL MAKE YOU A BILLIONAIRE
2022-08-04 14:02 UTC
[PATCH 0/3] Dump command line of faulting process to syslog
2022-08-04 9:06 UTC (6+ messages)
[PATCH] LoongArch: Requires __force attributes for any casts
2022-08-04 3:14 UTC (2+ messages)
[PATCH V2] uapi: Fixup strace compile error
2022-08-04 2:54 UTC
[PATCH] uapi: Fixup strace compile error
2022-08-04 2:12 UTC (7+ 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