All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-04 15:40:04 to 2009-03-04 17:37:49 UTC [more...]

[RFC][PATCH] tracing: block events
 2009-03-04 17:37 UTC  (3+ messages)

[PATCH] xen: core dom0 support
 2009-03-04 17:34 UTC  (9+ messages)

[v2 PATCH 0/4] timers: framework for migration between CPU
 2009-03-04 17:33 UTC  (8+ messages)
` [v2 PATCH 4/4] timers: logic to enable timer migration

[PATCH 1/2] smsc911x: check for FFWD success before checking for timeout
 2009-03-04 17:33 UTC  (2+ messages)
` [PATCH 2/2] smsc911x: improve EEPROM loading timeout logic in open

[PATCH] xfsprogs: add projects(5) and projid(5) manpages
 2009-03-04 17:32 UTC  (2+ messages)

[PATCH] cirrusfb: fix clock doubling
 2009-03-04 17:38 UTC 

xfs: use generic Posix ACL code
 2009-03-04 17:30 UTC  (2+ messages)

2.6.27.14: BUG: lock held when returning to user space!
 2009-03-04 17:28 UTC  (6+ messages)

Linux/Opie/Angstroem on Fujitsu Siemens Loox 420
 2009-03-04 17:25 UTC  (2+ messages)

Dracut on different distros?
 2009-03-04 17:28 UTC  (6+ messages)

[PATCH 1/3] ALSA: hda - Add 4 channel mode for 3stack-hp model (ALC888)
 2009-03-04 17:22 UTC 

[PATCH 2/3] ALSA: hda - Add headphone automute support for 3stack-hp model (ALC888)
 2009-03-04 17:22 UTC 

[PATCH 3/3] ALSA: hda - Map 3stack-hp model (ALC888) for HP Educ.ar
 2009-03-04 17:22 UTC 

[Lustre-devel] LustreFS performance
 2009-03-04 17:28 UTC  (4+ messages)

[patch] fix parallel build failures in xfsprogs-3.0.0
 2009-03-04 17:27 UTC  (5+ messages)

[U-Boot] [PATCH] CONFIG_PRINT_TIME: Measuring boot time
 2009-03-04 17:26 UTC  (2+ messages)

[RFC] atomic highmem kmap page pinning
 2009-03-04 17:26 UTC  (4+ messages)

Merging RPM support from Poky
 2009-03-04 17:21 UTC  (77+ messages)
