All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-09 20:00:17 to 2011-05-09 21:44:32 UTC [more...]

Batch locking for rmap fork/exit processing
 2011-05-09 21:43 UTC  (3+ messages)
` [PATCH 1/4] VM/RMAP: Add infrastructure for batching the rmap chain locking

X11 performance regressions
 2011-05-09 21:43 UTC  (2+ messages)

why is there no enum_input in v4l2_subdev_video_ops
 2011-05-09 21:42 UTC  (3+ messages)

[linux-lvm] creating pv's on LVM's for virtual guests
 2011-05-09 21:40 UTC  (2+ messages)

[PATCH 3/3] fm801: convert TEA575x support to new interface
 2011-05-09 21:39 UTC  (2+ messages)

[PATCH 2/3] es1968: convert TEA575x support to new interface
 2011-05-09 21:39 UTC  (2+ messages)

[PATCH 13/13] mach-ux500: set proper I2C platform data from MOP500s
 2011-05-09 21:39 UTC 

[PATCH 1/3] tea575x: unify read/write functions
 2011-05-09 21:39 UTC 

[PATCH 12/13] i2c/i2c-nomadik: reset the hw after status check
 2011-05-09 21:39 UTC 

[PATCH 11/13] i2c/i2c-nomadik: remove the unnecessary delay
 2011-05-09 21:38 UTC 

[PATCH 10/13] i2c/i2c-nomadik: change the TX and RX threshold
 2011-05-09 21:38 UTC 

[PATCH v2] net: group FCoE related feature flags
 2011-05-09 21:53 UTC 

[PATCH 09/13] i2c/i2c-nomadik: add code to retry on timeout failure
 2011-05-09 21:38 UTC 

[PATCH 08/13] i2c/i2c-nomadik: use pm_runtime API
 2011-05-09 21:37 UTC 

[PATCH 07/13] i2c/i2c-nomadik: print abort cause only on abort tag
 2011-05-09 21:37 UTC 

[PATCH 06/13] i2c/i2c-nomadik: correct adapter timeout initialization
 2011-05-09 21:37 UTC 

Qgit should use "git config" instead of "git repo-config"
 2011-05-09 21:36 UTC  (2+ messages)

[PATCH 05/13] i2c/i2c-nomadik: remove the redundant error message
 2011-05-09 21:36 UTC 

[PATCH 04/13] i2c/i2c-nomadik: corrrect returned error numbers
 2011-05-09 21:36 UTC 

[PATCH 03/13] i2c/i2c-nomadik: fix speed enumerator
 2011-05-09 21:35 UTC 

[PATCH] pci, e1000e: Add and use __pci_disable_link_state
 2011-05-09 21:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/35] Alpha system emulation, v4
 2011-05-09 21:34 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/35] Export the unassigned_mem read/write functions
` [Qemu-devel] [PATCH 02/35] target-alpha: Disassemble EV6 PALcode instructions
` [Qemu-devel] [PATCH 03/35] pci: Export pci_to_cpu_addr
` [Qemu-devel] [PATCH 04/35] target-alpha: Single-step properly across branches
` [Qemu-devel] [PATCH 05/35] target-alpha: Remove partial support for palcode emulation
` [Qemu-devel] [PATCH 06/35] target-alpha: Enable the alpha-softmmu target
` [Qemu-devel] [PATCH 07/35] target-alpha: Tidy exception constants
` [Qemu-devel] [PATCH 08/35] target-alpha: Rationalize internal processor registers
` [Qemu-devel] [PATCH 09/35] target-alpha: Cleanup MMU modes
` [Qemu-devel] [PATCH 10/35] target-alpha: Fixup translation of PALmode instructions
` [Qemu-devel] [PATCH 11/35] target-alpha: Add IPRs to be used by the emulation PALcode
` [Qemu-devel] [PATCH 12/35] target-alpha: Tidy up arithmetic exceptions
` [Qemu-devel] [PATCH 13/35] target-alpha: Use do_restore_state for "
` [Qemu-devel] [PATCH 14/35] target-alpha: Merge HW_REI and HW_RET implementations
` [Qemu-devel] [PATCH 15/35] target-alpha: Implement do_interrupt for system mode
` [Qemu-devel] [PATCH 16/35] target-alpha: Swap shadow registers moving to/from PALmode
` [Qemu-devel] [PATCH 17/35] target-alpha: Add various symbolic constants
` [Qemu-devel] [PATCH 18/35] target-alpha: Use kernel mmu_idx for pal_mode
` [Qemu-devel] [PATCH 19/35] target-alpha: All ISA checks to use TB->FLAGS
` [Qemu-devel] [PATCH 20/35] target-alpha: Disable interrupts properly
` [Qemu-devel] [PATCH 21/35] target-alpha: Implement more CALL_PAL values inline
` [Qemu-devel] [PATCH 22/35] target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode
` [Qemu-devel] [PATCH 23/35] target-alpha: Remap PIO space for 43-bit KSEG for EV6
` [Qemu-devel] [PATCH 24/35] target-alpha: Trap for unassigned and unaligned addresses
` [Qemu-devel] [PATCH 25/35] target-alpha: Include the PCC_OFS in the RPCC return value
` [Qemu-devel] [PATCH 26/35] target-alpha: Use a fixed frequency for the RPCC in system mode
` [Qemu-devel] [PATCH 27/35] target-alpha: Implement TLB flush primitives
` [Qemu-devel] [PATCH 28/35] target-alpha: Add custom PALcode image for CLIPPER emulation
` [Qemu-devel] [PATCH 29/35] target-alpha: Add "
` [Qemu-devel] [PATCH 30/35] target-alpha: Implement WAIT IPR
` [Qemu-devel] [PATCH 31/35] target-alpha: Implement HALT IPR
` [Qemu-devel] [PATCH 32/35] target-alpha: Add high-resolution access to wall clock and an alarm
` [Qemu-devel] [PATCH 33/35] target-alpha: Properly select the VGA controler to use
` [Qemu-devel] [PATCH 34/35] target-alpha: Enable PCI IDE
` [Qemu-devel] [PATCH 35/35] target-alpha: Add ps2 keyboard

[PATCH 02/13] i2c/i2c-nomadik: make i2c timeout specific per i2c bus
 2011-05-09 21:35 UTC 

[PATCH 01/13] i2c/i2c-nomadik: add regulator support
 2011-05-09 21:35 UTC 

[PATCH 00/13] Various updates to the Nomadik I2C controller
 2011-05-09 21:34 UTC 

long delay when using HMDI output on RS780
 2011-05-09 21:32 UTC  (8+ messages)

8390 drivers (was: Re: Debian kernel 2.6.38-5)
 2011-05-09 21:32 UTC  (2+ messages)

[BUG] rebuild_sched_domains considered dangerous
 2011-05-09 21:26 UTC  (7+ messages)

[PATCH] powerpc/e5500: set non-base IVORs
 2011-05-09 21:26 UTC 

[PATCH v2] Add Marvell UMI driver
 2011-05-09 21:23 UTC  (2+ messages)

[PATCH] pci: Check bridge resources after resource allocation
 2011-05-09 21:20 UTC  (7+ messages)
        ` [PATCH -v2] "

