linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-28 07:57:56 to 2010-03-29 06:11:18 UTC [more...]

[PATCH v1 1/4] max3100: added raise_threaded_irq
 2010-03-29  6:11 UTC  (4+ messages)
` [PATCH v1 3/4] max3100: adds console support for MAX3100

[PATCH 0/6] blkdev: blkdev_issue_fn cleanups
 2010-03-29  6:09 UTC  (7+ messages)
` [PATCH 1/6] blkdev: pass gfp_mask and flags to blkdev_issue_flush
  ` [PATCH 2/6] blkdev: generalize flags for blkdev_issue_fn functions
    ` [PATCH 3/6] blkdev: add blkdev_issue helper functions
      ` [PATCH 4/6] blkdev: add discard payload flag
        ` [PATCH 5/6] blkdev: optimize discard request logic
          ` [PATCH 6/6] blkdev: optimize discard payload utilization

Patch to comedi_fops.c
 2010-03-29  5:35 UTC 

[PATCH] Add hotplug support to mcp251x driver
 2010-03-29  5:34 UTC  (2+ messages)

Localizatoare GPS / urmarire masini la distanta in timp real
 2010-03-29  5:32 UTC 

[PATCH 0/3] refcounting improvements in sysfs
 2010-03-29  5:10 UTC  (10+ messages)
` [PATCH 1/3] sysfs: simplify handling for s_active refcount

[PATCH] rcu: remove needless struct notifier_block predeclaration
 2010-03-29  4:44 UTC  (2+ messages)

[PATCH] rcu: don't call rcu_preempt_note_context_switch() in rcu_check_callbacks()
 2010-03-29  4:42 UTC  (2+ messages)

linux-next: build failure after merge of the slabh tree
 2010-03-29  4:42 UTC 

[PATCH] staging: winbond: wbusb_s.h Coding style fixes
 2010-03-29  4:34 UTC  (2+ messages)

[PATCH] staging: winbond: wblinux_f.h Coding style fixes v2
 2010-03-29  4:33 UTC  (2+ messages)

[PATCH] staging: winbond: wblinux_f.h Coding style fixes
 2010-03-29  4:33 UTC  (2+ messages)

[PATCH] staging: winbond: wbhal_s.h Coding style fixes
 2010-03-29  4:33 UTC  (2+ messages)

[PATCH] staging: winbond: wbhal_f.h Coding style fixes
 2010-03-29  4:32 UTC  (2+ messages)

linux-next: manual merge of the slabh tree with the sound tree
 2010-03-29  4:32 UTC 

[PATCH 00/25] Overview: Docs: kernel-hacking
 2010-03-29  4:26 UTC 

100%wa for long periods of time
 2010-03-29  4:26 UTC  (2+ messages)

[PATCH 3/3] Staging: wlags49_h2: Fix coding style issues
 2010-03-29  4:19 UTC 

Discrepancy between comments for sched_find_first_bit
 2010-03-29  3:37 UTC 

[GIT PULL] perf fixes
 2010-03-29  3:33 UTC  (2+ messages)

[BUG] fault while using perf callchains in sparc64
 2010-03-29  3:23 UTC  (3+ messages)

Staging: dt3155: fixed some checkpatch.pl warnings and errors in dt3155_drv.c
 2010-03-29  3:23 UTC  (2+ messages)

[PATCH] Staging: dt3155: fix parentheses and bracket spacing style issues
 2010-03-29  3:19 UTC  (2+ messages)

[patch 0/6] rcu head debugobjects
 2010-03-29  3:18 UTC  (10+ messages)
        ` [RFC patch] extable and module add object is static

[PATCH 6/7] arch/sh/kernel: Use set_cpus_allowed_ptr
 2010-03-29  3:16 UTC  (2+ messages)

[PATCH -v9 00/31] use lmb with x86
 2010-03-29  2:43 UTC  (32+ messages)
` [PATCH 01/31] x86: Make smp_locks end with page alignment
` [PATCH 02/31] x86: Make sure free_init_pages() free pages in boundary
` [PATCH 03/31] x86: Do not free zero sized per cpu areas
` [PATCH 04/31] lmb: Move lmb.c to mm/
` [PATCH 05/31] lmb: Seperate region array from lmb_region struct
` [PATCH 06/31] lmb: Add find_lmb_area()
` [PATCH 07/31] lmb: Add reserve_lmb/free_lmb
` [PATCH 08/31] lmb: Add find_lmb_area_size()
` [PATCH 09/31] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/31] lmb: Add lmb_to_bootmem()
` [PATCH 11/31] lmb: Add get_free_all_memory_range()
` [PATCH 12/31] lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 13/31] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 14/31] lmb: Add find_memory_core_early()
` [PATCH 15/31] lmb: Add find_lmb_area_node()
` [PATCH 16/31] lmb: Add lmb_free_memory_size()
` [PATCH 17/31] lmb: Add lmb_memory_size()
` [PATCH 18/31] lmb: Add reserve_lmb_overlap_ok()
` [PATCH 19/31] lmb: Use lmb_debug to control debug message print out
` [PATCH 20/31] lmb: Add __NOT_KEEP_LMB to put lmb code to .init
` [PATCH 21/31] x86: Add sanitize_e820_map()
` [PATCH 22/31] x86: Use lmb to replace early_res
` [PATCH 23/31] x86: Replace e820_/_early string with lmb_
` [PATCH 24/31] x86: Remove not used early_res code
` [PATCH 25/31] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 26/31] x86: Align e820 ram range to page
` [PATCH 27/31] x86: Use wake_system_ram_range instead of e820_any_mapped in agp path
` [PATCH 28/31] x86: Add get_centaur_ram_top()
` [PATCH 29/31] x86: Make e820_any_mapped to __init
` [PATCH 30/31] x86: Use walk_system_ream_range()instead of e820.map directly
` [PATCH 31/31] x86: make e820 to be __initdata

