All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-19 00:03:48 to 2022-04-19 00:56:00 UTC [more...]

[PATCH v10 00/14] Multi-Gen LRU Framework
 2022-04-19  0:53 UTC  (5+ messages)
` [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation

[PATCH net 1/1] net: stmmac: add fsleep() in HW Rx timestamp checking loop
 2022-04-19  0:52 UTC  (5+ messages)

[PATCH net-next RESEND v5 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-19  0:52 UTC  (9+ messages)
` [PATCH net-next RESEND v5 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH net-next RESEND v5 2/3] net: mdio: add reset control for Aspeed MDIO

stable-rc/queue/4.9 baseline: 81 runs, 1 regressions (v4.9.310-218-g660879b75af91)
 2022-04-19  0:52 UTC 

[PATCH v3 0/2] of: overlay: rework overlay apply and remove kfree()s
 2022-04-19  0:52 UTC  (3+ messages)
` [PATCH v3 1/2] of: overlay: rename variables to be consistent
` [PATCH v3 2/2] of: overlay: rework overlay apply and remove kfree()s

[PATCH v35 13/29] LSM: Use lsmblob in security_cred_getsecid
 2022-04-19  0:51 UTC  (3+ messages)

[PATCH 5.17 000/219] 5.17.4-rc1 review
 2022-04-19  0:51 UTC  (4+ messages)

[PATCH] ceph: fix lock inversion when flushing the mdlog for filesystem sync
 2022-04-19  0:49 UTC  (2+ messages)

hard_preempt_disable inconsistent
 2022-04-19  0:50 UTC  (3+ messages)

[PATCH net v2 1/2] dt-bindings: net: dsa: realtek: cleanup compatible strings
 2022-04-19  0:47 UTC  (4+ messages)
