public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-28 18:53:21 to 2010-04-29 03:38:04 UTC [more...]

[PATCH 0/9] Suspend block api (version 5)
 2010-04-29  3:37 UTC  (22+ messages)
` [PATCH 1/8] PM: Add suspend block api
  ` [PATCH 2/8] PM: suspend_block: Add driver to access suspend blockers from user-space
    ` [PATCH 3/8] PM: suspend_block: Abort task freezing if a suspend_blocker is active
      ` [PATCH 4/8] PM: suspend_block: Add debugfs file
        ` [PATCH 5/8] PM: suspend_block: Add suspend_blocker stats
          ` [PATCH 6/8] PM: Add suspend blocking work

[RFC PATCH 4/4] Mobile security processor driver
 2010-04-29  3:38 UTC  (2+ messages)

[RFC PATCH 1/4] Mobile security processor driver
 2010-04-29  3:36 UTC  (2+ messages)

[PATCH] added S6E63M0 AMOLED LCD Panel driver
 2010-04-29  3:30 UTC  (6+ messages)

NMI callback & register handling infrastructure in linux kernel (arch - x86)
 2010-04-29  3:11 UTC  (2+ messages)
` NMI & register handling infrastructure - x86 (my first post)

[git pull] PCI fixes
 2010-04-29  3:14 UTC 

Very bad regression from 2.6.33 as of 1600f9def
 2010-04-29  3:12 UTC  (4+ messages)

linux-next: manual merge of the mtd tree with Linus' tree
 2010-04-29  2:58 UTC 

[PATCH 0/3] Fix migration races in rmap_walk() V2
 2010-04-29  2:55 UTC  (26+ messages)
` [PATCH 2/3] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
            ` [RFC PATCH] take all anon_vma locks in anon_vma_lock
              ` [RFC PATCH -v2] "
                ` [RFC PATCH -v3] "

[patch] iwl: cleanup: remove unneeded error handling
 2010-04-29  2:12 UTC  (2+ messages)

[PATCH] arm/mach-msm: Fix wrong include path
 2010-04-29  1:48 UTC  (2+ messages)

[RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer
 2010-04-29  1:38 UTC  (7+ messages)
` [RFC][PATCH v4 02/18] Export 2 func for device to assign/dassign new structure
  ` [RFC][PATCH v4 03/18] Add a ndo_mp_port_prep pointer to net_device_ops
    ` [RFC][PATCH v4 04/18] Add a function make external buffer owner to query capability
      ` [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer

2.6.33: Problem continues: WARNING: at arch/x86/kernel/hpet.c:404 hpet_next_event+0x70/0x80
 2010-04-29  1:36 UTC  (2+ messages)
` [tip:x86/timers] x86, hpet: Restrict read back to affected ATI chipsets

[PATCH] x86-64: combine SRAT regions when possible
 2010-04-29  1:36 UTC  (2+ messages)
` [tip:x86/mm] x86-64: Combine "

[RFC][PATCH v4 17/18] Add a kconfig entry and make entry for mp device
 2010-04-29  1:33 UTC  (6+ messages)
` [RFC][PATCH v4 18/18] Provides multiple submits and async notifications
  ` [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net

[PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
 2010-04-29  1:31 UTC  (7+ messages)

[PATCH] x86: clean up arch/x86/Kconfig*
 2010-04-29  1:24 UTC  (2+ messages)
` [tip:x86/cleanups] x86: Clean "

[PATCH] x86-64: don't export init_level4_pgt
 2010-04-29  1:24 UTC  (2+ messages)
` [tip:x86/cleanups] x86-64: Don't "

linux-next: manual merge of the v9fs tree with Linus' tree
 2010-04-29  1:21 UTC 

[PATCH] arch/sh: Fix wrong function prototype for native_cpu_disable
 2010-04-29  0:56 UTC 

[PATCH] x86-64: reduce SMP locks table size
 2010-04-29  0:55 UTC  (3+ messages)
` [tip:x86/asm] x86-64: Reduce "

[PATCH] x86: introduce and use percpu_inc()
 2010-04-29  0:54 UTC  (2+ messages)