linux-next: build warning after merge of the tree
 2010-03-29  2:15 UTC  (4+ messages)

[PATCH] rt28xx: Make PCI_{MAP,UNMAP}_SINGLE type-safe
 2010-03-29  2:04 UTC  (4+ messages)

Optimal refresh rate for minimal psychovisual noise, and tuning the kernel for it
 2010-03-29  2:02 UTC  (3+ messages)

[GIT]: IDE
 2010-03-29  2:01 UTC  (2+ messages)

[BUG] perf: hard lockup when using perf-sched
 2010-03-29  2:01 UTC  (8+ messages)

[patch] iwlwifi: range checking issue
 2010-03-29  2:01 UTC  (2+ messages)

revert request "ide: skip probe if there are no devices on the port (v2)"
 2010-03-29  1:59 UTC  (3+ messages)

[GIT, RFC] Killing the Big Kernel Lock
 2010-03-29  1:07 UTC  (22+ messages)
    ` [GIT, RFC] Killing the Big Kernel Lock II
    ` [PATCH RFC] DVB: add dvb_generic_nonseekable_open, dvb_generic_unlocked_ioctl, use in firedtv
      ` [PATCH RFC v2] "

[PATCH] rcu: move some code from macro to function
 2010-03-29  1:03 UTC  (3+ messages)

[PATCH] hangcheck-timer is broken on x86
 2010-03-29  1:00 UTC  (10+ messages)

[GIT PULL linux-next] break implicit percpu.h -> slab.h dependency
 2010-03-29  1:00 UTC 

Another Linux Patent Issued [7,684,347 method and apparatus for network packet capture distributed storage system]
 2010-03-29  0:56 UTC  (2+ messages)

[RFC] What are the goals for the architecture of an in-kernel IR system?
 2010-03-29  0:51 UTC  (13+ messages)

CVE-2009-4537
 2010-03-29  0:50 UTC  (4+ messages)

[PATCH -v8 00/24] use lmb with x86
 2010-03-29  0:41 UTC  (12+ messages)
` [PATCH 02/24] x86: Make sure free_init_pages() free pages in boundary
        ` [PATCH -v3] "
                  ` [patch v5] x86: page-alin initrd area size

[RFC PATCH] create generic alignment api (v2)
 2010-03-29  0:09 UTC  (4+ messages)
  ` [RFC PATCH] create generic alignment api (v5)

[RFC PATCH] create generic alignment api (v4)
 2010-03-29  0:01 UTC 

linux-next: build warning after merge of the i2c tree
 2010-03-28 23:54 UTC 

[C/R ARM][PATCH 0/3] Linux Checkpoint-Restart - ARM port
 2010-03-28 22:55 UTC  (7+ messages)
` [C/R ARM][PATCH 3/3] c/r: ARM implementation of checkpoint/restart

Poor interactive performance with I/O loads with fsync()ing
 2010-03-28 22:08 UTC  (5+ messages)

[PATCH] treewide: Add and use ADD_MOD macro
 2010-03-28 21:57 UTC 

[PATCH] perf, x86: Add Nehelem PMU programming errata workaround
 2010-03-28 21:53 UTC  (3+ messages)

[PATCH] ptrace: kill BKL in ptrace syscall
 2010-03-28 21:45 UTC  (2+ messages)

[PATCH] oom killer: break from infinite loop
 2010-03-28 21:21 UTC  (6+ messages)

Checkpatch.pl false positive? "ERROR: return is not a function, parentheses are not required"
 2010-03-28 20:56 UTC  (4+ messages)

[patch] drm: sysfs files error handling
 2010-03-28 20:55 UTC  (2+ messages)

[PATCH] [resend] usbtouchscreen: support bigger iNexio touchscreens
 2010-03-28 20:15 UTC 

