messages from 2009-05-27 17:45:46 to 2009-05-27 19:10:12 UTC [more...]
[2.6.27.24] Kernel coredump to a pipe is failing
2009-05-27 19:05 UTC (5+ messages)
[RFC] TuxOnIce
2009-05-27 19:10 UTC (13+ messages)
` [TuxOnIce-devel] "
[RFC] [PATCH] Device Tree on ARM platform
2009-05-27 19:08 UTC (18+ messages)
[PATCH] bisect: display first bad commit without forking a new process
2009-05-27 19:07 UTC (2+ messages)
git log missing last line of output
2009-05-27 19:06 UTC (4+ messages)
[PATCH] xfs: validate quota log items during log recovery
2009-05-27 19:06 UTC (4+ messages)
[PATCH V2 1/3] powerpc: Use sg->dma_length in sg_dma_len() macro on 32-bit
2009-05-27 19:05 UTC (13+ messages)
` [PATCH V2 2/3] powerpc: Add support for swiotlb "
[Buildroot] 2009.05-rc3 released
2009-05-27 19:06 UTC
Gumstix Overo Low Power Standby?
2009-05-27 19:05 UTC (6+ messages)
[PATCH][RESEND] Use correct sampling rate for TV/FM radio
2009-05-27 19:05 UTC (4+ messages)
[PATCH] minios: replace mktime implementation
2009-05-27 19:05 UTC (5+ messages)
Please help in adding ams-delta support to ASoC
2009-05-27 18:58 UTC (4+ messages)
[PATCH] GXT400P and GXT6500P support
2009-05-27 18:57 UTC
[PATCH 1/1] cr: nsproxy: fix refcounting
2009-05-27 18:57 UTC (2+ messages)
[Buildroot] [git commit] docs/news.html: announce 2009.05-rc3
2009-05-27 18:55 UTC
[BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic
2009-05-27 18:55 UTC (11+ messages)
` LOCK prefix on uni processor has its use (was Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic)
` LOCK prefix on uni processor has its use
[PATCH v3] powerpc: add ioremap_early() for mapping IO regions before MMU_init()
2009-05-27 18:55 UTC
Ethernet communication from real time thread
2009-05-27 18:55 UTC (3+ messages)
` How to change the ISR kthread priority in 2.6.26 series
[PATCH] ar9170: add AVM FRITZ devices
2009-05-27 18:54 UTC
[PATCH 0/9] xfstests: more generic fs work
2009-05-27 18:53 UTC (10+ messages)
` [PATCH 1/9] Use xfs.h rather than libxfs.h
` [PATCH 2/9] Make libxfs.h optional
` [PATCH 3/9] Support "generic" filesystem type
` [PATCH 4/9] 069: make scratch mkfs quiet
` [PATCH 5/9] Set up testdir for generic filesystems
` [PATCH 6/9] Detect FS type to test based on TEST_DEV
` [PATCH 7/9] Set default extN mount options
` [PATCH 8/9] Enable generic filesystems to be fsck'd
` [PATCH 9/9] Report which tests did get run
videodev: Unknown symbol i2c_unregister_device (in kernels older than 2.6.26)
2009-05-27 18:55 UTC (3+ messages)
` [PATCH v2] "
[loongson-PATCH-v2 00/23] loongson-based machines support
2009-05-27 18:52 UTC (7+ messages)
` [loongson-PATCH-v2 19/23] Loongson2F cpufreq support
` [loongson-PATCH-v2 23/23] Hibernation Support in mips system
[PATCH 01/38] cred: #include init.h in cred.h
2009-05-27 18:52 UTC (7+ messages)
` [PATCH 18/38] C/R: core stuff
[PATCH] Remove duplicated declarations for sys_pipe2
2009-05-27 18:50 UTC
ath5k in AP mode works!! (but sometimes with an oops, and a panic)
2009-05-27 18:49 UTC (3+ messages)
[U-Boot] [RFC] initcall mechanism introduction
2009-05-27 18:48 UTC (4+ messages)
Reg domain
2009-05-27 18:47 UTC (2+ messages)
[STABLE][PATCH] omap3sgx-modules: sync with .dev * update to build against newer kernels * switch to MACHINE_KERNEL_PR
2009-05-27 18:37 UTC (2+ messages)
USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down
2009-05-27 18:42 UTC (2+ messages)
[U-Boot] [PATCH] change cpu.c under cpu/arm_cortexa8 dir to common code
2009-05-27 18:45 UTC (2+ messages)
[RFC v16][PATCH 00/43] Kernel based checkpoint/restart
2009-05-27 18:39 UTC (41+ messages)
` [RFC v16][PATCH 01/43] c/r: extend arch_setup_additional_pages()
` [RFC v16][PATCH 02/43] c/r: make file_pos_read/write() public
` [RFC v16][PATCH 03/43] c/r: create syscalls: sys_checkpoint, sys_restart
` [RFC v16][PATCH 04/43] c/r: documentation
` [RFC v16][PATCH 05/43] c/r: basic infrastructure for checkpoint/restart
` [RFC v16][PATCH 06/43] c/r: x86_32 support "
` [RFC v16][PATCH 07/43] c/r: infrastructure for shared objects
` [RFC v16][PATCH 08/43] c/r: introduce '->checkpoint()' method in 'struct file_operations'
` [RFC v16][PATCH 09/43] c/r: dump open file descriptors
` [RFC v16][PATCH 10/43] c/r: restore "
` [RFC v16][PATCH 11/43] c/r: add generic '->checkpoint' f_op to ext fses
` [RFC v16][PATCH 12/43] c/r: add generic '->checkpoint()' f_op to simple devices
` [RFC v16][PATCH 14/43] c/r: dump memory address space (private memory)
` [RFC v16][PATCH 15/43] c/r: restore "
` [RFC v16][PATCH 17/43] c/r: dump anonymous- and file-mapped- shared memory
` [RFC v16][PATCH 18/43] c/r: restore "
` [RFC v16][PATCH 19/43] c/r: external checkpoint of a task other than ourself
` [RFC v16][PATCH 20/43] c/r: export functionality used in next patch for restart-blocks
` [RFC v16][PATCH 21/43] c/r: restart-blocks
` [RFC v16][PATCH 22/43] c/r: checkpoint multiple processes
` [RFC v16][PATCH 23/43] c/r: restart "
` [RFC v16][PATCH 24/43] c/r: detect resource leaks for whole-container checkpoint
` [RFC v16][PATCH 25/43] tee: don't return 0 when another task drains/fills a pipe
` [RFC v16][PATCH 26/43] splice: added support for pipe-to-pipe splice()
` [RFC v16][PATCH 27/43] c/r: support for open pipes
` [RFC v16][PATCH 28/43] c/r: make ckpt_may_checkpoint_task() check each namespace individually
` [RFC v16][PATCH 29/43] c/r: support for UTS namespace
` [RFC v16][PATCH 31/43] deferqueue: generic queue to defer work
` [RFC v16][PATCH 32/43] c/r (ipc): allow allocation of a desired ipc identifier
` [RFC v16][PATCH 33/43] c/r (ipc): helpers to save and restore kern_ipc_perm structures
` [RFC v16][PATCH 35/43] c/r (ipc): export interface from ipc/shm.c to delete ipc shm
` [RFC v16][PATCH 36/43] c/r: support share-memory sysv-ipc
` [RFC v16][PATCH 37/43] c/r (ipc): make 'struct msg_msgseg' visible in ipc/util.h
` [RFC v16][PATCH 40/43] c/r: support semaphore sysv-ipc
` [RFC v16][PATCH 41/43] c/r: (s390): expose a constant for the number of words (CRs)
` [RFC v16][PATCH 42/43] c/r: add CKPT_COPY() macro
` [RFC v16][PATCH 43/43] c/r: define s390-specific checkpoint-restart code
[Buildroot] [git commit] Update for 2009.05-rc3
2009-05-27 18:44 UTC
[Buildroot] [git commit] Update for 2009.05-rc3
2009-05-27 18:44 UTC
[PATCH 4/7] Allow programs to not depend on remotes having urls
2009-05-27 18:42 UTC (2+ messages)
[B.A.T.M.A.N.] MultiRadio Batman
2009-05-27 18:42 UTC (4+ messages)
[KVM PATCH v10] kvm: add support for irqfd
2009-05-27 18:41 UTC (4+ messages)
Broken ARM atomic ops wrt memory barriers (was : [PATCH] Add cmpxchg support for ARMv6+ systems)
2009-05-27 18:40 UTC (11+ messages)
skype and old alsa RC4 symbols
2009-05-27 18:40 UTC (3+ messages)
Fwd: [Linux-uvc-devel] Compilation error
2009-05-27 18:38 UTC (2+ messages)
[PATCH 1/4] libertas: define macros for SDIO model numbers
2009-05-27 18:38 UTC (4+ messages)
` [PATCH 3/4] libertas: implement function init/shutdown commands for SD8688
[lm-sensors] false alarm
2009-05-27 18:36 UTC
[PATCH] tracing/workqueue: Get rid of searching last executed worklet in probe_worklet_complete()
2009-05-27 18:32 UTC (5+ messages)
` [PATCH v2] "
[Bridge] (revived) use the maximum hard_header_len of ports for bridging device
2009-05-27 18:36 UTC
v4l: Compile ADV7343 and THS7303 drivers for kernels >= 2.6.26
2009-05-27 18:36 UTC (2+ messages)
[PATCH 0/8] a start to credentials c/r
2009-05-27 18:36 UTC (7+ messages)
` [PATCH 6/8] cr: checkpoint and restore task credentials
v4l-dvb and old kernels
2009-05-27 18:34 UTC (2+ messages)
[patch] Unrestricted guest support in VMX
2009-05-27 18:29 UTC
[0/14] GRO: Lots of microoptimisations
2009-05-27 18:00 UTC (4+ messages)
` [PATCH 10/14] ipv4: Use 32-bit loads for ID and length in GRO
[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
2009-05-27 18:24 UTC (7+ messages)
[PATCH] drm: i915: ensure objects are allocated below 4GB on PAE
2009-05-27 18:23 UTC (7+ messages)
[RFC PATCH]debugfs:Fix terminology inconsistency of dir name to mount debugfs filesystem
2009-05-27 18:22 UTC (8+ messages)
[PATCH] MAINTAINERS: Add file patterns to TTY LAYER
2009-05-27 18:22 UTC
[PATCH 0/7] perf report --sort
2009-05-27 18:20 UTC (8+ messages)
` [PATCH 1/7] perf_counter: tools: /usr/lib/debug%s.debug support
` [PATCH 2/7] perf_counter: tools: report: add vmlinux support
` [PATCH 3/7] perf_counter: tools: report: rework histogram code
` [PATCH 4/7] perf_counter: tools: report: dynamic sort/print bits
` [PATCH 5/7] pref_counter: tools: report: --sort option
` [PATCH 6/7] perf_counter: tools: report: add comm sorting
` [PATCH 7/7] pref_counter: tools: report: add dso sorting
[Buildroot] [Bug 345] New: libcurl package needs a urandom fix
2009-05-27 18:23 UTC (2+ messages)
` [Buildroot] [Bug 345] "
Suggestions on low-cost Linux/ARM-friendly WiFi module or chipset
2009-05-27 18:20 UTC (4+ messages)
[PATCH 00/18] MAINTAINERS and scripts/get_maintainer.pl updates
2009-05-27 18:18 UTC (4+ messages)
` [PATCH 16/18] MAINTAINERS - Remove L: linux-kernel@vger.kernel.org from all but "THE REST"
` [PATCH] MAINTAINERS: Add Paul McKenney to RCU and RCUTORTURE
[PATCH 1/7] [PATCH] Factor out code to allocate pidmap page
2009-05-27 18:19 UTC (12+ messages)
` [PATCH 3/7] [PATCH] Add target_pid parameter to alloc_pidmap()
` [PATCH 4/7] [PATCH] Add target_pids parameter to alloc_pid()
` [PATCH 5/7] [PATCH] Add target_pids parameter to copy_process()
` [PATCH 6/7] [PATCH] Define do_fork_with_pids()
` [PATCH 7/7] [PATCH] Define clone_with_pids syscall
Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
2009-05-27 18:18 UTC (14+ messages)
` Analyzed/Solved/Bisected: "
LVM2 ./WHATS_NEW lib/metadata/lv_manip.c tools
2009-05-27 18:19 UTC
[my_cpu_ptr 0/5] Introduce my_cpu_ptr/__my_cpu_ptr
2009-05-27 17:47 UTC (6+ messages)
` [my_cpu_ptr 1/5] Introduce my_cpu_ptr()
` [my_cpu_ptr 2/5] Straight transformations
` [my_cpu_ptr 3/5] Elimninate get/put_cpu
` [my_cpu_ptr 4/5] sda_icsb_modify_counters() does not need a "cpu" variable
` [my_cpu_ptr 5/5] Use my_cpu_ptr in crypto subsystem
[PATCH 7/7] Implement git-vcs-p4
2009-05-27 18:15 UTC
[PATCH 2/2] Dynamic Tick: Allow 32-bit machines to sleep for more than 2.15 seconds
2009-05-27 18:16 UTC (2+ messages)
[PATCH 1/2] Dynamic Tick: Prevent clocksource wrapping during idle
2009-05-27 18:15 UTC (2+ messages)
[PATCH 0/11] Per-bdi writeback flusher threads v8
2009-05-27 18:14 UTC (11+ messages)
` [PATCH 04/11] writeback: switch to per-bdi threads for flushing data
[PATCH 5/7] Add a config option for remotes to specify a foreign vcs
2009-05-27 18:15 UTC
[PATCH 6/7] Add a transport implementation using git-vcs-* helpers
2009-05-27 18:15 UTC
[PATCH 3/7] Allow fetch to modify refs
2009-05-27 18:15 UTC
[PATCH 2/7] Use a function to determine whether a remote is valid
2009-05-27 18:15 UTC
[PATCH 0/7] Foreign VCS support
2009-05-27 18:15 UTC
[PATCH 1/7] Add specification of git-vcs-* helper programs
2009-05-27 18:15 UTC
[PATCH] wireless: libertas: fix unaligned accesses
2009-05-27 18:06 UTC (2+ messages)
[PATCH] ftrace: Don't convert function's local variable name in macro
2009-05-27 18:12 UTC (2+ messages)
[PATCH 25/20] sysfs: Only support removing emtpy sysfs directories
2009-05-27 18:07 UTC (3+ messages)
Kernel crash with 2.6.29 + nfs + xfs (radix-tree)
2009-05-27 18:05 UTC (3+ messages)
[PATCH -v3] flat: fix data sections alignment
2009-05-27 18:05 UTC (5+ messages)
[PATCH v10] rfkill: rewrite
2009-05-27 18:04 UTC (7+ messages)
` [PATCH v11] "
[Qemu-devel] [GIT PULL] Stable branch update
2009-05-27 18:04 UTC
+ page-allocator-reset-wmark_min-and-inactive-ratio-of-zone-when-hotplug-happens.patch added to -mm tree
2009-05-27 18:00 UTC
[PATCH] Use formatting of module name in SUNRPC
2009-05-27 17:59 UTC
[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS
2009-05-27 17:58 UTC
[PATCH] Use formatting of module name in crypto API
2009-05-27 17:51 UTC
linux missing support for _POSIX_THREAD_CPUTIME?
2009-05-27 17:49 UTC (3+ messages)
[KVM PATCH v4 0/3] iosignalfd
2009-05-27 17:48 UTC (8+ messages)
` [KVM PATCH v4 3/3] kvm: add iosignalfd support
[PATCH 18/24] mpt fusion: [2.6.30-rc6] Code Cleanup patch
2009-05-27 17:53 UTC (2+ messages)
Probably strange bug with usb radio-mr800
2009-05-27 17:51 UTC
[Bridge] Help Needed On Ethernet Bridge
2009-05-27 17:49 UTC
[Qemu-devel] [PATCH] Add HTTP protocol using curl v7
2009-05-27 17:45 UTC (4+ messages)
` [Qemu-devel] "
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.