messages from 2013-04-15 18:36:00 to 2013-04-15 20:06:43 UTC [more...]
[PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
2013-04-15 18:37 UTC (5+ messages)
[PATCH 0/8] Improve git-status --ignored
2013-04-15 20:06 UTC (19+ messages)
` [PATCH v2 00/14] "
` [PATCH v2 01/14] dir.c: git-status --ignored: don't drop ignored directories
` [PATCH v2 02/14] dir.c: git-status --ignored: don't list files in "
` [PATCH v2 03/14] dir.c: git-status --ignored: don't list empty "
` [PATCH v2 04/14] dir.c: git-ls-files --directories: don't hide empty directories
` [PATCH v2 05/14] dir.c: git-status --ignored: don't list empty directories as ignored
` [PATCH v2 06/14] dir.c: make 'git-status --ignored' work within leading directories
` [PATCH v2 07/14] dir.c: git-clean -d -X: don't delete tracked directories
` [PATCH v2 08/14] dir.c: factor out parts of last_exclude_matching for later reuse
` [PATCH v2 09/14] dir.c: move prep_exclude
` [PATCH v2 10/14] dir.c: unify is_excluded and is_path_excluded APIs
` [PATCH v2 11/14] dir.c: replace is_path_excluded with now equivalent is_excluded API
` [PATCH v2 12/14] dir.c: git-status: avoid is_excluded checks for tracked files
` [PATCH v2 13/14] dir.c: git-status --ignored: don't scan the work tree three times
` [PATCH v2 14/14] dir.c: git-status --ignored: don't scan the work tree twice
[PATCH/RFC] l10n: de.po: translate 39 new messages
2013-04-15 19:26 UTC (2+ messages)
Fwd: Ralink RT3290 card not supported
2013-04-15 20:05 UTC (7+ messages)
[merged] headers_installpl-convert-to-headers_installsh.patch removed from -mm tree
2013-04-15 20:04 UTC
[merged] arch-x86-mm-pageattr-testc-fix-false-positive-in-cpa-self-test.patch removed from -mm tree
2013-04-15 20:04 UTC
[merged] mm-pageattr-convert-noop-to-functional-fix.patch removed from -mm tree
2013-04-15 20:04 UTC
[merged] mips-define-kvm_user_mem_slots.patch removed from -mm tree
2013-04-15 20:04 UTC
[merged] kernel-watchdogc-add-comments-to-explain-watchdog_disabled-variable.patch removed from -mm tree
2013-04-15 20:04 UTC
[Qemu-devel] [qapi] Cannot use list of strings
2013-04-15 20:04 UTC
[Qemu-devel] [PATCH v5 00/33] Modernize tcg/ppc64
2013-04-15 20:04 UTC (35+ messages)
` [Qemu-devel] [PATCH v5 01/33] disas: Disassemble all ppc insns for the host
` [Qemu-devel] [PATCH v5 02/33] tcg-ppc64: Use TCGReg everywhere
` [Qemu-devel] [PATCH v5 03/33] tcg-ppc64: Introduce and use tcg_out_rlw
` [Qemu-devel] [PATCH v5 04/33] tcg-ppc64: Introduce and use tcg_out_ext32u
` [Qemu-devel] [PATCH v5 05/33] tcg-ppc64: Introduce and use tcg_out_shli64
` [Qemu-devel] [PATCH v5 06/33] tcg-ppc64: Introduce and use tcg_out_shri64
` [Qemu-devel] [PATCH v5 07/33] tcg-ppc64: Introduce and use TAI and SAI
` [Qemu-devel] [PATCH v5 08/33] tcg-ppc64: Fix setcond_i32
` [Qemu-devel] [PATCH v5 09/33] tcg-ppc64: Cleanup tcg_out_movi
` [Qemu-devel] [PATCH v5 10/33] tcg-ppc64: Rearrange integer constant constraints
` [Qemu-devel] [PATCH v5 11/33] tcg-ppc64: Improve constant add and sub ops
` [Qemu-devel] [PATCH v5 12/33] tcg-ppc64: Allow constant first argument to sub
` [Qemu-devel] [PATCH v5 13/33] tcg-ppc64: Tidy or and xor patterns
` [Qemu-devel] [PATCH v5 14/33] tcg-ppc64: Improve and_i32 with constant
` [Qemu-devel] [PATCH v5 15/33] tcg-ppc64: Improve and_i64 "
` [Qemu-devel] [PATCH v5 16/33] tcg-ppc64: Use automatic implementation of ext32u_i64
` [Qemu-devel] [PATCH v5 17/33] tcg-ppc64: Streamline qemu_ld/st insn selection
` [Qemu-devel] [PATCH v5 18/33] tcg-ppc64: Implement rotates
` [Qemu-devel] [PATCH v5 19/33] tcg-ppc64: Implement bswap16 and bswap32
` [Qemu-devel] [PATCH v5 20/33] tcg-ppc64: Implement bswap64
` [Qemu-devel] [PATCH v5 21/33] tcg-ppc64: Implement compound logicals
` [Qemu-devel] [PATCH v5 22/33] tcg-ppc64: Handle constant inputs for some "
` [Qemu-devel] [PATCH v5 23/33] tcg-ppc64: Implement deposit
` [Qemu-devel] [PATCH v5 24/33] tcg-ppc64: Use I constraint for mul
` [Qemu-devel] [PATCH v5 25/33] tcg-ppc64: Use TCGType throughout compares
` [Qemu-devel] [PATCH v5 26/33] tcg-ppc64: Cleanup i32 constants to tcg_out_cmp
` [Qemu-devel] [PATCH v5 27/33] tcg-ppc64: Use MFOCRF instead of MFCR
` [Qemu-devel] [PATCH v5 28/33] tcg-ppc64: Use ISEL for setcond
` [Qemu-devel] [PATCH v5 29/33] tcg-ppc64: Implement movcond
` [Qemu-devel] [PATCH v5 30/33] tcg-ppc64: Use getauxval for ISA detection
` [Qemu-devel] [PATCH v5 31/33] tcg-ppc64: Implement add2/sub2_i64
` [Qemu-devel] [PATCH v5 32/33] tcg-ppc64: Implement mulu2/muls2_i64
` [Qemu-devel] [PATCH v5 33/33] tcg-ppc64: Handle deposit of zero
[Qemu-devel] [PATCH 00/19 v3] target-i386: CPU hot-add with cpu-add QMP command
2013-04-15 19:58 UTC (5+ messages)
` [Qemu-devel] [PATCH 04/19] cpu: call cpu_synchronize_post_init() from CPUClass.realize() if hotplugged
` [Qemu-devel] [PATCH 05/19] cpu: resume CPU from CPUClass.cpu_common_realizefn() when it is hot-plugged
[PATCH 0/1] kern-tools: fix custom repository BSP generation
2013-04-15 19:45 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH 1/3] linux-ti-staging: overlay dtb symlinks
2013-04-15 20:03 UTC (3+ messages)
` [PATCH 2/3] linux-ti-staging: overlay LOCALVERSION fix
` [PATCH 3/3] u-boot-ti-staging: "
[PATCH 0/5] gpio/omap: Cleanup and adaptation to Device Tree
2013-04-15 20:00 UTC (22+ messages)
` [PATCH 3/5] gpio/omap: Add DT support to GPIO driver
[Bug 63564] New: Radeon HD 5870 CP lockup / Stall with OpenGL load
2013-04-15 19:59 UTC (3+ messages)
` [Bug 63564] "
[Qemu-devel] [PATCH 00/15] block: Overriding the backing file with -drive
2013-04-15 19:57 UTC (9+ messages)
` [Qemu-devel] [PATCH 05/15] raw-win32: Use bdrv_open options instead of filename
` [Qemu-devel] [PATCH 06/15] blkdebug: "
` [Qemu-devel] [PATCH 07/15] blkverify: "
` [Qemu-devel] [PATCH 08/15] curl: "
[Qemu-devel] [RFC PATCH RDMA support v5: 03/12] comprehensive protocol documentation
2013-04-15 19:55 UTC (16+ messages)
Cleanups and passing memory ranges via e820 table instead of memmap=
2013-04-15 19:54 UTC (5+ messages)
` [PATCH 5/5] kexec: X86: Pass memory ranges via e820 table instead of memmap= boot parameter
[PATCHv2 0/2] Add suppport for sync of hw addresses to multiple devices
2013-04-15 19:54 UTC (3+ messages)
` [PATCHv2 1/2] net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
` [PATCHv2 2/2] team: Use new sync_multiple api to sync devices adressess
[GIT PULL] mvebu irqchip for v3.10
2013-04-15 19:52 UTC
[ 00/27] 3.8.8-stable review
2013-04-15 19:50 UTC (4+ messages)
` [ 27/27] tty: dont deadlock while flushing workqueue
[PATCH v3 0/6] Generic PHY Framework
2013-04-15 19:50 UTC (6+ messages)
` [PATCH v3 1/6] drivers: phy: add generic PHY framework
[Qemu-devel] [PATCH qom-cpu v2 7/7] target-cris: Override do_interrupt for pre-v32 CPU cores
2013-04-15 19:50 UTC
[PATCH] lowmemorykiller: prevent multiple instances of low memory killer
2013-04-15 19:49 UTC (7+ messages)
[PATCH 0/2] Add suppport for sync of hw addresses to multiple devices
2013-04-15 19:49 UTC (9+ messages)
` [PATCH 1/2] net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
` [PATCH 2/2] team: Use new sync_multiple api to sync devices adressess
[U-Boot] [PATCH v2] Tegra: T30: Beaver board support
2013-04-15 19:49 UTC (3+ messages)
[PATCH 0/2 v3] changed irq handling for at86rf230
2013-04-15 19:49 UTC (2+ messages)
N/A
2013-04-15 16:10 UTC
kernel BUG at kernel/smpboot.c:134!
2013-04-15 19:49 UTC (14+ messages)
` [PATCH] kthread: Prevent unpark race which puts threads on the wrong cpu
[PATCH v3] vxlan: Allow setting destination to unicast address
2013-04-15 19:49 UTC (2+ messages)
[PATCHv1 0/5] Marvell EBU irqchip improvements
2013-04-15 19:48 UTC (2+ messages)
[PATCH v3 0/2] video: imxfb DT support
2013-04-15 19:47 UTC (9+ messages)
` [PATCH v3 2/2] video: imxfb: Add "
[Xenomai] Raspberry and Beaglebone patches
2013-04-15 19:46 UTC (3+ messages)
[Xenomai] [QUESTION] thread creation and hook function
2013-04-15 19:45 UTC (15+ messages)
[Qemu-devel] [Bug 1169254] [NEW] latest qemu.git master -> qemu-system-x86_64 crashes when issuing screendump command over monitor
2013-04-15 19:30 UTC (3+ messages)
` [Qemu-devel] [Bug 1169254] "
[RFC] Add --dtb option to ppc64
2013-04-15 19:40 UTC
[RFC/PATCH v3] IPoIB: Leave space in skb linear buffer for IP headers
2013-04-15 19:37 UTC (3+ messages)
linux-yocto-custom. error in patch step
2013-04-15 19:19 UTC (5+ messages)
[U-Boot] Pull request: u-boot-arm/master
2013-04-15 19:36 UTC
xen credit
2013-04-15 19:35 UTC
[RFC PATCH v1 00/19] kill free_all_bootmem() and clean up VALID_PAGE()
2013-04-15 19:11 UTC (6+ messages)
` [RFC PATCH v1 16/19] mm/unicore32: fix stale comment about VALID_PAGE()
[PATCH 0/5] (v4) gss-proxy upcall for nfsd
2013-04-15 19:35 UTC (6+ messages)
` [PATCH 1/5] SUNRPC: attempt AF_LOCAL connect on setup
` [PATCH 2/5] SUNRPC: allow disabling idle timeout
` [PATCH 3/5] SUNRPC: conditionally return endtime from import_sec_context
` [PATCH 4/5] SUNRPC: Add RPC based upcall mechanism for RPCGSS auth
` [PATCH 5/5] SUNRPC: Use gssproxy upcall for server RPCGSS authentication
need help how to debug xfs crash issue xfs_iunlink_remove: xfs_inotobp() returned error 22
2013-04-15 19:34 UTC (16+ messages)
[Qemu-devel] [PATCH] Add -f FMT / --format FMT arg to qemu-nbd
2013-04-15 19:29 UTC
PCI warning on boot 3.8.0-rc1
2013-04-15 19:29 UTC (14+ messages)
[Qemu-devel] [PATCH] Allow qtest to be used together with a virtual CPU
2013-04-15 19:28 UTC
[Qemu-devel] [qom-cpu PATCH 0/7] replace cpuid_*features fields with a featue word array (v8)
2013-04-15 19:25 UTC (8+ messages)
` [Qemu-devel] [qom-cpu PATCH 1/7] target-i386: Move cpuid_xlevel, cpuid_xlevel2 fields in X86CPU
` [Qemu-devel] [qom-cpu PATCH 2/7] target-i386/kvm.c: Code formatting changes
` [Qemu-devel] [qom-cpu PATCH 3/7] target-i386: Move xlevel/xlevel2 in struct x86_def_t
` [Qemu-devel] [qom-cpu PATCH 4/7] target-i386/cpu.c: Break lines on kvm_cpu_fill_host()
` [Qemu-devel] [qom-cpu PATCH 5/7] target-i386/cpu.c: Break lines on kvm_check_features_against_host()
` [Qemu-devel] [qom-cpu PATCH 6/7] target-i386/cpu.c: Break lines on builtin_x86_defs array
` [Qemu-devel] [qom-cpu PATCH 7/7] target-i386: Replace cpuid_*features fields with a feature word array
[RFC PATCH 0/2] ARM: DT cpu bindings updates
2013-04-15 19:26 UTC (4+ messages)
` [RFC PATCH 2/2] ARM: DT: kernel: DT cpu node bindings update
3.9-rc5: Encountedred INFO: rcu_sched self-detected stall on CPU due to 09a9f1d27
2013-04-15 19:13 UTC (6+ messages)
[PATCH] cherry-pick: better error message when the parameter is a non-commit
2013-04-15 19:12 UTC (9+ messages)
` [PATCH v2] cherry-pick: make sure all input objects are commits
` [PATCH v3] "
[eclipse-poky][PATCHv2 0/9] Introducing a YoctoSDKAutotoolsProjectNature
2013-04-15 19:12 UTC (3+ messages)
` [PATCHv2 4/9] plugins/sdk.ide: Switch to YoctoSDKAutotoolsProjectNature
[U-Boot] [PATCH v3 0/8] palm treo 680 smartphone board support
2013-04-15 19:11 UTC (5+ messages)
` [U-Boot] [PATCH v3 7/8] add support for palm treo 680 board
[PATCH v2] ARM: ux500: DT: Rename root node "soc-u9500" into "soc"
2013-04-15 19:08 UTC
[PATCH 2/2] mtip32xx: mtip32xx: Disable TRIM support
2013-04-15 19:05 UTC (3+ messages)
[Qemu-devel] QTest with TCG?
2013-04-15 19:03 UTC (2+ messages)
[RFC 0/2] Setting the SCO air mode
2013-04-15 19:03 UTC (3+ messages)
` [RFC 1/2] bluetooth: Add define for SCO voice settings
` [RFC 2/2] handsfree-audio: Add setting SCO air mode
[PATCH] bttv: Add CyberVision CV06
2013-04-15 19:01 UTC (2+ messages)
[PATCH] [media] uvcvideo: quirk PROBE_DEF for Dell Studio / OmniVision webcam
2013-04-15 19:01 UTC
master - RAID: Add writemostly/writebehind support for RAID1
2013-04-15 19:01 UTC
[RESEND PATCH 0/2] GEM CMA DMA-BUF support
2013-04-15 19:00 UTC (3+ messages)
` [RESEND PATCH 2/2] drm: GEM CMA: Add DRM PRIME support
[GIT PULL] mvebu dt (LPAE) for v3.10
2013-04-15 19:00 UTC
[PATCH] btrfs-progs: No-op when called as fsck.btrfsck
2013-04-15 18:59 UTC (5+ messages)
[PATCH] edac: Handle EDAC ECC errors for Family 16h
2013-04-15 18:59 UTC (5+ messages)
[PATCHv3 0/8] kexec: extend kexec hypercall for use with pv-ops kernels
2013-04-15 18:58 UTC (5+ messages)
` [PATCH 5/8] kexec: extend hypercall with improved load/unload ops
[PATCH 7/7] hfp_ag_bluez5: Remove emulator when disconnect
2013-04-15 18:58 UTC (2+ messages)
[PATCH] ALSA: hda - Add codec delay to the capture time stamp
2013-04-15 18:57 UTC
[PATCH v3] edac: Handle EDAC ECC errors for Family 16h
2013-04-15 18:56 UTC
[SCSI] qla4xxx: Add flash node mgmt support
2013-04-15 18:55 UTC
[RFC/PATCH] clone: introduce clone.submoduleGitDir to relocate $GITDIR
2013-04-15 18:50 UTC (10+ messages)
[PATCH 0/1] a bugfix for oecore layer
2013-04-15 18:33 UTC (2+ messages)
` [PATCH 1/1] initramfs-live-install*: fix the "install" boot option
[PATCH v6] net: sh_eth: Add support of device tree probe
2013-04-15 18:52 UTC (6+ messages)
[GIT PULL 4/4] mvebu dt for v3.10
2013-04-15 18:50 UTC
Denys Dmytriyenko : tune-cortexa{15, 7}: remove local tunes, already in oe-core/master
2013-04-15 18:49 UTC
Denys Dmytriyenko : tune-cortexa{7, 8, 9, 15}: update tunes from oe-core/ master with fixes
2013-04-15 18:49 UTC
[meta-systemd][PATCH] ntp: Create a separate package for sntp
2013-04-15 18:31 UTC (3+ messages)
[Qemu-devel] VFIO-VGA Issue
2013-04-15 18:48 UTC (12+ messages)
Consistent indentation in meta-openembedded metadata
2013-04-15 18:30 UTC (2+ messages)
[B.A.T.M.A.N.] [PATCH] batman-adv: avoid race conditions on TT global table by counting references
2013-04-15 18:44 UTC
[PATCH 0/1] scsi: Handle MLQUEUE busy response in scsi_send_eh_cmnd
2013-04-15 18:39 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH V4 0/6] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
2013-04-15 18:43 UTC (5+ messages)
` [PATCH V4 1/6] clk: OMAP: introduce device tree binding to kernel clock data
xfstests failure generic/299
2013-04-15 18:43 UTC (5+ messages)
Odd --examine output
2013-04-15 18:42 UTC (2+ messages)
[GIT PULL 3/4] mvebu boards for v3.10
2013-04-15 18:41 UTC
[PATCH v3 0/4] Some small fixes to glossary-content.txt
2013-04-15 18:41 UTC (4+ messages)
` [PATCH v3 4/4] glossary: improve definitions of refspec and pathspec
` Aw: "
[GIT PULL REQUEST] watchdog - v3.9-rc6 Fixes
2013-04-15 18:40 UTC (3+ messages)
[Patch -v3 0/4] Shutdown from reboot_cpuid without stopping other cpus
2013-04-15 18:39 UTC (4+ messages)
` [Patch -v3 3/4] checkpatch.pl the new kernel/reboot.c file
[Qemu-devel] [PATCH] pci-assign: remove the duplicate function name in debug message
2013-04-15 18:39 UTC (2+ messages)
helping with tracking commits across repos
2013-04-15 18:39 UTC (4+ messages)
[PATCH] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
2013-04-15 18:37 UTC (6+ messages)
[GIT PULL 2/4] mvebu soc for v3.10
2013-04-15 18:36 UTC
[Buildroot] [PATCH] eliminate double slashes caused by _SITEs ending in a slash
2013-04-15 18:36 UTC (3+ messages)
` [Buildroot] [PATCH v2] eliminate double slashes caused by FOO_SITE "
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.