messages from 2011-04-01 01:07:35 to 2011-04-01 04:31:58 UTC [more...]
[PATCH 00/46] Enhance uclibc support
2011-04-01 4:29 UTC (31+ messages)
` [PATCH 01/46] sanity.bbclass: Use SSTATE_MANIFESTS instead of hard coding sstate-control
` [PATCH 02/46] classes: Use virtual/libintl instead of gettext
` [PATCH 03/46] classes: Use linux-uclibceabi instead of linux-uclibgnuceabi for os portion of triplet
` [PATCH 04/46] site: Add mips-linux-uclibc site file and add to x86_64-linux-uclibc
` [PATCH 05/46] conf/distro/poky.conf: Use -uclibceabi instead of -uclibgnuceabi
` [PATCH 06/46] recipes: Use -uclibceabi instead of -uclibcgnueabi
` [PATCH 07/46] libiconv: update from 1.9.2 -> 1.11.1
` [PATCH 08/46] avahi.inc: Conditionalize RECOMMENDS by using overrides
` [PATCH 09/46] galago: inherit gettext class instead of adding gettext to DEPENDS directly
` [PATCH 10/46] telepathy-glib_0.13.6.bb: "
` [PATCH 11/46] console-tools_0.3.2.bb: inherit gettext
` [PATCH 12/46] coreutils_6.9.bb: Remove gettext from DEPENDS
` [PATCH 13/46] gettext_0.17.bb: Use linux-uclibceabi instead of linux-uclibcgnueabi
` [PATCH 14/46] glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDS
` [PATCH 15/46] util-linux.inc: remove virtual/libintl "
` [PATCH 16/46] binutils: Use arm*-*-linux-uclibceabi instead of arm*-*-linux-uclibcgnueabi
` [PATCH 17/46] bison: Make compilable on uclibc
` [PATCH 19/46] libpam_1.1.3.bb: Fix compilation on uclibc when innetgr is absent
` [PATCH 20/46] alsa-utils_1.0.23.bb: Remove xmlto requirement
` [PATCH 21/46] liboil_0.3.17.bb: Enable x86_64 unaligned memory access
` [PATCH 22/46] e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS directly
` [PATCH 23/46] flex.inc: "
` [PATCH 24/46] elfutils_0.148.bb: Fix compilation issues on uclibc
` [PATCH 25/46] gcc-runtime_4.5.1.bb: Do not filter out -feliminate-dwarf2-dups
` [PATCH 26/46] perl_5.12.2.bb: By defualt undefine features not found in uclibc
` [PATCH 27/46] xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directly
` [PATCH 28/46] xorg-lib: "
` [PATCH 29/46] attr: Fix compilation on uclibc
` [PATCH 30/46] sed: inherit gettext class instead of adding gettext to DEPENDS directly
` [PATCH 31/46] chkconfig_1.3.49.bb: "
A small series of iptables userspace cleanups
2011-04-01 4:27 UTC (17+ messages)
` [PATCH 01/17] man pages: allow underscores in match and target names
` [PATCH 02/17] mark newly opened fds as FD_CLOEXEC (close on exec)
` [PATCH 03/17] xtables_ip6addr_to_numeric: fix typo in comment
` [PATCH 04/17] Delay (statically built) match/target initialization
` [PATCH 05/17] v4: rename init_extensions() to init_extensions4()
` [PATCH 07/17] xtables.h: init_extensions() no longer exists
` [PATCH 08/17] v4: rename for_each_chain() to for_each_chain4()
` [PATCH 09/17] v6: rename for_each_chain() to for_each_chain6()
` [PATCH 10/17] v4: rename flush_entries() to flush_entries4()
` [PATCH 11/17] v6: rename flush_entries() to flush_entries6()
` [PATCH 12/17] v4: rename delete_chain() to delete_chain4()
` [PATCH 13/17] v6: rename delete_chain() to delete_chain6()
` [PATCH 14/17] v4: rename print_rule() to print_rule4()
` [PATCH 15/17] v6: rename print_rule() to print_rule6()
` [PATCH 16/17] v4: rename do_command() to do_command4()
` [PATCH 17/17] v6: rename do_command() to do_command6()
[RELEASE] LTTng 0.248 for kernel 2.6.38.2
2011-04-01 4:28 UTC
[PATCH] xfs: Remove unused variable ‘bdi’
2011-04-01 4:27 UTC (2+ messages)
stat -L triggering mount (behavior change starting with 2.6.38-rc1)
2011-04-01 4:27 UTC (2+ messages)
[PATCH] net/bridge: Fix wrong return-no-vaule
2011-04-01 4:24 UTC (2+ messages)
` [Bridge] "
[PATCH 0/5] x86 idle cruft removal
2011-04-01 4:24 UTC (4+ messages)
` [PATCH 0/9] x86 idle cruft removal - v2
[U-Boot] DSN: failed (Returned mail: see transcript for details)
2011-04-01 4:16 UTC
[Qemu-devel] [0/27] Implement emulation of pSeries logical partitions (v6)
2011-04-01 4:15 UTC (27+ messages)
` [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code
` [Qemu-devel] [PATCH 02/27] Allow qemu_devtree_setprop() to take arbitrary values
` [Qemu-devel] [PATCH 03/27] Add a hook to allow hypercalls to be emulated on PowerPC
` [Qemu-devel] [PATCH 04/27] Implement PowerPC slbmfee and slbmfev instructions
` [Qemu-devel] [PATCH 05/27] Implement missing parts of the logic for the POWER PURR
` [Qemu-devel] [PATCH 06/27] Correct ppc popcntb logic, implement popcntw and popcntd
` [Qemu-devel] [PATCH 07/27] Clean up slb_lookup() function
` [Qemu-devel] [PATCH 08/27] Parse SDR1 on mtspr instead of at translate time
` [Qemu-devel] [PATCH 09/27] Use "hash" more consistently in ppc mmu code
` [Qemu-devel] [PATCH 10/27] Better factor the ppc hash translation path
` [Qemu-devel] [PATCH 11/27] Support 1T segments on ppc
` [Qemu-devel] [PATCH 12/27] Add POWER7 support for ppc
` [Qemu-devel] [PATCH 13/27] Start implementing pSeries logical partition machine
` [Qemu-devel] [PATCH 14/27] Implement the bus structure for PAPR virtual IO
` [Qemu-devel] [PATCH 15/27] Virtual hash page table handling on pSeries machine
` [Qemu-devel] [PATCH 16/27] Implement hcall based RTAS for pSeries machines
` [Qemu-devel] [PATCH 17/27] Implement assorted pSeries hcalls and RTAS methods
` [Qemu-devel] [PATCH 18/27] Implement the PAPR (pSeries) virtualized interrupt controller (xics)
` [Qemu-devel] [PATCH 19/27] Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interrupts
` [Qemu-devel] [PATCH 20/27] Add (virtual) interrupt to PAPR virtual tty device
` [Qemu-devel] [PATCH 21/27] Implement TCE translation for sPAPR VIO
` [Qemu-devel] [PATCH 22/27] Implement sPAPR Virtual LAN (ibmveth)
` [Qemu-devel] [PATCH 23/27] Implement PAPR CRQ hypercalls
` [Qemu-devel] [PATCH 24/27] Implement PAPR virtual SCSI interface (ibmvscsi)
` [Qemu-devel] [PATCH 25/27] Add a PAPR TCE-bypass mechanism for the pSeries machine
` [Qemu-devel] [PATCH 26/27] Implement PAPR VPA functions for pSeries shared processor partitions
different behaviour of autofs
2011-04-01 4:14 UTC (2+ messages)
[PATCH] Raise default hard ulimit on number of files to 4096
2011-04-01 4:13 UTC (4+ messages)
` [PATCH V2] "
[RFC PATCH V4 0/5] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel
2011-04-01 4:09 UTC (22+ messages)
` [RFC PATCH V4 4/5] cpuidle: driver for xen
` [Xen-devel] "
` "
` [RFC PATCH V4 5/5] cpuidle: cpuidle driver for apm
` cpuidle asymmetry (was Re: [RFC PATCH V4 5/5] cpuidle: cpuidle driver for apm)
[PATCH v3] net: Allow no-cache copy from user on transmit
2011-04-01 4:05 UTC (3+ messages)
[PWM v9 0/3] Implement a generic PWM framework
2011-04-01 3:59 UTC (4+ messages)
` [PWM v9 1/3] PWM: "
` [PWM v9 2/3] PWM: GPIO+hrtimer device emulation
` [PWM v9 3/3] PWM: Atmel PWMC driver
[LSF/FS TOPIC] Ext4 snapshots status update
2011-04-01 3:58 UTC (9+ messages)
` [Lsf-pc] "
[PATCH] kernel: Fix style problems in fork.c
2011-04-01 3:47 UTC (3+ messages)
[PATCH V3 2/6] dmaengine: change the flags of request_irq()
2011-04-01 3:47 UTC (8+ messages)
` [PATCH V3 2/6] dmaengine: add interrupt check for GPMI controller
[PATCH 1/9] ARM: pxa: add clk_set_rate()
2011-04-01 3:45 UTC (11+ messages)
` [PATCH 2/9] ARM: pxa: enable sparsemem in saarb
` [PATCH 3/9] ARM: mmp: remove redundant macro definition in mfp
` [PATCH 4/9] ARM: pxa: use gpio reset
` [PATCH 5/9] ARM: mmp: set correct uart according to board
` [PATCH 6/9] ARM: mmp: update the reset implementation
` [PATCH 7/9] ARM: pxa: align NR_BUILTIN_GPIO with GPIO interrupt number
` [PATCH 8/9] ARM: mmp: align NR_BUILTIN_GPIO with gpio "
` [PATCH 9/9] ARM: mmp: enable max7312 gpio expander in dkb
Debug Kernel Crash
2011-04-01 3:37 UTC (4+ messages)
[U-Boot] hi
2011-04-01 3:35 UTC
Failure while running bitbake: gcc-4.5.0.tar.bz2 seems to be corrupted
2011-04-01 3:30 UTC
Requirement of Linux port
2011-04-01 3:30 UTC
[RFC PATCH 4/5] RCU: Add TASK_RCU_OFFSET
2011-04-01 3:28 UTC (22+ messages)
[PATCH 0/1][PULL] Add gstreamer souphttpsrc library
2011-04-01 3:24 UTC (2+ messages)
` [PATCH 1/1] gst-meta-base: Support http/https remote streams
linux-next: Tree for April 1
2011-04-01 3:25 UTC
Lenovo Thinkpad Edge: suspend to ram works, but wake up not
2011-04-01 2:10 UTC
[PATCH 0/3] Unmapped page cache control (v5)
2011-04-01 3:18 UTC (6+ messages)
[LSF][MM] rough agenda for memcg
2011-04-01 3:18 UTC (6+ messages)
` [Lsf] "
bad packets in monitor mode with ar9170 devices
2011-04-01 3:12 UTC
[RFC PATCH] rtl8187: Fix led support for rfkill
2011-04-01 3:12 UTC (9+ messages)
Commit 7eaceaccab5f40 causing boot hang
2011-04-01 3:11 UTC (11+ messages)
[PATCH 0/6] Support for Netlogic XLR/XLS processors
2011-04-01 3:08 UTC (7+ messages)
` [PATCH 1/6] Netlogic XLR/XLS processor IDs
` [PATCH 2/6] mach-netlogic include directory and files
` [PATCH 3/6] Cache support, TLB support, asm/module.h entry
` [PATCH 4/6] Platform files for XLR/XLS processor support
` [PATCH 5/6] Kconfig and Makefile update for Netlogic XLR/XLS
` [PATCH 6/6] Add default configuration for XLR/XLS processors
Linux 2.6.38 freeze because of sound/core/pcm_lib.c commit 59ff878ffb26bc0be812ca8295799164f413ae88
2011-04-01 3:05 UTC (6+ messages)
[snd-asihpi 0/8] Updates to snd-asihpi driver
2011-04-01 2:59 UTC (9+ messages)
` [snd-asihpi 1/8] Clock source is neither capture nor playback. Add spaces to control name string for consistency
` [snd-asihpi 2/8] Debug print full substream ID. Other minor debug print updates
` [snd-asihpi 3/8] More forgiving handling of card playback drained status
` [snd-asihpi 4/8] Allow older non DMA capable cards to use MMAP. Emulate the DMA using read and write functions, get rid of copy & silence callbacks that were used only by older cards
` [snd-asihpi 5/8] Remove 2 unused functions
` [snd-asihpi 6/8] Define pcm_debug_name if CONFIG_SND_DEBUG
` [snd-asihpi 7/8] Replace subsys_delete_adapter with adapter_delete This allows some special-case code to be removed
` [snd-asihpi 8/8] Minor cleanups including %pR to print resource
[PATCH 0/4] pci: Speed up processing of IOMMU related functions
2011-04-01 2:57 UTC (4+ messages)
` [PATCH 4/4] Intel pci: Use coherent DMA mask when requested
Lenovo Thinkpad Edge: suspend to ram works, but wake up not
2011-04-01 2:10 UTC
[PATCH v5 10/10] nl80211: return mesh capabilities
2011-04-01 1:49 UTC (2+ messages)
` [PATCH] nl80211: report "
[linux-lvm] copy lv from lv?
2011-04-01 2:46 UTC (6+ messages)
[PATCH] mwifiex: remove unused macros in decl.h and main.h
2011-04-01 2:50 UTC
[Ocfs2-devel] [PATCH 1/3] VFS/ioctl: Add punching-hole support to ioctl()
2011-04-01 2:46 UTC (4+ messages)
` [Ocfs2-devel] [PATCH 3/3] Ocfs2: Cleanup for OCFS2_IOC_RESVSP & OCFS2_IOC_UNRESVSP
[U-Boot] mpq101 board broken
2011-04-01 2:44 UTC (2+ messages)
[PATCH net-next-2.6 v1] sctp: Add Auto-ASCONF support
2011-04-01 2:41 UTC (5+ messages)
How to exclude a package from a rootfs?
2011-04-01 2:37 UTC
[PATCH 0/3] Posix Alarm Timers patchqueue
2011-04-01 2:38 UTC (4+ messages)
` [PATCH 1/3] timers: Add rb_init_node() to allow for stack allocated rb nodes
` [PATCH 2/3] timers: Introduce in-kernel alarm-timer interface
` [PATCH 3/3] timers: posix interface for alarm-timers
readdirplus/getattr
2011-04-01 2:37 UTC (2+ messages)
How to grab HID data?
2011-04-01 0:54 UTC
[PATCH] MAINTAINERS: add mm/page_cgroup.c into memcg subsystem
2011-04-01 2:29 UTC (2+ messages)
system freeze when processor.ko is loaded during boot
2011-04-01 2:26 UTC (7+ messages)
` "
Kernel panic nf_nat_setup_info+0x5b3/0x6e0
2011-04-01 2:02 UTC (9+ messages)
[PATCH] kexec, x86: fix kexec when boot_params.hardware_subarch != 0
2011-04-01 2:00 UTC (6+ messages)
` [PATCH V2] "
` [PATCH V2] kexec, x86: fix kexec when?boot_params.hardware_subarch "
linux-next: build failure after merge of the tip tree
2011-04-01 2:00 UTC
appletalk oops
2011-04-01 1:58 UTC (2+ messages)
[PATCH 1/2] blame: add --abbrev command line option
2011-04-01 1:54 UTC (2+ messages)
` [PATCH 2/2] blame: honor core.abbrev
[PATCH] ARM: BUG() dies silently
2011-04-01 1:47 UTC (3+ messages)
[PATCH 1/2] Btrfs: fix OOPS of empty filesystem after balance
2011-04-01 1:47 UTC (5+ messages)
[GIT PULL] omap changes for v2.6.39 merge window
2011-04-01 1:42 UTC (16+ messages)
Problems with stale .keep files on git server
2011-04-01 1:41 UTC (5+ messages)
` [PATCH 1/2] index-pack: Create .keep files with same permissions and .pack/.idx
` [RFC/PATCH 2/2] repack: Remove stale .keep files before repacking
[PATCH] drm/i915: read/write IOCTLs
2011-04-01 1:39 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/2] [DOCS] Poky Ref Updates
2011-04-01 1:39 UTC (3+ messages)
` [PATCH 1/2] documentation/poky-ref-manual/poky-ref-manual.xml: Updated rev-history table
` [PATCH 2/2] documentation/poky-ref-manual/development.xml: Edits for Eclipse and Anjuta
[PATCH 0/4] fix hang in git push when pack-objects fails
2011-04-01 1:35 UTC (6+ messages)
` [PATCH 1/4] teach wait_or_whine a "quiet" mode
[Lsf] Preliminary Agenda and Activities for LSF
2011-04-01 1:34 UTC (8+ messages)
` IO less throttling and cgroup aware writeback (Was: Re: [Lsf] Preliminary Agenda and Activities for LSF)
[PATCH][POKE] Skip looking for ioapic overrides when ioapics are not present
2011-04-01 1:23 UTC (2+ messages)
` [PATCH v2] x86, ioapic: "
lookuphash
2011-04-01 1:23 UTC
[PATCH 1/3] memcg: mark init_section_page_cgroup() properly
2011-04-01 1:18 UTC (4+ messages)
[RFC/RFT 0/6] nommu: improve the vma list handling
2011-04-01 1:10 UTC (5+ messages)
` [PATCH 1/6] nommu: sort mm->mmap list properly
[linux-lvm] How to fix missmatch between VG-size and LV-size?
2011-04-01 1:08 UTC (9+ messages)
[Qemu-devel] [PATCH RFC] vga: flag vga ram for notifiers
2011-04-01 1:07 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.