All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-01-28 18:53:05 to 2009-01-28 20:32:16 UTC [more...]

[PATCH F 00/12] OMAP clock, F of F: more clock cleanup
 2009-01-28 19:35 UTC  (7+ messages)
` [PATCH F 01/12] OMAP2/3 clock: don't use a barrier after clk_disable()
` [PATCH F 02/12] OMAP2xxx clock: consolidate DELAYED_APP clock commits; fix barrier
` [PATCH F 03/12] OMAP2/3 clock: convert remaining MPU barriers into OCP barriers
` [PATCH F 04/12] OMAP clock: drop clk_get_usecount()
` [PATCH F 05/12] OMAP clock: add OMAP chip family-specific clk_register() option
` [PATCH F 08/12] OMAP2/3 clock: omap2_clk_enable(): fix bugs in clockdomain handling

[PATCH D 00/11] OMAP clock, D of F: clock code cleanup
 2009-01-28 19:18 UTC  (14+ messages)
` [PATCH D 01/11] OMAP: Add clk_get_parent() for OMAP2/3
` [PATCH D 02/11] OMAP2/3 clock: clean up mach-omap2/clock.c
` [PATCH D 03/11] OMAP2 PRCM: clean up CM_IDLEST bits
` [PATCH D 04/11] OMAP3 clock: split mcbspX_src_fck from mcbspX_fck
` [PATCH D 05/11] OMAP2 clock: add clk.prcm_mod field; annotate OMAP2xxx clocks
` [PATCH D 06/11] OMAP3 clock: add "prcm_mod" field to OMAP3xxx clocks
` [PATCH D 07/11] OMAP2/3 clock: add _omap2_clk_{read,write}_reg()
` [PATCH D 08/11] OMAP2/3 clock: use clk->prcm_mod for all struct clk register addressing
` [PATCH D 09/11] OMAP2/3 clock: encode target IDLEST bits
` [PATCH D 10/11] OMAP2/3 clock: clean up omap2_clk_wait_ready()
` [PATCH D 11/11] Fix omap1 clock issues

[Buildroot] [PATCH] Add radvd to the list of packages
 2009-01-28 20:31 UTC 

FEC Patches
 2009-01-28 20:31 UTC  (4+ messages)

[PATCH] add antec-branded soundgraph imon devices to hid_ignore_list
 2009-01-28 20:31 UTC  (3+ messages)

user message limits
 2009-01-28 20:30 UTC  (5+ messages)

[Lustre-devel] SAM-QFS, ADM, and Lustre HSM
 2009-01-28 20:30 UTC  (3+ messages)

[U-Boot] [PATCH] ppc4xx: Clean up configuration file for Korat board
 2009-01-28 20:30 UTC 

sun x4500 soft lockup during raid creation
 2009-01-28 20:30 UTC 

[U-Boot] [PATCH 22/31] mpc83xx, kmeter1, mtd: set the default partition table
 2009-01-28 20:30 UTC  (2+ messages)

[U-Boot] [PATCH] ppc4xx: Add variable "korat_usbcf" for Korat board
 2009-01-28 20:30 UTC 

[PATCH E 00/14] OMAP clock, E of F: SDRAM fixes, clock optimization
 2009-01-28 19:28 UTC  (15+ messages)
` [PATCH E 01/14] OMAP2 SDRC: move mach-omap2/memory.h into include/asm-arm/arch-omap/sdrc.h
` [PATCH E 02/14] OMAP2 SDRC: rename memory.c to sdrc2xxx.c
` [PATCH E 03/14] OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx code
` [PATCH E 04/14] OMAP2 SDRC: add SDRAM timing parameter infrastructure
` [PATCH E 05/14] OMAP3 clock: add omap3_core_dpll_m2_set_rate()
` [PATCH E 06/14] PM: OMAP3: Make sure clk_disable_unused() order is correct
` [PATCH E 07/14] OMAP2/3 clock: use standard set_rate fn in omap2_clk_arch_init()
` [PATCH E 08/14] OMAP clock: move rate recalc, propagation code up to plat-omap/clock.c
` [PATCH E 09/14] OMAP2/3 clock: drop recalc function pointers from fixed rate clocks
` [PATCH E 10/14] OMAP clock: support "dry run" rate and parent changes
` [PATCH E 11/14] OMAP clock: track child clocks
` [PATCH E 12/14] OMAP clock: unnecessary clock flag removal fiesta
` [PATCH E 13/14] OMAP2/3 clock: remove clk->owner
` [PATCH E 14/14] OMAP clock: rearrange clock.h structure order

SSD data reliable vs. unreliable [Was: Re: Data Recovery from SSDs - Impact of trim?]
 2009-01-28 20:28 UTC  (13+ messages)

blacklist Powercom UPSes which are not HIDs but Serial<=>USB things
 2009-01-28 20:27 UTC  (2+ messages)

[Bug 19744] New: 9600M GT support
 2009-01-28 20:26 UTC  (4+ messages)
  ` [Bug 19744] "