` [PATCH net v2 2/2] net: dsa: realtek: remove realtek,rtl8367s string

[PATCH 1/2] drm/amdgpu: Use indirect buffer and save response status for TA load/invoke
 2022-04-19  0:48 UTC  (3+ messages)

[PATCH nolibc 0/61] nolibc updates for v5.19
 2022-04-19  0:42 UTC  (62+ messages)
` [PATCH nolibc 01/61] tools/nolibc: use pselect6 on RISCV
` [PATCH nolibc 02/61] tools/nolibc: guard the main file against multiple inclusion
` [PATCH nolibc 03/61] tools/nolibc/std: move the standard type definitions to std.h
` [PATCH nolibc 04/61] tools/nolibc/types: split syscall-specific definitions into their own files
` [PATCH nolibc 05/61] tools/nolibc/arch: split arch-specific code into individual files
` [PATCH nolibc 06/61] tools/nolibc/sys: split the syscall definitions into their own file
` [PATCH nolibc 07/61] tools/nolibc/stdlib: extract the stdlib-specific functions to "
` [PATCH nolibc 08/61] tools/nolibc/string: split the string functions into string.h
` [PATCH nolibc 09/61] tools/nolibc/ctype: split the is* functions to ctype.h
` [PATCH nolibc 10/61] tools/nolibc/ctype: add the missing is* functions
` [PATCH nolibc 11/61] tools/nolibc/types: move the FD_* functions to macros in types.h
` [PATCH nolibc 12/61] tools/nolibc/types: make FD_SETSIZE configurable
` [PATCH nolibc 13/61] tools/nolibc/types: move makedev to types.h and make it a macro
` [PATCH nolibc 14/61] tools/nolibc/stdlib: move ltoa() to stdlib.h
` [PATCH nolibc 15/61] tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
` [PATCH nolibc 16/61] tools/nolibc/stdlib: add i64toa() and u64toa()
` [PATCH nolibc 17/61] tools/nolibc/stdlib: add utoh() and u64toh()
` [PATCH nolibc 18/61] tools/nolibc/stdio: add a minimal set of stdio functions
` [PATCH nolibc 19/61] tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
` [PATCH nolibc 20/61] tools/nolibc/stdio: add fwrite() to stdio
` [PATCH nolibc 21/61] tools/nolibc/stdio: add a minimal [vf]printf() implementation
` [PATCH nolibc 22/61] tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
` [PATCH nolibc 23/61] tools/nolibc/stdio: add perror() to report the errno value
` [PATCH nolibc 24/61] tools/nolibc/sys: make open() take a vararg on the 3rd argument
` [PATCH nolibc 25/61] tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
` [PATCH nolibc 26/61] tools/nolibc/stdlib: make raise() use the lower level syscalls only
` [PATCH nolibc 27/61] tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errno
` [PATCH nolibc 28/61] tools/nolibc/string: use unidirectional variants for memcpy()
` [PATCH nolibc 29/61] tools/nolibc/string: slightly simplify memmove()
` [PATCH nolibc 30/61] tools/nolibc/string: add strncpy() and strlcpy()
` [PATCH nolibc 31/61] tools/nolibc/string: add tiny versions of strncat() and strlcat()
` [PATCH nolibc 32/61] tools/nolibc: move exported functions to their own section
` [PATCH nolibc 33/61] tools/nolibc/arch: mark the _start symbol as weak
` [PATCH nolibc 34/61] tools/nolibc/types: define PATH_MAX and MAXPATHLEN
` [PATCH nolibc 35/61] tools/nolibc/string: export memset() and memmove()
` [PATCH nolibc 36/61] tools/nolibc/errno: extract errno.h from sys.h
` [PATCH nolibc 37/61] tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h
` [PATCH nolibc 38/61] tools/nolibc/unistd: add usleep()
` [PATCH nolibc 39/61] tools/nolibc/signal: move raise() to signal.h
` [PATCH nolibc 40/61] tools/nolibc/time: create time.h with time()
` [PATCH nolibc 41/61] tools/nolibc: also mention how to build by just setting the include path
` [PATCH nolibc 42/61] tools/nolibc/stdlib: implement abort()
` [PATCH nolibc 43/61] tools/nolibc/stdio: make printf(%s) accept NULL
` [PATCH nolibc 44/61] tools/nolibc/stdlib: add a simple getenv() implementation
` [PATCH nolibc 45/61] tools/nolibc/stdio: add support for '%p' to vfprintf()
` [PATCH nolibc 46/61] tools/nolibc/string: add strcmp() and strncmp()
` [PATCH nolibc 47/61] tools/nolibc/sys: add syscall definition for getppid()
` [PATCH nolibc 48/61] tools/nolibc/types: add poll() and waitpid() flag definitions
` [PATCH nolibc 49/61] tools/nolibc: add a makefile to install headers
` [PATCH nolibc 50/61] tools/nolibc: add the nolibc subdir to the common Makefile
` [PATCH nolibc 51/61] tools/nolibc/string: do not use __builtin_strlen() at -O0
` [PATCH nolibc 52/61] tools/nolibc/stdlib: only reference the external environ when inlined
` [PATCH nolibc 53/61] tools/nolibc: x86-64: Update System V ABI document link
` [PATCH nolibc 54/61] tools/nolibc: Replace `asm` with `__asm__`
` [PATCH nolibc 55/61] tools/nolibc: Remove .global _start from the entry point code
` [PATCH nolibc 56/61] tools/nolibc: i386: Implement syscall with 6 arguments
` [PATCH nolibc 57/61] tools/nolibc/sys: Implement `mmap()` and `munmap()`
` [PATCH nolibc 58/61] tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
` [PATCH nolibc 59/61] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [PATCH nolibc 60/61] tools/nolibc/string: Implement `strnlen()`
` [PATCH nolibc 61/61] tools/nolibc/string: Implement `strdup()` and `strndup()`

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-19  0:44 UTC  (8+ messages)

[PATCH v3 3/8] firmware_loader: Split sysfs support from fallback
 2022-04-19  0:41 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/7] GSC support
 2022-04-19  0:39 UTC  (10+ messages)
` [Intel-gfx] [PATCH v2 1/7] drm/i915/gsc: add gsc as a mei auxiliary device
` [Intel-gfx] [PATCH v2 2/7] mei: add support for graphics system controller (gsc) devices
` [Intel-gfx] [PATCH v2 3/7] mei: gsc: setup char driver alive in spite of firmware handshake failure
` [Intel-gfx] [PATCH v2 4/7] mei: gsc: add runtime pm handlers
` [Intel-gfx] [PATCH v2 5/7] mei: gsc: retrieve the firmware version
` [Intel-gfx] [PATCH v2 6/7] drm/i915/dg2: add gsc with special gsc bar offsets
` [Intel-gfx] [PATCH v2 7/7] HAX: drm/i915: force INTEL_MEI_GSC on for CI
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

kernel wifi + BT5.1 chipset : AMD Wi-Fi 6E RZ608 (MT7921K) : wifi 802.11ax support
 2022-04-19  0:37 UTC 

kernel LAN : Intel 2.5GbE LAN : support
 2022-04-19  0:37 UTC 

Kernel audio : Realtek ALC1220-VB : support
 2022-04-19  0:37 UTC 

[lustre-devel] [PATCH 0/7] lustre: OpenSFS updates April 18, 2022
 2022-04-19  0:31 UTC  (8+ messages)