[PATCH] V4L/DVB: mx1-camera: compile fix
 2010-03-28 20:12 UTC  (3+ messages)

[PATCH 2/2] Staging: line6: fixed 80 character coding style issue in midibuf.c This is a patch to the midibuf.c file that fixes up an 80 character error thrown by the checkpatch.pl tool Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
 2010-03-28 20:05 UTC  (2+ messages)

Staging: dt3155: fixed some checkpatch.pl warnings and errors in dt3155_isr.c
 2010-03-28 19:43 UTC 

[PATCH 1/2] Staging: line6: rewrote inline comments in control.h This is a patch to control.h that presents certain inline comments in a neater way, and which eliminates the 80 character error found by the checkpatch.pl tool. Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
 2010-03-28 19:36 UTC 

[PATCH] Rename imacfb.txt to efifb.txt and change imacfb to efifb
 2010-03-28 19:08 UTC  (3+ messages)

[PATCH] Remove Documentation/trace/kmemtrace.txt
 2010-03-28 18:56 UTC  (2+ messages)

[PATCH net-next trivial] drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neaten
 2010-03-28 18:42 UTC  (2+ messages)
` [PATCH net-next trivial] MAINTAINERS: ipg: Jesse Huang's email address bounces

[RFC PATCH] create generic alignment api (v3)
 2010-03-28 18:34 UTC 

Response Is Urgently Needed
 2010-03-28 18:16 UTC 

adding some machines to efifb.c
 2010-03-28 18:04 UTC 

Response Is Urgently Needed
 2010-03-28 17:52 UTC 

Response Is Urgently Needed
 2010-03-28 17:44 UTC 

Our ref: ATM/13470/IDR
 2010-03-28 17:04 UTC 

[PATCH] Fix requr and fragement in comments
 2010-03-28 17:30 UTC 

[PATCH] Fix requr typo on various files comments Signed-off-by: Gilles Espinasse <g.esp@free.fr>
 2010-03-28 17:29 UTC 

[PATCH] Fix requr typo on crypto/Kconfig
 2010-03-28 17:28 UTC 

test mail. should fail
 2010-03-28 17:14 UTC 

[PATCH] slub: Potential stack overflow
 2010-03-28 17:10 UTC  (9+ messages)

[PATCH 0/9] Continuation line fixes
 2010-03-28 17:10 UTC  (3+ messages)
` [PATCH 9/9] mm: Fix continuation lines

[PATCH] fs/btrfs: Correct use after free
 2010-03-28 16:00 UTC 

[patch] video/sn9c102: improve error handling
 2010-03-28 15:38 UTC  (3+ messages)

intel graphic card hanging (Hangcheck timer elapsed... GPU hung)
 2010-03-28 15:09 UTC  (3+ messages)

[patch] video/et61x251: improve error handling
 2010-03-28 15:08 UTC  (2+ messages)

[PATCH] add random binaries to .gitignore
 2010-03-28 14:19 UTC  (5+ messages)

(no subject)
 2010-03-28 11:37 UTC 

[PATCH] staging: winbond: wb35rx.c Coding style fixes v2
 2010-03-28 12:36 UTC  (2+ messages)

[PATCH] staging: winbond: wb35tx.c Coding style fixes
 2010-03-28 12:02 UTC  (2+ messages)

[PATCH] staging: winbond: wb35tx_f.h Coding style fixes
 2010-03-28 12:01 UTC  (2+ messages)

Hardware performance events are not counted by "perf" in a 2.6.31.12 KVM guest
 2010-03-28 11:57 UTC  (2+ messages)

2.6.34-rc2 breaks via82cxxx Host Protected Area
 2010-03-28 11:48 UTC  (4+ messages)

[patch] video/zc0301: improve error handling
 2010-03-28 11:49 UTC 

[patch] comedi: off by one issue
 2010-03-28 11:48 UTC 

[patch] hpani: using the wrong variable
 2010-03-28 11:48 UTC 

2.6.34-rc2: "ima_dec_counts: open/free imbalance"?
 2010-03-28 11:31 UTC 

[patch] mfd: off by one issue
 2010-03-28 11:28 UTC 

[patch] drm: fix check for end of loop
 2010-03-28 11:25 UTC 

[patch] radeon: range check issues
 2010-03-28 11:23 UTC 

[patch] video/au0828: off by one bug
 2010-03-28 11:21 UTC 

[patch] via: off by one issue
 2010-03-28 11:19 UTC 

[PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c
 2010-03-28  9:46 UTC  (5+ messages)

linux-next: manual merge of the libata tree with Linus' tree
 2010-03-28  9:26 UTC  (3+ messages)

scheduler bug: process running since 5124095h
 2010-03-28  8:49 UTC 

kmemtrace.txt question: kernel parameter(s)?
 2010-03-28  8:33 UTC  (3+ messages)
` [PATCH] Remove Documentation/trace/kmemtrace.txt


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).