What happened to http://www.nsa.gov/selinux/ ????
 2009-01-28 20:26 UTC 

[PATCH 00/17] 2.6.30 queue
 2009-01-28 20:25 UTC  (6+ messages)
` [PATCH 02/17] xfs: make sure to free the real-time inodes in the mount error path
` [PATCH 03/17] xfs: cleanup handling in xfs_swap_extents
  ` [PATCH] xfs: cleanup error "

[PATCH C 00/13] OMAP clock, C of F: DPLL updates
 2009-01-28 19:08 UTC  (14+ messages)
` [PATCH C 01/13] OMAP3 clock: fix DPLL jitter correction and rate programming
` [PATCH C 02/13] OMAP3 clock: DPLL{1,2}_FCLK clksel can divide by 4
` [PATCH C 03/13] OMAP3 clock: convert dpll_data.idlest_bit to idlest_mask
` [PATCH C 04/13] OMAP3 clock: note the bypass source clock for DPLLs
` [PATCH C 05/13] OMAP2/3 clock: fix DPLL rate calculation
` [PATCH C 06/13] OMAP3 clock: DPLLs should enter bypass if new rate is sys_ck
` [PATCH C 07/13] OMAP3 clock: recalculate DPLL subtree after bypass entry/exit
` [PATCH C 08/13] OMAP3 clock: put DPLL into bypass if bypass rate = clk->rate, not hardware rate
` [PATCH C 09/13] OMAP3 clock: fix non-CORE DPLL rate assignment bugs
` [PATCH C 10/13] OMAP3 clock: remove unnecessary dpll_data dereferences
` [PATCH C 11/13] OMAP3 clock: optimize DPLL rate rounding algorithm
` [PATCH C 12/13] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding
` [PATCH C 13/13] OMAP3 clock: disable DPLL autoidle while waiting for DPLL to lock

[U-Boot] [PATCH] mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
 2009-01-28 20:24 UTC  (4+ messages)

[PATCH B 00/10] OMAP clock, B of F: clockdomain, powerdomain updates
 2009-01-28  2:44 UTC  (10+ messages)
` [PATCH B 01/10] OMAP2/3 clock: combine clkdm, clkdm_name into union in struct clk
` [PATCH B 02/10] OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain
` [PATCH B 03/10] OMAP2/3 clockdomains: add CM, PRM, virt_opp_clkdm clockdomains
` [PATCH B 04/10] OMAP3 PRCM: add DPLL1-5 powerdomains, clockdomains; mark clocks
` [PATCH B 06/10] OMAP3 pwrdm: add CORE SAR handling (for USBTLL module)
` [PATCH B 07/10] OMAP3 powerdomains: remove RET from SGX power states list
` [PATCH B 08/10] OMAP: wait for pwrdm transition after clk_enable()
` [PATCH B 09/10] OMAP2/3 clockdomains: autodeps should respect platform flags
` [PATCH B 10/10] OMAP3: PM: Emu_pwrdm is switched off by hardware even when sdti is in use

grub-efi x86_64 on macbook air?
 2009-01-28 20:23 UTC  (5+ messages)

xfs open questions
 2009-01-28 20:22 UTC  (4+ messages)
    ` invalidated gpg signatures (was: Re: xfs open questions)

