On Mon, Mar 21, 2016 at 9:16 AM, Andi Kleen wrote:
> From: Andi Kleen
>
> Introduction:
>
> IvyBridge added four new instructions to directly write the fs and gs
> 64bit base registers. Previously this had to be done with a system
> call to write to MSRs. The main use case is fast user space thre
On Mon, Mar 21, 2016 at 6:15 PM, Andi Kleen wrote:
> On Mon, Mar 21, 2016 at 03:08:46PM -0700, Andy Lutomirski wrote:
>> On Mon, Mar 21, 2016 at 3:05 PM, Andi Kleen wrote:
>> >> Please add a patch before this one that renames gs to gsbase. This is
>> >> unreadable as is.
>> >
>> > I investigated
On Mon, 21 Mar 2016, Andi Kleen wrote:
> On Mon, Mar 21, 2016 at 03:08:46PM -0700, Andy Lutomirski wrote:
> > On Mon, Mar 21, 2016 at 3:05 PM, Andi Kleen wrote:
> > >> Please add a patch before this one that renames gs to gsbase. This is
> > >> unreadable as is.
> > >
> > > I investigated this no
On Mon, Mar 21, 2016 at 03:08:46PM -0700, Andy Lutomirski wrote:
> On Mon, Mar 21, 2016 at 3:05 PM, Andi Kleen wrote:
> >> Please add a patch before this one that renames gs to gsbase. This is
> >> unreadable as is.
> >
> > I investigated this now, and it's not straight forward because on 32bit
>
On Mon, Mar 21, 2016 at 3:05 PM, Andi Kleen wrote:
>> Please add a patch before this one that renames gs to gsbase. This is
>> unreadable as is.
>
> I investigated this now, and it's not straight forward because on 32bit
> ->gs is actually gsindex, not gsbase. So with a straight rename you
> woul
> Please add a patch before this one that renames gs to gsbase. This is
> unreadable as is.
I investigated this now, and it's not straight forward because on 32bit
->gs is actually gsindex, not gsbase. So with a straight rename you
would end up with index in base on 32bit, which would be confusin
On Mon, Mar 21, 2016 at 12:05 PM, Andi Kleen wrote:
> On Mon, Mar 21, 2016 at 11:13:05AM -0700, Andy Lutomirski wrote:
>> On Mar 21, 2016 9:16 AM, "Andi Kleen" wrote:
>> >
>> > From: Andi Kleen
>> >
>> > Introduction:
>> >
>> > IvyBridge added four new instructions to directly write the fs and g
On Mon, Mar 21, 2016 at 11:13:05AM -0700, Andy Lutomirski wrote:
> On Mar 21, 2016 9:16 AM, "Andi Kleen" wrote:
> >
> > From: Andi Kleen
> >
> > Introduction:
> >
> > IvyBridge added four new instructions to directly write the fs and gs
> > 64bit base registers. Previously this had to be done wit
On Mar 21, 2016 9:16 AM, "Andi Kleen" wrote:
>
> From: Andi Kleen
>
> Introduction:
>
> IvyBridge added four new instructions to directly write the fs and gs
> 64bit base registers. Previously this had to be done with a system
> call to write to MSRs. The main use case is fast user space threadin
9 matches
Mail list logo