messages from 2010-05-27 20:09:04 to 2010-05-27 21:10:45 UTC [more...]
[U-Boot] [PATCH] powerpc: add support for the Freescale P1022DS reference board
2010-05-27 21:10 UTC (23+ messages)
[U-Boot] [PATCH] [RFC] memsize.c: adapt get_ram_size() for address spaces >32 bit
2010-05-27 21:10 UTC (14+ messages)
` [U-Boot] [PATCH v2] "
Controlling Driver Load Order
2010-05-27 21:09 UTC (10+ messages)
[linux-pm] [PATCH 0/8] Suspend block api (version 8)
2010-05-27 21:08 UTC (16+ messages)
` "
[PATCH pm-wip/uart 0/4] misc. fixes for IDLEST and OMAP24xx support
2010-05-27 21:06 UTC (2+ messages)
[linux-pm] [PATCH 0/8] Suspend block api (version 8)
2010-05-27 21:06 UTC (15+ messages)
` "
[pm-wip/uart][PATCH 0/6]: Serial HWMOD updation and cleanup
2010-05-27 21:05 UTC (2+ messages)
Git-SVN on Cygwin 1.7: git svn rebase b0rks index if not run from top-level directory
2010-05-27 21:04 UTC (4+ messages)
` Git svn rebase/dcommit break (index) if not run from directory containing ./.git
[ath9k-devel] [PATCH]wireless:ath9k Fix ath_print in xmit.c
2010-05-27 21:04 UTC (5+ messages)
` "
git fast-export/fast-import *facepalm*
2010-05-27 21:03 UTC (2+ messages)
Null-pointer access in netback_uevent
2010-05-27 21:03 UTC (2+ messages)
+ tty-n_gsm-potential-double-lock.patch added to -mm tree
2010-05-27 21:02 UTC
[PATCH] Add Documentation/kvm/msr.txt
2010-05-27 21:02 UTC (6+ messages)
xen crash related to pci passthrough
2010-05-27 21:02 UTC (2+ messages)
serial/imx.c : wrong baudrate at resume if console is on UART
2010-05-27 21:02 UTC
[REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
2010-05-27 21:01 UTC (5+ messages)
[PATCH] drm/radeon/kms/pm: patch default power state with default clocks/voltages on r6xx+
2010-05-27 21:01 UTC (4+ messages)
` [PATCH] drm/radeon/kms/pm: radeon_set_power_state fixes
` [PATCH] drm/radeon/kms/pm: voltage fixes
` [PATCH] drm/radeon/kms/pm: add support for SetVoltage cmd table
[Qemu-devel] [PATCH 00/62] s390x tcg target
2010-05-27 21:00 UTC (64+ messages)
` [Qemu-devel] [PATCH 01/62] S390 TCG target
` [Qemu-devel] [PATCH 02/62] add lost chunks from the original patch
` [Qemu-devel] [PATCH 03/62] tcg-s390: Only validate CPUTLBEntry for system mode
` [Qemu-devel] [PATCH 04/62] tcg-s390: Fix tcg_prepare_qemu_ldst for user mode
` [Qemu-devel] [PATCH 05/62] tcg-s390: Move opcode defines to tcg-target.c
` [Qemu-devel] [PATCH 06/62] s390x: Avoid _llseek
` [Qemu-devel] [PATCH 07/62] s390x: Don't use a linker script for user-only
` [Qemu-devel] [PATCH 08/62] tcg-s390: Avoid set-but-not-used werrors
` [Qemu-devel] [PATCH 09/62] tcg-s390: Mark R0 & R15 reserved
` [Qemu-devel] [PATCH 10/62] tcg-s390: R6 is a function argument register
` [Qemu-devel] [PATCH 11/62] tcg-s390: Move tcg_out_mov up and use it throughout
` [Qemu-devel] [PATCH 12/62] tcg-s390: Eliminate the S constraint
` [Qemu-devel] [PATCH 13/62] tcg-s390: Add -m64 and -march to s390x compilation
` [Qemu-devel] [PATCH 14/62] tcg-s390: Define tcg_target_reg_names
` [Qemu-devel] [PATCH 15/62] tcg-s390: Update disassembler from binutils head
` [Qemu-devel] [PATCH 16/62] tcg-s390: Compute is_write in cpu_signal_handler
` [Qemu-devel] [PATCH 17/62] tcg-s390: Reorganize instruction emission
` [Qemu-devel] [PATCH 18/62] tcg-s390: Use matching constraints
` [Qemu-devel] [PATCH 19/62] tcg-s390: Fixup qemu_ld/st opcodes
` [Qemu-devel] [PATCH 20/62] tcg-s390: Implement setcond
` [Qemu-devel] [PATCH 21/62] tcg-s390: Generalize the direct load/store emission
` [Qemu-devel] [PATCH 22/62] tcg-s390: Tidy branches
` [Qemu-devel] [PATCH 23/62] tcg-s390: Add tgen_calli
` [Qemu-devel] [PATCH 24/62] tcg-s390: Implement div2
` [Qemu-devel] [PATCH 25/62] tcg-s390: Re-implement tcg_out_movi
` [Qemu-devel] [PATCH 26/62] tcg-s390: Implement sign and zero-extension operations
` [Qemu-devel] [PATCH 27/62] tcg-s390: Implement bswap operations
` [Qemu-devel] [PATCH 28/62] tcg-s390: Implement rotates
` [Qemu-devel] [PATCH 29/62] tcg-s390: Use LOAD COMPLIMENT for negate
` [Qemu-devel] [PATCH 30/62] tcg-s390: Tidy unimplemented opcodes
` [Qemu-devel] [PATCH 31/62] tcg-s390: Use the extended-immediate facility for add/sub
` [Qemu-devel] [PATCH 32/62] tcg-s390: Implement immediate ANDs
` [Qemu-devel] [PATCH 33/62] tcg-s390: Implement immediate ORs
` [Qemu-devel] [PATCH 34/62] tcg-s390: Implement immediate MULs
` [Qemu-devel] [PATCH 35/62] tcg-s390: Implement immediate XORs
` [Qemu-devel] [PATCH 36/62] tcg-s390: Icache flush is a no-op
` [Qemu-devel] [PATCH 37/62] tcg-s390: Define TCG_TMP0
` [Qemu-devel] [PATCH 38/62] tcg-s390: Tidy regset initialization; use R14 as temporary
` [Qemu-devel] [PATCH 39/62] tcg-s390: Rearrange register allocation order
` [Qemu-devel] [PATCH 40/62] tcg-s390: Tidy goto_tb
` [Qemu-devel] [PATCH 41/62] tcg-s390: Allocate the code_gen_buffer near the main program
` [Qemu-devel] [PATCH 42/62] tcg-s390: Rearrange qemu_ld/st to avoid register copy
` [Qemu-devel] [PATCH 43/62] tcg-s390: Tidy tcg_prepare_qemu_ldst
` [Qemu-devel] [PATCH 44/62] tcg-s390: Tidy user qemu_ld/st
` [Qemu-devel] [PATCH 45/62] tcg-s390: Implement GUEST_BASE
` [Qemu-devel] [PATCH 46/62] tcg-s390: Query instruction extensions that are installed
` [Qemu-devel] [PATCH 47/62] tcg-s390: Conditionalize general-instruction-extension insns
` [Qemu-devel] [PATCH 48/62] tcg-s390: Conditionalize ADD IMMEDIATE instructions
` [Qemu-devel] [PATCH 49/62] tcg-s390: Conditionalize LOAD "
` [Qemu-devel] [PATCH 50/62] tcg-s390: Conditionalize 8 and 16 bit extensions
` [Qemu-devel] [PATCH 51/62] tcg-s390: Conditionalize AND IMMEDIATE instructions
` [Qemu-devel] [PATCH 52/62] tcg-s390: Conditionalize OR "
` [Qemu-devel] [PATCH 53/62] tcg-s390: Conditionalize XOR "
` [Qemu-devel] [PATCH 54/62] tcg-s390: Do not require the extended-immediate facility
` [Qemu-devel] [PATCH 55/62] tcg-s390: Use 16-bit branches for forward jumps
` [Qemu-devel] [PATCH 56/62] tcg-s390: Use the LOAD AND TEST instruction for compares
` [Qemu-devel] [PATCH 57/62] tcg-s390: Use the COMPARE IMMEDIATE instrucions "
` [Qemu-devel] [PATCH 58/62] tcg-s390: Use COMPARE AND BRANCH instructions
` [Qemu-devel] [PATCH 59/62] tcg-s390: Generalize load/store support
` [Qemu-devel] [PATCH 60/62] tcg-s390: Fix TLB comparison width
` [Qemu-devel] [PATCH 61/62] tcg-s390: Enable compile in 32-bit mode
` [Qemu-devel] [PATCH 62/62] tcg: Optionally sign-extend 32-bit arguments for 64-bit host
Delivery Status Notification (Failure)
2010-05-27 21:00 UTC (2+ messages)
[linux-pm] [PATCH 0/8] Suspend block api (version 8)
2010-05-27 21:00 UTC (4+ messages)
` "
dmraid configure configure.in make.tmpl.in
2010-05-27 20:59 UTC
question on iommu _map_page
2010-05-27 20:59 UTC (3+ messages)
[lm-sensors] PMBus support in Linux
2010-05-27 20:57 UTC (2+ messages)
[PATCH] pxa/vpac270: Enable SparseMEM for 256 MB of RAM
2010-05-27 20:56 UTC
dmraid/tools dmevent_tool.c
2010-05-27 20:56 UTC
Help: Cycle through iptables rules
2010-05-27 20:55 UTC (15+ messages)
[RFC] netfilter: WIP: Xtables idletimer target implementation
2010-05-27 20:54 UTC
[PATCH] perf: implement recording/reporting per-cpu samples
2010-05-27 20:54 UTC (7+ messages)
[PATCH v2 1/8] i.MX27: add suspend to RAM support
2010-05-27 20:54 UTC (7+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH] arch/tile: new multi-core architecture for Linux
2010-05-27 20:53 UTC (6+ messages)
Default security module feature of 2.6.34
2010-05-27 20:51 UTC (5+ messages)
` Fwd: "
[Bugme-new] [Bug 16058] New: [BUG] Cannot boot any kernel from 2.6.27 on if a 256 byte sector SCSI disk is attached
2010-05-27 20:43 UTC (2+ messages)
[Qemu-devel] Re: [OpenBIOS] [PATCH 0/3] sparc64 cleanups v1
2010-05-27 20:42 UTC (2+ messages)
[PULL REQUEST] Quota mount handling and various fixes
2010-05-27 20:42 UTC
[PATCH]sparc32: Fix impossibility of swap disabling after
2010-05-27 20:41 UTC (3+ messages)
` Re: [PATCH]sparc32: Fix impossibility of swap disabling after intensive swap using
Commit access for Enrico Scholz
2010-05-27 20:35 UTC (2+ messages)
[PATCH] Accept opaque data in EF_ICCID
2010-05-27 20:39 UTC (2+ messages)
[linux-pm] [PATCH 0/8] Suspend block api (version 8)
2010-05-27 20:38 UTC (15+ messages)
` "
[Bridge] [v5 Patch 1/3] netpoll: add generic support for bridge and bonding devices
2010-05-27 20:35 UTC (4+ messages)
` "
[Qemu-devel] [PATCH v3 00/17] Basic device state visualization
2010-05-27 20:35 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 13/17] monitor: Allow to exclude commands from QMP
` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 16/17] QMP: Fix python helper /wrt long return strings
` [Qemu-devel] "
[PATCH 0/5] Per superblock shrinkers V2
2010-05-27 20:32 UTC (16+ messages)
` [PATCH 1/5] inode: Make unused inode LRU per superblock
` [PATCH 3/5] superblock: introduce per-sb cache shrinker infrastructure
` [PATCH 4/5] superblock: add filesystem shrinker operations
[Bug 16058] New: [BUG] Cannot boot any kernel from 2.6.27 on if a 256 byte sector SCSI disk is attached
2010-05-27 20:31 UTC (2+ messages)
` [Bug 16058] "
[Qemu-devel] [PATCH] Extra scan codes for missing keys
2010-05-27 20:31 UTC
omap3 pm: dependency between opp layer and cpufreq
2010-05-27 20:29 UTC (3+ messages)
[PATCH] fs: block cross-uid sticky symlinks
2010-05-27 20:16 UTC
[Buildroot] [PATCH] coreutils: add 'join'
2010-05-27 20:26 UTC
xen-unstable + pvops-kernel doesn't boot on my machine, ibm x3550M2
2010-05-27 20:25 UTC (4+ messages)
dmraid/lib .export.sym
2010-05-27 20:24 UTC
[RFC PATCH] powerpc: Emulate most load and store instructions in emulate_step()
2010-05-27 20:22 UTC (3+ messages)
` [RFC PATCH] powerpc: Emulate nop too
[PATCH] cnic: Fix context memory init. on 5709
2010-05-27 20:24 UTC
[PATCH v2] ptrace: unify FDPIC implementations
2010-05-27 20:21 UTC (13+ messages)
` [PATCH -mm 0/1] (Was: ptrace: unify FDPIC implementations)
` [PATCH -mm 1/1] ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm
` [PATCH -mm 1/1] ptrace: PTRACE_GETFDPIC: fix the unsafe usage
` [PATCH -mm 1/1] ptrace: PTRACE_GETFDPIC: fix the unsafe usage of
` [PATCH 0/2] blackfin: ptrace mm/sram_list fixes
[GIT PULL] x86 fixes for 2.6.35
2010-05-27 20:19 UTC
config automatically switches from 32-bit to 64-bit for x86
2010-05-27 20:21 UTC (4+ messages)
Dear friend!
2010-05-27 20:19 UTC
[GIT] Networking
2010-05-27 20:18 UTC (5+ messages)
` boot crash in arp_error_report() (Re: [GIT] Networking)
[PATCH] tm6000: bugfix outp in function copy_multiplexed
2010-05-27 20:16 UTC
[PATCH 0/2] drm/ttm: A couple of small fixes
2010-05-27 20:14 UTC (3+ messages)
` Resend: "
Question about netns & AF_UNIX
2010-05-27 20:16 UTC (2+ messages)
[PATCH] CPU: Avoid using unititialized error variable in disable_nonboot_cpus()
2010-05-27 20:16 UTC
[PATCH] CPU: Avoid using unititialized error variable in disable_nonboot_cpus()
2010-05-27 20:16 UTC
Iwlwifi and LEDS?
2010-05-27 20:14 UTC (5+ messages)
[tip:x86/fpu] x86: Add new static_cpu_has() function using alternatives
2010-05-27 20:12 UTC (2+ messages)
` [tip:x86/urgent] x86, cpufeature: Unbreak compile with gcc 3.x
ext3 filesystem corruption on md RAID1 device
2010-05-27 20:12 UTC (4+ messages)
[Bug 28284] New: [r300, r600] celestia core dumps - Assertion `dstRowStride' failed
2010-05-27 20:10 UTC (2+ messages)
` [Bug 28284] "
[PATCH 00/24] hpsa updates for May 2010
2010-05-27 20:14 UTC (14+ messages)
` [PATCH 12/24] hpsa: factor out hpsa_p600_dma_prefetch_quirk
` [PATCH 13/24] hpsa: factor out hpsa_enter_simple_mode
` [PATCH 14/24] hpsa: check that simple mode is supported
` [PATCH 15/24] hpsa: clean up debug ifdefs
` [PATCH 16/24] hpsa: mark hpsa_mark_hpsa_put_ctlr_into_performant_mode as __devinit
` [PATCH 17/24] hpsa: factor out hpsa_wait_for_mode_change_ack
` [PATCH 18/24] hpsa: remove unused variable trans_offset
` [PATCH 19/24] hpsa: factor out hpsa_enter_performant_mode
` [PATCH 20/24] hpsa: remove unused firm_ver member of the per-hba structure
` [PATCH 21/24] hpsa: Add hpsa.txt to Documentation/scsi
` [PATCH 22/24] hpsa: expose controller firmware revision via /sys
` [PATCH 23/24] hpsa: fix block fetch table problem
` [PATCH 24/24] hpsa: add entry to MAINTAINERS
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.