[PATCH A 00/10] OMAP clock, A of F: preliminaries
 2009-01-28  2:13 UTC  (10+ messages)
` [PATCH A 01/10] OMAP2/3: Add non-CORE DPLL rate set code and M, N programming
` [PATCH A 02/10] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code
` [PATCH A 03/10] OMAP24xx clock: add missing SSI L4 interface clock
` [PATCH A 04/10] OMAP3: move USBHOST SAR handling from clock framework to powerdomain layer
` [PATCH A 05/10] OMAP3 clock: fix 96MHz clocks
` [PATCH A 06/10] OMAP2: Fix definition of SGX clock register bits
` [PATCH A 07/10] OMAP: Add CSI2 clock struct for handling it with clock API
` [PATCH A 08/10] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()
` [PATCH A 10/10] OMAP2: Implement CPUfreq frequency table based on PRCM table

[PATCH 1/4]: net: Allow RX queue selection to seed TX queue hashing
 2009-01-28 20:22 UTC  (3+ messages)

OMAP clock fast-forward: an introduction to six series
 2009-01-28 20:22 UTC 

[PATCH -tip] x86: trampoline_64.S - use predefined constants with simplification
 2009-01-28 20:21 UTC 

(beginner) git rm
 2009-01-28 20:17 UTC  (8+ messages)

[PATCH] AC97: Fix function name type in comment s/updat/update/
 2009-01-28 20:20 UTC 

[PATCH 0/3] ath9k: few reg updates for passive-scan handling
 2009-01-28 20:17 UTC  (4+ messages)
` [PATCH 1/3] ath9k: replace usage of internal wireless_modes for conf
  ` [PATCH 2/3] ath9k: move check for radar freqs into a helper
    ` [PATCH 3/3] ath9k: remove passive scan on 5 GHz if country IE knows better

[U-Boot] Pull request: u-boot-usb
 2009-01-28 20:17 UTC  (2+ messages)

strange USB storage failure with 2.6.29-rc2
 2009-01-28 20:14 UTC  (8+ messages)

Get Current CCID
 2009-01-28 20:13 UTC 

[JGIT PATCH] Add getTaggerIdent, getShortMessage, getFullMessage to RevTag
 2009-01-28 20:10 UTC  (2+ messages)

[Qemu-devel] [PATCH] flush stdout after printing usage()
 2009-01-28 20:10 UTC  (2+ messages)

How do you debug Xen?
 2009-01-28 20:09 UTC  (4+ messages)
` Debugging Xen via serial console

[Buildroot] svn commit: trunk/buildroot/package/xpdf
 2009-01-28 20:09 UTC 

[U-Boot] Pull request u-boot-blackfin.git
 2009-01-28 20:08 UTC  (2+ messages)

Spare disk periodically woken up
 2009-01-28 20:07 UTC 

[Buildroot] [Bug 79] New: No version-number for the Freetype-package
 2009-01-28 20:05 UTC  (4+ messages)
` [Buildroot] [Bug 79] "

[U-Boot] [PATCH] 85xx: Fix compile breakage with MPC8540EVAL
 2009-01-28 20:05 UTC  (2+ messages)

[PATCH] Determine latency from ACPI
 2009-01-27 20:03 UTC 

[mingo@elte.hu: [git pull] headers_check fixes]
 2009-01-28 20:03 UTC  (7+ messages)

WARN_ON message hit on enabling power save
 2009-01-28 19:59 UTC  (2+ messages)

