First  |  Prev |  Next  |  Last
Pages: 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398
[PATCH 4/7] crypto: pcrypt - Rename pcrypt_instance
In the crypto-layer an instance refers usually to a crypto instance. The struct pcrypt_instance is not related to a crypto instance. It rather contains the padata informations, so we rename it to padata_pcrypt. The functions that handle this struct are renamed accordingly. Signed-off-by: Steffen Klassert <steffe... 27 Jul 2010 01:55
[PATCH 2/2] ipmi: print info for spmi and smbios path like acpi and pci
print out the reg spacing and size for spmi and smbios. so bios guys could have idea to make them consistent. also remove extra PFX on duplicating path. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- drivers/char/ipmi/ipmi_si_intf.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)... 27 Jul 2010 01:55
[PATCH 1/2] ipmi: Fix memleaking for add_smi when duplicating happen
need free the temp info struct when we have duplicated ones -v2: seperate printing change to another patch Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- drivers/char/ipmi/ipmi_si_intf.c | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) Index: linux-2.6/driv... 27 Jul 2010 01:55
linux-next: manual merge of the tty tree with the genesis tree
Hi Greg, Today's linux-next merge of the tty tree got a conflict in include/linux/serial_core.h between commit 75b93489b449db4a34f0424c72f51821d985f52f ("serial: add a new port type, found on some sh-mobile SoCs") from the genesis tree and commit c3190cf68dfc58c33de0fd59b919cbb864acbba4 ("hsu: driver for Medfiel... 27 Jul 2010 00:50
linux-next: manual merge of the tip tree with the cpufreq tree
Hi all, Today's linux-next merge of the tip tree got a conflict in drivers/cpufreq/cpufreq.c between commit 1f247ccc157ce29b4cd1e1b9cbe3cce8f24522bf ("[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent") from the cpufreq tree and commit 4c21adf26f8fcf86a755b9b9f55c2e9fd241e1fb ("x86 cpu... 27 Jul 2010 00:50
usbnet: use jiffies in schedule_timeout(), not msecs
From: Kulikov Vasiliy <segooon(a)gmail.com> Date: Mon, 26 Jul 2010 12:25:42 +0400 usbnet_terminate_urbs() uses schedule_timeout() with argument 3 msecs. schedule_timeout() uses jiffies as argument, so convert msecs to jiffies with msecs_to_jiffies(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> ... 27 Jul 2010 00:50
[PATCH 3/3] KVM: MMU: mark page dirty only when page is really written
Mark page dirty only when this page is really written, it's more exacter, and also can fix dirty page marking in speculation path Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 47 ++++++++++++++++++++++++++++------------------- 1 files changed, 28 insertions(+), 19 dele... 26 Jul 2010 23:46
[PATCH 1/3] KVM: MMU: using kvm_set_pfn_accessed() instead of mark_page_accessed()
It's a small cleanup that using using kvm_set_pfn_accessed() instead of mark_page_accessed() Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index bd82635..e10... 26 Jul 2010 23:46
[PATCH 10/13] AppArmor: domain functions for domain transition
AppArmor routines for controling domain transitions, which can occur at exec or through self directed change_profile/change_hat calls. Unconfined tasks are checked at exec against the profiles in the confining profile namespace to determine if a profile should be attached to the task. Confined tasks execs are c... 26 Jul 2010 23:46
[PATCH 07/13] AppArmor: userspace interfaces
The /proc/<pid>/attr/* interface is used for process introspection and commands. While the apparmorfs interface is used for global introspection and loading and removing policy. The interface currently only contains the files necessary for loading policy, and will be extended in the future to include sysfs style... 26 Jul 2010 23:46
First  |  Prev |  Next  |  Last
Pages: 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398