All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-17 19:14:17 to 2011-08-17 20:50:17 UTC [more...]

[Qemu-devel] [RFC][PATCH 000/111] QEMU m68k core additions
 2011-08-17 20:47 UTC  (65+ messages)
` [Qemu-devel] [PATCH 001/111] linux-user: Signals processing is not thread-safe
` [Qemu-devel] [PATCH 002/111] linux-user: add qemu-wrapper
` [Qemu-devel] [PATCH 003/111] linux-user: define default cpu model in configure instead of linux-user/main.c
` [Qemu-devel] [PATCH 004/111] linux-user: specify the cpu model during configure
` [Qemu-devel] [PATCH 005/111] linux-user,m68k: display default cpu
` [Qemu-devel] [PATCH 006/111] linux-user: define new environment variables
` [Qemu-devel] [PATCH 007/111] linux-user: define a script to set binfmt using debian flavored tools
` [Qemu-devel] [PATCH 008/111] linux-user: define default cpu model in configure instead of linux-user/main.c
` [Qemu-devel] [PATCH 009/111] m68k: add tcg_gen_debug_insn_start()
` [Qemu-devel] [PATCH 010/111] m68k: define m680x0 CPUs and features
` [Qemu-devel] [PATCH 011/111] m68k: add missing accessing modes for some instructions
` [Qemu-devel] [PATCH 012/111] m68k: add Motorola 680x0 family common instructions
` [Qemu-devel] [PATCH 013/111] m68k: add Scc instruction with memory operand
` [Qemu-devel] [PATCH 014/111] m68k: add DBcc instruction
` [Qemu-devel] [PATCH 015/111] m68k: modify movem instruction to manage word
` [Qemu-devel] [PATCH 016/111] m68k: add 64bit divide
` [Qemu-devel] [PATCH 017/111] m68k: add 32bit and 64bit multiply
` [Qemu-devel] [PATCH 018/111] m68k: add word data size for suba/adda
` [Qemu-devel] [PATCH 019/111] m68k: add fpu
` [Qemu-devel] [PATCH 020/111] m68k: add "byte", "word" and memory shift
` [Qemu-devel] [PATCH 021/111] m68k: add "byte", "word" and memory rotate
` [Qemu-devel] [PATCH 022/111] m68k: add bitfield_mem, bitfield_reg
` [Qemu-devel] [PATCH 023/111] m68k: add variable offset/width to bitfield_reg/bitfield_mem
` [Qemu-devel] [PATCH 024/111] m68k: add cas
` [Qemu-devel] [PATCH 025/111] "
` [Qemu-devel] [PATCH 026/111] m68k: define fcntl constants
` [Qemu-devel] [PATCH 027/111] m68k: add DBcc instruction
` [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 065/111] m68k: correct compute gen_bitfield_cc()
` [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()

[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] "

[Qemu-devel] [Question] PCI-to-PCI bridge
 2011-08-17 20:48 UTC  (4+ messages)

Kernel 3.0: Instant kernel crash when mounting CIFS
 2011-08-17 20:45 UTC  (13+ messages)
        ` Kernel 3.0: Instant kernel crash when mounting CIFS (also crashes with linux-3.1-rc2

[Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create
 2011-08-17 20:43 UTC 

RCU treating guest mode just like it does user-mode execution
 2011-08-17 20:43 UTC 

[RFC/PATCH v3] git-svn: New flag to emulate empty directories
 2011-08-17 20:39 UTC  (2+ messages)

Configuring a layer to support multiple targets
 2011-08-17 20:42 UTC  (8+ messages)

Smart card reader support for Anysee DVB devices
 2011-08-17 20:41 UTC  (4+ messages)

[PATCH 05/60] iwlagn: introduce struct iwl-shared - known by all layers
 2011-08-17 20:36 UTC  (12+ messages)

[Qemu-devel] Killing block migration in qemu?
 2011-08-17 20:41 UTC  (2+ messages)

[Bugme-new] [Bug 41312] New: Regression: some web services (e.g. Dropbox, Amazon Cloud Reader) stops working in 3.1-rc2
 2011-08-17 20:41 UTC 

[PATCH] Staging: nvec: Fixed various style issues
 2011-08-17 20:36 UTC 

[PATCH 0/4] vsyscall tweaks
 2011-08-17 20:35 UTC  (5+ messages)
` [PATCH 4/4] Add vsyscalls to feature-removal-schedule.txt
  ` NACK! "

[PATCH v2] git svn : hook before 'git svn dcommit'
 2011-08-17 20:37 UTC  (5+ messages)

[PATCH v9 1/2] Track hard and soft "short lockups" or "stalls."
 2011-08-17 20:36 UTC  (2+ messages)
` [PATCH/RFC v9 2/2] Use trace events to report stalls

Afatech AF9013
 2011-08-17 20:36 UTC  (6+ messages)

[PATCH] RapidIO: Add mport driver for Tsi721 bridge
 2011-08-17 20:21 UTC  (4+ messages)

[PATCH] scsi: Document generic scsi device attributes
 2011-08-17 20:35 UTC  (4+ messages)

Linux kernel 3.0.3 released
 2011-08-17 20:34 UTC 

[patch 00/36] Hexagon: Add support for Qualcomm Hexagon architecture
 2011-08-17 20:34 UTC  (41+ messages)
` [patch 01/36] Hexagon: Add generic headers
` [patch 02/36] Hexagon: Core arch-specific header files
` [patch 03/36] Hexagon: Add bitops support
` [patch 04/36] Hexagon: Add atomic ops support
` [patch 05/36] Hexagon: Add syscalls
` [patch 06/36] Hexagon: Add processor and system headers
` [patch 07/36] Hexagon: Add threadinfo
` [patch 08/36] Hexagon: Add delay functions
` [patch 09/36] Hexagon: Add checksum functions
` [patch 13/36] Hexagon: Support dynamic module loading
` [patch 15/36] Hexagon: Add init_task and process functions
` [patch 19/36] Hexagon: Add ptrace support
` [patch 24/36] Hexagon: Provide basic implementation and/or stubs for I/O routines
` [patch 27/36] Hexagon: Provide DMA implementation
` [patch 32/36] Hexagon: Comet platform support
` [patch 33/36] Hexagon: Platform-generic support
` [patch 34/36] Hexagon: Add configuration and makefiles for the Hexagon architecture

[alternative-merged] nbd-some-trivial-improvements.patch removed from -mm tree
 2011-08-17 20:25 UTC 

+ nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes.patch added to -mm tree
 2011-08-17 20:24 UTC 

[PATCH 0/5] IO-less dirty throttling v9
 2011-08-17 20:24 UTC  (6+ messages)
` [PATCH 2/5] writeback: dirty position control

+ nbd-lower-the-loglevel-of-an-error-message.patch added to -mm tree
 2011-08-17 20:23 UTC 

+ nbd-use-task_pid_nr-to-get-current-pid.patch added to -mm tree
 2011-08-17 20:23 UTC 

+ nbd-replace-printk-kern_err-with-dev_err.patch added to -mm tree
 2011-08-17 20:23 UTC 

+ nbd-replace-some-printk-with-dev_warn-and-dev_info.patch added to -mm tree
 2011-08-17 20:23 UTC 

+ nbd-replace-sysfs_create_file-with-device_create_file.patch added to -mm tree
 2011-08-17 20:23 UTC 

[PATCH v2 0/7] Generalized sequencer foundations
 2011-08-17 20:23 UTC  (8+ messages)
` [PATCH 7/7] sequencer: Remove sequencer state after final commit

Linux vs FreeBSD Which is correct
 2011-08-17 20:15 UTC  (4+ messages)

Future of the -longterm kernel releases (i.e. how we pick them)
 2011-08-17 20:20 UTC  (6+ messages)
` [Stable-review] "
    ` [stable] "

RFC: Negotiating frame buffer size between sensor subdevs and bridge devices
 2011-08-17 20:22 UTC  (3+ messages)

Several problems with RAID-5 array
 2011-08-17 20:18 UTC 

Linux pNFS status meeting canceled for this week
 2011-08-17 20:09 UTC 

[ath9k-devel] [BUG] ath9k truncated management packets from TKIP connected stations
 2011-08-17 20:06 UTC  (3+ messages)
` [PATCH] ath9k: fix MGMT packets when using TKIP
  ` [ath9k-devel] "

vfat: Problems copying files to USB memory, but no error messages
 2011-08-17 20:01 UTC 

+ memcg-pin-execution-to-current-cpu-while-draining-stock.patch added to -mm tree
 2011-08-17 20:03 UTC 

[PATCH RFC] gitk: Allow commit editing
 2011-08-17 19:56 UTC 

[RFC 5/5] Bluetooth: Don't schedule tx tasklet if no work
 2011-08-17 20:03 UTC 

[RFC 4/5] Bluetooth: Schedule links by tx buffer use
 2011-08-17 20:03 UTC 

[RFC 3/5] Bluetooth: Add buffer count to tx scheduler parameters
 2011-08-17 20:03 UTC 

[Qemu-devel] [RFC][PATCH] NeXT emulation on QEMU
 2011-08-17 20:03 UTC  (2+ messages)

[RFC 2/5] Bluetooth: Minor optimization for multiple tx connections
 2011-08-17 20:02 UTC 

[RFC 1/5] Bluetooth: Only schedule LE tx links if LE-capable
 2011-08-17 20:02 UTC 

[RFC 0/5] Tx Scheduler optimizations
 2011-08-17 20:02 UTC 

[PATCH] HID: magicmouse: ignore 'ivalid report id' while switching modes
 2011-08-17 19:59 UTC 

[PATCH 1/2] Staging: usbip: Remove trailing spaces
 2011-08-17 19:58 UTC  (2+ messages)
` [PATCH 2/2] Staging: usbip: Fix braces and spaces to match coding style

[RFC] btrfs auto snapshot
 2011-08-17 19:56 UTC  (3+ messages)

questions about xen device pass-through
 2011-08-17 19:55 UTC 

[PATCH 0/4 v2] memcg: cleanup per-cpu charge caches
 2011-08-17 19:49 UTC  (5+ messages)
` [PATCH 1/4] memcg: do not try to drain per-cpu caches without pages
    ` [patch] memcg: pin execution to current cpu while draining stock

[RFC] ah4: use passed-in value of err in ah_output_done
 2011-08-17 19:46 UTC 

Реклама на теле купить за 10 тысяч рублей? Фотоаппарат… или
 2011-08-17 20:49 UTC 

Linux RT patch works on single core - but not booting SMP ARM OMAP4 PandaBoard
 2011-08-17 19:46 UTC  (5+ messages)

[PATCH] update-index: add --swap to swap index and worktree content
 2011-08-17 19:46 UTC  (11+ messages)

How to do NAT for an udp reply packet?
 2011-08-17 19:46 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/14] Convert ISA I/O ports to Memory API
 2011-08-17 19:41 UTC  (7+ messages)
` [Qemu-devel] [PATCH 02/14] isa: Add isa_register_old_portio_list()

[PATCH] avoid null pointer access in vm_struct
 2011-08-17 19:39 UTC  (3+ messages)

[PATCH v6 0/7] PM QoS: add a per-device latency constraints framework
 2011-08-17 19:39 UTC  (15+ messages)
` [PATCH 1/7] PM QoS: move and rename the implementation files
` [PATCH 2/7] PM QoS: minor clean-ups
` [PATCH 3/7] PM QoS: code re-organization
` [PATCH 4/7] PM QoS: re-organize data structs
` [PATCH 5/7] PM QoS: generalize and export the constraints management code
` [PATCH 6/7] PM QoS: implement the per-device PM QoS constraints
` [PATCH 7/7] PM QoS: add a global notification mechanism for the device constraints

[dm-crypt] recovering forgotten password
 2011-08-17 19:40 UTC  (3+ messages)

[PATCH v6 0/7] PM QoS: add a per-device latency constraints framework
 2011-08-17 19:39 UTC 

Malformed branch name in fast-export when specifying non-HEAD/branch revision
 2011-08-17 19:36 UTC  (2+ messages)

[PATCH] smb2: Enable signing in smb2
 2011-08-17 19:36 UTC 

[Buildroot] [git commit] ipset: ensure target kernel headers are used
 2011-08-17 19:32 UTC  (4+ messages)

[PATCH 01/12] meta-crownbay: switch to linux-yocto 3.0 kernel
 2011-08-17 19:31 UTC  (5+ messages)
` [PATCH 10/12] meta-fri2: make the use of emgd-driver-bin COMMERCIAL

[PATCH] Drivers: i915: Fix all space related issues
 2011-08-17 19:27 UTC  (3+ messages)

[Buildroot] [PATCH] ipset: fixup kernel checks
 2011-08-17 19:27 UTC 

HYBRID: PV in HVM container
 2011-08-17 19:27 UTC  (7+ messages)

+ maintainers-evgeniy-has-moved.patch added to -mm tree
 2011-08-17 19:23 UTC 

+ mm-fix-__page_to_pfn-for-a-const-struct-page-argument.patch added to -mm tree
 2011-08-17 19:22 UTC 

+ mm-make-hashed_page_virtual-page_address-struct-page-argument-const.patch added to -mm tree
 2011-08-17 19:22 UTC 

[PATCH 4/9] Staging: Winbond: Convert C99 style comments in Winbond
 2011-08-17 19:17 UTC  (3+ messages)

[kernel-hardening] kmalloc() nofail allocations
 2011-08-17 19:15 UTC 

Branches & directories
 2011-08-17 19:14 UTC  (3+ messages)


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.