public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-11 23:46:03 to 2011-03-13 01:06:57 UTC [more...]

[RFC PATCH 0/4] PLATFORM: Support for async platform_data
 2011-03-13  1:03 UTC  (9+ messages)
` [RFC PATCH 1/4] PLATFORM: introduce structure to bind async platform data to a dev path name
` [RFC PATCH 2/4] PLATFORM: Introduce registration function for async platform data maps
` [RFC PATCH 3/4] PLATFORM: Introduce async platform_data attach api
` [RFC PATCH 4/4] PLATFORM: Add some documentation to platform docs about async platform_data

[PATCH] a local-timer-free version of RCU
 2011-03-13  0:43 UTC  (16+ messages)
                ` [PATCH] An RCU for SMP with a single CPU garbage collector
                  ` [PATCH 2/4] jrcu: tap rcu_read_unlock
                      ` JRCU Theory of Operation

[PATCH] Add 1-wire (w1) reset and resume command API support
 2011-03-13  0:27 UTC  (2+ messages)

[git pull] drm fixes
 2011-03-13  0:19 UTC  (2+ messages)

Spirituality
 2011-03-12 23:54 UTC 

WINNING NOTIFICATION 2011
 2011-03-12 23:44 UTC 

[PATCH] staging: tidspbridge: protect dmm_map properly
 2011-03-12 23:42 UTC  (3+ messages)

[PATCH 11/21] Staging: hv: Make vmbus driver a platform pci driver
 2011-03-12 23:23 UTC  (5+ messages)

RFC: Platform data for onboard USB assets
 2011-03-12 23:02 UTC  (3+ messages)

[PATCH 0/2] tracing - avoid soft lockup in trace_pipe
 2011-03-12 22:59 UTC  (3+ messages)
` [PATCH 1/2] tracing - trace lost events properly
` [PATCH 2/2] tracing - putting cond_resched into tace_pipe loop

[RFC PATCH 0/5] OMAP2+ / Panda implementation for async platform_data
 2011-03-12 22:51 UTC  (6+ messages)
` [RFC PATCH 1/5] OMAP2+: Panda introduce async platform data definition
` [RFC PATCH 2/5] OMAP2+: add cpu id register to MAC address helper
` [RFC PATCH 3/5] OMAP2+:Common CPU DIE ID reading code reads wrong registers for OMAP4430
` [RFC PATCH 4/5] OMAP2+: Set onboard Ethernet MAC address using unique CPU ID data
` [RFC PATCH 5/5] USBNET: SMSC95XX: if mac set in platform data no need for random one

[RFC][PATCH] dm: improve read performance
 2011-03-12 22:42 UTC  (9+ messages)
      ` [PATCH v3] dm stripe: implement merge method

[RFC PATCH 0/3] USB: async platform_data support for usb and usbnet
 2011-03-12 22:40 UTC  (4+ messages)
` [RFC PATCH 1/3] USB HOST CORE:probed devices collect any platform_data waiting for them
` [RFC PATCH 2/3] USBNET: Introduce usbnet platform data
` [RFC PATCH 3/3] USBNET: Use usbnet platform data if it is present

2.6.38-rc4-git5: Reported regressions from 2.6.37
 2011-03-12 22:11 UTC  (3+ messages)
` [Bug #28452] 2.6.38-rc3 regression on parisc: segfaults

Linux 2.6.38-rc8
 2011-03-12 22:11 UTC 

[PATCH] arm: mach-kirkwood: add led in sheevaplug-setup.c
 2011-03-12 21:46 UTC  (2+ messages)

viafb clock/PLL patches
 2011-03-12 21:46 UTC  (5+ messages)
` [PATCH 1/4] viafb: remove duplicated clock information
` [PATCH 2/4] viafb: always return the best possible clock
` [PATCH 3/4] viafb: remove duplicated clock storage
` [PATCH 4/4] viafb: split pll configs up

[RFC][PATCH 0/2] Allow subsystems to avoid using sysdevs for defining "core" PM callbacks
 2011-03-12 21:21 UTC  (10+ messages)
` [PATCH 0/8] "
  ` [PATCH 1/8] PM / Core: Introcude struct syscore_ops
  ` [PATCH 2/8] x86: Use syscore_ops instead of sysdev classes and sysdevs
  ` [PATCH 3/8] ACPI: Use syscore_ops instead of sysdev class and sysdev
  ` [PATCH 4/8] timekeeping: "
  ` [PATCH 5/8] PCI / Intel IOMMU: "
  ` [PATCH 6/8] KVM: "
  ` [PATCH 7/8] cpufreq: Use syscore_ops for boot CPU suspend/resume
  ` [PATCH 8/8] Introduce ARCH_NO_SYSDEV_OPS config option