` [tip:x86/asm] x86, asm: Introduce "

[C/R ARM v2][PATCH 0/3] Linux Checkpoint-Restart - ARM port
 2010-04-29  0:08 UTC  (6+ messages)
` [C/R ARM v2][PATCH 1/3] ARM: Rudimentary syscall interfaces
    ` [C/R ARM v2][PATCH] "
` [C/R ARM v2][PATCH 2/3] ARM: Add the eclone system call
` [C/R ARM v2][PATCH 3/3] c/r: ARM implementation of checkpoint/restart

[PATCH] arm/mach-msm: Add CONFIG conditional for board-trout
 2010-04-29  0:41 UTC 

[PATCH] mtd: cfi_cmdset_0002: Fix trivial merge conflict
 2010-04-29  0:26 UTC 

[PATCH] arch/arm: Fix missing define for ARM_PMU_DEVICE_CPU
 2010-04-29  0:31 UTC 

[PATCH 1/1] hv: Added new hv_utils driver to hyper-v - CORRECTED
 2010-04-29  0:27 UTC 

[PATCH 1/1] hv: Added new hv_utils driver to hyper-v
 2010-04-29  0:20 UTC  (3+ messages)

mmotm 2010-04-28-16-53 uploaded
 2010-04-28 23:53 UTC 

[PATCH 00/10][RFC] tracing: Lowering the footprint of TRACE_EVENTs
 2010-04-29  0:20 UTC  (31+ messages)
` [PATCH 01/10][RFC] tracing: Create class struct for events
` [PATCH 02/10][RFC] tracing: Let tracepoints have data passed to tracepoint callbacks
` [PATCH 03/10][RFC] tracing: Convert TRACE_EVENT() to use the DECLARE_TRACE_DATA()
` [PATCH 04/10][RFC] tracing: Remove per event trace registering
` [PATCH 05/10][RFC] tracing: Move fields from event to class structure
` [PATCH 06/10][RFC] tracing: Move raw_init from events to class
` [PATCH 07/10][RFC] tracing: Allow events to share their print functions
` [PATCH 08/10][RFC] tracing: Move print functions into event class
` [PATCH 09/10][RFC] tracing: Remove duplicate id information in event structure
` [PATCH 10/10][RFC] tracing: Combine event filter_active and enable into single flags field

[PATCH] ACPI: sleep: init_set_sci_en_on_resume for Dell Studio 155x
 2010-04-28 23:43 UTC 

[PATCH] staging: winbond: phy_calibration.c Coding style fixes 1/2
 2010-04-28 23:36 UTC  (4+ messages)

2.6.33.3-rt16 Oops caused by umount
 2010-04-28 23:33 UTC  (15+ messages)

[PATCH 0/6] staging: winbond: Cleanups
 2010-04-28 23:12 UTC  (3+ messages)

[PATCH] - Randomize node rotor used in cpuset_mem_spread_node()
 2010-04-28 23:28 UTC  (7+ messages)
` [PATCH v2] "

[RFC PATCH 3/4] Mobile security processor driver
 2010-04-28 23:10 UTC 

[RFC PATCH 2/4] Mobile security processor driver
 2010-04-28 23:10 UTC 

[RFC PATCH 0/4] Mobile security processor driver
 2010-04-28 23:10 UTC 

Request For Help - Embedded x86, Kernel 2.6.33 boots, Mounts JFFS2 rootfs, Stops at init
 2010-04-28 23:14 UTC  (3+ messages)

Cleancache [PATCH 6/7] (was Transcendent Memory): ext4 hook
 2010-04-28 23:08 UTC  (2+ messages)

[PATCH] staging: winbond: mac_structures.h Fixed indentation, whitespace etc
 2010-04-28 22:48 UTC  (3+ messages)
` [PATCH] staging: winbond: mac_structures.h Fix remaining whitespace and comment issues

[PATCH] staging: winbond: mds.c: converted long if-else to switch
 2010-04-28 22:51 UTC  (2+ messages)

[PATCH] staging: winbond: mlmetxrx.c Coding style fixes
 2010-04-28 22:57 UTC  (5+ messages)

[PATCH] staging: winbond: mlmetxrx_f.h Coding style fixes
 2010-04-28 22:56 UTC  (4+ messages)

[PATCH] staging: winbond: localpara.h whitespace and indentation fixes
 2010-04-28 22:50 UTC  (4+ messages)

[PATCH] staging: winbond: mds.c whitspace, indentation etc
 2010-04-28 22:47 UTC  (2+ messages)

[PATCH] Staging: hv: Fix coding style errors in NetVsc.c
 2010-04-28 22:48 UTC  (3+ messages)

HID: expand hid-topseed driver to support BTC "Emprex 3009URF III Vista MCE Remote"
 2010-04-28 22:46 UTC  (7+ messages)

[PATCH] trivial: use (C) instead of \251
 2010-04-28 22:41 UTC  (4+ messages)

[PATCH/RFC] mutex: Fix optimistic spinning vs. BKL
 2010-04-28 22:35 UTC  (3+ messages)

[PATCH 0/2] genirq: reliably replay pending edge-triggered irq (plus doc)
 2010-04-28 22:28 UTC  (5+ messages)
` [PATCH 1/2] genirq: reliably replay pending edge-triggered irq