` [lustre-devel] [PATCH 1/7] lustre: ptlrpc: unregister reply buffer on rq_err
` [lustre-devel] [PATCH 2/7] lustre: llite: Fix use of uninitialized fields
` [lustre-devel] [PATCH 3/7] lustre: lov: remove lo_trunc_stripeno
` [lustre-devel] [PATCH 4/7] lustre: lmv: change default hash back to fnv_1a_64
` [lustre-devel] [PATCH 5/7] lnet: only update gateway NI status on discovery
` [lustre-devel] [PATCH 6/7] lnet: ln_api_mutex deadlocks
` [lustre-devel] [PATCH 7/7] lustre: clio: Disable lockless for DIO with O_APPEND

[PATCH v4 0/4] hwmon: add lan9668 driver
 2022-04-19  0:31 UTC  (3+ messages)

[mingo-tip:sched/headers 1591/2356] drivers/gpu/drm/dp/drm_dp_aux_bus.c:224:10: warning: incompatible integer to pointer conversion assigning to 'struct dp_aux_ep_device *' from 'int'
 2022-04-19  0:30 UTC 

[PATCH v2] fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages
 2022-04-19  0:30 UTC  (9+ messages)

[PATCH net-next 0/5] mptcp: improve mptcp-level window tracking
 2022-04-19  0:29 UTC  (5+ messages)
` [PATCH net-next 3/5] tcp: allow MPTCP to update the announced window
` [PATCH net-next 4/5] mptcp: never shrink offered window

stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 28 warnings (v5.4.189-63-g979c306c190c0)
 2022-04-19  0:28 UTC 

[PATCH] drm/bridge: fix anx6345 power up sequence
 2022-04-19  0:25 UTC  (4+ messages)

[merged] mm-vmalloc-fix-spinning-drain_vmap_work-after-reading-from-proc-vmcore.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] mm-kmemleak-take-a-full-lowmem-check-in-kmemleak__phys.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] revert-fs-binfmt_elf-fix-pt_load-p_align-values-for-loaders.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] revert-fs-binfmt_elf-use-pt_load-p_align-values-for-static-pie.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] mm-compaction-fix-compiler-warning-when-config_compaction=n.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] hugetlb-do-not-demote-poisoned-hugetlb-pages.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[bluez/bluez] 46f171: client/player: Add endpoint menu
 2022-04-19  0:26 UTC 

[merged] mm-fix-unexpected-zeroed-page-mapping-with-zram-swap.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] mm-page_alloc-fix-build_zonerefs_node.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] mm-kfence-support-kmem_dump_obj-for-kfence-objects.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] mm-secretmem-fix-panic-when-growing-a-memfd_secret.patch removed from -mm tree
 2022-04-19  0:25 UTC 

[merged] kasan-fix-hw-tags-enablement-when-kunit-tests-are-disabled.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[merged] irq_work-use-kasan_record_aux_stack_noalloc-record-callstack.patch removed from -mm tree
 2022-04-19  0:26 UTC 

[PATCH v8 00/12] user_events: Enable user processes to create and write to trace events
 2022-04-19  0:25 UTC  (3+ messages)

[merged] tmpfs-fix-regressions-from-wider-use-of-zero_page.patch removed from -mm tree
 2022-04-19  0:25 UTC 

[merged] maintainers-broadcom-internal-lists-arent-maintainers.patch removed from -mm tree
 2022-04-19  0:25 UTC 

[PATCH bpf-next 1/2] libbpf: support opting out from autoloading BPF programs declaratively
 2022-04-19  0:24 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use non-autoloaded programs in few tests

[PATCH v7 0/4] Enable rk356x PCIe controller
 2022-04-19  0:23 UTC  (12+ messages)
` [PATCH v7 2/4] PCI: dwc: rockchip: add legacy interrupt support

[PATCH v2] mfd: cros_ec_dev: Only register PCHG device if present
 2022-04-19  0:22 UTC  (2+ messages)

[phosphor-state-manager] Error reading HostFirmware condition, error: sd_bus_call: org.freedesktop.DBus.Error.ServiceUnknown
 2022-04-18 10:31 UTC 

[PATCH rcu 0/2] Expedited grace-period updates for v5.19
 2022-04-19  0:20 UTC  (3+ messages)
` [PATCH rcu 1/2] rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
` [PATCH rcu 2/2] rcu: Move expedited grace period (GP) work to RT kthread_worker

docs: IDE removal?
 2022-04-19  0:15 UTC  (2+ messages)

[PATCH rcu 0/12] Torture-test scripting updates for v5.19
 2022-04-19  0:15 UTC  (13+ messages)