` [PATCH 01/70] rpm: drop 4.4
` [PATCH 02/70] rpm/rpm-native: Add recipe for 4.4.2.3 (from Poky)
` [PATCH 03/70] rpm: Patch out some Makefile strangeness causing build failures "
` [PATCH 04/70] rpm: Enable python extensions and improve cross compiling patches "
` [PATCH 05/70] rpm: Tweak patches to remove popt problem "
` [PATCH 06/70] rpm: Add recommends support from suse rpm patches "
` [PATCH 07/70] rpm-native: Set varprefix to get the rpm database in a sane location "
` [PATCH 08/70] rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc failures during parsing "
` [PATCH 09/70] rpm: Add missing patches "
` [PATCH 10/70] rpm: Add python module packaging "
` [PATCH 11/70] beecrypt: get patch from Poky to fix building on 64bit machines
` [PATCH 12/70] Drop pointless rpm_core class. (from Poky)
` [PATCH 13/70] Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients "
` [PATCH 14/70] Add yum-native and createrepo "
` [PATCH 15/70] createrepo-native: Add fix for empty data fields when creating repositories "
` [PATCH 16/70] createrepo-native: added dependency on Python "
` [PATCH 17/70] yum-native: Add patch to fix install paths "
` [PATCH 18/70] yum-native: Add some hacks to make yum work better in the cross build case "
` [PATCH 19/70] yum-native: add depends on libxml2-native "
` [PATCH 20/70] yum-native: Add NOPOST and NOTRIGGERS flags when installing packages "
` [PATCH 21/70] yum-native: Add extract-postinst.awk script for use during rootfs generation "
` [PATCH 22/70] yum-metadata-parser-native: depend on GLib 2.0 native "
` [PATCH 23/70] yum: Add yum-install-recommends.py script to handle installing Recommends "
` [PATCH 24/70] yum: added 3.2.18 "
` [PATCH 25/70] yum-metadata-parser: fixed dependencies "
` [PATCH 26/70] yum: do not hardcode arm architecture - rootfs_rpm provide arch info "
` [PATCH 27/70] yum: Don't apply hacks.patch, its only needed for the native version "
` [PATCH 28/70] yum-native: Fix hacks.patch to handle architecture detection issues "
` [PATCH 29/70] yum: fixed packaging "
` [PATCH 30/70] yum: added all required Python modules to dependencies "
` [PATCH 31/70] fakechroot: fix duplicated readlink "
` [PATCH 32/70] package_rpm.bbclass: Update against recent packaging changes and start to implement dependency handling. "
` [PATCH 33/70] Add rootfs_rpm.bbclass, a start at image generation from rpms. Its not expected to be entirely functional yet. "
` [PATCH 34/70] rootfs_rpm.bbclass: ship rpm and yum in target images "
` [PATCH 35/70] package_rpm.bbclass: Fix empty package handling, handle package dependency renaming by adding a missing function call and expand RPMBUILD before changing the dictonary so local PV/PR changes don't break the WORKDIR variable expansion "
` [PATCH 36/70] package_rpm.bbclass: Stop autogenerated dependencies for now, its not functioning correctly "
` [PATCH 37/70] package_rpm.bbclass: files needs to start from / "
` [PATCH 38/70] package_rpm.bbclass: Fix problems with package version with '-' in the version (replace with '+'), improve the Requires and Recommends generation code "
` [PATCH 39/70] package_rpm.bbclass: Add support for postinst and preinst scripts "
` [PATCH 40/70] package_rpm.bbclass: Improve handling of '-' characters in Requires and Recommends fields "
` [PATCH 41/70] package_rpm.bbclass: Fix package version fixing for PKG renamed packages "
` [PATCH 42/70] package_rpm.bbclass: Fix dependency rebuilding bug "
` [PATCH 43/70] package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for packaging "
` [PATCH 44/70] rootfs_rpm.bbclass: Remove the feed directory before packaging the image "
` [PATCH 45/70] rootfs_rpm.bbclass: Add basic postinstall handling during image creation "
` [PATCH 46/70] rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run any leftover postinstalls on real hardware at first boot "
` [PATCH 47/70] rootfs_rpm.bbclass: Add recommends handling "
` [PATCH 48/70] rootfs_rpm.bbclass: Set YUM_ARCH_FORCE "
` [PATCH 49/70] rootfs_rpm.bbclass: remove lock files to get rpm working on device "
` [PATCH 50/70] rootfs_rpm.bbclass: remove temporary yum config - rootfs has one from yum package "
` [PATCH 51/70] rootfs_rpm.bbclass: added generation of feed entries "
` [PATCH 52/70] classes: Split rpm feeds by PACKAGE_ARCH "
` [PATCH 53/70] packaged-staging.bbclass: Add rpm package coverage "
` [PATCH 54/70] rootfs_rpm.bbclass: use more efficient way to copy packages "
` [PATCH 55/70] rootfs_rpm: set target architecture and do not tell yum which arch we will use "
` [PATCH 56/70] rootfs_rpm.bbclass: fix platform so rpm will be usable on device "
` [PATCH 57/70] rootfs_rpm.bbclass: added code to generate images from feeds "
` [PATCH 58/70] python: Fix -native package staging functions "
` [PATCH 59/70] package_rpm.bbclass: Don't use the system wide RPM macros. "
` [PATCH 60/70] package_rpm.bbclass: Add support for postinst and preinst scripts "
` [PATCH 61/70] openssl-native: make sure that PACKAGES will be empty (proper way)
` [PATCH 62/70] base.bbclass: Add read_subpkgdata_dict function (from Poky)
` [PATCH 63/70] package.bbclass: Write out extra useful data into the pkgdata files "
` [PATCH 64/70] package_rpm.bbclass: fix indentation
` [PATCH 65/70] rpm-native: add Python 2.6
` [PATCH 66/70] package_rpm.bbclass: fix syntax errors
` [PATCH 68/70] libxml2-native: really enable Python extension
` [PATCH 69/70] package_rpm.bbclass: save RPROVIDES in packages
` [PATCH 70/70] rootfs_rpm.bbclass: remove two functions (need rewrite for RPM)

[PATCH] cipso: subtraction on unsigned hdr_delta
 2009-03-04 17:25 UTC  (2+ messages)

TT S2-3200 and CAMs
 2009-03-04 17:23 UTC  (2+ messages)

XFS status update for February 2009
 2009-03-04 17:22 UTC  (2+ messages)

[PATCH] generic driver for rotary encoders on GPIOs
 2009-03-04 17:20 UTC  (6+ messages)

[PATCH 0/5] [RFC] binary reading of ftrace ring buffers
 2009-03-04 17:19 UTC  (3+ messages)

Results of the 'dropping support for kernels <2.6.22' poll
 2009-03-04 17:17 UTC  (2+ messages)

[PATCH 0/6] [KBUILD] configuration system improvements
 2009-03-04 17:18 UTC  (7+ messages)

U-Boot image
 2009-03-04 16:52 UTC  (2+ messages)

[Bug 12815] New: JBD: barrier-based sync failed on dm-1:8 - disabling barriers -- and then hang
 2009-03-04 17:15 UTC  (3+ messages)
` [Bug 12815] "

