login
Header Space

 
 

Mailing list archives

Search results

Found 3183 matching messages (0.044 seconds). Page 1 of 50.

[patch 6/6] Guest page hinting: s390 support.

... 17:11:00.000000000 +0200 +++ linux-2.6-patched/arch/s390/lib/uaccess_mvcos.c 2007- ... 4 +#define ESSA_SET_STABLE_MAKE_RESIDENT 5 +#define ESSA_SET_STABLE_IF_NOT_DISCARDED 6 + +#define ESSA_USTATE_MASK 0x0c +#define ESSA_USTATE_STABLE 0x00 +#define ...

linux-kernel - Martin Schwidefsky - May 11 2007 - 09:58

[patch 6/6] Guest page hinting: s390 support.

... 15:42:44.000000000 +0100 +++ linux-2.6-patched/arch/s390/lib/uaccess_mvcos.c 2007- ... 4 +#define ESSA_SET_STABLE_MAKE_RESIDENT 5 +#define ESSA_SET_STABLE_IF_NOT_DISCARDED 6 + +#define ESSA_USTATE_MASK 0x0c +#define ESSA_USTATE_STABLE 0x00 +#define ...

linux-kernel - Martin Schwidefsky - Jun 28 2007 - 12:40

[PATCH 6/8] Get rid of the dependency to GNU diff in the tests

... .de> --- t/diff-lib.sh | 6 +++--- t/t1000-read-tree-m- ... .out && + git diff M.out 6.out && check_cache_at frotz clean' test_expect_success ... stat --summary <../t4100/t-apply-6.patch >current && - diff -u ../t4100 ...

git - Johannes Schindelin - Feb 25 2007 - 18:36

[PATCH 6/9] UML - console locking commentary and code cleanup