+ x86-mm-handle-mm_fault_error-in-kernel-space.patch added to -mm tree
 2011-03-12 21:11 UTC  (6+ messages)

[PATCH] x86/ce4100: set pci ops via callback instead of module init
 2011-03-12 21:08 UTC  (3+ messages)
  ` [PATCH v2] "

viafb cleanup patches
 2011-03-12 21:22 UTC  (5+ messages)
` [PATCH 1/4] viafb: kill lcd_panel_id
` [PATCH 2/4] viafb: remove unused data_mode and device_type
` [PATCH 3/4] viafb: strip some structures
` [PATCH 4/4] viafb: factor lcd scaling parameters out

Second drive on VT6421
 2011-03-12 21:06 UTC  (5+ messages)
    ` [RESOLVED] "

[PATCH 00/13] V3 Split i2c-designware.c to support PCI drivers
 2011-03-12 21:00 UTC  (15+ messages)
` [PATCH 01/13] i2c-designware: Use local version of readl & writel
` [PATCH 02/13] i2c-designware: Check component type register
` [PATCH 03/13] i2c-designware: Allow mixed endianness accesses
` [PATCH 04/13] i2c-designware: Move checking of IP core version to i2c_dw_init()
` [PATCH 05/13] i2c-designware: split of i2c-designware.c into core and bus specific parts
` [PATCH 06/13] i2c-designware: Move retriveving the clock speed out of core code
` [PATCH 07/13] i2c-designware: move i2c functionality bit field to be adapter specific
` [PATCH 08/13] i2c-designware: move controller config to bus specific portion of driver
` [PATCH 09/13] i2c-designware: Support multiple cores using same ISR
` [PATCH 10/13] i2c-designware: Push all register reads/writes into the core code
` [PATCH 11/13] i2c-designware: Add support for Designware core behind PCI devices
` [PATCH 12/13] i2c-designware: Add runtime power management support
` [PATCH 13/13] i2c-intel-mid.c: Remove i2c-intel-mid.c

How to use gma500 framebuffer driver?
 2011-03-12 20:54 UTC  (4+ messages)

MCE hardware error, but no message
 2011-03-12 20:49 UTC 

some patches for the ptp framework
 2011-03-12 20:30 UTC  (7+ messages)
` [PATCH 3/3] Check for write permission on FD based posix-clocks
  ` [tip:timers/core] posix-clocks: Check write permissions in posix syscalls

[PATCH 00/20] world-writable files in sysfs and debugfs
 2011-03-12 20:23 UTC 

[patch 1/1] platform-drivers: x86: pmic: Restore the dropped buslock/unlock
 2011-03-12 20:22 UTC  (2+ messages)

+ maintainers-remove-unused-clockeventsh.patch added to -mm tree
 2011-03-12 19:49 UTC 

[PATCH 0/3] switch DT creation to using of_attach_node
 2011-03-12 19:37 UTC  (8+ messages)
` [PATCH 1/3] of: remove OF_DYNAMIC config option
` [PATCH 2/3] of/promtree: switch to building the DT using of_attach_node
` [PATCH 3/3] of/flattree: use of_attach_node to build tree, and associated cleanups

[RFC] introduce sys_syncat to sync a single file system
 2011-03-12 19:28 UTC  (18+ messages)
` [PATCH v3] introduce sys_syncfs "

WARNING: Perf: bad frame pointer = (null), 2.6.38-rc8
 2011-03-12 19:08 UTC 

RFC: Bogus setting of CONSTANT TSC ?
 2011-03-12 18:58 UTC  (2+ messages)

radio-maestro broken (conflicts with snd-es1968)
 2011-03-12 18:52 UTC  (2+ messages)

[bug] radio: wl128x: sleep inside of spinlock
 2011-03-12 18:08 UTC 

[PATCH] ad525x_dpot: [BUG] eeprom command send instead of dec/inc all commands
 2011-03-12 17:42 UTC  (2+ messages)
` [stable] "

From UK Office
 2011-03-12 17:22 UTC 

[PATCH -v2] capabilites: allow the application of capability limits to usermode helpers
 2011-03-12 17:01 UTC  (5+ messages)

Business proposal regarding Gold dust
 2011-03-12 16:23 UTC 