` [PATCH rcu 01/12] torture: Reposition so that $? collects ssh code in torture.sh
` [PATCH rcu 02/12] torture: Use "-o Batchmode=yes" to disable ssh password requests
` [PATCH rcu 03/12] torture: Permit running of experimental torture types
` [PATCH rcu 04/12] torture: Make thread detection more robust by using lspcu
` [PATCH rcu 05/12] torture: Skip vmlinux check for kvm-again.sh runs
` [PATCH rcu 06/12] torture: Enable CSD-lock stall reports for scftorture
` [PATCH rcu 07/12] rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC
` [PATCH rcu 08/12] scftorture: Remove extraneous "scf" from per_version_boot_params
` [PATCH rcu 09/12] torture: Save "make allmodconfig" .config file
` [PATCH rcu 10/12] rcutorture: Make kvm.sh allow more memory for --kasan runs
` [PATCH rcu 11/12] rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU
` [PATCH rcu 12/12] rcutorture: Make torture.sh allow for --kasan

[PATCH v4 0/8] crypto: HCTR2 support
 2022-04-19  0:13 UTC  (4+ messages)
` [PATCH v4 4/8] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR

[ovmf test] 169525: regressions - FAIL
 2022-04-19  0:12 UTC 

[PATCH rcu 0/12] RCU-tasks torture-test updates
 2022-04-19  0:12 UTC  (13+ messages)
` [PATCH rcu 01/12] rcu: Make TASKS_RUDE_RCU select IRQ_WORK
` [PATCH rcu 02/12] rcu: Make the TASKS_RCU Kconfig option be selected
` [PATCH rcu 03/12] rcutorture: Allow rcutorture without RCU Tasks Trace
` [PATCH rcu 04/12] rcutorture: Allow rcutorture without RCU Tasks
` [PATCH rcu 05/12] rcutorture: Allow rcutorture without RCU Tasks Rude
` [PATCH rcu 06/12] rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario
` [PATCH rcu 07/12] rcutorture: Allow specifying per-scenario stat_interval
` [PATCH rcu 08/12] refscale: Allow refscale without RCU Tasks
` [PATCH rcu 09/12] refscale: Allow refscale without RCU Tasks Rude/Trace
` [PATCH rcu 10/12] rcuscale: Allow rcuscale without RCU Tasks
` [PATCH rcu 11/12] rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
` [PATCH rcu 12/12] scftorture: Adjust for TASKS_RCU Kconfig option being selected

[mingo-tip:sched/headers 1769/2356] drivers/bluetooth/btmtksdio.c:1393:21: warning: incompatible integer to pointer conversion assigning to 'struct device_node *' from 'int'
 2022-04-19  0:10 UTC 

[PATCH 4.9 000/218] 4.9.311-rc1 review
 2022-04-19  0:10 UTC  (3+ messages)

[GSoC][RFC][Proposal] Reachability bitmap improvements
 2022-04-19  0:10 UTC 

[PATCH 4.19 00/32] 4.19.239-rc1 review
 2022-04-19  0:09 UTC  (3+ messages)

[PATCH 5.4 00/63] 5.4.190-rc1 review
 2022-04-19  0:09 UTC  (3+ messages)

[PATCH 5.10 000/105] 5.10.112-rc1 review
 2022-04-19  0:08 UTC  (3+ messages)

[PATCH 5.15 000/189] 5.15.35-rc1 review
 2022-04-19  0:07 UTC  (3+ messages)

[PATCH rcu 0/6] Torture-test updates for v5.19
 2022-04-19  0:07 UTC  (7+ messages)
` [PATCH rcu 1/6] torture: Add rcu_normal and rcu_expedited runs to torture.sh
` [PATCH rcu 2/6] rcutorture: Suppress debugging grace period delays during flooding
` [PATCH rcu 3/6] scftorture: Fix distribution of short handler delays
` [PATCH rcu 4/6] rcutorture: Avoid corner-case #DE with nsynctypes check
` [PATCH rcu 5/6] rcutorture: Add missing return and use __func__ in warning
` [PATCH rcu 6/6] rcutorture: Call preempt_schedule() through static call/key

[PATCH 3/5] PCI: axis: Add ARTPEC-8 PCIe controller driver
 2022-04-19  0:07 UTC  (2+ messages)

[Q] page allocation failure when there are many free pages
 2022-04-19  0:06 UTC  (4+ messages)

[PATCH 4.14 000/284] 4.14.276-rc1 review
 2022-04-19  0:04 UTC  (2+ messages)

[PATCH v2 1/2] drm/amdkfd: Fix GWS queue count
 2022-04-19  0:04 UTC  (4+ messages)
` [PATCH v2 2/2] drm/amdkfd: CRIU add support for GWS queues

[PATCH rcu 0/21] SRCU updates for v5.19
 2022-04-19  0:03 UTC  (2+ messages)
` [PATCH rcu 10/21] srcu: Ensure snp nodes tree is fully initialized before traversal


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.