Displaying 20 results from an estimated 1076 matches for "pavel".
2018 May 29
1
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
On Fri 2018-05-25 10:00:04, Thomas Garnier wrote:
> On Fri, May 25, 2018 at 2:14 AM Pavel Machek <pavel at ucw.cz> wrote:
>
> > On Thu 2018-05-24 09:35:42, Thomas Garnier wrote:
> > > On Thu, May 24, 2018 at 4:03 AM Pavel Machek <pavel at ucw.cz> wrote:
> > >
> > > > On Wed 2018-05-23 12:54:03, Thomas Garnier wrote:
> > > >...
2018 May 25
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
On Thu 2018-05-24 09:35:42, Thomas Garnier wrote:
> On Thu, May 24, 2018 at 4:03 AM Pavel Machek <pavel at ucw.cz> wrote:
>
> > On Wed 2018-05-23 12:54:03, Thomas Garnier wrote:
> > > Change the assembly code to use only relative references of symbols for
> the
> > > kernel to be PIE compatible.
> > >
> > > Position Independent Exec...
2018 May 25
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
On Thu 2018-05-24 09:35:42, Thomas Garnier wrote:
> On Thu, May 24, 2018 at 4:03 AM Pavel Machek <pavel at ucw.cz> wrote:
>
> > On Wed 2018-05-23 12:54:03, Thomas Garnier wrote:
> > > Change the assembly code to use only relative references of symbols for
> the
> > > kernel to be PIE compatible.
> > >
> > > Position Independent Exec...
2019 Nov 22
2
[ARM] Peephole optimization ( instructions tst + add )
Ok, thank you, I will implement it then.
As far as I see this optimization should be done in AArch64LoadStoreOptimizer, is it right?
From: Eli Friedman [mailto:efriedma at quicinc.com]
Sent: Thursday, November 21, 2019 11:55 PM
To: Kosov Pavel <kosov.pavel at huawei.com>; LLVM Dev <llvm-dev at lists.llvm.org>
Subject: RE: [llvm-dev] [ARM] Peephole optimization ( instructions tst + add )
That transform is legal; it's a missed optimization.
-Eli
From: llvm-dev <llvm-dev-bounces at lists.llvm.org<mailto:llvm-dev-bou...
2005 Feb 08
2
lme4 --> GLMM
hello!
this is a question, how can i specify the random part in the GLMM-call
(of the lme4 library) for compound matrices just in the the same way as
they defined in the lme-Call (of the nlme library). For example
i would just need
random=list(my.Subject=pdBlocked(list(pdIdent(~... , ...),pdIdent(~... ,
...))))
this specification , if i also attach library(nlme) , is not
2005 Feb 08
2
lme4 --> GLMM
hello!
this is a question, how can i specify the random part in the GLMM-call
(of the lme4 library) for compound matrices just in the the same way as
they defined in the lme-Call (of the nlme library). For example
i would just need
random=list(my.Subject=pdBlocked(list(pdIdent(~... , ...),pdIdent(~... ,
...))))
this specification , if i also attach library(nlme) , is not
2012 Sep 05
6
Async AGI
...I want to play warning message if adhearsion is down. Currently
I wasn't able to make it work. The dialplan execution ends after the first
priority.
[incomming]
exten => _X.,1,AGI(agi:async)
exten => _X.,2,Answer
exten => _X.,3,Playback(some-message)
exten => _X.,4,Hangup
Regards,
Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120905/9e16cbca/attachment.htm>
2014 Jul 02
3
[LLVMdev] Upstreaming x32 ABI support
Hi Pavel,
We (the Native Client team) are also interested in helping you get these
reviewed and in, especially the x86 backend stuff. Native Client's x86-64
ABI is similar to x32 so we could probably share a good portion of the code
if it's structured the right way.
-Derek
On 1404316081542, Dmitr...
2010 Jun 29
3
belongs_to. Association methods don't pass data to DB
...able :authors
end
end
# articles model
class Article < ActiveRecord::Base
belongs_to :author
end
# authors model
class Author < ActiverRecord::Base
has_many :articles
end
WHEN:
>> Article.create(:title => ''one'').author = Author.create(:name => ''Pavel'')
>> Article.create(:title => ''two'').author = Author.find(:first, :conditions => {:name => ''Pavel''})
THEN
sqlite> select * from authors;
id = 1
name = Pavel
sqlite> select * from articles;
id = 1
title = &...
2012 Apr 27
2
Flashphoner
Really? Me?
Oh Pavel! I would be inestimably honoured.
On 04/27/2012 01:55 AM, Pavel Ismailov wrote:
> Hello!
>
> My name is Pavel Ismailov
> and I`m CEO of www.flashphoner.com project.
>
> We noticed that you quite active in Asterisk-user
> mail list, and would like to offer you buy signature
&g...
2008 Dec 14
2
custom REST action - template question
...ons'':
Template is missing
Missing template schools/graduations.erb in view path blah blah blah...
But i need to use the template ''index.html.erb'' instead of the new
template ''graduations.html.erb''...
How to do this in Schools controller?
thanks,
--
Pavel Krusek
pavel.krusek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3M...
2016 Oct 25
2
noveau: emergency shutdown handling is overcomplex and broken
...verkill, orderly_poweroff() already
+ uses schedule_work internally
+ 2) it would be good to at least printk what is going on
+ */
if (work) {
INIT_WORK(work, nv_poweroff_work);
schedule_work(work);
GFP_ATOMIC is not reliable. Plus, see the fixme.
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: D...
2008 Oct 06
1
AEL and swap from macros to contexts
Hi, according to discussion on asterisk IRC, where people said, that
macros will be depracated, I tried to migrate from macros to contexts
and Gosub
but if I try to use gosub in extensions.ael, ael compiler complains,
that I shouln't use Gosub app,
but I can't find ael keyword, that will be Gosub equivalent, or can I
ignore this ael warnings? thanks
PJ
LOG: lev:3 file:pval.c
2017 Sep 08
4
GlusterFS as virtual machine storage
...lusterfsd, but when the 42
> second timeout goes into effect, it gets paused and I have to go into
> RHEVM to un-pause it.
>
> Diego
>
> On Fri, Sep 8, 2017 at 7:53 AM, Gandalf Corvotempesta
> <gandalf.corvotempesta at gmail.com> wrote:
>> 2017-09-08 13:44 GMT+02:00 Pavel Szalbot <pavel.szalbot at gmail.com>:
>>> I did not test SIGKILL because I suppose if graceful exit is bad, SIGKILL
>>> will be as well. This assumption might be wrong. So I will test it. It would
>>> be interesting to see client to work in case of crash (SIGKILL) a...
2018 May 24
2
[PATCH v3 11/27] x86/power/64: Adapt assembly for PIE support
...n PGE back on
>
> /* We don't restore %rax, it must be 0 anyway */
> - movq $saved_context, %rax
> + leaq saved_context(%rip), %rax
> movq pt_regs_sp(%rax), %rsp
> movq pt_regs_bp(%rax), %rbp
> movq pt_regs_si(%rax), %rsi
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.linuxfoundation.org...
2018 May 24
2
[PATCH v3 11/27] x86/power/64: Adapt assembly for PIE support
...n PGE back on
>
> /* We don't restore %rax, it must be 0 anyway */
> - movq $saved_context, %rax
> + leaq saved_context(%rip), %rax
> movq pt_regs_sp(%rax), %rsp
> movq pt_regs_bp(%rax), %rbp
> movq pt_regs_si(%rax), %rsi
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.linuxfoundation.org...
2018 May 24
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
...4-bit mode (but still running in low memory)
> */
> ENTRY(wakeup_long64)
> - movq saved_magic, %rax
> + movq saved_magic(%rip), %rax
> movq $0x123456789abcdef0, %rdx
> cmpq %rdx, %rax
> jne bogus_64_magic
Because, as comment says, this is rather tricky code.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital si...
2018 May 24
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
...4-bit mode (but still running in low memory)
> */
> ENTRY(wakeup_long64)
> - movq saved_magic, %rax
> + movq saved_magic(%rip), %rax
> movq $0x123456789abcdef0, %rdx
> cmpq %rdx, %rax
> jne bogus_64_magic
Because, as comment says, this is rather tricky code.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital si...
2009 Sep 30
2
Few questions about oVirt install.
Hi.
I have successfully installed ovirt.
Boot 2 nodex throught PXE boot, and added to pool.
Whe i try to create NFS storage, they in state: pending setup.
How to add NFS storage?
taskomatic.log
INFO Wed Sep 30 16:59:09 +0300 2009 (1991) starting task_refresh_pool
INFO Wed Sep 30 16:59:09 +0300 2009 (1991) storage_find_suitable_host:
host node3.ovirt.priv uuid 30303234-3144-3832-4638-3931FF
2009 Jan 13
28
Warning and BUG with btrfs and corrupted image
Hi,
when mounting an intentionally corrupted btrfs filesystem i get the
following warning and bug message. The image can be found here
www.cccmz.de/~snakebyte/btrfs.2.img.bck.bz2
[ 297.406152] device fsid e14cf01de423381a-4bd40b603870018a <6>devid
2147483649 transid 9 /dev/loop0
[ 297.411937] ------------[ cut here ]------------
[ 297.412207] WARNING: at fs/btrfs/disk-io.c:805