Found 6064 matching messages (0.039 seconds). Page 1 of 50.
... fine with BIOS 0402. patches/series: patch-2.6.20-rc4 ... amd64 (ranma@melchior) (gcc version 4.1.2 20061028 (prerelease) (Debian ... 0000:00:02.1-2.4 forcedeth.c: Reverse Engineered nForce ... with standard journal ReiserFS: dm-4: using ordered data mode ReiserFS ...
linux-kernel - Tobias Diedrich - Jan 9 2007 - 18:00
... Kernel Mailing List > Subject: Re: [PATCH 4/4] x86_64 ioapic: Improve ... hub 1-2:1.0: 4 ports detected usb 2-3 ... device using ohci_hcd and address 4 forcedeth.c: Reverse Engineered nForce ... with standard journal ReiserFS: dm-4: using ordered data mode ReiserFS ...
linux-kernel - Tobias Diedrich - Jan 10 2007 - 06:30
... CiRNbe58niug3y
zvt&})
git - Karl - May 18 2007 - 20:10
... --stdout initial..master format-patch --inline --stdout --subject-prefix=TESTCASE initial.. ... 2): + Second + Third + + dir/sub | 4 ++++ + file0 | 3 +++ + file1 | 3 +++ + file2 ... dir/sub +@@ -1,2 +1,4 @@ + A + B ++C ++D +diff ...
git - Daniel Barkalow - Feb 6 2008 - 12:43
...
linux-kernel - Pekka Paalanen - Feb 9 2008 - 07:21
... --stdout initial..master format-patch --inline --stdout --subject-prefix=TESTCASE initial.. ... 2): + Second + Third + + dir/sub | 4 ++++ + file0 | 3 +++ + file1 | 3 +++ + file2 ... dir/sub +@@ -1,2 +1,4 @@ + A + B ++C ++D +diff ...
git - Daniel Barkalow - Feb 17 2008 - 14:35
... to
show that after 3/4, any patch that plugs on the EMM ... : Christoph Lameter
linux-kernel - Andrea Arcangeli - Mar 7 2008 - 11:52
... to
show that after 3/4, any patch that plugs on the EMM ... : Christoph Lameter
openfabrics-general - Andrea Arcangeli - Mar 7 2008 - 11:52
... 13 files changed, 1392 insertions(+), 4 deletions(-)
Index: linux-2.6. ... Based on the gcov-kernel patch by:
+ * Hubertus Franke
linux-kernel - Peter Oberparleiter - Jun 2 2008 - 09:34
... make_option('--applied', + help = 'show the applied patches only', + action = 'store_true'), + make_option('--unapplied', + ... Create five patches' ' for i in 0 1 2 3 4; do stg new p$i - ...
git - Catalin Marinas - Jun 19 2008 - 17:42
... memory. To retain compatibility, this patch adds function pointers based on ... adapter->hw_read_wx(adapter, NETXEN_ROMUSB_GLB_SW_RESET, &val, 4); netxen_crb_writelit_adapter(adapter, NETXEN_ROMUSB_GLB_SW_RESET, (val & 0xffffff0f ...
linux-netdev - Dhananjay Phadke - Jul 12 2008 - 15:25
... U', '--unapplied', + help = 'show the unapplied patches only', + action = 'store_true'), + make_option('-H', '--hidden', ... 'Create five patches' ' for i in 0 1 2 3 4; do stg new p$i -m ...
git - Catalin Marinas - Jul 13 2008 - 07:40
... () are reflected here in this patch. and extends the measurement policy ... + u32 pcr = CONFIG_IMA_MEASURE_PCR_IDX; + char data[4]; + + /* get entry */ + qe = list_entry(lpos, ... @subj: pointer to an LSM subject value + * @obj: pointer to an ...
linux-kernel - Mimi Zohar - Aug 8 2008 - 14:56
Giant patch: - renames everything from kboot to qi - changes filenames accordingly in ... dev/mtdblock6 " \ + "console=ttySAC2,115200 " \ + "loglevel=4 " \ + "init=/sbin/init "\ + "ro" + }, + }, +}; diff ...
openmoko-kernel - Andy Green - Aug 17 2008 - 18:24
... really nice code. Andy Green wrote: > Giant patch: > > - renames everything from kboot to qi > ... root=/dev/mtdblock5 " \ > - "console=ttySAC2,115200 " \ > - "loglevel=4 " \ > - "init=/sbin/init ro" > - > -#define CFG_LINUX_CMDLINE " ...
openmoko-kernel - xiangfu - Aug 18 2008 - 06:58
... >
From: Chris Snook
linux-kernel - Jay Cliburn - Jan 10 2007 - 20:43
... >
From: Chris Snook
linux-kernel - Jay Cliburn - Jan 21 2007 - 17:07
... kou.ishizaki@toshiba.co.jp> This patch moves calling init_firmware() from spider_net_probe() ... a file containing 6*1024*4 bytes, 4k being + * the program ... -BYTES-WORD FOR SEQUENCER> - * ... - * <1024th 4-BYTES-WORD FOR SEQUENCER> - */ -static ...
linux-kernel - Linas Vepstas - Feb 20 2007 - 18:34
... per-cpu area. So this patch: (1) Removes the PDA and ... ,7 @@ error_code: pushl %fs CFI_ADJUST_CFA_OFFSET 4 /*CFI_REL_OFFSET fs, 0*/ - movl $(__KERNEL_PDA ... m" (_proxy_pda.field)); \ - break; \ - case 4: \ - asm(op "l %%fs:%c1 ...
linux-kernel - Jeremy Fitzhardinge - Mar 30 2007 - 22:00
... +extern struct paravirt_patch __parainstructions[], + __parainstructions_end[]; /* * VMI patching routines. @@ -917,7 +917,7 @@ ... -166,9 +166,9 @@ SECTIONS } . = ALIGN(4); .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) { ...
linux-kernel - Jeremy Fitzhardinge - Apr 3 2007 - 21:06