[Qemu-devel] [6466] Fix qemu_malloc
 2009-01-28 20:00 UTC  (4+ messages)
` [Qemu-devel] PATCH: qemu_mallocz(): minus one function and replace calloc() instead malloc()

if (unlikely(...)) == unnecessary?
 2009-01-28 19:59 UTC  (5+ messages)

Spare disk periodically woken up
 2009-01-28 19:58 UTC 

[PATCH 1/1] mmc: add MODALIAS linkage for MMC/SD devices
 2009-01-28 19:58 UTC  (11+ messages)

RFC: "Virtual" native and sdk recipes
 2009-01-28 19:49 UTC  (9+ messages)

memcpy and prefetch
 2009-01-28 19:54 UTC  (4+ messages)

[PATCH v3] cfg80211: add get reg command
 2009-01-28 19:52 UTC 

[linux-dvb] Technotrend Budget S2-3200 Digital artefacts on HDchannels
 2009-01-28 19:52 UTC  (15+ messages)
                ` Re : "

[PATCH] powerpc: Ignore vmlinux.strip
 2009-01-28 19:50 UTC 

[PATCH 0/3] cpu freq: fix problems with work_on_cpu usage in acpi-cpufreq
 2009-01-28 19:44 UTC  (5+ messages)
` [PATCH 2/3] work_on_cpu: Use our own workqueue

2.6.29-rc1 on zaurus (spitz)
 2009-01-28 19:47 UTC  (2+ messages)

[PATCH] firmware: speed up request_firmware()
 2009-01-28 19:45 UTC  (3+ messages)

[Qemu-devel] [PATCH] Silence half of warnings in MinGW
 2009-01-28 19:43 UTC 

[PATCH 05/10] omap mailbox: fix empty struct device for omap1
 2009-01-28 19:41 UTC  (5+ messages)

Linux 2.6.29-rc3
 2009-01-28 19:41 UTC 

[PATCH] powerpc/fsl: Ensure PCI_QUIRKS are enabled for FSL_PCI
 2009-01-28 19:26 UTC 

[Patch 00/14] GRU Driver Patches
 2009-01-28 19:36 UTC  (4+ messages)
` [Patch 01/14] Add definitions of x86_64 GRU MMRs
    ` [PATCH] - Exclude UV definitions on 32-bit x86

[RFC][PATCH 00/11] Android PM extensions
 2009-01-28 19:34 UTC  (8+ messages)
` [PATCH 01/11] PM: Add wake lock api
  ` [PATCH 02/11] PM: Add early suspend api
    ` [PATCH 03/11] PM: Implement wakelock api
      ` [PATCH 04/11] PM: Implement early suspend api
        ` [PATCH 05/11] PM: Enable early suspend through /sys/power/state

Linux 2.6.27.13
 2009-01-28 19:33 UTC  (5+ messages)

[ath9k-devel] ath9k WMP300nv2 (AR5416)
 2009-01-28 19:33 UTC  (4+ messages)

Which version of preempt_realtime to use?
 2009-01-28 19:32 UTC  (5+ messages)

[PATCH 0/2] Android PM fixes
 2009-01-28 19:30 UTC  (4+ messages)
` [PATCH 1/2] PM: Wait for console in resume
  ` [PATCH 2/2] PM: Fix suspend_console/resume_console to use only one semaphore

Au1550 with kernel linux-2.6.28.1
 2009-01-28 19:28 UTC  (7+ messages)
      ` Au1550 with kernel linux-2.6.28.1 (SOLVED)
        ` Au1550 with kernel linux-2.6.28.1 PCI Cardbus mappings too large
          ` (SOLVED) Re: Au1550 with kernel linux-2.6.28.1 PCI Cardbus mappings too large (SOLVED)

inline asm semantics: output constraint width smaller than input
 2009-01-28 19:27 UTC  (10+ messages)
    ` [LLVMdev] "