[PATH 0/4] Memstick patches for 2.6.39
 2011-03-12 16:23 UTC  (2+ messages)

[PATCH 09/10] MCDE: Add build files and bus
 2011-03-12 15:59 UTC  (4+ messages)

[PATCH] Add unaccounted time to timeslice_used
 2011-03-12 15:49 UTC  (4+ messages)

[PATCH] video via: fix iomem access
 2011-03-12 15:34 UTC  (2+ messages)

[PATCH] video/via: drop deprecated (and unused) i2c_adapter.id
 2011-03-12 15:31 UTC  (2+ messages)

[PATCH 00/22] staging: xgifb: more cleanups
 2011-03-12 15:23 UTC  (4+ messages)
` [PATCH 21/22] staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()

[PATCH] Add inverted call graph report support to perf tool
 2011-03-12 14:59 UTC  (7+ messages)

[GIT PULL tip:x86/mm] x86-64 NUMA emulation update
 2011-03-12 14:06 UTC  (2+ messages)

[PATCH] SUNRPC: svc_register error overwritten in next iteration
 2011-03-12 13:27 UTC 

error: #error Unknown data abort handler type from glue.h file
 2011-03-12 13:06 UTC 

[PATCH tip:x86/mm 1/3] x86: A fast way to check capabilities of the current cpu
 2011-03-12 11:51 UTC  (3+ messages)
` [PATCH tip:x86/mm 2/3] x86: Use this_cpu_has for thermal_interrupt "
  ` [PATCH tip:x86/mm 3/3] acpi throttling: Use this_cpu_has and simplify code "

[x86 this_cpu_has V1 0/4] Use cpu ops to implement this_cpu_has and use it in various places
 2011-03-12 11:41 UTC  (3+ messages)
` [x86 this_cpu_has V1 2/4] x86: Avoid passing struct cpuinfo pointer to mce_available

Re: blk-throttle.c : When limit is changed, must start a new slice
 2011-03-12 11:33 UTC  (2+ messages)
  ` Re: Re: blk-throttle.c : When limit is changed, must start a newslice

Build regressions/improvements in v2.6.38-rc8
 2011-03-12 11:04 UTC 

[PATCH 4/4] plist: priority list test
 2011-03-12 10:59 UTC  (2+ messages)
` [tip:core/futexes] plist: Add "

[PATCH 3/4] plist: shrink struct plist_head
 2011-03-12 10:58 UTC  (2+ messages)
` [tip:core/futexes] plist: Shrink "

[PATCH 2/4] futex,plist: remove debug lock assignment for plist_node
 2011-03-12 10:58 UTC  (2+ messages)
` [tip:core/futexes] futex,plist: Remove debug lock assignment from plist_node

[PATCH 1/4 V3 ] futex,plist: pass the real head of the priority list to plist_del()
 2011-03-12 10:57 UTC  (2+ messages)
` [tip:core/futexes] futex,plist: Pass "

Linux 2.6.38-rc8
 2011-03-12 10:28 UTC  (2+ messages)

[Qualcomm PM8921 MFD v2 0/6] pmic 8921 core and subdevices
 2011-03-12 10:18 UTC  (15+ messages)
` [Qualcomm PM8921 MFD v2 2/6] mfd: pm8xxx: Add irq support
                    ` [tip:irq/core] genirq: Add chip flag to force mask on suspend
` [Qualcomm PM8921 MFD v2 3/6] gpio: pm8xxx-gpio: Add pm8xxx gpio driver

[PATCH] zd1211rw: TrendNet TEW-509UB id added
 2011-03-12  9:29 UTC 

[PATCH v5 1/4] gpiolib: Add "unknown" direction support
 2011-03-12  9:19 UTC  (10+ messages)
` [PATCH v5 2/4] gpiolib: Add ability to get GPIO direction

[PATCH] gpio: Use __devexit at necessary places
 2011-03-12  9:14 UTC  (2+ messages)

[PATCH] gpio: add MODULE_DEVICE_TABLE
 2011-03-12  9:13 UTC  (2+ messages)

[PATCH 0/7] cciss: updates as of March 11, 2011
 2011-03-12  9:03 UTC  (2+ messages)

[PATCHv2-RESEND] mcp23s08: support mcp23s17 variant
 2011-03-12  8:29 UTC  (2+ messages)

linux-next: Tree for March 8 (BROKEN: arch/x86/kernel/entry_32.S? Debian's binutils/as?)
 2011-03-12  8:25 UTC  (7+ messages)

x86_64, xen: fix another wrong size directive
 2011-03-12  8:04 UTC  (2+ messages)
` [tip:x86/asm] x86, binutils, xen: Fix "

