RCU Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 18:53:05 to 2023-06-12 09:58:16 UTC [more...]

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-12  9:08 UTC  (40+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name
` [PATCH v3 02/57] apparmor: "
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure
` [PATCH v3 04/57] kbuild: Drop -Wdeclaration-after-statement
` [PATCH v3 05/57] sched: Simplify get_nohz_timer_target()
` [PATCH v3 06/57] sched: Simplify sysctl_sched_uclamp_handler()
` [PATCH v3 07/57] sched: Simplify: migrate_swap_stop()
` [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
` [PATCH v3 09/57] sched: Simplify ttwu()
` [PATCH v3 10/57] sched: Simplify sched_exec()
` [PATCH v3 11/57] sched: Simplify sched_tick_remote()
` [PATCH v3 12/57] sched: Simplify try_steal_cookie()
` [PATCH v3 15/57] sched: Simplify syscalls
` [PATCH v3 16/57] sched: Simplify sched_{set,get}affinity()
` [PATCH v3 18/57] sched: Simplify sched_rr_get_interval()
` [PATCH v3 20/57] sched: Simplify tg_set_cfs_bandwidth()
` [PATCH v3 22/57] perf: Fix cpuctx refcounting
` [PATCH v3 23/57] perf: Simplify perf_event_alloc() error path
` [PATCH v3 24/57] perf: Simplify perf_pmu_register() "
` [PATCH v3 26/57] perf: Simplify event_function*()
` [PATCH v3 27/57] perf: Simplify perf_cgroup_connect()
` [PATCH v3 30/57] perf: Simplify: *perf_event_{dis,en}able*()
` [PATCH v3 31/57] perf: Simplify perf_event_modify_attr()
` [PATCH v3 33/57] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH v3 37/57] perf: Simplify perf_read_group()
` [PATCH v3 38/57] perf: Simplify IOC_SET_OUTPUT
` [PATCH v3 40/57] perf: Simplify perf_mmap_close()/perf_aux_sample_output()
` [PATCH v3 41/57] perf: Simplify __perf_event_output()
` [PATCH v3 42/57] perf: Simplify perf_iterate_sb()
` [PATCH v3 43/57] perf: Simplify perf_sw_event()
` [PATCH v3 44/57] perf: Simplify bpf_overflow_handler()
` [PATCH v3 45/57] perf: Simplify perf_event_parse_addr_filter()
` [PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
` [PATCH v3 47/57] perf: Simplify perf_pmu_register()
` [PATCH v3 48/57] perf: Simplify perf_init_event()
` [PATCH v3 50/57] perf: Simplify sys_perf_event_open()
` [PATCH v3 51/57] perf: Simplify perf_event_create_kernel_counter()
` [PATCH v3 53/57] perf: Simplify perf_event_sysfs_init()
` [PATCH v3 55/57] perf: Simplify find_get_context()

[RFC PATCH bpf-next v4 0/3] Handle immediate reuse in bpf memory allocator
 2023-06-12  3:40 UTC  (32+ messages)
` [RFC PATCH bpf-next v4 1/3] bpf: Factor out a common helper free_all()
` [RFC PATCH bpf-next v4 2/3] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC PATCH bpf-next v4 3/3] bpf: Only reuse after one RCU GP in "

[PATCH bpf-next v5] selftests/bpf: Add benchmark for bpf memory allocator
 2023-06-12  1:46 UTC  (7+ messages)

[PATCH 0/4] Docs/RCU/rculist_nulls: Minor fixups
 2023-06-10 11:04 UTC  (9+ messages)
` [PATCH 4/4] Docs/RCU/rculist_nulls: Drop unnecessary '_release' in insert function

[PATCH] docs/RCU: Add the missing rcu_read_unlock()
 2023-06-10  4:06 UTC 

[PATCH] rcuscale: fix building with RCU_TINY
 2023-06-09 22:51 UTC  (2+ messages)

[PATCH v2 0/2] Lock and Pointer guards
 2023-06-09 21:18 UTC  (42+ messages)
` [PATCH v2 1/2] locking: Introduce __cleanup__ based guards
` [PATCH v2 2/2] sched: Use fancy new guards

Null pointer dereference during rcutorture test on linux-next from next-20230602
 2023-06-09 11:08 UTC  (5+ messages)

Kredytowanie na podstawie obrotu z terminala
 2023-06-09  7:30 UTC 

[PATCH] documentation/rcu: fix typo
 2023-06-08 18:41 UTC  (2+ messages)

[PATCH rcu 0/20] Further shrink srcu_struct to promote cache locality
 2023-06-04  9:53 UTC  (9+ messages)
` [PATCH rcu 11/20] srcu: Move grace-period fields from srcu_struct to srcu_usage

[PATCH 0/9] rcu: Support for lazy callbacks on !CONFIG_RCU_NOCB_CPU
 2023-06-03  1:23 UTC  (16+ messages)
` [PATCH 1/9] rcu: Assume IRQS disabled from rcu_report_dead()
` [PATCH 2/9] rcu: Use rcu_segcblist_segempty() instead of open coding it
` [PATCH 3/9] rcu: Rename jiffies_till_flush to jiffies_lazy_flush
` [PATCH 4/9] rcu: Introduce lazy queue's own qhimark
` [PATCH 5/9] rcu: Add rcutree.lazy_enabled boot parameter
` [PATCH 6/9] rcu/nocb: Rename was_alldone to was_pending
` [PATCH 7/9] rcu: Implement lazyness on the main segcblist level
` [PATCH 8/9] rcu: Make segcblist flags test strict
` [PATCH 9/9] rcu: Support lazy callbacks with CONFIG_RCU_NOCB_CPU=n

[RFC bpf-next v3 0/6] Handle immediate reuse in bpf memory allocator
 2023-06-02 16:25 UTC  (9+ messages)
` [RFC bpf-next v3 3/6] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-06-01 10:44 UTC  (10+ messages)

Pozycjonowanie- informacja
 2023-06-01  8:05 UTC 

[RFC][PATCH 0/2] Lock and Pointer guards
 2023-05-29 11:29 UTC  (17+ messages)
` [RFC][PATCH 1/2] locking: Introduce __cleanup__ based guards
` [RFC][PATCH 2/2] sched: Use fancy new guards

[PATCH] notifier: Initialize new struct srcu_usage field
 2023-05-27 10:27 UTC  (3+ messages)

[paulmck-rcu:dev.2023.05.20a] [rcuscale] 812195e4f7: BUG:kernel_NULL_pointer_dereference,address
 2023-05-26  9:49 UTC  (2+ messages)

Perf: RIP: 0010:__schedule on qemu-x86_64
 2023-05-26  5:39 UTC  (3+ messages)


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