[PATCH 0/9] Omap fixes for 2.6.29-rc series, also one arm generic fix
 2009-01-28 19:27 UTC  (11+ messages)
` [PATCH 1/9] ARM: Do early I/O mapping if spinlock debugging is enabled
` [PATCH 2/9] ARM: OMAP: Fix McBSP spin_lock deadlock
` [PATCH 6/9] ARM: OMAP: Fix hsmmc init
` [PATCH 8/9] ARM: OMAP: Mask interrupts when disabling interrupts
    ` [PATCH 8/9] ARM: OMAP: Mask interrupts when disabling interrupts, v2

+ hp-wmi-fix-error-path-in-hp_wmi_bios_setup.patch added to -mm tree
 2009-01-28 19:26 UTC 

[PATCH] drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logic
 2009-01-28 19:25 UTC 

[Bugme-new] [Bug 12560] New: crash in hp_wmi_bios_setup (hp-wmi driver)
 2009-01-28 19:24 UTC 

memory dump file still opened after vm restore
 2009-01-28 19:24 UTC 

[PATCH 1/3] Driver for user access to internal clocks
 2009-01-28 19:20 UTC  (7+ messages)

iptables, ipsec, and host2host
 2009-01-28 19:20 UTC 

HVR-950q asking for analog support
 2009-01-28 19:19 UTC 

MPIC Timers as clocksource
 2009-01-28 19:17 UTC  (4+ messages)

[PATCH] Makefile: Make 'configure --with-expat=path' actually work
 2009-01-28 19:13 UTC  (2+ messages)

[cron job] WARNINGS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build
 2009-01-28 19:14 UTC 

[U-Boot] [PATCH] ppc4xx: Fixt initialization of SDRAM_CODT register in ppc_4xx_ddr2.c
 2009-01-28 19:12 UTC  (2+ messages)

[PATCH] : Fix compilation warnings in fs/nfsd/nfs4state.c
 2009-01-28 19:11 UTC  (2+ messages)

[PATCH v2] report IRQ injection status to userspace
 2009-01-28 19:09 UTC  (7+ messages)

[ofa-general] NetEffect, iw_nes and kernel warning
 2009-01-28 19:05 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] Enhance kvm cpuid
 2009-01-28 19:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] expose paravirt feature list to cpuid
  ` [Qemu-devel] [PATCH 2/3] convert cpuid registration to KVM_SET_CPUID2
    ` [Qemu-devel] [PATCH 3/3] mask out forbidden cpuid features

Bad objects error since upgrading GitHub servers to 1.6.1
 2009-01-28 19:00 UTC  (15+ messages)

[PATCH 0/5] virtio_net: Add MAC and VLAN filtering
 2009-01-28 19:02 UTC  (4+ messages)
  ` [PATCH 2/5] virtio_net: Add a virtqueue for outbound control commands

Does KVM PCI Device Assignment allow guests to access firewire?
 2009-01-28 18:58 UTC  (5+ messages)

Is it bad to let a signal handler stay alive for a long time
 2009-01-28 18:58 UTC 

[U-Boot] IP_t should be a "packed" struct
 2009-01-28 18:58 UTC  (4+ messages)

[PATCH v3 1/2] git-am: emit usage when called w/o arguments and w/o patch on stdin
 2009-01-28 18:52 UTC  (2+ messages)

[U-Boot] [PATCH] saveenv: standardize enablement
 2009-01-28 18:54 UTC  (3+ messages)
` [U-Boot] [PATCH] SPD823TS: do not define CONFIG_CMD_ENV

[PATCH v2] cfg80211: add get reg command
 2009-01-28 18:52 UTC  (3+ messages)

[RFC PATCH v2 0/2] mac80211: ps-poll implementation
 2009-01-28 18:52 UTC  (5+ messages)
` [RFC PATCH v2 2/2] mac80211: use ps-poll when dynamic power save mode is disabled


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.