messages from 2012-09-09 19:03:32 to 2012-09-09 21:07:33 UTC [more...]
[Qemu-devel] [PATCH 000/126] Rewrite s390x translator
2012-09-09 21:05 UTC (67+ messages)
` [Qemu-devel] [PATCH 001/126] tcg: Add TCGV_IS_UNUSED_*
` [Qemu-devel] [PATCH 002/126] tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
` [Qemu-devel] [PATCH 003/126] target-s390: Disassemble more z10 and z196 opcodes
` [Qemu-devel] [PATCH 004/126] target-s390: Fix disassembly of cpsdr
` [Qemu-devel] [PATCH 005/126] target-s390: Fix gdbstub
` [Qemu-devel] [PATCH 006/126] target-s390: Add missing temp_free in gen_op_calc_cc
` [Qemu-devel] [PATCH 007/126] target-s390: Use TCG registers for FPR
` [Qemu-devel] [PATCH 008/126] target-s390: Add format based disassassmbly infrastructure
` [Qemu-devel] [PATCH 009/126] target-s390: Split out disas_jcc
` [Qemu-devel] [PATCH 010/126] target-s390: Reorg exception handling
` [Qemu-devel] [PATCH 011/126] target-s390: Convert ADD HALFWORD
` [Qemu-devel] [PATCH 012/126] target-s390: Implement SUBTRACT HALFWORD
` [Qemu-devel] [PATCH 013/126] target-s390: Implement ADD LOGICAL WITH SIGNED IMMEDIATE
` [Qemu-devel] [PATCH 014/126] target-s390: Convert MULTIPLY
` [Qemu-devel] [PATCH 015/126] target-s390: Convert AND, OR, XOR
` [Qemu-devel] [PATCH 016/126] target-s390: Convert COMPARE, COMPARE LOGICAL
` [Qemu-devel] [PATCH 017/126] target-s390: Convert LOAD, LOAD LOGICAL
` [Qemu-devel] [PATCH 018/126] target-s390: Convert LOAD ADDRESS
` [Qemu-devel] [PATCH 019/126] target-s390: Convert LOAD (LOGICAL) BYTE, CHARACTER, HALFWORD
` [Qemu-devel] [PATCH 020/126] target-s390: Convert LOAD AND TEST
` [Qemu-devel] [PATCH 021/126] target-s390: Convert LOAD LOGICAL IMMEDIATE
` [Qemu-devel] [PATCH 022/126] target-s390: Convert LOAD COMPLIMENT, POSITIVE, NEGATIVE
` [Qemu-devel] [PATCH 023/126] target-s390: Convert AND, OR, XOR, INSERT IMMEDIATE
` [Qemu-devel] [PATCH 024/126] target-s390: Convert STORE
` [Qemu-devel] [PATCH 025/126] target-s390: Convert ADD LOGICAL CARRY and SUBTRACT LOGICAL BORROW
` [Qemu-devel] [PATCH 026/126] target-s390: Convert BRANCH AND SAVE
` [Qemu-devel] [PATCH 027/126] target-s390: Convert BRANCH ON CONDITION
` [Qemu-devel] [PATCH 028/126] target-s390: Convert BRANCH ON COUNT
` [Qemu-devel] [PATCH 029/126] target-s390: Convert DIVIDE
` [Qemu-devel] [PATCH 030/126] target-s390: Send signals for divide
` [Qemu-devel] [PATCH 031/126] target-s390: Convert TEST UNDER MASK
` [Qemu-devel] [PATCH 032/126] target-s390: Convert SET ADDRESSING MODE
` [Qemu-devel] [PATCH 033/126] target-s390: Convert SUPERVISOR CALL
` [Qemu-devel] [PATCH 034/126] target-s390: Convert MOVE LONG
` [Qemu-devel] [PATCH 035/126] target-s390: Convert FP LOAD
` [Qemu-devel] [PATCH 036/126] target-s390: Convert INSERT CHARACTER
` [Qemu-devel] [PATCH 037/126] target-s390: Cleanup cc computation helpers
` [Qemu-devel] [PATCH 038/126] target-s390: Convert INSERT CHARACTERS UNDER MASK
` [Qemu-devel] [PATCH 039/126] target-s390: Convert EXECUTE
` [Qemu-devel] [PATCH 040/126] target-s390: Convert FP STORE
` [Qemu-devel] [PATCH 041/126] target-s390: Convert CONVERT TO DECIMAL
` [Qemu-devel] [PATCH 042/126] target-s390: Convert SET SYSTEM MASK
` [Qemu-devel] [PATCH 043/126] target-s390: Convert LOAD PSW
` [Qemu-devel] [PATCH 044/126] target-s390: Convert DIAGNOSE
` [Qemu-devel] [PATCH 045/126] target-s390: Convert SHIFT, ROTATE SINGLE
` [Qemu-devel] [PATCH 046/126] target-s390: Convert SHIFT DOUBLE
` [Qemu-devel] [PATCH 047/126] target-s390: Convert LOAD, STORE MULTIPLE
` [Qemu-devel] [PATCH 048/126] target-s390: Convert MOVE
` [Qemu-devel] [PATCH 049/126] target-s390: Convert NI, XI, OI
` [Qemu-devel] [PATCH 050/126] target-s390: Convert STNSM, STOSM
` [Qemu-devel] [PATCH 051/126] target-s390: Convert LAM, STAM
` [Qemu-devel] [PATCH 052/126] target-s390: Convert CLCLE, MVCLE
` [Qemu-devel] [PATCH 053/126] target-s390: Convert MVC
` [Qemu-devel] [PATCH 054/126] target-s390: Convert NC, XC, OC, TR, UNPK
` [Qemu-devel] [PATCH 055/126] target-s390: Convert CLC
` [Qemu-devel] [PATCH 056/126] target-s390: Convert MVCP, MVCS
` [Qemu-devel] [PATCH 057/126] target-s390: Convert LRA
` [Qemu-devel] [PATCH 058/126] target-s390: Convert SIGP
` [Qemu-devel] [PATCH 059/126] target-s390: Convert EFPC, STFPC
` [Qemu-devel] [PATCH 060/126] target-s390: Convert LCTL, STCTL
` [Qemu-devel] [PATCH 061/126] target-s390: Convert COMPARE AND SWAP
` [Qemu-devel] [PATCH 062/126] target-s390: Convert CLM
` [Qemu-devel] [PATCH 063/126] target-s390: Convert STCM
` [Qemu-devel] [PATCH 064/126] target-s390: Convert TPROT
` [Qemu-devel] [PATCH 065/126] target-s390: Convert LOAD CONTROL, part 2
` [Qemu-devel] [PATCH 067/126] target-s390: Convert STORE REVERSED
[Buildroot] [PATCH] openssh: bump to version 6.1p1
2012-09-09 21:06 UTC (2+ messages)
[Buildroot] [git commit] openssh: bump to version 6.1p1
2012-09-09 21:05 UTC
[PATCH] drivers: media: video: Add support for Aptina ar0130 sensor
2012-09-09 21:02 UTC (2+ messages)
[Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13
2012-09-09 21:01 UTC (14+ messages)
` [Buildroot] [PATCH 02/10] less: bump to version 451
` [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20
` [Buildroot] [PATCH 06/10] grep: bump to version 2.14
` [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2
` [Buildroot] [PATCH 08/10] mpfr: add license info
` [Buildroot] [PATCH 09/10] gmp: "
[patch v2] [media] rc-core: prevent divide by zero bug in s_tx_carrier()
2012-09-09 21:01 UTC (4+ messages)
[PATCH] ARM: Dove: allow PCI to be disabled
2012-09-09 21:01 UTC (4+ messages)
Linux 3.6-rc5
2012-09-09 21:01 UTC (17+ messages)
[Buildroot] [git commit] iproute2: bump to version 3.5.1
2012-09-09 20:59 UTC
[PATCH] virtio-spec: fix thinko in multiport documentation
2012-09-09 20:58 UTC (2+ messages)
[PATCH] virtio-spec: serial: english tweak
2012-09-09 20:58 UTC (2+ messages)
[PATCH] clk: Make the managed clk functions generically available
2012-09-09 20:57 UTC (4+ messages)
[Buildroot] [git commit] bison: bump to version 2.6.2
2012-09-09 20:52 UTC
Storage related regression in linux-next 20120824
2012-09-09 20:50 UTC (9+ messages)
Compat-wireless release for 2012-09-09 is baked
2012-09-09 20:50 UTC
[Buildroot] [git commit] grep: bump to version 2.14
2012-09-09 20:48 UTC
[PATCH] Support for Asus MyCinema U3100Mini Plus
2012-09-09 20:49 UTC (2+ messages)
[v2] arm: mvebu: Add basic address decoding support for Marvell 370/XP
2012-09-09 20:45 UTC (3+ messages)
` [PATCH 1/5] arm: plat-orion: use 'void __iomem *' in addr-map code
[Buildroot] [git commit] gnutls: bump to 2.12.20
2012-09-09 20:45 UTC
Build regressions/improvements in v3.6-rc5
2012-09-09 20:44 UTC (2+ messages)
[Buildroot] [git commit] mpc: bump to version 1.0.1 and license change
2012-09-09 20:41 UTC
[Buildroot] [git commit] automake: bump to version 1.11.6
2012-09-09 20:40 UTC
[Buildroot] [git commit] less: bump to version 451
2012-09-09 20:39 UTC
[RFC][PATCH] libata: enable SATA disk fua detection on default
2012-09-09 20:39 UTC (8+ messages)
[lm-sensors] [PATCH v4] linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative dividends
2012-09-09 20:38 UTC (5+ messages)
` "
Consider for longterm kernels: mm: avoid swapping out with swappiness==0
2012-09-09 20:34 UTC (3+ messages)
mtd: kernel BUG at arch/x86/mm/pat.c:279!
2012-09-09 20:33 UTC (13+ messages)
[B.A.T.M.A.N.] [PATCH 2/2] batman-adv: allow bla traffic only after first worker period
2012-09-09 20:27 UTC (2+ messages)
` [B.A.T.M.A.N.] [PATCHv2 "
[Buildroot] [git commit] libnl: bump to version 3.2.13
2012-09-09 20:25 UTC
Thread stack allocation
2012-09-09 20:23 UTC (2+ messages)
Recovering from the kernel bug
2012-09-09 20:22 UTC (2+ messages)
` Recovering from the kernel bug, Neil?
[PATCHv2 00/12] git p4: submit conflict handling
2012-09-09 20:16 UTC (13+ messages)
` [PATCHv2 01/12] git p4 test: remove bash-ism of combined export/assignment
` [PATCHv2 02/12] git p4: gracefully fail if some commits could not be applied
` [PATCHv2 03/12] git p4: remove submit failure options [a]pply and [w]rite
` [PATCHv2 04/12] git p4: move conflict prompt into run, add [q]uit input
` [PATCHv2 05/12] git p4: standardize submit cancel due to unchanged template
` [PATCHv2 06/12] git p4: test clean-up after failed submit, fix added files
` [PATCHv2 07/12] git p4: rearrange submit template construction
` [PATCHv2 08/12] git p4: revert deleted files after submit cancel
` [PATCHv2 09/12] git p4: accept -v for --verbose
` [PATCHv2 10/12] git p4: add submit --dry-run option
` [PATCHv2 11/12] git p4: add submit --prepare-p4-only option
` [PATCHv2 12/12] git-p4: add submit --conflict option and config varaiable
[PATCH] virtio: console: fix error handling in init() function
2012-09-09 20:19 UTC (3+ messages)
[PATCH 0/2] TCP conntrack patches
2012-09-09 20:11 UTC (2+ messages)
[Qemu-devel] Cannot load initrd > 32M via TFTP
2012-09-09 20:08 UTC
[uml-devel] Emulate I2C subsystem/slaves
2012-09-09 20:08 UTC (8+ messages)
[PATCH] compat_ioctl: Remove unused local typedef
2012-09-09 20:03 UTC
Fighting tearing
2012-09-09 20:02 UTC (4+ messages)
[RFC] Unified DRM GPU frequency knobs
2012-09-09 19:59 UTC (2+ messages)
[RFC 3/3] ASoC: first stab at converting OMAP PCM driver to use dmaengine
2012-09-09 19:57 UTC (4+ messages)
` [RFC update 0/2] dmaengine/ASoC: omap: Enable element mode in cyclic DMA
` [alsa-devel] "
[PATCH v2 1/9] pinctrl: mvebu: pinctrl driver core
2012-09-09 19:56 UTC (12+ messages)
[PATCH 1/5] search for fonts in /usr/share/fonts/uni
2012-09-09 19:51 UTC (3+ messages)
` [PATCH 2/5] grub-install: add --skip-fs-probe
[patch 3/3] xen/privcmd: remove const modifier from declaration
2012-09-09 19:50 UTC (4+ messages)
[PATCH] Improve FreeDOS direct loading support compatibility
2012-09-09 19:49 UTC (4+ messages)
[patch 2/3] xen/privcmd: return -EFAULT on error
2012-09-09 19:49 UTC (4+ messages)
[patch 1/3] xen/privcmd: check for integer overflow in ioctl
2012-09-09 19:49 UTC (4+ messages)
[PATCH/RFC] blame: respect "core.ignorecase"
2012-09-09 19:45 UTC (4+ messages)
[PATCH] configure: Add search path for 64bit library
2012-09-09 19:42 UTC (6+ messages)
[RFC v1] gatchat: Print error message if opening tun failes
2012-09-09 19:41 UTC (2+ messages)
samsung-laptop: light sensor?
2012-09-09 19:31 UTC
[PATCH] USB: input: wacom_sys.c: format OLED image in kernel
2012-09-09 19:37 UTC
[PATCH V3] Add support for Aurora L2 Cache Controller
2012-09-09 19:37 UTC (13+ messages)
` [PATCH V3 1/6] arm: cache-l2x0: make outer_cache_fns a field of l2x0_of_data
` [PATCH V3 2/6] arm: cache-l2x0: add an optional register to save/restore
` [PATCH V3 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl
` [PATCH V3 4/6] arm: mvebu: add L2 cache support
` [PATCH V3 5/6] arm: mvebu: add Aurora L2 Cache Controller to the DT
` [PATCH V3 6/6] arm: l2x0: add aurora related properties to OF binding
[Squashfs-devel] PROBLEM: mount empty SquashFS
2012-09-09 19:30 UTC (3+ messages)
Is r25 saved across syscalls?
2012-09-09 19:30 UTC
[PATCH] IRQ: Add a check for uninitialized irqs
2012-09-09 19:25 UTC
MFC Encode on S5PV210 hangs
2012-09-09 19:21 UTC
[Bug 54700] New: Distorted graphics (double cursor) with GeForce 4200Go (NV28)
2012-09-09 19:15 UTC (2+ messages)
` [Bug 54700] "
[Bug 50403] New: NV28 double cursor & ugly graphics & crashes
2012-09-09 19:15 UTC (2+ messages)
` [Bug 50403] "
[PATCH] Crypto: CESA: Add support for DT based instantiation
2012-09-09 19:13 UTC (3+ messages)
[pci:next 73/77] arch/x86/boot/compressed/eboot.c:283 setup_efi_pci() error: potentially derefencing
2012-09-09 19:13 UTC (2+ messages)
` [pci:next 73/77] arch/x86/boot/compressed/eboot.c:283 setup_efi_pci() error: potentially derefen
New build warnings
2012-09-09 19:12 UTC (3+ messages)
[PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding
2012-09-09 19:12 UTC (4+ messages)
` [PATCH 2/2] ARM: Kirkwood: Convert all DT boards to EHCI via DT
[lm-sensors] Patching help
2012-09-09 19:11 UTC (2+ messages)
linux-firmware updates for Marvell wifi
2012-09-09 19:08 UTC (2+ messages)
[PATCH] drm/i915: rip out edp special case from dp_link_down
2012-09-09 17:58 UTC
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.