All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-09 06:32:06 to 2011-07-09 12:09:45 UTC [more...]

[Qemu-devel] [PATCH v8 00/12] Adding VMDK monolithic flat support
 2011-07-09 12:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v8 10/12] VMDK: create different subformats

3.0-rc+git OOPS losetup on cifs
 2011-07-09 12:09 UTC  (3+ messages)

guest suspend/resume & virtio: vring errors
 2011-07-09 12:07 UTC  (8+ messages)

gen6 (SNB) garbled window content when scrolling with SNA enabled
 2011-07-09 11:59 UTC  (2+ messages)

[PATCH 1/4] regmap: Add generic non-memory mapped register access API
 2011-07-09 11:53 UTC  (3+ messages)
` [PATCH 2/4] regmap: Add I2C bus support

[net-next 0/5][pull request] Intel Wired LAN Driver Update
 2011-07-09 11:50 UTC  (6+ messages)
` [net-next 1/5] igb: Fix lack of flush after register write and before delay
` [net-next 2/5] igb: Update copyright on all igb driver files
` [net-next 3/5] igb: Add support of SerDes Forced mode for certain hardware
` [net-next 4/5] ixgbe: Make certain to initialize the fdir_perfect_lock in all cases
` [net-next 5/5] ixgbe: convert to ndo_fix_features

kernel BUG at linux-2.6.37/fs/nfsd/nfs4state.c:391
 2011-07-09 11:42 UTC  (2+ messages)

Pach under review
 2011-07-09 11:36 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: correct typ0 in routing.c
 2011-07-09 11:30 UTC 

[SPAM] Soldes Meubles & Design jusqu'à -50%
 2011-07-09 11:28 UTC 

[PATCH] bcma: add check if sprom is available before accessing it
 2011-07-09 11:22 UTC 

[PATCH] libertas: fix errors in functions accessing module registers
 2011-07-09 10:57 UTC 

[Qemu-devel] failed migration makes monitor stuck
 2011-07-09 11:07 UTC 

[PATCH 00/11] bcma: add support for embedded devices like bcm4716
 2011-07-09 11:06 UTC  (13+ messages)
