public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-17 22:51:26 to 2010-12-18 19:08:51 UTC [more...]

[linux-pm] 2.6.37-rc5, pata_atiixp, DVD-ROM: kernel log flooded with "rpm_resume flags 0x4", "rpm_resume returns 1"
 2010-12-18 19:08 UTC  (3+ messages)

[ANNOUNCE] TCM/LIO v4.0.0-rc6 for 2.6.37-rc6
 2010-12-18 18:57 UTC  (13+ messages)

[PATCH 1/2] net: phy: balance disable/enable irq on change
 2010-12-18 18:41 UTC  (2+ messages)
` [PATCH 2/2] net: phy: Fixed some checkpatch errors

[PATCH 1/2] net: phy: balance disable/enable irq on change
 2010-12-18 18:39 UTC  (2+ messages)
` [PATCH 2/2] net: phy: Fixed some checkpatch errors

[concept & "good taste" review] persistent store
 2010-12-18 18:23 UTC  (9+ messages)

[PATCH v3] kptr_restrict for hiding kernel pointers
 2010-12-18 18:27 UTC  (2+ messages)

[linux-pm] 2.6.37-rc5, pata_atiixp, DVD-ROM: kernel log flooded with "rpm_resume flags 0x4", "rpm_resume returns 1"
 2010-12-18 18:14 UTC  (2+ messages)

