messages from 2024-03-13 15:40:59 to 2024-07-12 08:38:05 UTC [more...]
[PATCH 00/17] arch: convert everything to syscall.tbl
2024-07-12 8:37 UTC (32+ messages)
` [PATCH 01/17] syscalls: add generic scripts/syscall.tbl
` [PATCH 02/17] csky: drop asm/gpio.h wrapper
` [PATCH 03/17] um: don't generate asm/bpf_perf_event.h
` [PATCH 04/17] loongarch: avoid generating extra header files
` [PATCH 05/17] kbuild: verify asm-generic header list
` [PATCH 06/17] kbuild: add syscall table generation to scripts/Makefile.asm-headers
` [PATCH 07/17] clone3: drop __ARCH_WANT_SYS_CLONE3 macro
` [PATCH 08/17] arc: convert to generic syscall table
` [PATCH 09/17] arm64: convert unistd_32.h to syscall.tbl format
` [PATCH 10/17] arm64: generate 64-bit syscall.tbl
` [PATCH 11/17] arm64: rework compat syscall macros
` [PATCH 12/17] csky: convert to generic syscall table
` [PATCH 13/17] hexagon: use new system call table
` [PATCH 14/17] loongarch: convert to generic syscall table
` [PATCH 15/17] nios2: "
` [PATCH 16/17] openrisc: "
` [PATCH 17/17] riscv: "
[PATCH v2 00/13] linux system call fixes
2024-06-29 21:05 UTC (13+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
[PATCH] lib/zlib: add missing MODULE_DESCRIPTION() macro
2024-06-29 2:58 UTC (2+ messages)
[GIT PULL] asm-generic fixes for 6.10
2024-06-27 18:20 UTC (2+ messages)
[PATCH v3 0/8] Refactor perf python module build
2024-06-25 18:14 UTC (15+ messages)
` [PATCH v3 1/8] perf build: Add '*.a' to clean targets
` [PATCH v3 2/8] perf ui: Make ui its own library
` [PATCH v3 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v3 4/8] perf test: Make tests its own library
` [PATCH v3 5/8] perf bench: Make bench "
` [PATCH v3 6/8] perf util: Make util "
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v3 8/8] perf python: Clean up build dependencies
[PATCH 00/15] linux system call fixes
2024-06-24 12:52 UTC (39+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations
[PATCH] csky: stacktrace: fix usage of ftrace_graph_ret_addr()
2024-06-23 16:43 UTC (2+ messages)
[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
2024-06-20 7:30 UTC (20+ messages)
` [PATCH v2 01/14] thread_info: Add helpers to test and clear TIF_NOTIFY_IPI
` [PATCH v2 02/14] sched: Define a need_resched_or_ipi() helper and use it treewide
` [PATCH v2 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [PATCH v2 11/14] csky/thread_info: Introduce TIF_NOTIFY_IPI flag
[PATCH] pstore: platform: add missing MODULE_DESCRIPTION() macro
2024-06-17 18:56 UTC (2+ messages)
[PATCH v2 0/8] Refactor perf python module build
2024-06-13 18:32 UTC (9+ messages)
` [PATCH v2 1/8] perf build: Add '*.a' to clean targets
` [PATCH v2 2/8] perf ui: Make ui its own library
` [PATCH v2 3/8] perf pmu-events: Make pmu-events a library
` [PATCH v2 4/8] perf test: Make tests its own library
` [PATCH v2 5/8] perf bench: Make bench "
` [PATCH v2 6/8] perf util: Make util "
` [PATCH v2 7/8] perf python: Switch module to linking libraries from building source
` [PATCH v2 8/8] perf python: Clean up build dependencies
[PATCH v1 0/7] Refactor perf python module build
2024-06-13 16:55 UTC (12+ messages)
` [PATCH v1 1/7] perf ui: Make ui its own library
` [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
` [PATCH v1 3/7] perf test: Make tests its own library
` [PATCH v1 4/7] perf bench: Make bench "
` [PATCH v1 5/7] perf util: Make util "
` [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
` [PATCH v1 7/7] perf python: Clean up build dependencies
[PATCH v5] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
2024-06-11 21:23 UTC (3+ messages)
[PATCH v4] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
2024-06-11 18:05 UTC (4+ messages)
[PATCH 0/2] function_graph: ftrace_graph_ret_addr(); there can be only one!
2024-06-11 3:09 UTC (3+ messages)
` [PATCH 1/2] function_graph: Fix up ftrace_graph_ret_addr()
` [PATCH 2/2] function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
[PATCH v3] vmalloc: Modify the alloc_vmap_area() error message for better diagnostics
2024-06-07 0:46 UTC
[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
2024-05-22 23:32 UTC (10+ messages)
[GIT PULL] Native and emulated one-byte cmpxcha()g for v6.10
2024-05-13 17:27 UTC (2+ messages)
[PATCH v2 cmpxchg 11/13] csky: Emulate one-byte cmpxchg
2024-05-11 14:49 UTC (3+ messages)
[PATCH] kprobe/ftrace: bail out if ftrace was killed
2024-04-30 23:01 UTC (6+ messages)
` [PATCH v2] "
request for quote from sweden
2024-04-29 19:49 UTC
[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
2024-04-16 19:18 UTC (2+ messages)
` [PATCH 3/5 RESEND] "
[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
2024-04-11 13:25 UTC (15+ messages)
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs
[PATCH cmpxchg 11/14] csky: Emulate one-byte cmpxchg
2024-04-08 17:49 UTC
[linux-next:master] BUILD REGRESSION c0b832517f627ead3388c6f0c74e8ac10ad5774b
2024-04-03 0:24 UTC
[PATCH RFC cmpxchg 4/8] csky: Emulate one-byte and two-byte cmpxchg
2024-04-01 21:39 UTC
[PATCH v4 07/14] csky: Use initializer for struct vm_unmapped_area_info
2024-03-26 2:16 UTC (2+ messages)
` [PATCH v4 10/14] treewide: "
[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
2024-03-13 15:40 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 read-only IMAP folder(s) and NNTP newsgroup(s).