Third party toolchain, kernel, bootloader
 2011-05-09 21:18 UTC  (7+ messages)

Yocto Technical Team meeting, Tuesday, May 10th 8am Pacific
 2011-05-09 21:17 UTC 

[PATCH] Revert "x86, UV: Make kdump avoid stack dumps"
 2011-05-09 21:16 UTC 

[PATCH v4] ARM: vfp: Always save VFP state in vfp_pm_suspend
 2011-05-09 21:16 UTC 

[B.A.T.M.A.N.] batman-adv: added uevent support for gw and gw propagation for clients
 2011-05-09 21:15 UTC  (6+ messages)
` [B.A.T.M.A.N.] [PATCHv3 3/3] batman-adv: improved gateway tq-based selection
` [B.A.T.M.A.N.] [PATCHv4 "
` [B.A.T.M.A.N.] [PATCHv5 "

[PATCH] net: group FCoE related feature flags
 2011-05-09 21:15 UTC  (3+ messages)

RFC: use scope from exchange_id to skip reclaim
 2011-05-09 21:14 UTC  (2+ messages)
` [PATCH] NFS: "

[PATCH]mm/migrate.c: clean up comment
 2011-05-09 21:13 UTC  (3+ messages)

[PATCH] viafb: Automatic OLPC XO-1.5 configuration
 2011-05-09 21:14 UTC 

[PATCH v3 (for maint)] git-completion: fix zsh support
 2011-05-09 21:13 UTC  (2+ messages)

[PATCH] toolchain-qte: include cross-compiler and fix env script
 2011-05-09 21:12 UTC 

[GIT PULL rcu/next] rcu commits for 2.6.40
 2011-05-09 21:09 UTC  (3+ messages)

[PATCH] Don't mlock guardpage if the stack is growing up
 2011-05-09 21:08 UTC  (6+ messages)

[patch 31/38] ARM: 6891/1: prevent heap corruption in OABI semtimedop
 2011-05-09 21:07 UTC  (4+ messages)
` [Stable-review] "

How to find SCSI device to USB device association
 2011-05-09 21:07 UTC  (3+ messages)

[lm-sensors] Will there ever be EMC6w201 support?
 2011-05-09 21:06 UTC  (5+ messages)

full featured, fully bug-fix pv-ops branch?
 2011-05-09 21:06 UTC  (3+ messages)

[U-Boot] tftp booting the panda board
 2011-05-09 21:04 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] omap4: add support for gpios
` [U-Boot] [PATCH 2/3] omap4: add support for EHCI
` [U-Boot] [PATCH 3/3] omap4_panda: "

Testing interface removal speedup patches from Eric Dumazet
 2011-05-09 21:03 UTC  (7+ messages)

[PATCH v3] mfd: Add ASIC3 LED support
 2011-05-09 21:03 UTC 

Bug#625953: linux-2.6: orinoco_pci module is no longer present
 2011-05-09 21:03 UTC 

[xen-4.1-testing test] 7002: regressions - FAIL
 2011-05-09 21:03 UTC 

[PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v3) - resent
 2011-05-09 21:01 UTC  (3+ messages)
  `  "

[PATCH 1/2] u-boot: add 2011.03
 2011-05-09 20:59 UTC  (2+ messages)
` [PATCH 2/2] overo: u-boot fix by moving to version 2011.03

[Qemu-devel] [RFC] live snapshot, live merge, live block migration
 2011-05-09 20:58 UTC  (3+ messages)

[RFC] perf top and deleted binaries
 2011-05-09 20:58 UTC  (2+ messages)

[PATCH] softlockup: re-increase hung tasks check from 2 minutes to 8 minutes
 2011-05-09 20:57 UTC  (2+ messages)

[PATCH] pci, dmar: flush IOTLB before exit domain
 2011-05-09 20:56 UTC  (3+ messages)

Patch for fixing build issues with external kernel modules
 2011-05-09 20:53 UTC  (5+ messages)

[PATCH 0/7] Network namespace manipulation with file descriptors
 2011-05-09 20:55 UTC  (6+ messages)

[PATCHv3] x86, mrst: share APB timer code with other platforms
 2011-05-09 20:50 UTC  (3+ messages)

[PATCH] evaluate: Allow sizeof(_Bool) to succeed
 2011-05-09 20:49 UTC  (5+ messages)

2.6.39-rc6: SATA hangs for a few seconds during boot
 2011-05-09 20:48 UTC 

Patch "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume" has been added to the 2.6.32-longterm tree
 2011-05-09 20:46 UTC  (3+ messages)
  ` [stable] "

[PATCH v2]: setfiles should provide an option to avoid abortion on a missing file
 2011-05-09 20:46 UTC 

[PATCH 0/2] intel-gen4asm: modernization
 2011-05-09 20:45 UTC  (2+ messages)

[patch 04/38] [SCSI] put stricter guards on queue dead checks
 2011-05-09 20:43 UTC  (5+ messages)
  ` [stable] "
    ` [Stable-review] "
      ` [stable] [Stable-review] "

[PATCH v3 0/3] Store and load PCI device saved state across function resets
 2011-05-09 20:43 UTC  (3+ messages)
` [PATCH v3 1/3] PCI: Track the size of each saved capability data area

[U-Boot] Kernel panic - not syncing: No init found. While booting from U-Boot
 2011-05-09 20:44 UTC  (2+ messages)

[patch 00/38] 2.6.38.6-stable review
 2011-05-09 20:44 UTC  (7+ messages)
` [patch 34/38] can: Add missing socket check in can/bcm release
  ` [Stable-review] "
      ` [stable] "
` [stable] [patch 00/38] 2.6.38.6-stable review

DVB nGene CI : TS Discontinuities issues
 2011-05-09 20:39 UTC  (5+ messages)

SDHCI enumeration order, dynamic mmcblkN IDs, and devicetree
 2011-05-09 20:40 UTC  (4+ messages)

console_cpu_notify can cause scheduling BUG during CPU hotplug
 2011-05-09 20:39 UTC  (10+ messages)

[PATCH 1/1] Null Pointer when make_indexed_dir returns -ENOSPC
 2011-05-09 20:39 UTC  (9+ messages)

[U-Boot] Help U-boot Ralink
 2011-05-09 20:38 UTC  (2+ messages)

[PATCH] drivers/mmc/card/block.c: fix potential null dereference
 2011-05-09 20:37 UTC  (10+ messages)
          ` [PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'

[PATCH] drm/radeon/nouveau: fix build regression on alpha due to Xen changes
 2011-05-09 20:37 UTC  (2+ messages)

[PATCH] pxamci: remove an ifdef about CONFIG_REGULATOR
 2011-05-09 20:36 UTC  (8+ messages)

[PATCH 2/2 v2]: improve the manual page for setfiles
 2011-05-09 20:32 UTC 

[PATCH v2] misc: Driver for Silicon Labs Si570 and compatibles
 2011-05-09 20:18 UTC  (3+ messages)

[PATCH 1/2 v2]: clean-up setfiles source code and document two options
 2011-05-09 20:32 UTC 

[PATCH 0/2 v2]: minor improvements and clean-ups for policycoreutils/setfiles
 2011-05-09 20:32 UTC 

[Qemu-devel] [RFC 01/28] target-xtensa: add target stubs
 2011-05-09 20:32 UTC  (5+ messages)
` [Qemu-devel] [RFC 18/28] target-xtensa: implement exceptions

Next formal dtc release?
 2011-05-09 20:32 UTC  (9+ messages)

[PATCH v2] policycoreutils: alternative configuration file support for sestatus
 2011-05-09 20:31 UTC  (2+ messages)

[PATCH 13/14] HPFS: Move declaration up, so that there are no out-of-scope pointers
 2011-05-09 20:21 UTC  (2+ messages)
` Please don't hijack patches - even trivial ones (was: Re: [PATCH 13/14] HPFS: Move declaration up, so that there are no out-of-scope pointers=

Debian kernel v2.6.38 (was: Re: Fix for SLUB?)
 2011-05-09 20:28 UTC  (9+ messages)
` Debian kernel 2.6.38-5
          ` zorro8390 (was: Re: Debian kernel 2.6.38-5)

Initial B&N Nook Color support, take three
 2011-05-09 20:28 UTC  (4+ messages)
` [PATCH 1/2] Initial B&N Nook Color (encore) support

[PATCH 2.6.39] ath9k: fix a regression in PS frame filter handling
 2011-05-09 20:25 UTC 

[PATCH] blkback: Fix block I/O latency issue
 2011-05-09 20:24 UTC  (3+ messages)

[meta-oe] Pull request for misc changes
 2011-05-09 20:19 UTC  (4+ messages)

Regarding P2020 in AMP mode
 2011-05-09 20:22 UTC  (2+ messages)

ASoC updates for 2.6.40
 2011-05-09 20:18 UTC 

[PATCH] x86: UV BAU fix for non-consecutive nasids
 2011-05-09 20:19 UTC 

[PATCH] veth: use batched device unregister
 2011-05-09 20:17 UTC  (6+ messages)
  ` [PATCH net-next-2.6] net: use batched device unregister in veth and macvlan

ASoC updates for 2.6.39
 2011-05-09 20:17 UTC 

[PATCH] ncurses: add missing patch file
 2011-05-09 20:14 UTC  (5+ messages)

[SPAM] May Newsletter
 2011-05-09 20:16 UTC 

[Buildroot] (no subject)
 2011-05-09 20:14 UTC  (2+ messages)
` [Buildroot] [PATCH] Added Live555 RTSP Server package

[Bugme-new] [Bug 33502] New: Caught 64-bit read from uninitialized memory in __alloc_skb
 2011-05-09 20:06 UTC  (20+ messages)

wish for Linux MD mirrored raid types
 2011-05-09 20:12 UTC  (4+ messages)

[PATCH] kvm tools: PCI -- Make PCI device numbers being unique
 2011-05-09 20:10 UTC  (6+ messages)

[to-be-updated] proc-allocate-storage-for-numa_maps-statistics-once.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] proc-make-struct-proc_maps_private-truly-private.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-proc-move-show_numa_map-to-fs-proc-task_mmuc.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-remove-check_huge_range.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-make-gather_stats-type-safe-and-remove-forward-declaration.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-remove-mpol_mf_stats.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-export-get_vma_policy.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[to-be-updated] mm-use-walk_page_range-instead-of-custom-page-table-walking-code.patch removed from -mm tree
 2011-05-09 20:07 UTC 

[PATCH] [media] ite-cir: make IR receive work after resume
 2011-05-09 20:07 UTC  (5+ messages)
  ` [PATCH] [media] ite-cir: finish tx before suspending

[Buildroot] [PATCH] Add Live555 RTSP Server package
 2011-05-09 20:04 UTC 

+ mm-make-expand_downwards-symmetrical-with-expand_upwards-v4.patch added to -mm tree
 2011-05-09 20:03 UTC 

[folded] mm-make-expand_downwards-symmetrical-with-expand_upwards-v3.patch removed from -mm tree
 2011-05-09 20:01 UTC 


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.