(no subject)
 2011-03-11  1:26 UTC 

[PATCH] profile: add support for modules and make output human readable
 2011-03-12  6:17 UTC 

[REVIEW] NVM Express driver
 2011-03-12  5:51 UTC  (3+ messages)

[PATCH] aio: Wake all waiters when destroying ctx
 2011-03-12  5:01 UTC  (4+ messages)

[ANNOUNCE] cpupowerutils - cpufrequtils extended with quite some features
 2011-03-12  4:40 UTC  (4+ messages)

[GIT] Networking
 2011-03-12  4:09 UTC  (7+ messages)

[PATCH v2 00/12] google firmware support
 2011-03-12  3:54 UTC  (14+ messages)
` [PATCH v2 01/12] efivars: move efivars globals into struct efivars
` [PATCH v2 02/12] efivars: Make efivars bin_attributes dynamic
` [PATCH v2 03/12] efivars: parameterize efivars
` [PATCH v2 04/12] efivars: Split out variable registration
` [PATCH v2 05/12] efivars: Parameterize operations
` [PATCH v2 06/12] efivars: Expose efivars functionality to external drivers
` [PATCH v2 07/12] efivars: Add Documentation
` [PATCH v2 08/12] x86: get_bios_ebda_length()
` [PATCH v2 09/12] x86: Better comments for get_bios_ebda()
` [PATCH v2 10/12] Introduce CONFIG_GOOGLE_FIRMWARE
` [PATCH v2 11/12] driver: Google EFI SMI
` [PATCH v2 12/12] driver: Google Memory Console

[PATCH 0/4] futex,plist: updates
 2011-03-12  3:23 UTC  (6+ messages)
` [PATCH 1/4] futex,plist: Pass the real head of the priority list to plist_del()
` [PATCH 2/4] futex,plist: Remove debug lock assignment from plist_node
` [PATCH 3/4] plist: Shrink struct plist_head
` [PATCH 4/4] plist: Add priority list test

[PATCH] netconsole: Fix strange kconfig dependency on configfs
 2011-03-12  2:46 UTC  (2+ messages)

[PATCH-FOR-38] target: Fix READ_CAPACITY_16 regression
 2011-03-12  2:40 UTC  (5+ messages)

[announce] Intel BIOS Implementation Test Suite (BITS)
 2011-03-12  2:30 UTC  (2+ messages)
` BITS handling of CPU microcode updates

[PATCHv3 0/4] Improve fallback LPJ calculation
 2011-03-12  2:10 UTC  (6+ messages)
` [PATCH 1/4] calibrate: extract fall-back calculation into own helper
  ` [PATCH 2/4] calibrate: home in on correct lpj value more quickly
    ` [PATCH 3/4] calibrate: retry with wider bounds when converge seems to fail

IMPORTANT: WEBMAIL NOTIFICATION
 2011-03-12  1:06 UTC 

linux-next: Tree for March 2
 2011-03-12  2:03 UTC  (8+ messages)
` [PATCH] [SCSI] bnx2fc: fix build error when !CONFIG_MODULES

[2.6.38-rc8, patch] fix hci_dev_list locking
 2011-03-12  1:47 UTC  (2+ messages)

[PATCH 2.6.38-rc7]TAOS 258x: Device Driver
 2011-03-12  1:16 UTC  (3+ messages)

drm/i915: Fix DPMS and suspend interaction for intel_panel.c
 2011-03-12  1:15 UTC  (3+ messages)

[PATCH v6 0/9] memcg: per cgroup dirty page accounting
 2011-03-12  1:10 UTC  (2+ messages)

[git pull] more vfs fixes for final
 2011-03-12  1:09 UTC  (6+ messages)

dm-crypt: Performance Regression 2.6.37 -> 2.6.38-rc8
 2011-03-12  1:05 UTC  (8+ messages)

[PATCH v2] Platform: Samsung Q10 backlight driver
 2011-03-12  0:44 UTC  (7+ messages)

[GIT PATCH] SCSI bug fixes for 2.6.38-rc8
 2011-03-12  0:32 UTC 

[PATCH] page-types.c: add a new argument of debugfs path
 2011-03-12  0:29 UTC  (5+ messages)
    ` [PATCH V2] page-types.c: auto debugfs mount for hwpoison operation

[GIT] Networking
 2011-03-12  0:29 UTC  (3+ messages)


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