` [PATCH 01/11] bcma: move parsing of EEPROM into own function
` [PATCH 02/11] bcma: move initializing of struct bcma_bus to "
` [PATCH 03/11] bcma: add functions to scan cores needed on SoCs
` [PATCH 04/11] bcma: add SOC bus
` [PATCH 05/11] bcma: add mips driver
` [PATCH 06/11] bcma: add serial console support
` [PATCH 07/11] bcma: get CPU clock
` [PATCH 08/11] bcm47xx: prepare to support different buses
` [PATCH 09/11] bcm47xx: make it possible to build bcm47xx without ssb
` [PATCH 10/11] bcm47xx: add support for bcma bus
` [PATCH 11/11] bcm47xx: fix irq assignment for new SoCs

Raid root filesystem?
 2011-07-09 11:05 UTC 

[PATCH v2] cfq: Remove special treatment for metadata rqs
 2011-07-09 11:02 UTC  (2+ messages)

[Cleanup PATCH] rcu: Do not use rcu_read_lock_held when calling rcu_dereference_check
 2011-07-09 10:58 UTC  (8+ messages)

ARM: kprobes: Add support for Thumb-2
 2011-07-09 10:57 UTC  (52+ messages)
` [PATCH 01/51] ARM: Thumb-2: Fix exception return sequence to restore stack correctly
` [PATCH 02/51] ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
` [PATCH 03/51] ARM: kprobes: Rename kprobes-decode.c to kprobes-arm.c
` [PATCH 04/51] ARM: kprobes: Split out internal parts of kprobes.h
` [PATCH 05/51] ARM: kprobes: Add kprobes-common.c
` [PATCH 06/51] ARM: kprobes: Move is_writeback define to header file
` [PATCH 07/51] ARM: kprobes: Move find_str_pc_offset into kprobes-common.c
` [PATCH 08/51] ARM: kprobes: Make str_pc_offset a constant on ARMv7
` [PATCH 09/51] ARM: kprobes: Make kprobes framework work on Thumb-2 kernels
` [PATCH 10/51] ARM: kprobes: Add Thumb instruction decoding stubs
` [PATCH 11/51] ARM: Kconfig: Allow kprobes on Thumb-2 kernels
` [PATCH 12/51] ARM: kprobes: Add Thumb breakpoint support
` [PATCH 13/51] ARM: kprobes: Add condition code checking to Thumb emulation
` [PATCH 14/51] ARM: kprobes: Add it_advance()
` [PATCH 15/51] ARM: kprobes: Don't trigger probes on conditional instructions when condition is false
` [PATCH 16/51] ARM: kprobes: Use conditional breakpoints for ARM probes
` [PATCH 17/51] ARM: kprobes: Add hooks to override singlestep()
` [PATCH 18/51] ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction
` [PATCH 19/51] ARM: kprobes: Infrastructure for table driven decoding of CPU instructions
` [PATCH 20/51] ARM: kprobes: Decode 16-bit Thumb hint instructions
` [PATCH 21/51] ARM: ptrace: Add APSR_MASK definition to ptrace.h
` [PATCH 22/51] ARM: kprobes: Decode 16-bit Thumb data-processing instructions
` [PATCH 23/51] ARM: kprobes: Add bx_write_pc()
` [PATCH 24/51] ARM: kprobes: Decode 16-bit Thumb BX and BLX instructions
` [PATCH 25/51] ARM: kprobes: Decode 16-bit Thumb special data instructions
` [PATCH 26/51] ARM: kprobes: Decode 16-bit Thumb load and store instructions
` [PATCH 27/51] ARM: kprobes: Decode 16-bit Thumb PC- and SP-relative address instructions
` [PATCH 28/51] ARM: kprobes: Decode 16-bit Thumb CBZ and bit manipulation instructions
` [PATCH 29/51] ARM: kprobes: Decode 16-bit Thumb PUSH and POP instructions
` [PATCH 30/51] ARM: kprobes: Decode 16-bit Thumb IT instruction
` [PATCH 31/51] ARM: kprobes: Reject 16-bit Thumb SVC and UNDEFINED instructions
` [PATCH 32/51] ARM: kprobes: Decode 16-bit Thumb branch instructions
` [PATCH 33/51] ARM: kprobes: Reject 16-bit Thumb SETEND, CPS and BKPT instructions
` [PATCH 34/51] ARM: kprobes: Decode 32-bit Thumb hint instructions
` [PATCH 35/51] ARM: kprobes: Add load_write_pc()
` [PATCH 36/51] ARM: kprobes: Add common decoding function for LDM and STM
` [PATCH 37/51] ARM: kprobes: Optimise emulation of "
` [PATCH 38/51] ARM: kprobes: Decode 32-bit Thumb load/store multiple instructions
` [PATCH 39/51] ARM: kprobes: Decode 32-bit Thumb load/store dual and load/store exclusive instructions
` [PATCH 40/51] ARM: kprobes: Decode 32-bit Thumb table branch instructions
` [PATCH 41/51] ARM: kprobes: Decode 32-bit Thumb data-processing (shifted register) instructions
` [PATCH 42/51] ARM: kprobes: Decode 32-bit Thumb data-processing (modified immediate) instructions
` [PATCH 43/51] ARM: kprobes: Decode 32-bit Thumb data-processing (plain binary "
` [PATCH 44/51] ARM: kprobes: Decode 32-bit miscellaneous control instructions
` [PATCH 45/51] ARM: kprobes: Decode 32-bit Thumb branch instructions
` [PATCH 46/51] ARM: kprobes: Reject 32-bit Thumb coprocessor and SIMD instructions
` [PATCH 47/51] ARM: kprobes: Decode 32-bit Thumb memory hint instructions
` [PATCH 48/51] ARM: kprobes: Decode 32-bit Thumb load/store single data item instructions
` [PATCH 49/51] ARM: kprobes: Decode 32-bit Thumb data-processing (register) instructions
` [PATCH 50/51] ARM: kprobes: Decode 32-bit Thumb long multiply and divide instructions
` [PATCH 51/51] ARM: kprobes: Decode 32-bit Thumb multiply and absolute difference instructions

[RFC 0/4] TWL external controller support
 2011-07-09 10:56 UTC  (5+ messages)

gen6 (SNB) garbled window content when scrolling with SNA enabled
 2011-07-09 10:55 UTC  (2+ messages)

Processed: libreadline5-dev not provided anymore: use either libreadline-dev or libreadline-gplv2-dev (see the reports for detail)
 2011-07-09 10:48 UTC 

[RFC PATCH] net: clean up rx_copybreak handling
 2011-07-09 10:47 UTC  (6+ messages)
        ` [PATCH] net: wrap common patterns of rx handler code

[RFC PATCH 00/17] ARM: common idle infrastructure
 2011-07-09 10:44 UTC  (14+ messages)
` [PATCH 01/17] ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 cores
` [PATCH 02/17] ARM: Add cpu power management notifiers
` [PATCH 03/17] ARM: gic: Use cpu pm notifiers to save gic state
` [PATCH 04/17] ARM: vfp: Use cpu pm notifiers to save vfp state
` [RFC PATCH 05/17] ARM: kernel: save/restore kernel IF
` [RFC PATCH 06/17] ARM: kernel: save/restore generic infrastructure

[PATCH] drm/i915: Seperate fence pin counting from normal bind pin counting
 2011-07-09 10:32 UTC  (3+ messages)

[PATCH 1/2] drivers: create a pinmux subsystem v3
 2011-07-09 10:23 UTC  (4+ messages)

pm_runtime_suspended() can be false if RPM_SUSPENDED
 2011-07-09 10:19 UTC  (3+ messages)

[PATCH] Staging: echo: fixed coding style
 2011-07-09 10:09 UTC 

[PATCH] powerpc/5200: add GPIO functions for simple interrupt GPIOs
 2011-07-09 10:14 UTC  (3+ messages)

[PATCH] pulseaudio: Switch to version version 0.9.22 for Angstrom 2011.03
 2011-07-09 10:09 UTC  (3+ messages)
` [2011.03-maintenance] "

[0/20] Patches from June 28 v2
 2011-07-09 10:11 UTC  (3+ messages)
` [PATCH 20/20] target: change alloc_task call to take *cdb, not *cmd

PROBLEM: 3.0-rc kernels unbootable since -rc3
 2011-07-09 10:09 UTC  (6+ messages)

Fwd: [PATCH] md: remove ro check in md_check_recovery()
 2011-07-09 10:00 UTC 

[PATCH 0/3] Add missing commas
 2011-07-09  9:57 UTC  (3+ messages)
` [PATCH 1/3] benet: Add missing comma between constant string array

[PATCH net-next] skbuff: clear tx zero-copy flag
 2011-07-09  9:55 UTC  (2+ messages)

[Bug 39083] New: [regression, bisected, r600g] Wrong rendering of Bubbles3D screensaver
 2011-07-09  9:55 UTC  (4+ messages)
` [Bug 39083] "

[PATCH v2] pulseaudio: Run as system-wide instance instead of per-user
 2011-07-09  9:38 UTC  (8+ messages)

[meta-oe][PATCHv2 0/4] Various package additions/upgrades
 2011-07-09  9:35 UTC  (2+ messages)

[PATCH] i2c: Support for Netlogic XLR/XLS on-chip I2C controller
 2011-07-09  9:37 UTC  (2+ messages)
  ` [RESEND] "

[Qemu-devel] Taking live snapshots of running VMs
 2011-07-09  9:32 UTC  (3+ messages)

[Qemu-devel] [PATCH] os-posix: set groups properly for -runas
 2011-07-09  9:22 UTC 

[Qemu-devel] [Bug 807893] [NEW] qemu privilege escalation
 2011-07-09  9:14 UTC  (2+ messages)
` [Qemu-devel] [Bug 807893] "

Status of hppa on debian-ports
 2011-07-09  9:16 UTC  (7+ messages)

[PATCH] kernel/cred: Fix bug on cred reference count
 2011-07-09  9:13 UTC  (2+ messages)

[BUG] 2.6.39.1 crash in scsi_dispatch_cmd()
 2011-07-09  9:05 UTC  (3+ messages)
` [PATCH] block: Check that queue is alive in blk_insert_cloned_request()

[PATCH 00/15] Big pxa2[57]x_udc cleanup
 2011-07-09  8:50 UTC  (5+ messages)
` [PATCH 07/15] pxa25x_udc: drop support for udc_command

Raid root filesystem?
 2011-07-09  8:45 UTC  (2+ messages)

32bit NUMA and fakeNUMA broken for AMD CPUs
 2011-07-09  8:42 UTC  (7+ messages)
        ` [PATCH x86/urgent 1/2] x86: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/
          ` [PATCH x86/urgent 2/2] x86: Implement pfn -> nid mapping granularity check

balance on only one subvolume
 2011-07-09  8:41 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Prefault all pages for pread and pwrite
 2011-07-09  8:38 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Disable page-faults around the fast pwrite/pread paths

build performance: bb-matrix on 4-core (BB_NUMBER_THREADS and PARALLEL_MAKE optimization)
 2011-07-09  8:36 UTC  (5+ messages)

[PATCH 9/9] Staging: comedi: fix printk issue in pcmmio.c
 2011-07-09  8:32 UTC  (2+ messages)

[PATCH] drm/i915: Fix unfenced alignment on pre-G33 hardware
 2011-07-09  8:31 UTC 

[PATCH] Vmware balloon: switch to using sysem-wide freezable workqueue
 2011-07-09  8:27 UTC  (2+ messages)

[PATCH v2 00/18] OMAP4: PM data big spring cleanup and fixes
 2011-07-09  8:26 UTC  (8+ messages)
` [PATCH v2 17/18] OMAP4: hwmod data: Modify DSS opt clocks

[PATCH v2 0/5] ep93xx/ts72xx patches
 2011-07-09  8:20 UTC  (6+ messages)
` [PATCH v2 3/5] ARM: ep93xx: increase NR_BANKS to 16 for support of 128MB RAM

[PATCH v4 0/7] Fix module-mode enable sequence on OMAP4
 2011-07-09  8:15 UTC  (4+ messages)
` [PATCH v4 7/7] OMAP2+: hwmod: Follow the recommended PRCM module enable sequence

[PATCH 01/10] ARM: change ARM_DMA_ZONE_SIZE into a variable
 2011-07-09  8:13 UTC  (7+ messages)

[PATCH] fs/ntfs/logfile: Fix comment
 2011-07-09  8:08 UTC 

[PATCH] PTI implicit declaration fix
 2011-07-09  8:08 UTC  (2+ messages)

INPUT_COMPAT_TEST
 2011-07-09  8:04 UTC  (7+ messages)

[PATCH 10/10] Re:[PATCH]Staging: comedi: fix brace coding style issue in rtd520.c
 2011-07-09  8:11 UTC 

[Lustre-devel] NRS HLD
 2011-07-09  7:53 UTC  (8+ messages)

Memory leak?
 2011-07-09  7:42 UTC  (11+ messages)
                  ` A lot of writing to FS only read (Was: Memory leak?)

[PATCH] Add SoundCard driver for OKI SEMICONDUCTOR ML7213 IOH
 2011-07-09  7:40 UTC  (8+ messages)

[PATCH 1/5] MTD: make MTD_CONCAT support mandatory
 2011-07-09  7:37 UTC  (3+ messages)
` [PATCH 4/5] CRIS: stop checking for MTD_CONCAT
  ` SV: "

[U-Boot] [PATCH] eb_cpux9k2: add USB host support to board
 2011-07-09  7:37 UTC  (2+ messages)

HYBRID: PV in HVM container
 2011-07-09  7:35 UTC  (2+ messages)

[patch 00/17] CFS Bandwidth Control v7.1
 2011-07-09  7:34 UTC  (6+ messages)

Winbond W83L604G
 2011-07-09  7:23 UTC  (3+ messages)

[PATCH 0/3] initial release of dm thin provisioning target
 2011-07-09  7:22 UTC  (2+ messages)

[PATCH] Added support for the Wacom Bamboo Pen (CTL-660/K)
 2011-07-09  7:14 UTC 

Linux kernel 2.6.39.3 released
 2011-07-09  7:12 UTC 

[PATCH] cciss: do not attempt to read from a write-only register
 2011-07-09  7:02 UTC  (2+ messages)

[PATCH 0/6] Add device tree support for imx spi driver
 2011-07-09  7:00 UTC  (8+ messages)
` [PATCH 2/6] spi/imx: use soc name in spi device type naming scheme

[PATCH v2 1/2] kvm tools: Rename command source files
 2011-07-09  6:57 UTC  (2+ messages)
` [PATCH v2 2/2] kvm tools: Rename debug options under 'kvm run'

[git pull] drm radeon fix
 2011-07-09  6:55 UTC  (2+ messages)

[U-Boot] [PATCH v2] scb9328: Add ARM relocation support
 2011-07-09  6:52 UTC  (2+ messages)

[PATCH] mfd: twl4030: Fix mismatch in mutex lock-unlock
 2011-07-09  6:51 UTC  (3+ messages)
` [lm-sensors] "
  ` [lm-sensors] [PATCH] mfd: twl4030: Fix mismatch in mutex

[PATCH 1/7] kvm tools: Add 'kvm version' command
 2011-07-09  6:47 UTC  (4+ messages)
` [PATCH 6/7] kvm tools: Rename command source files

[U-Boot] [PATCH v2] ARM: Update maintainer of board scb9328
 2011-07-09  6:45 UTC  (2+ messages)

[U-Boot] [PATCH] mtd/spi/macronix.c: add MX25L4005 and MX25L8005
 2011-07-09  6:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2] sf: macronix: "

Problem in building,installing new vanilla kernel - initramfs
 2011-07-09  6:42 UTC  (2+ messages)

[U-Boot] [PATCH] Remove volatile qualifier in get_ram_size() calls
 2011-07-09  6:34 UTC  (2+ 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.