Found 2371 matching messages (0.040 seconds). Page 1 of 50.
... (void) non_fatal("Checking advanced syscall emulation patch for ptrace..."); pid = start_ptraced_child(&stack); - ... + while (call < &__uml_initcall_end) { (*call)(); call++; } @@ -68,7 +62,8 @@ static void install_fatal_handler(int si ...
linux-kernel - Jeff Dike - Aug 14 2007 - 17:40
... >\n" while (!memcmp(buffer, "parent ", 7)) { memcpy(new + newlen, buffer, 48 ... buffer += 48; + convert_ascii_sha1((char *) buffer + 7); + buffer = (char *) buffer + 48; } convert_date ... c +++ b/patch-delta.c @@ -25,7 +25,7 @@ void *patch_delta ...
git - Florian Forster - Jun 18 2006 - 11:18
... command' @@ -79,7 +79,7 @@ class Command: try: patch, branch, patch_id = ... (self): """Deletes one or more patches. """ - applied_patches = crt_series.get_applied() - unapplied_patches = crt_series. ...
git - Yann Dirson - Jun 16 2007 - 18:01
... This is optimized in another patch. Signed-off-by: Rusty Russell ... 0x55 /* jmp dstaddr */ -}; -#define TRAMP_MOVL_TARGET_OFF 7 -#define TRAMP_JMP_TARGET_OFF 16 - -static u32 ... lg->page_trap, &d); - return; - case 7: - copy_trap(lg, &lg->fpu_trap, &d ...
linux-kernel - Rusty Russell - Mar 8 2007 - 23:23
... not being properly marked, so this patch fixes that. Signed-off-by: Jeff ... -20 21:37:34.000000000 -0400 @@ -164,7 +164,8 @@ found: * (file: kernel/tt/ ... 37:43.000000000 -0400 @@ -21,6 +21,7 @@ #include "skas_ptrace.h" #include "kern_constants.h" ...
linux-kernel - Jeff Dike - Mar 22 2007 - 12:06
... at91/at91rm9200_time.c @@ -87,7 +87,7 @@ static irqreturn_t at91rm9200_timer_inte static ... at91/at91sam926x_time.c @@ -66,7 +66,7 @@ static irqreturn_t at91sam926x_timer_int static ... shark/core.c @@ -90,7 +90,7 @@ shark_timer_interrupt(int irq, void ...
linux-kernel - Bernhard Walle - Mar 27 2007 - 16:22
... goto found_extant_second; @@ -129,6 +130,7 @@ struct rxrpc_conn_bundle *rxrpc_get_bundle(struct rxrpc_sock *rx ... struct rxrpc_conn_bundle *); @@ -582,6 +576,7 @@ extern struct file_operations rxrpc_connection_seq_fops; /* * ar-recvmsg. ...
linux-kernel - David Howells - Apr 2 2007 - 18:45
... files with linux-omap tree.
Patch consists mostly of driver updates ... &nor_device,
&nand_device,
@@ -372,6 +412,7 @@ static struct platform_device *devices[]
&h3_irda_device, ... 000000000 -0400
@@ -29,6 +29,7 @@
#include
linux-kernel - Tony Lindgren - Apr 9 2007 - 17:28
This patch removes the filesystem support logic from the cpusets system and ... use generic containers * * This file is subject to the terms and conditions of ... (cont), trial)) return -EBUSY; } @@ -738,7 +468,8 @@ static int validate_change( ...
linux-kernel - menage - Apr 27 2007 - 06:46
... ); int (*cpu_to_logical_apicid)(int cpu); @@ -99,7 +99,7 @@ struct genapic { APICFUNC(check_apicid_present) \ APICFUNC( ... /asm-i386/mach-generic/mach_apic.h @@ -13,7 +13,7 @@ #define apic_id_registered (genapic->apic_id_registered) #define ...
linux-kernel - Andi Kleen - Apr 28 2007 - 13:52
... spi_imx.o obj-$(CONFIG_SPI_PXA2XX) += pxa2xx_spi.o @@ -20,7 +21,6 @@ obj-$(CONFIG_SPI_OMAP_UWIRE) += omap_uwire.o obj ... cr |= CFG_SPI_READ | (width << 8) | (CFG_SPI_ENABLE << @@ -887,7 +912,10 @@ static void pump_messages(struct work_struct ...
linux-kernel - Bryan Wu - Apr 28 2007 - 23:23
... #endif return info->xmit_cnt; #ifdef Z_EXT_CHARS_IN_BUFFER @@ -3023,7 +3022,8 @@ static int cy_chars_in_buffer(struct tty_struct *tty ... d was %x\n", info->line, + retval); } } } @@ -4004,7 +4007,8 @@ cy_ioctl(struct tty_struct *tty, ...
linux-kernel - Jiri Slaby - Apr 29 2007 - 16:57
... and module unload in the documentation patch for future enthusiasts.
The rest is ... the extract from my current "feedback" patch:
...
2) Jeff Garzik
- Use netdev_priv instead ... 25 2007 +1000
@@ -27,6 +27,7 @@
#include
linux-kernel - Rusty Russell - May 10 2007 - 06:12
... /drivers/macintosh/therm_pm72.c @@ -1770,7 +1770,8 @@ static int call_critical_overtemp( ... /drivers/macintosh/windfarm_core.c @@ -80,7 +80,8 @@ int wf_critical_overtemp(void) ... /security/keys/request_key.c @@ -108,7 +108,8 @@ static int call_sbin_request_key( ...
linux-kernel - Jeremy Fitzhardinge - May 10 2007 - 19:57
This patch implement a new syscall sys_socket2(), that accepts an extra ... 0, /* not allocated */ @@ -190,7 +191,7 @@ size_t len); extern int ... put_filp(newfile1); put_unused_fd(fd1); @@ -1407,7 +1412,8 @@ */ __module_get(newsock->ops ...
linux-kernel - Davide Libenzi - Jun 6 2007 - 18:30
... ); dput(dentry); spin_lock(&dcache_lock); @@ -169,7 +169,7 @@ void autofs4_kill_sb(struct super_block kfree(sbi) ... pr_debug_pid("shutting down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc sbi = ...
linux-kernel - Jack Stone - Jun 8 2007 - 18:25
This patch uses the new pr_debug_pid function to replace DPRINKs in ... down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc ... spin_lock(&dentry->d_lock); @@ -330,7 +330,7 @@ static void *autofs4_follow_link(struct ...
linux-kernel - Jack Stone - Jun 9 2007 - 04:20
This patch replaces the DECLARE_TASKLET for tasklet_init. Signed-off-by: Steven Rostedt ... drivers/char/drm/drm_irq.c @@ -458,7 +458,13 @@ static void drm_locked_tasklet_func(unsi ... IUCV_QUERY = 0, @@ -1525,6 +1525,7 @@ static int iucv_init(void) rc ...
linux-kernel - Steven Rostedt - Jun 27 2007 - 15:36
From: doug thompson
linux-kernel - dougthompson - Jul 9 2007 - 13:10
From: doug thompson
linux-kernel - dougthompson - Jul 13 2007 - 12:54