[RFC] Second OLPC Viafb series, v2
 2010-04-28 22:17 UTC  (31+ messages)
` [PATCH 01/30] viafb: Fix various resource leaks during module_init()
` [PATCH 02/30] viafb: use proper pci config API
` [PATCH 03/30] viafb: Unmap the frame buffer on initialization error
` [PATCH 04/30] viafb: Retain GEMODE reserved bits
` [PATCH 05/30] viafb: Unify duplicated set_bpp() code
` [PATCH 06/30] viafb: Determine type of 2D engine and store it in chip_info
` [PATCH 07/30] viafb: complete support for VX800/VX855 accelerated framebuffer
` [PATCH 08/30] viafb: Add 1200x900 DCON/LCD panel modes for OLPC XO-1.5
` [PATCH 09/30] viafb: rework the I2C support in the VIA framebuffer driver
` [PATCH 10/30] suppress verbose debug messages: change printk() to DEBUG_MSG()
` [PATCH 11/30] viafb: Only establish i2c busses on ports that always had them
` [PATCH 12/30] viafb: Move core stuff into via-core.c
` [PATCH 13/30] viafb: Separate global and fb-specific data
` [PATCH 14/30] viafb: add a driver for GPIO lines
` [PATCH 15/30] viafb: package often used basic io functions
` [PATCH 16/30] viafb: Convert GPIO and i2c to the new indexed port ops
` [PATCH 17/30] viafb: Turn GPIO and i2c into proper platform devices
` [PATCH 18/30] via: Do not attempt I/O on inactive I2C adapters
` [PATCH 19/30] viafb: Introduce viafb_find_i2c_adapter()
` [PATCH 20/30] via: Rationalize vt1636 detection
` [PATCH 21/30] viafb: Add a simple interrupt management infrastructure
` [PATCH 22/30] viafb: Add a simple VX855 DMA engine driver
` [PATCH 23/30] viafb: Reserve framebuffer memory for the upcoming camera driver
` [PATCH 24/30] viafb: Add a driver for the video capture engine
` [PATCH 25/30] viafb: unify modesetting functions
` [PATCH 26/30] viafb: move some modesetting functions to a seperate file
` [PATCH 27/30] viafb: replace inb/outb
` [PATCH 28/30] viafb: improve misc register handling
` [PATCH 29/30] viafb: fix proc entry removal
` [PATCH 30/30] viafb: make procfs entries optional

[PATCH 1/5] FS: libfs, implement simple_write_to_buffer
 2010-04-28 22:16 UTC  (4+ messages)

[PATCH 0/5] Blackfin I2C updates
 2010-04-28 22:09 UTC  (2+ messages)
` [Uclinux-dist-devel] "

[PATCH] backlight: new driver for the ADP8860 backlight parts
 2010-04-28 22:02 UTC  (2+ messages)

[PATCHv2] [RFC] Xilinx MPMC SDMA subsystem
 2010-04-28 21:58 UTC  (4+ messages)
` [microblaze-uclinux] "

[PATCH 00/11] jump label v7
 2010-04-28 21:53 UTC  (6+ messages)

ath5k misbehaving affecting other kernel parts unrelated?
 2010-04-28 21:52 UTC  (4+ messages)

[PATCH 00/10] bkl: pushdowns from Arnd, and compile fixes
 2010-04-28 21:52 UTC  (7+ messages)
` [PATCH 10/10] bkl: Fix-up compile problems as a result of the bkl-pushdown

[GIT PULL] x86 fixes for 2.6.34-rc6
 2010-04-28 21:50 UTC 

[PATCH] RCU: don't turn off lockdep when find suspicious rcu_dereference_check() usage
 2010-04-28 21:37 UTC  (10+ messages)

USB_SERIAL_KEYSPAN_* dependency on FIRMWARE_IN_KERNEL
 2010-04-28 21:24 UTC 

commit 9630bdd9 changes behavior of the poweroff - bug?
 2010-04-28 21:18 UTC  (4+ messages)

[PATCH 1/4] cocbalt_lcdfb: correct sections
 2010-04-28 21:16 UTC  (3+ messages)
` [PATCH 3/4] s3c2410fb: "