[Lustre-devel] Fast checkpoints in Lustre today, at essentially zero cost
 2009-03-04 17:14 UTC 

[lm-sensors] support phenom cpu
 2009-03-04 17:11 UTC 

[RFC][PATCH 00/11] Android PM extensions
 2009-03-04 17:10 UTC  (5+ messages)
` [PATCH 01/13] PM: Add wake lock api

Mysteriously slow writes SiI 3124
 2009-03-04 17:10 UTC  (3+ messages)

[patch] HID: add support for another version of 0e8f:0003 device in hid-pl
 2009-03-04 17:09 UTC 

[SPAM] Online Job Available
 2009-03-04 17:09 UTC 

x86-tip: cpufreq breakage - bisection fingers 89c9215165ca609096e845926d9a18f1306176a4
 2009-03-04 17:08 UTC  (11+ messages)

Overlays and kernel question
 2009-03-04 16:59 UTC  (2+ messages)

Setting individual GPIO registers
 2009-03-04 17:02 UTC  (2+ messages)

linux-next: Tree for March 4
 2009-03-04 16:57 UTC  (2+ messages)
` [PATCH -next] media/dm1105: uses ir_* functions, select VIDEO_IR

dbus reading /proc/X/cmdline
 2009-03-04 16:52 UTC  (5+ messages)

[PATCH 1/3] [MTD] Flex-OneNAND support
 2009-03-04 16:50 UTC  (4+ messages)

[PATCH] b43: Fix compilation for devices without PCI core
 2009-03-04 16:51 UTC  (2+ messages)

percpu allocator vs reclaim
 2009-03-04 16:49 UTC  (3+ messages)

[patch][smack][2.6.29-rc] fixes for unlabeled host support
 2009-03-04 16:47 UTC  (3+ messages)

[Buildroot] [Bug 143] New: Convert php package to Makefile.autotools.in and a ton of other improvements
 2009-03-04 16:48 UTC 

PHY not found after migration of gianfar driver to an of_platform_driver
 2009-03-04 16:47 UTC  (9+ messages)

2.6.29-rc6-git7: Reported regressions from 2.6.28
 2009-03-04 16:47 UTC  (4+ messages)