... :18.000000000 -0500 +++ linux-2.6.18-mm/arch/um/drivers ... device_name = "ttyS", @@ -62,8 +64,6 @@ static struct line_driver driver = { .read_irq_name ... mc_device mc; }; @@ -67,12 +66,6 @@ struct line { .lock = SPIN_LOCK_UNLOCKED, \ .driver ...

linux-kernel - Jeff Dike - Jan 5 2007 - 14:42

[RFC][PATCH 6/6] automatic tuning applied to some kernel components

... PATCH 06/06] The following kernel components register a tunable structure ... file_free_rcu); + + activate_auto_tuning(AKT_DOWN, &maxfiles_akt); } /* @@ -91,6 +160,8 @@ struct file *get_empty_filp ... 15.000000000 +0100 +++ linux-2.6.20-rc4/ipc/msg.c ...

linux-kernel - Nadia.Derbey - Jan 16 2007 - 02:15

[PATCH 6/7] UML - libc-dependent code should call libc directly

... can use libc directly. This patch replaces wrapper calls with libc ... .000000000 +1100 @@ -162,25 +162,6 @@ int os_set_owner(int fd, int ... Linux/start_up.c =================================================================== --- linux-2.6.18-mm.orig/arch/um ...

linux-kernel - Jeff Dike - Jan 23 2007 - 15:27

[PATCH 6/8] x86_64 - Specify amount of kernel memory at boot time

This patch adds the kernelcore= parameter for x86_64. Signed-off-by: Mel ... /arch/x86_64/kernel/e820.c --- linux-2.6.20-rc4-mm1-005_ppc64_set_kernelcore/arch/x86_64/ ... 17:08:01.000000000 +0000 +++ linux-2.6.20-rc4-mm1-006_x8664_set_kernelcore/arch/x86_64/ ...

linux-kernel - Mel Gorman - Jan 25 2007 - 19:46

[PATCH 6/6] AKT - automatic tuning applied to some kernel components

... PATCH 06/06] The following kernel components register a tunable structure ... file_free_rcu); + + activate_auto_tuning(AKT_DOWN, &maxfiles_akt); } /* @@ -91,6 +160,8 @@ struct file *get_empty_filp ... 30.000000000 +0100 +++ linux-2.6.20-rc4/ipc/msg.c ...

linux-kernel - Nadia.Derbey - Jan 30 2007 - 06:11

[PATCH 6/7] fbdev: SPE helper penguin logo

... , 286 insertions(+) --- ps3-linux-2.6.20-rc7.orig/drivers/video/logo/Makefile +++ ps3-linux-2.6.20-rc7/drivers/video/logo/ ... /dev/null +++ ps3-linux-2.6.20-rc7/drivers/video/logo/ ... /linux_logo.h +++ ps3-linux-2.6.20-rc7/include/linux/linux_logo.h ...

linux-kernel - Geert Uytterhoeven - Jan 31 2007 - 08:44

[PATCH 6/7] containers (V7): BeanCounters over generic process containers

... most important resource controlled by this patch is unswappable + memory (either mlock'ed ... +__initcall(bc_misc_init_resource); Index: container-2.6.20/fs/file_table.c =================================================================== --- container-2 ...

linux-kernel - menage - Feb 12 2007 - 04:15

[PATCH 6/6] MODSIGN: Apply signature checking to modules on module load

... a preloaded Linux purveyor. Basically, these patches have two main appeals to me: ... /Makefile +++ b/kernel/Makefile @@ -32,6 +32,7 @@ obj-$(CONFIG_UID16) += uid16.o ... module_verify_data mvdata; int ret; @@ -34,6 +35,8 @@ int module_verify(const ...

linux-kernel - David Howells - Feb 14 2007 - 15:10

[patch 6/6] mm: remove legacy cruft

... the .populate API cruft. This patch can be skipped if it ... /mm/filemap.c +++ linux-2.6/mm/filemap.c @@ -1476,201 ... fault = filemap_fault, }; Index: linux-2.6/mm/fremap.c =================================================================== --- linux-2 ...

linux-kernel - Nick Piggin - Feb 21 2007 - 00:50

[RFC][PATCH 6/7] Freezer: Remove PF_NOFREEZE from bluetooth threads

... set_current_state(TASK_INTERRUPTIBLE); // RX Index: linux-2.6.20-mm2/net/bluetooth/cmtp/core ... intr_sk->sk_state != BT_CONNECTED) Index: linux-2.6.20-mm2/net/bluetooth/rfcomm/ ... #include @@ -1851,6 +1852,8 @@ static void rfcomm_worker( ...

linux-kernel - Rafael J. Wysocki - Feb 23 2007 - 06:25

[PATCH 6/12] Add a configure option to group pages by mobility

... more complex allocation path. This patch allows the strategy to be ... .com> --- include/linux/mmzone.h | 6 ++++++ init/Kconfig | 13 +++++++++++++ mm/page_alloc ... zone, struct page *page) { @@ -655,6 +672,7 @@ static int prep_new_page ...

linux-kernel - Mel Gorman - Mar 1 2007 - 06:04

[PATCH 6/8] x86_64 - Specify amount of kernel memory at boot time

This patch adds the kernelcore= parameter for x86_64. Signed-off-by: Mel ... /x86_64/kernel/e820.c --- linux-2.6.20-mm2-005_ppc64_set_kernelcore/arch/x86_64/kernel/ ... :19:38.000000000 +0000 +++ linux-2.6.20-mm2-006_x8664_set_kernelcore/arch/x86_64/kernel/ ...

linux-kernel - Mel Gorman - Mar 1 2007 - 06:10

Re: [RFC][PATCH 6/7] Account for the number of tasks within container

... Menage wrote: > Hi Pavel, > > On 3/6/07, Pavel Emelianov ... >> 13:33:28.000000000 +0300 >> @@ -1052,6 +1055,9 @@ struct task_struct { >> #ifdef CONFIG_FAULT_INJECTION ... (that is implemented in your patches). When task is a resource it ...

linux-kernel - Pavel Emelianov - Mar 7 2007 - 03:13

[RFC][Patch 6/6] integrity: TPM internal kernel interface

... 0 ) + rc = be32_to_cpu(*((u32*)(data+6))); + + if ( rc == 0 && res_buf ) + memcpy ... 0 ) + rc = be32_to_cpu(*((u32*)(data+6))); + return rc; +} +EXPORT_SYMBOL_GPL(tpm_pcr_extend); + #define ...

linux-kernel - Mimi Zohar - Mar 8 2007 - 12:04

Re: [RFC][Patch 6/6] integrity: TPM internal kernel interface

... 20 > #define TPM_ERROR_SIZE 10 > @@ -665,6 +674,7 @@ ssize_t tpm_show_temp_deactivated(struct > } ... ))) > 0 ) > + rc = be32_to_cpu(*((u32*)(data+6))); > + return rc; > +} > +EXPORT_SYMBOL_GPL(tpm_pcr_extend); > + > #define ...

linux-kernel - Chris Wright - Mar 8 2007 - 13:14

[patch 6/9] signalfd/timerfd v1 - timerfd core ...

This patch introduces a new system call for timers events delivered though file descriptors. ... + + +#endif /* _LINUX_TIMERFD_H */ + Index: linux-2.6.20.ep2/fs/Makefile =================================================================== --- linux-2.6. ...

linux-kernel - Davide Libenzi - Mar 9 2007 - 19:41

[patch 6/9] signalfd/timerfd - timerfd core ...

This patch introduces a new system call for timers events delivered though file descriptors. ... + + +#endif /* _LINUX_TIMERFD_H */ + Index: linux-2.6.20.ep2/fs/Makefile =================================================================== --- linux-2.6. ...

linux-kernel - Davide Libenzi - Mar 10 2007 - 22:22

speck-geostationary