messages from 2011-08-17 20:49:02 to 2011-08-17 22:47:45 UTC [more...]
[PATCH V2 net-next 0/3] bnx2x: Message logging cleanups
2011-08-17 22:47 UTC (3+ messages)
Transfer Offer
2011-08-18 11:33 UTC (2+ messages)
[PATCH 1/4] NFC: Add NFC dev_up and dev_down control operations
2011-08-17 22:42 UTC (4+ messages)
[LTP] [PATCH 1/1] Two added files for common criteria evaluation
2011-08-17 22:42 UTC
[Qemu-devel] [PATCH v2 0/6] vga: dirty log cleanup, more linear mapping
2011-08-17 22:41 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/6] vmware-vga: Register reset service
` [Qemu-devel] [PATCH v2 2/6] vmware-vga: Disable verbose mode
` [Qemu-devel] [PATCH v2 3/6] vmware-vga: Remove dead DIRECT_VRAM mode
` [Qemu-devel] [PATCH v2 4/6] vmware-vga: Eliminate vga_dirty_log_restart
` [Qemu-devel] [PATCH v2 5/6] vga: Use linear mapping + dirty logging in chain 4 memory access mode
` [Qemu-devel] [PATCH v2 6/6] vga: Drop some unused fields
3.0-git15 Atomic scheduling in pidmap_init
2011-08-17 22:37 UTC (11+ messages)
[Qemu-devel] [RFC][PATCH 000/111] QEMU m68k core additions
2011-08-17 22:35 UTC (62+ messages)
` [Qemu-devel] [PATCH 028/111] m68k: allow fpu to manage double data type
` [Qemu-devel] [PATCH 029/111] m68k: allow fpu to manage double data type with fmove to <ea>
` [Qemu-devel] [PATCH 030/111] m68k: add FScc instruction
` [Qemu-devel] [PATCH 031/111] m68k: add single data type to gen_ea
` [Qemu-devel] [PATCH 032/111] m68k: add linkl instruction
` [Qemu-devel] [PATCH 033/111] m68k: Add fmovecr
` [Qemu-devel] [PATCH 034/111] m68k: correct typo on f64_to_i32() return type
` [Qemu-devel] [PATCH 035/111] m68k: improve CC_OP_LOGIC
` [Qemu-devel] [PATCH 036/111] m68k: correct neg condition code flags computation
` [Qemu-devel] [PATCH 037/111] Correct invalid use of "const void *" with "const uint8_t *"
` [Qemu-devel] [PATCH 038/111] m68k: add EA support for negx
` [Qemu-devel] [PATCH 039/111] m68k: add abcd instruction
` [Qemu-devel] [PATCH 040/111] m68k: add sbcd instruction
` [Qemu-devel] [PATCH 041/111] mm68k: add nbcd instruction
` [Qemu-devel] [PATCH 042/111] m68k: set X flag according size of operand Set X flag correctly for addsub, arith_im, addsubq
` [Qemu-devel] [PATCH 043/111] m68k: on 0 bit shift, don't update X flag
` [Qemu-devel] [PATCH 044/111] m68k: improve addx instructions Add (byte, word) opsize Add memory access
` [Qemu-devel] [PATCH 045/111] m68k: improve subx, negx instructions Add (byte, word) opsize Add memory access (subx)
` [Qemu-devel] [PATCH 046/111] m68k: improve asl/asr evaluate correclty the missing V flag
` [Qemu-devel] [PATCH 047/111] m68k: use read_imm1() when it is possible
` [Qemu-devel] [PATCH 048/111] m68k: correct shift side effect for roxrl and roxll
` [Qemu-devel] [PATCH 049/111] m68k: asl/asr, clear C flag if shift count is 0
` [Qemu-devel] [PATCH 050/111] m68k: lsl/lsr, "
` [Qemu-devel] [PATCH 051/111] m68k: correct divs.w and divu.w
` [Qemu-devel] [PATCH 052/111] m68k: correct flags with negl
` [Qemu-devel] [PATCH 053/111] m68k: for bitfield opcodes, correct operands corruption
` [Qemu-devel] [PATCH 054/111] m68k: Added ULL to 64 bit integer in helper.c
` [Qemu-devel] [PATCH 055/111] m68k: Correct bfclr in register case
` [Qemu-devel] [PATCH 056/111] m68k-linux-user: add '--enable-emulop'
` [Qemu-devel] [PATCH 057/111] m68k: correctly compute divsl
` [Qemu-devel] [PATCH 058/111] m68k: correctly compute divul
` [Qemu-devel] [PATCH 059/111] m68k: add m68030 definition
` [Qemu-devel] [PATCH 060/111] m68k: remove dead code
` [Qemu-devel] [PATCH 061/111] m68k: remove useless file m68k-qreg.h
` [Qemu-devel] [PATCH 062/111] m68k: FPU rework (draft)
` [Qemu-devel] [PATCH 063/111] m68k: some FPU debugging macros
` [Qemu-devel] [PATCH 064/111] m68k: more tests
` [Qemu-devel] [PATCH 065/111] m68k: correct compute gen_bitfield_cc()
` [Qemu-devel] [PATCH 066/111] m68k: add fgetexp
` [Qemu-devel] [PATCH 067/111] m68k: add fscale
` [Qemu-devel] [PATCH 068/111] m68k: correct addsubq
` [Qemu-devel] [PATCH 069/111] m68k: add fetox and flogn
` [Qemu-devel] [PATCH 070/111] m68k: initialize FRegs, define pickNaN()
` [Qemu-devel] [PATCH 071/111] m68k: correct cmpa comparison datatype
` [Qemu-devel] [PATCH 072/111] m68k: add flog10
` [Qemu-devel] [PATCH 073/111] m68k: add cmpm instruction
` [Qemu-devel] [PATCH 074/111] m68k: add ftwotox instruction
` [Qemu-devel] [PATCH 075/111] m68k: better fpu traces
` [Qemu-devel] [PATCH 076/111] m68k: register source operand is always in extended size
` [Qemu-devel] [PATCH 077/111] m68k: add facos instruction
` [Qemu-devel] [PATCH 078/111] m68k: add ftan instruction
` [Qemu-devel] [PATCH 079/111] m68k: add fsin instruction
` [Qemu-devel] [PATCH 080/111] m68k: add fcos instruction
` [Qemu-devel] [PATCH 081/111] m68k: correct fpcr update
` [Qemu-devel] [PATCH 082/111] m68k: add fmod instruction
` [Qemu-devel] [PATCH 083/111] m68k: flush flags before negx instruction
` [Qemu-devel] [PATCH 084/111] m68k: correct fmovemx FP registers order
` [Qemu-devel] [PATCH 085/111] m68k: add fatan instruction
` [Qemu-devel] [PATCH 086/111] m68k: correct bfins instruction
` [Qemu-devel] [PATCH 087/111] m68k: fcmp correctly compares infinity
Malformed branch name in fast-export when specifying non-HEAD/branch revision
2011-08-17 22:30 UTC (3+ messages)
[Qemu-devel] [PATCH 0/9] Convert serial_mm_init to MemoryRegion
2011-08-17 22:30 UTC (3+ messages)
` [Qemu-devel] [PATCH 8/9] sm501: Pass address_space_mem to sm501_init
questions about xen device pass-through
2011-08-17 22:27 UTC (2+ messages)
+ mm-vmscan-fix-force-scanning-small-targets-without-swap.patch added to -mm tree
2011-08-17 22:22 UTC
+ mm-vmscan-drop-nr_force_scan-from-get_scan_count.patch added to -mm tree
2011-08-17 22:22 UTC
+ mm-vmscan-fix-force-scanning-small-targets-without-swap-fix.patch added to -mm tree
2011-08-17 22:22 UTC
Kernel 3.0: Instant kernel crash when mounting CIFS
2011-08-17 22:18 UTC (16+ messages)
` Kernel 3.0: Instant kernel crash when mounting CIFS (also crashes with linux-3.1-rc2
[PATCH 00/41] signal: Use set_current_blocked()
2011-08-17 22:17 UTC (5+ messages)
[PATCH] xfstests: Also accept "no such attribute" errors for invalid extended attributes
2011-08-17 22:14 UTC
a (documented) way to get the Ext2+ filesystem size?
2011-08-17 22:09 UTC (4+ messages)
[Qemu-devel] [RFC][PATCH 0/8] NeXT black hardware support
2011-08-17 22:09 UTC (10+ messages)
` [Qemu-devel] [PATCH 0/8] *** SUBJECT HERE ***
` [Qemu-devel] [PATCH 1/8] added next source files to Makefile.target
` [Qemu-devel] [PATCH 2/8] main next driver, needs a bit of cleanup
` [Qemu-devel] [PATCH 3/8] next framebuffer driver, very basic, only supports running under 32 bit color at the moment
` [Qemu-devel] [PATCH 4/8] next keyboard driver, only supports a subset of modifier keys
` [Qemu-devel] [PATCH 5/8] partially working network driver, needs more comparison with real hardware before it can be made fully working
` [Qemu-devel] [PATCH 6/8] adds SFC, DFC, MMU TC, access control register, and user stack pointer acces to movec_to/from
` [Qemu-devel] [PATCH 7/8] added move16, cinva, pflush instructions, and disabled abort on execution of frestore/fsave
` [Qemu-devel] [PATCH 8/8] added mmu tc, sfc, dfc, and access control registers to the cpu header
BUG: sleeping function called from invalid context at kernel/rtmutex.c:644
2011-08-17 22:09 UTC
tzdata-2011g fails to fetch
2011-08-17 22:02 UTC
Multiple virtual interfaces, ath9k
2011-08-17 21:35 UTC
RCU treating guest mode just like it does user-mode execution
2011-08-17 22:05 UTC (3+ messages)
[PATCH 0/4 v5] mmc: tmio, sdhi: provide multiple irq handlers
2011-08-17 22:02 UTC (9+ messages)
` [PATCH 3/4] mmc: sdhi: Make use of per-source "
` [PATCH 3/4 v7] "
[PATCH 1/1] hugepages: Fix race between hugetlbfs umount and quota update
2011-08-17 22:01 UTC (2+ messages)
kernel oops and panic in acpi_atomic_read under 2.6.39.3. call trace included
2011-08-17 21:51 UTC
[U-Boot] [PATCH 0/9] Series short description
2011-08-17 21:58 UTC (7+ messages)
` [U-Boot] [PATCH 3/9] apf9328: Add Armadeus Project board APF9328
cleancache can lead to serious performance degradation
2011-08-17 21:57 UTC
[RFC] btrfs auto snapshot
2011-08-17 21:56 UTC (5+ messages)
[PATCH] drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A Connector
2011-08-17 21:55 UTC (6+ messages)
Transfer Offer
2011-08-18 10:37 UTC (3+ messages)
Transfer Offer
2011-08-18 10:37 UTC
Transfer Offer
2011-08-18 10:37 UTC
[refpolicy] [PATCH 1/1] Allow NFS daemon to listen on an UDP port
2011-08-17 21:48 UTC (6+ messages)
[Qemu-devel] Howto - USB Port and EHCI
2011-08-17 21:46 UTC (2+ messages)
+ checkpatch-add-missing-warn-argument-for-min_t-and-max_t-tests.patch added to -mm tree
2011-08-17 21:45 UTC
+ memcg-rename-mem-variable-to-memcg.patch added to -mm tree
2011-08-17 21:44 UTC
Report on bcma with 14e4:4353 (BCM43224)
2011-08-17 21:43 UTC (4+ messages)
` [PATCH] Add uevent to bcma bus, to autoload drivers
[Qemu-devel] USB port NULL pointer causes segv
2011-08-17 21:43 UTC (2+ messages)
pstore: change mutex locking to spin_locks
2011-08-17 21:47 UTC (3+ messages)
[PATCH] Bluetooth-next: Add incremental indexing in sysfs HCI connection name
2011-08-17 21:42 UTC (2+ messages)
[PATCH v4 0/2] Forcibly enable some MISC_ENABLE features on Intel
2011-08-17 21:38 UTC (3+ messages)
` [PATCH v4 1/2] x86: Enable fast strings on Intel if BIOS hasn't already
[LTP] [PATCH 1/1] fix ssh03 on system running mls policy
2011-08-17 21:38 UTC
[GIT PULL 0/6] perf/core fixes and improvements
2011-08-17 21:36 UTC (2+ messages)
reformatting disk into 4 * reiser4 partitions
2011-08-17 21:36 UTC (3+ messages)
` any news on reiser4 patch for linux 2.6.39 or 3.0.1
` generate a newer reiser4 TODO list
plat-orion needs to enable PCIe ports for mv78xx0
2011-08-17 21:34 UTC
Transfer Offer
2011-08-18 12:34 UTC
[Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls
2011-08-17 21:30 UTC (2+ messages)
[PATCH 0/3] Minor "list-objects" updates
2011-08-17 21:30 UTC (4+ messages)
` [PATCH 1/3] rev-list: fix finish_object() call
` [PATCH 2/3] revision.c: add show_object_with_name() helper function
` [PATCH 3/3] revision.c: update show_object_with_name() without using malloc()
[Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create
2011-08-17 21:25 UTC (6+ messages)
` [Bug 40180] "
[PATCH 00/14] bna: Update bna driver version to 3.0.2.1
2011-08-17 21:24 UTC (9+ messages)
` [PATCH 04/14] bna: Add Multiple Tx Queue Support
Branches & directories
2011-08-17 21:23 UTC (4+ messages)
+ scripts-get_maintainerpl-update-linuss-git-repository.patch added to -mm tree
2011-08-17 21:23 UTC
[PATCH] Staging: nvec: Fixed various style issues
2011-08-17 21:23 UTC (3+ messages)
plat-orion problems with mv643xx_eth.c for mv78xx0
2011-08-17 21:21 UTC
[Qemu-devel] qemu 0.15.0 testing, usb redirection, and libusb_get_device_speed()
2011-08-17 21:14 UTC (3+ messages)
[Qemu-devel] [PATCH 0/6] TCG compile fixes and optimize cleanup
2011-08-17 21:11 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/6] tcg: Add and use TCG_OPF_64BIT
` [Qemu-devel] [PATCH 2/6] tcg: Always define all of the TCGOpcode enum members
` [Qemu-devel] [PATCH 3/6] tcg: Constant fold neg, andc, orc, eqv, nand, nor
` [Qemu-devel] [PATCH 4/6] tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight
` [Qemu-devel] [PATCH 5/6] tcg-ia64: Fix typos in AREG0 setup in prologue
` [Qemu-devel] [PATCH 6/6] tcg-arm: Make tcg_out_addi inline
[PATCH 4/9] Staging: Winbond: Convert C99 style comments in Winbond
2011-08-17 21:08 UTC (4+ messages)
[PATCHv2] usb: gadget: get rid of USB_GADGET_DUALSPEED and USB_GADGET_SUPERSPEED
2011-08-17 21:09 UTC (2+ messages)
Afatech AF9013
2011-08-17 21:09 UTC (7+ messages)
[obsolete] drm-add-missing-header-file-linuc-typesh.patch removed from -mm tree
2011-08-17 21:09 UTC
INFO: task jbd2/dm-0-8:3993 blocked for more than 120 seconds
2011-08-17 21:08 UTC (3+ messages)
[patch v3 0/8] kdump: Patch series for s390 support (version 3)
2011-08-17 21:05 UTC (4+ messages)
` [patch v3 3/8] kdump: Add size to elfcorehdr kernel parameter
setting preferred provider for "virtual/libx11"?
2011-08-17 21:01 UTC
Floating point problems on UML - help needed
2011-08-17 20:58 UTC
[PATCH] tcl: fix networking breakage
2011-08-17 20:52 UTC
+ prctl-add-pr_setget_child_reaper-to-allow-simple-process-supervision.patch added to -mm tree
2011-08-17 20:56 UTC (10+ messages)
` + prctl-add-pr_setget_child_reaper-to-allow-simple-process-supervision .patch "
[Qemu-devel] [PATCH 100/111] m68k: use log10l() to compute log10_FP0()
2011-08-17 20:54 UTC (12+ messages)
` [Qemu-devel] [PATCH 101/111] m68k: correctly load signed word into floating point register
` [Qemu-devel] [PATCH 102/111] m68k: add fcosh instruction
` [Qemu-devel] [PATCH 103/111] m68k: add fasin instruction
` [Qemu-devel] [PATCH 104/111] m68k: add fsincos instruction
` [Qemu-devel] [PATCH 105/111] m68k: add fsinh instruction
` [Qemu-devel] [PATCH 106/111] m68k: add ftanh instruction
` [Qemu-devel] [PATCH 107/111] m68k: add flognp1 instruction
` [Qemu-devel] [PATCH 108/111] m68k: add fatanh instruction
` [Qemu-devel] [PATCH 109/111] m68k: first draft of q800 emulation (not working)
` [Qemu-devel] [PATCH 110/111] m68k: add movec instruction
` [Qemu-devel] [PATCH 111/111] m68k: move from sr can use effective addresse on m68k
[PATCH 0/6] pynfs patches
2011-08-17 20:54 UTC (3+ messages)
` two more minor "
[Qemu-devel] [PATCH 090/111] m68k: correctly define and manage NaN
2011-08-17 20:53 UTC (10+ messages)
` [Qemu-devel] [PATCH 091/111] m68k: don't call gdb_register_coprocessor() twice
` [Qemu-devel] [PATCH 092/111] m68k: gdb FP registers are 96 bits
` [Qemu-devel] [PATCH 093/111] m68k: add exg instruction
` [Qemu-devel] [PATCH 094/111] m68k: define floatx80_default_inf_high and floatx80_default_inf_low
` [Qemu-devel] [PATCH 095/111] m68k: add bkpt instruction
` [Qemu-devel] [PATCH 096/111] m68k: correctly convert floatx80<->long double
` [Qemu-devel] [PATCH 097/111] m68k: use expl() to compute exp_FP0()
` [Qemu-devel] [PATCH 098/111] m68k: use exp2l() to compute exp2_FP0()
` [Qemu-devel] [PATCH 099/111] m68k: use logl() to compute ln_FP0()
[Qemu-devel] [PATCH 089/111] m68k: add ftentox instruction
2011-08-17 20:53 UTC
[Qemu-devel] [PATCH 088/111] m68k: allows bfins to manage correctly width = 32
2011-08-17 20:52 UTC
[PATCH 2/10] DAPL v2.0: common: new IB collective provider for Mellanox Fabric Collective Agent
2011-08-17 20:49 UTC (3+ messages)
` [PATCH 2/10 v2] "
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.