[RFC -v2 PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-18 19:13 UTC  (14+ messages)
` [RFC -v2 PATCH 2/3] sched: add yield_to function

[PATCH v3 2/4] genirq: Inform handler about line sharing state
 2010-12-18 18:11 UTC  (11+ messages)

[PATCH 5/6] speedtch: don't abuse struct delayed_work
 2010-12-18 17:59 UTC  (7+ messages)
  ` [PATCHSET] workqueue: another assorted flush_scheduled_work() removals
    ` speedtch: don't abuse struct delayed_work
      ` [PATCH UPDATED 5/6] "

[RFC 0/5] user namespaces: start clamping down
 2010-12-18 17:56 UTC  (9+ messages)
` [RFC 1/5] user namespaces: Add a user_namespace as creator/owner of uts_namespace

[PATCH 0/4] Input: synaptics - add semi-mt support
 2010-12-18 17:54 UTC  (11+ messages)
` [PATCH 1/4] Input: synaptics - add multitouch packet support
` [PATCH 2/4] Input: synaptics - ignore bogus mt packet
` [PATCH 3/4] Input: synaptics - report clickpad property
` [PATCH 4/4] Input: synaptics - emit multitouch data

[RFC] Align tegra-ehci DMA transfers to 32B
 2010-12-18 17:52 UTC  (20+ messages)
` [PATCH 2/2] USB: ehci: tegra: Align DMA transfers to 32 bytes
` [PATCH v2] Align tegra-ehci DMA transfers to 32B
` [PATCH v2 1/2] USB: Add driver hooks for (un)?map_urb_for_dma
` [PATCH v2 2/2] USB: ehci: tegra: Align DMA transfers to 32 bytes

linux-next: manual merge of the block tree with the tree
 2010-12-18 17:42 UTC  (4+ messages)
  ` [PATCH scsi-misc-2.6] sd: implement sd_check_events()

[PATCH 2.6.37] led_class: fix typo in blink API
 2010-12-18 17:20 UTC  (2+ messages)

Thunar crashes kernel
 2010-12-18 18:13 UTC  (4+ messages)

Why is networking GIT refusing me?
 2010-12-18 16:36 UTC  (7+ messages)

[PATCH 1/2] net: phy: balance disable/enable irq on change
 2010-12-18 16:47 UTC  (3+ messages)
` [PATCH 2/2] net: phy: Fixed some checkpatch errors

[PATCH 1/3] soc_camera: Add the ability to bind regulators to soc_camedra devices
 2010-12-18 16:24 UTC  (4+ messages)
` [PATCH 2/3] mx3_camera: Support correctly the YUV222 and BAYER configurations of CSI

[PATCH tip/core/rcu 0/20] second preview of RCU patches for 2.6.38
 2010-12-18 16:13 UTC  (5+ messages)
` [PATCH RFC tip/core/rcu 11/20] rcu: fix race condition in synchronize_sched_expedited()
` [PATCH RFC tip/core/rcu 13/20] rcu: increase synchronize_sched_expedited() batching

[ANNOUNCE] Linux 2.4.37.11
 2010-12-18 15:52 UTC 

[cpuops cmpxchg V2 0/5] Cmpxchg and xchg operations
 2010-12-18 15:50 UTC  (21+ messages)
` [cpuops cmpxchg V2 3/5] irq_work: Use per cpu atomics instead of regular atomics
` [cpuops cmpxchg V2 5/5] cpuops: Use cmpxchg for xchg to avoid lock semantics
                        ` x86: Use this_cpu_has for thermal_interrupt
                        ` gameport: use this_cpu_read instead of lookup
                        ` acpi throttling: Use this_cpu_has and simplify code

[PATCH 1/2] applesmc: Use PnP rather than hardcoding resources and devices
 2010-12-18 15:39 UTC  (14+ messages)
` [PATCH 1/2 V3] "
      ` [lm-sensors] "

[PATCH] x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTOR
 2010-12-18 15:33 UTC  (2+ messages)

[PATCH 1/3] x86: Use this_cpu_ops to optimize code
 2010-12-18 15:30 UTC  (3+ messages)
` [PATCH 2/3] x86: Replace uses of current_cpu_data with this_cpu ops
  ` [PATCH 3/3] x86: Use this_cpu_inc_return for nmi counter

[PATCHSET percpu#this_cpu_ops] add this_cpu_{add_return|[cmp]xchg}() operations
 2010-12-18 15:24 UTC  (7+ messages)
` [PATCH 1/6] percpu: Generic support for this_cpu_add, sub, dec, inc_return
` [PATCH 2/6] x86: Support "
` [PATCH 3/6] percpu,x86: relocate this_cpu_add_return() and friends
` [PATCH 4/6] percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg support
` [PATCH 5/6] x86: this_cpu_cmpxchg and this_cpu_xchg operations
` [PATCH 6/6] cpuops: Use cmpxchg for xchg to avoid lock semantics

[GIT PULL] changes for tile architecture for 2.6.37
 2010-12-18 15:12 UTC 

platform/i2c busses: pm runtime and system sleep
 2010-12-18 14:59 UTC  (8+ messages)

[cpuops cmpxchg double V1 0/4] this_cpu_cmpxchg_double support
 2010-12-18 14:51 UTC  (4+ messages)
` [cpuops cmpxchg double V1 1/4] Generic support for this_cpu_cmpxchg_double

[RFC][PATCH 0/5] Reduce runqueue lock contention -v2
 2010-12-18 14:49 UTC  (17+ messages)
` [RFC][PATCH 1/5] sched: Always provide p->oncpu
` [RFC][PATCH 3/5] sched: Change the ttwu success details
` [RFC][PATCH 4/5] sched: Clean up ttwu stats
` [RFC][PATCH 5/5] sched: Reduce ttwu rq->lock contention

Why not making tools/* git submodules ?
 2010-12-18 14:24 UTC  (2+ messages)

Patch[2/2] Adding_Notification_Support_to_Coretemp
 2010-12-18 14:14 UTC 

Patch[1/2] Adding_threshold_support_to_coretemp
 2010-12-18 14:09 UTC 

Please check out TexasTrue.com!
 2010-12-18 13:50 UTC 

[PATCH] replace ida in workqueue with page-sized buffer
 2010-12-18 13:10 UTC 

[PATCH] include/linux/unaligned: Pack the whole struct rather than just the field
 2010-12-18 12:59 UTC  (3+ messages)

Intel 82915G/GV/910GL, 2.6.36.2: problem with CONFIG_DRM_I915_KMS=y
 2010-12-18 12:53 UTC  (4+ messages)

[Resend][PATCH] PCI / Hotplug: Fix unexpected driver unregister in pciehp_acpi.c
 2010-12-18 12:29 UTC 

Help: major pppoe regression since 2.6.35 (panic on first ppp conection)?
 2010-12-18 11:33 UTC 

[PATCH v7 0/7] FM V4L2 drivers for WL128x
 2010-12-18 11:38 UTC  (5+ messages)
` [PATCH v7 1/7] drivers:media:radio: wl128x: fmdrv common header file
  ` [PATCH v7 2/7] drivers:media:radio: wl128x: fmdrv_v4l2 sources

mmotm 2010-12-16-14-56 uploaded
 2010-12-18 10:10 UTC  (9+ messages)
` mmotm 2010-12-16-14-56 uploaded (hugetlb)
` mmotm 2010-12-16 - breaks mlockall() call

[PATCH] psmouse: disable the synaptics extension on OLPC machines
 2010-12-18 10:00 UTC  (5+ messages)

[PATCH] Add readpages support for block devices
 2010-12-18  9:20 UTC  (2+ messages)

[PATCH] Input: introduce device information ioctl
 2010-12-18  8:48 UTC  (3+ messages)

[PATCH] netlink: fix gcc -Wconversion compilation warning
 2010-12-18  6:58 UTC  (4+ messages)

[PATCH] WeTab device ID
 2010-12-18  6:49 UTC  (6+ messages)

[PATCH 2/2] regulator: Optimise out noop voltage changes
 2010-12-18  5:50 UTC  (3+ messages)

[PATCH v2] kptr_restrict for hiding kernel pointers from unprivileged users
 2010-12-18  5:22 UTC  (6+ messages)

[PATCH] drivers: char: hvc: add arm JTAG DCC console support
 2010-12-18  5:16 UTC  (2+ messages)
` [PATCH] hvc_dcc: Simplify assembly for v6 and v7 ARM

[PATCH] psmouse: fix up Synaptics comment
 2010-12-18  5:09 UTC 

kdump broken on 2.6.37-rc4
 2010-12-18  4:34 UTC  (12+ messages)
          ` [tip:x86/urgent] x86, kexec: Limit the crashkernel address appropriately

[PATCH] mtd: allow mtd and jffs2 when ARCH=um
 2010-12-18  4:08 UTC  (3+ messages)

[RFC] [PATCH 2.6.37-rc5-tip 0/20] 0: Inode based uprobes
 2010-12-18  3:04 UTC  (4+ messages)
` [RFC] [PATCH 2.6.37-rc5-tip 18/20] 18: uprobes: commonly used filters

[PATCH] s1d13xxxfb: drop unused code
 2010-12-18  3:00 UTC 

[PATCH 1/2] cs5535-gpio: don't apply errata #36 to edge detect GPIOs
 2010-12-18  2:09 UTC  (2+ messages)

[PATCH] omap1: pm_bus: Fix compilation warning
 2010-12-18  2:05 UTC  (3+ messages)

[patch 0/8] Inode data integrity patches
 2010-12-18  1:46 UTC  (9+ messages)
` [patch 1/8] fs: mark_inode_dirty barrier fix
` [patch 2/8] fs: simple fsync race fix
` [patch 3/8] fs: introduce inode writeback helpers
` [patch 4/8] fs: preserve inode dirty bits on failed metadata writeback
` [patch 5/8] fs: ext2 inode sync fix
` [patch 6/8] fs: fsync optimisations
` [patch 7/8] fs: fix or note I_DIRTY handling bugs in filesystems
` [patch 8/8] fs: add i_op->sync_inode

RFC: short reads on block devices
 2010-12-18  1:19 UTC  (3+ messages)

[PATCHv6 00/16] pps: several fixes and improvements
 2010-12-18  1:18 UTC  (15+ messages)
` [PATCHv6 07/16] pps: move idr stuff to pps.c
` [PATCHv6 15/16] pps: add parallel port PPS client
` [PATCHv6 16/16] pps: add parallel port PPS signal generator

[PATCH 1/3] x86, mm, 64bit: Put early page table high
 2010-12-18  0:59 UTC  (3+ messages)
` [PATCH 2/3] x86, 64bit, gart: Fix allocation with memblock
` [PATCH 3/3] memblock: Make find_memory_core_early() find from top-down

[PATCH 0/3] memblock related top down
 2010-12-18  0:58 UTC 

[PATCH v3 0/4] Introduce hardware spinlock framework
 2010-12-18  0:53 UTC  (7+ messages)

[RFC PATCHv4 0/7] HSI framework and drivers
 2010-12-18  0:30 UTC  (3+ messages)
` [RFC PATCHv4 2/7] HSI: omap_ssi: Introducing OMAP SSI driver

"x86: allocate space within a region top-down" causes bar0 access issue
 2010-12-18  0:17 UTC  (4+ messages)

[NETWORK] Firmware file for tehuti
 2010-12-18  0:09 UTC  (3+ messages)

[PATCH] delay.h: add __must_check to msleep_interruptible
 2010-12-17 23:55 UTC  (3+ messages)

[PATCH] Add missing space in start_now parameter description
 2010-12-17 23:38 UTC 

[BUG 2.6.27-rc1] find_busiest_group() LOCKUP
 2010-12-17 23:32 UTC  (20+ messages)
                    ` [PATCH] x86, acpi: Handle all SRAT cpu entries even have cpu num limitation
                            ` [PATCH 1/2] x86, acpi: add MAX_LOCAL_APIC for 32bit
                              ` [PATCH -v2 2/2] x86, acpi: Parse all SRAT cpu entries even have cpu num limitation

[git pull] PCI fixes
 2010-12-17 23:29 UTC 

[PATCH] arm: dma-mapping: move consistent_init to early_initcall
 2010-12-17 23:14 UTC  (14+ messages)

[RFC] i2c-algo-bit: Disable interrupts while SCL is high
 2010-12-17 23:09 UTC  (5+ messages)

[PATCH 6/8] blkio-cgroup: "use_hierarchy" interface without any functionality
 2010-12-17 23:03 UTC  (6+ messages)

[PATCH 1/3] plist: pass the real plist_head to plist_del()
 2010-12-17 22:51 UTC  (4+ messages)


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