` [Bug #12806] i915 broken STR

Re: [PATCH]Add a flag for shadow pages
 2009-03-04 16:45 UTC  (5+ messages)

[RFC] renaming packages/ to recipes/
 2009-03-04 16:38 UTC  (4+ messages)

Academic Project
 2009-03-04 16:41 UTC  (11+ messages)

[PATCH, RFC] MIPS: Implement the getcontext API
 2009-03-04 16:36 UTC  (6+ messages)

operation failure on delete
 2009-03-04 16:16 UTC 

[Bridge] 802.11 bridge issue elaboration
 2009-03-04 16:38 UTC 

[WIP] crypto: add support for Orion5X crypto engine
 2009-03-04 16:35 UTC  (3+ messages)

[PATCH] Support up to 256 SCSI disks on Linux
 2009-03-04 16:35 UTC 

2.6.29-rc: PM notifiers are not called during hibernation
 2009-03-04 16:33 UTC  (4+ messages)

[PATCH] Btrfs: group metadata allocations with the root
 2009-03-04 16:33 UTC 

ext3 warning from mark_buffer_dirty after aborting journal
 2009-03-04 16:29 UTC  (2+ messages)

delta filesystem prototype
 2009-03-04 16:23 UTC  (15+ messages)
  ` [fuse-devel] "

[ath9k-devel] [RFC] ath9k: use correct init values for ar9100 devices
 2009-03-04 16:20 UTC  (7+ messages)

[refpolicy] kernel_filesystem.patch
 2009-03-04 16:16 UTC  (2+ messages)

[SPAM] Dear patient, we would like to advice you Canadian Chemis for all your health needs
 2009-03-04 16:16 UTC 

[Bug 11646] New: QLA2xxx: Kernel deadlock on high load somewhere after 2.6.20
 2009-03-04 16:14 UTC  (2+ messages)
` [Bug 11646] "

[Patch 3/5] Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
 2009-03-04 16:13 UTC  (4+ messages)

[U-Boot] [PATCH] ppc: Increase precision of ticks2usec
 2009-03-04 16:08 UTC 

ATAPI question
 2009-03-04 16:03 UTC  (9+ messages)

[PATCH] x86, math-emu: fix init_fpu for task != current
 2009-03-04 16:01 UTC  (3+ messages)

[PATCH] Make the 'lock file exists' error more informative
 2009-03-04 15:54 UTC  (2+ messages)

[RFC] [Patch] Fix device_move() vs. dpm list ordering, v2
 2009-03-04 15:59 UTC  (2+ messages)

[PATCH 1/7]: Fix sparc64 setjmp implementation
 2009-03-04 15:58 UTC  (4+ messages)

I want to suggest this page to you
 2009-03-04 15:42 UTC 

fsx-linux loosing mmap() writes under memory pressure
 2009-03-04 15:55 UTC  (2+ messages)

Fw: Re: Problems with load the most recent 2.6.29-rc6 & Xen unstable on ASUS P5K Premium
 2009-03-04 15:55 UTC  (2+ messages)

[PATCH 1/1] ipc namespace: initialize init_ipc_ns.count to 1
 2009-03-04 15:52 UTC 

[PATCH #upstream-fixes, -stable] ata_piix: add workaround for Samsung DB-P70
 2009-03-04 15:52 UTC  (4+ messages)

Is there please a build of reiser4.ko against kernel-default-base-2.6.29x
 2009-03-04 15:51 UTC  (2+ messages)

ahci fails with SATA DVD drive, IDE mode works
 2009-03-04 15:51 UTC  (11+ messages)

[oe-commits] Koen Kooi : angstrom 2009.X: bump automake-native to 1.10. 2 since some idiot deleted 1.10
 2009-03-04 15:43 UTC  (12+ messages)

Lock binairy files in Git
 2009-03-04 15:41 UTC  (2+ messages)

[PATCH 01/18] ide: add ->read_sff_dma_status method
 2009-03-04 15:43 UTC  (6+ messages)
` [PATCH 13/18] ide: use ->tf_load in SELECT_DRIVE()

Which dracut repo?
 2009-03-04 15:43 UTC  (2+ messages)

Compile OE on Sun Ultrasparc 64 architecture?
 2009-03-04 15:36 UTC  (2+ messages)

[Patch 1/5] Network Drop Monitor: Add netlink protocol identifer
 2009-03-04 15:39 UTC  (4+ messages)


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.