linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-18 23:16:18 to 2022-04-19 01:03:06 UTC [more...]

[PATCH v4 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit
 2022-04-19  1:02 UTC  (15+ messages)

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

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

[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 net-next RESEND v5 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-19  0:52 UTC  (5+ 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

[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 v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-19  0:44 UTC  (7+ 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 v3 3/8] firmware_loader: Split sysfs support from fallback
 2022-04-19  0:41 UTC  (2+ messages)

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 

[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] drm/bridge: fix anx6345 power up sequence
 2022-04-19  0:25 UTC  (3+ messages)

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

[PATCH v7 0/4] Enable rk356x PCIe controller
 2022-04-19  0:23 UTC  (10+ 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)

[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

[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 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)

[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 

[PATCH rcu 0/21] SRCU updates for v5.19
 2022-04-19  0:03 UTC  (22+ messages)
` [PATCH rcu 01/21] srcu: Tighten cleanup_srcu_struct() GP checks
` [PATCH rcu 02/21] srcu: Fix s/is/if/ typo in srcu_node comment
` [PATCH rcu 03/21] srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leaf
` [PATCH rcu 04/21] srcu: Make Tree SRCU able to operate without snp_node array
` [PATCH rcu 05/21] srcu: Dynamically allocate srcu_node array
` [PATCH rcu 06/21] srcu: Add size-state transitioning code
` [PATCH rcu 07/21] srcu: Make rcutorture dump the SRCU size state
` [PATCH rcu 08/21] srcu: Compute snp_seq earlier in srcu_funnel_gp_start()
` [PATCH rcu 09/21] srcu: Use invalid initial value for srcu_node GP sequence numbers
` [PATCH rcu 10/21] srcu: Ensure snp nodes tree is fully initialized before traversal
` [PATCH rcu 11/21] srcu: Add boot-time control over srcu_node array allocation
` [PATCH rcu 12/21] srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
` [PATCH rcu 13/21] srcu: Avoid NULL dereference in srcu_torture_stats_print()
` [PATCH rcu 14/21] srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
` [PATCH rcu 15/21] srcu: Explain srcu_funnel_gp_start() call to list_add() is safe
` [PATCH rcu 16/21] srcu: Create concurrency-safe helper for initiating size transition
` [PATCH rcu 17/21] srcu: Add contention-triggered addition of srcu_node tree
` [PATCH rcu 18/21] srcu: Automatically determine size-transition strategy at boot
` [PATCH rcu 19/21] srcu: Add contention check to call_srcu() srcu_data ->lock acquisition
` [PATCH rcu 20/21] srcu: Prevent expedited GPs and blocking readers from consuming CPU
` [PATCH rcu 21/21] srcu: Drop needless initialization of sdp in srcu_gp_start()

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

[PATCH v2 0/2] of: overlay: rework overlay apply and remove kfree()s
 2022-04-19  0:02 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
 2022-04-19  0:00 UTC  (3+ messages)
` [PATCH 4/6] mm: introduce per-node proactive reclaim interface

[PATCH v8 0/9] IPI virtualization support for VM
 2022-04-19  0:00 UTC  (6+ messages)
` [PATCH v8 9/9] KVM: VMX: enable IPI virtualization

[PATCH rcu 0/9] Tasks-RCU updates for v5.19
 2022-04-19  0:00 UTC  (10+ messages)
` [PATCH rcu 1/9] rcu-tasks: Fix race in schedule and flush work
` [PATCH rcu 2/9] rcu-tasks: Print pre-stall-warning informational messages
` [PATCH rcu 3/9] rcu-tasks: Use rcuwait for the rcu_tasks_kthread()
` [PATCH rcu 4/9] rcu-tasks: Make Tasks RCU account for userspace execution
` [PATCH rcu 5/9] rcu-tasks: Use schedule_hrtimeout_range() to wait for grace periods
` [PATCH rcu 6/9] rcu-tasks: Restore use of timers for non-RT kernels
` [PATCH rcu 7/9] rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUs
` [PATCH rcu 8/9] rcu-tasks: Handle sparse cpu_possible_mask
` [PATCH rcu 9/9] rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()

[mingo-tip:sched/headers 84/2356] arch/mips/kernel/../../../kernel/sched/per_task_area_struct_defs.h:9:13: warning: no previous prototype for 'per_task_common'
 2022-04-18 23:59 UTC 

[PATCH v4] rcu/nocb: Add an option to offload all CPUs on boot
 2022-04-18 23:57 UTC  (2+ messages)

[mingo-tip:sched/headers 1541/2356] drivers/hwmon/pmbus/pli1209bc.c:60:14: warning: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int'
 2022-04-18 23:49 UTC 

[mingo-tip:sched/headers 84/2356] arch/x86/kernel/../../../kernel/sched/per_task_area_struct_defs.h:9:13: warning: no previous prototype for 'per_task_common'
 2022-04-18 23:49 UTC 

[PATCHv4 0/8] mm, x86/cc: Implement support for unaccepted memory
 2022-04-18 23:50 UTC  (8+ messages)
` [PATCHv4 3/8] efi/x86: "

[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
 2022-04-18 23:41 UTC  (4+ messages)

[PATCH 0/3] platform/chrome: Only register PCHG if present
 2022-04-18 23:41 UTC  (8+ messages)
` [PATCH 1/3] platform/chrome: cros_ec_proto: Add peripheral charger count API

[PATCH v3 0/3] staging: vme: Cleanup driver tree old structures
 2022-04-18 23:39 UTC  (6+ messages)
` [PATCH v3 1/3] staging: vme: Move vme_user to staging KConfig
` [PATCH v2 2/3] staging: vme: Add VME_BUS dependency to Kconfig
` [PATCH v3 3/3] staging: vme: Move 'vme/devices' to 'vme_user/'
` [PATCH v3 2/3] staging: vme: Add VME_BUS dependency to Kconfig

[PATCH 00/13] iommu: Retire bus_set_iommu()
 2022-04-18 23:37 UTC  (5+ messages)
` [PATCH 02/13] iommu: Move bus setup to IOMMU device registration

linux-next: manual merge of the net-next tree with the net tree
 2022-04-18 23:34 UTC 

[PATCH] staging: vchiq_arm: change vchiq_platform_init from global to static
 2022-04-18 23:19 UTC  (2+ messages)

[PATCH 0/5] net: atlantic: more fuzzing fixes
 2022-04-18 23:17 UTC  (6+ messages)
` [PATCH 1/5] net: atlantic: limit buff_ring index value
` [PATCH 2/5] net: atlantic: fix "frag[0] not initialized"
` [PATCH 3/5] net: atlantic: reduce scope of is_rsc_complete
` [PATCH 4/5] net: atlantic: add check for MAX_SKB_FRAGS
` [PATCH 5/5] net: atlantic: verify hw_head_ is reasonable


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).