Found 3147 matching messages (0.044 seconds). Page 1 of 50.
... 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
... 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
... .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
... def delete_patch(self, name): """Deletes a patch @@ -1084,6 +1242,7 @@ class Series(StgitObject): ... = top, new_bottom = head) self.log_patch(patch, 'push(f)') else: top = head @@ - ...
git - Karl - Jun 10 2007 - 05:55
... switch (type) { @@ -99,30 +132,6 @@ enum dump_method { DUMP_METHOD_FCP_DIAG, }; -enum shutdown_action ... _name##_attr = \ @@ -240,33 +247,6 @@ static __init enum ipl_type get_ipl_type ... 49.000000000 +0100 +++ linux-2.6-patched/arch/s390/kernel/setup ...
linux-kernel - Martin Schwidefsky - Nov 16 2007 - 10:29
... :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
... from req_size. Please fold it into readahead-nfsd-case.patch to avoid a compiling error. Signed-off-by: ... file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20-rc3-mm1.orig/mm/readahead.c +++ linux-2.6.20-rc3-mm1/mm/readahead.c @@ -1673,7 ...
linux-kernel - Fengguang Wu - Jan 6 2007 - 03:26
... + .fault = mspec_fault, }; /* Index: linux-2.6/include/linux/mm.h =================================================================== --- linux-2.6. ... * nonlinear vmas. @@ -2464,9 +2421,6 @@ static inline int handle_pte_fault(struc if ( ...
linux-kernel - Nick Piggin - Jan 12 2007 - 23:28
... 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
... 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
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 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
... , 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
... 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
... 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
... 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
... RTCs. This goes on top of the patch series removing "struct class_device" usage from ... 18:47:41.000000000 -0800 @@ -32,6 +32,78 @@ static void rtc_device_release(struct ... a wakeup event @@ -517,14 +508,6 @@ static int omap_rtc_suspend(struct platf ...
linux-kernel - David Brownell - Feb 21 2007 - 23:50
... 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
linux-kernel - Rafael J. Wysocki - Feb 23 2007 - 06:25
... 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
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