[GIT PULL] updates for oprofile
 2010-04-28 21:14 UTC  (7+ messages)
      ` [PATCH] oprofile, hrtimer: only add samples if regs are available

2.6.34-rc5-git7 (plus all patches) -- another suspicious rcu_dereference_check() usage
 2010-04-28 20:44 UTC  (6+ messages)

[PATCH 0/8] lockup detector changes
 2010-04-28 20:28 UTC  (7+ messages)
` [PATCH 1/8] [watchdog] combine nmi_watchdog and softlockup
` [PATCH 8/8] [watchdog] separate touch_nmi_watchdog code path from touch_watchdog

[PATCH 08/35] whiteout: tmpfs whiteout support
 2010-04-28 20:19 UTC  (11+ messages)
` [PATCH 09/35] whiteout: Split of ext2_append_link() from ext2_add_link()
  ` [PATCH 10/35] whiteout: ext2 whiteout support
    ` [PATCH 11/35] whiteout: jffs2 "
      ` [PATCH 12/35] fallthru: Basic fallthru definitions
        ` [PATCH 13/35] fallthru: ext2 fallthru support
          ` [PATCH 14/35] fallthru: jffs2 "
            ` [PATCH 15/35] fallthru: tmpfs "
              ` [PATCH 16/35] union-mount: Writable overlays/union mounts documentation

[PATCH 00/13] drivers/staging: Hoist assigns from if
 2010-04-28 20:11 UTC  (8+ messages)
` [PATCH 09/13] drivers/staging/rtl8192su: Hoist assign "

CFQ read performance regression
 2010-04-28 20:02 UTC  (11+ messages)

[GIT PULL] regulator fix for 2.6.34-rc6
 2010-04-28 19:58 UTC 

domU is causing misaligned disk writes
 2010-04-28 19:55 UTC  (6+ messages)
` [Xen-devel] "
        ` [Aoetools-discuss] "

[patch 1/1] sunrpc: use formatting of module name in SUNRPC
 2010-04-28 19:49 UTC  (3+ messages)

[GIT] Networking
 2010-04-28 19:37 UTC 

[PATCH] rt: Remove irrelevant CONFIGS from reminder block
 2010-04-28 19:34 UTC 

Poor localhost net performance on recent stable kernel
 2010-04-28 19:25 UTC  (2+ messages)

[PATCH] x86/PCI: never allocate PCI MMIO resources below BIOS_END
 2010-04-28 19:23 UTC  (6+ messages)

[PATCH:resend] rt: Remove CONFIG_STACK_TRACER from DEBUG_COUNT, and fix reminder block
 2010-04-28 19:22 UTC  (3+ messages)

[PATCH 1/2]: mark ptrace_traceme static
 2010-04-28 19:19 UTC  (4+ messages)

[PATCH] Fix NULL pointer for Xen guests
 2010-04-28 19:15 UTC  (5+ messages)
      ` [stable] "

linux-next: manual merge of the staging-next tree with the v4l-dvb tree
 2010-04-28 19:06 UTC  (3+ messages)

[PATCH 0/3] ipc/sem.c: Optimization for reducing spinlock contention
 2010-04-28 19:06 UTC  (4+ messages)
` [PATCH 1/2] ipc/sem.c: Optimize update_queue() for bulk wakeup calls
  ` [PATCH 2/2] ipc/sem.c: move wake_up_process out of the spinlock section
    ` [PATCH 3/3] [PATCH] ipc/sem.c: cacheline align the ipc spinlock for semaphores

[PATCH] acpi: Fall back to manually changing SCI_EN
 2010-04-28 18:58 UTC  (2+ messages)

[RFC] sched: implement the exclusive wait queue as a LIFO queue
 2010-04-28 18:57 UTC  (8+ messages)

[PATCH] Staging: dream: smd: smd_qmi: fix code style issues
 2010-04-28 18:42 UTC  (4+ messages)

[PATCH] Staging: dream: smd: smd_private: fix code style issues
 2010-04-28 18:42 UTC  (4+ messages)

[PATCH] Staging: arlan: arlan.h: Fixed some style issues
 2010-04-28 18:40 UTC  (2+ messages)
`  "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox