Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1370596
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC][PATCH 0/3] smp_cond_load_acquire + cmpwait |
| Date | 2016-04-04 14:40 +0200 |
| Message-ID | <rkbXs-31q-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
As Will reminded me last week; we still had some pending changes. A number of patches that allow arm64 to use a monitor/mwait like construct to avoid most spin waiting. Compile and boot tested on x86_64, but I seem to have misplaced my arm64 compiler so that part is still a rough sketch mostly.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC][PATCH 0/3] smp_cond_load_acquire + cmpwait Peter Zijlstra <peterz@infradead.org> - 2016-04-04 14:40 +0200
[RFC][PATCH 1/3] locking: Replace smp_cond_acquire with smp_cond_load_acquire Peter Zijlstra <peterz@infradead.org> - 2016-04-04 14:40 +0200
Re: [RFC][PATCH 1/3] locking: Replace smp_cond_acquire with smp_cond_load_acquire Waiman Long <waiman.long@hpe.com> - 2016-04-04 20:30 +0200
csiph-web