All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-01 14:32:39 to 2012-06-01 15:55:53 UTC [more...]

[ 10/94] iwlwifi: use 6000G2B for 6030 device series
 2012-06-01  7:01 UTC  (3+ messages)

[ 00/94] 3.3.8-stable review
 2012-06-01  6:58 UTC  (4+ messages)
` [ 12/94] net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_pci_probe

[PATCH 0/3] uprobes: misc minor changes
 2012-06-01 15:53 UTC  (8+ messages)
` [PATCH 1/3] uprobes: install_breakpoint() should fail if is_swbp_insn() == T

[PATCH v29] RAS: Add a tracepoint for reporting memory controller events
 2012-06-01 15:54 UTC  (3+ messages)

[PATCH v2] cipso: handle CIPSO options correctly when NetLabel is disabled
 2012-06-01 15:54 UTC 

[Cluster-devel] seq_file: Use larger buffer to reduce time traversing lists
 2012-06-01 15:54 UTC  (17+ messages)
`  "

container disk quota
 2012-06-01 15:54 UTC  (2+ messages)

[U-Boot] [PATCH] ext2load: increase read speed
 2012-06-01 15:54 UTC  (5+ messages)
` [U-Boot] [GIT PULL] ext2load speedup
  ` [U-Boot] [GIT PULL RESEND] "
` [U-Boot] [PATCH v2] ext2load: increase read speed

Commit 722bc6b167 breaks booting on an 8TB system
 2012-06-01 15:54 UTC 

[RFC PATCH 0/5] omap: add ocp2scp as a misc driver
 2012-06-01 15:54 UTC  (9+ messages)
` [RFC PATCH 2/5] arm: omap: remove ocp2scp_usb_phy_ick clock node

[Qemu-devel] [PATCH 1/2] pci: Add pci_device_get_host_irq
 2012-06-01 15:54 UTC  (8+ messages)

Spurious rpc.idmapd nss_getpwnam: name 'nobody' does not map into domain messages
 2012-06-01 15:53 UTC 

[PATCH 0/4] Address several issues with TEST_STATEID
 2012-06-01 15:52 UTC  (6+ messages)
` [PATCH 1/4] NFS: Clean up TEST_STATEID and FREE_STATEID proc error reporting
` [PATCH 2/4] NFS: Properly sort TEST_STATEID results
` [PATCH 3/4] NFS: state reclaim clears OPEN state
` [PATCH 4/4] NFS: Refactor nfs41_check_expired_stateid()

[PATCH] iw_cxgb4: do not crash when peer address is 0.0.0.0
 2012-06-01 15:51 UTC  (2+ messages)

[RFT] PCI changes related to wakeup (was: Re: [linux-pm] ehci_hcd related S3 lockup on ASUS laptops, again)
 2012-06-01 15:50 UTC  (3+ messages)

Bug on bootup of Linux kernel on Panasonic Toughbook S10
 2012-06-01 15:47 UTC  (2+ messages)
` [Bug 43331] "

meta-cedartrail - serial console
 2012-06-01 15:45 UTC  (5+ messages)

[U-Boot] [PATCH] tegra: trimslice: fix a couple typos
 2012-06-01 15:45 UTC  (7+ messages)

[RFC 1/2] Bluetooth: remove rfcomm session refcnt
 2012-06-01 15:44 UTC  (3+ messages)
    ` Fwd: "

GIT PULL] ext4 updates for 3.5
 2012-06-01 15:44 UTC  (3+ messages)

[PATCH] RAS: Add a tracepoint for reporting memory controller events
 2012-06-01 15:42 UTC  (12+ messages)

[Bug 43292] New: jdb2 lockup with ext3 and nfs
 2012-06-01 15:40 UTC  (3+ messages)
` [Bug 43292] "

[Xen-users] Using XL toolstack (Xen) with DRBD
 2012-06-01 15:40 UTC  (2+ messages)

perf kvm segfaults while reporting events
 2012-06-01 15:40 UTC  (2+ messages)

[PATCH v5 1/5] powerpc/85xx: implement hardware timebase sync
 2012-06-01 15:40 UTC  (3+ messages)

[PATCH 0/38] arm: boot a dom1 to "Calibrating delay loop" then hang
 2012-06-01 15:40 UTC  (39+ messages)
` [PATCH 01/38] arm: allocate top level p2m page for all non-idle domains
  ` [PATCH 02/38] arm: handy function to print a walk of the hypervisor page tables
  ` [PATCH 03/38] arm: handy function to print a walk of a domain's p2m
  ` [PATCH 04/38] arm: correct and expand TLB flush CP15 registers
  ` [PATCH 05/38] arm: restore stack on return from trap
  ` [PATCH 06/38] arm: enable interrupts while handling traps
  ` [PATCH 07/38] arm: hook up domctl and memory_op
  ` [PATCH 08/38] arm: allocate and setup a guest vcpu
  ` [PATCH 09/38] arm: print domid as part of debug trap
  ` [PATCH 10/38] arm: remove unnecessarily verbose print from p2m_load_VTTBR
  ` [PATCH 11/38] arm: implement p2m lookup
  ` [PATCH 12/38] arm: remove hard tabs from init_idle_domain
  ` [PATCH 13/38] arm: stub out sync_vcpu_execstate
  ` [PATCH 14/38] arm: do not set max_vcpus = 8 in arch_domain_create
  ` [PATCH 15/38] arm: implement stub version of flush_tlb_mask
  ` [PATCH 16/38] arm: Add simple cpu_{sibling,core}_mask
  ` [PATCH 17/38] arm: allow p2m to be created with specific MATTR
  ` [PATCH 18/38] arm: implement vpl011 (UART) emulator
  ` [PATCH 19/38] arm: context switch a bunch of guest state
  ` [PATCH 20/38] arm: dump a page table walk when va_to_par fails
  ` [PATCH 21/38] arm: dump guest s1 walk on data abort which is not a stage 2 issue
  ` [PATCH 22/38] arm: implement vcpu_show_execution_state
  ` [PATCH 23/38] arm: use correct attributes for mappings in copy_from_paddr()
  ` [PATCH 24/38] arm: map fixmaps non-executable
  ` [PATCH 25/38] arm: remove old identity map of boot paddr when we are done with it
  ` [PATCH 26/38] arm: fix locking in create_p2m_entries
  ` [PATCH 27/38] arm: split pending SPIs (global) out from pending PPIs and SGIs (per CPU)
  ` [PATCH 28/38] arm: map GICV in all domains, not just dom0
  ` [PATCH 29/38] arm: delay enabling data-cache until paging enabled
  ` [PATCH 30/38] arm: Upgrade guest barriers to Outer-Shareable. Enable Protected Table Walk
  ` [PATCH 31/38] arm: gic.lock can be taken in interrupt context, so lock appropriately
  ` [PATCH 32/38] arm: context switch virtual timer registers
  ` [PATCH 33/38] arm: the hyp timer seems to work now, default to using it
  ` [PATCH 34/38] HACK: arm: initial XENMAPSPACE_gmfn_foreign
  ` [PATCH 35/38] arm: move PSR flag definitions into interface, for tools use
  ` [PATCH 36/38] libxc: add ARM support to xc_dom (PV domain building)
  ` [PATCH 37/38] HACK: add simple xcbuild
  ` [PATCH 38/38] HACK: arm: disable hypercall continuations

[LTP] LTP filesystem related tests
 2012-06-01 15:39 UTC 

[PATCH v2 1/3] leds: add oneshot blink functions
 2012-06-01 15:39 UTC  (4+ messages)

[lm-sensors] Problems with SMSC EMC2103-2
 2012-06-01 15:39 UTC  (2+ messages)

[PATCH v3] staging:iio:magnetometer:ak8975: use gpio_request_one api
 2012-06-01 15:36 UTC 

[PATCH 00/27] Generic framework for SMP booting/CPU hotplug related code
 2012-06-01 15:36 UTC  (8+ messages)
` [PATCH 05/27] xen, cpu hotplug: Don't call cpu_bringup() in xen_play_dead()
  ` [Xen-devel] "

[PATCH] mfd: wm8994: Support for user defined irq flags
 2012-06-01 15:33 UTC 

[vmw_vmci RFC 00/11] VMCI for Linux
 2012-06-01 15:33 UTC  (3+ messages)

[PATCH 3/3] mmc: do not attempt UHS 1.8v support if board does not support it
 2012-06-01 15:26 UTC  (3+ messages)

mtd nand erase and bad block
 2012-06-01 15:28 UTC  (11+ messages)

[PATCH] wl12xx: Add support for an external 26 MHz crystal source
 2012-06-01 15:27 UTC 

[PATCH] xfstest: Cleanup test permission and gitignore state
 2012-06-01 14:21 UTC  (2+ messages)
` [PATCH] xfstest: Cleanup test permission and gitignore state. V2

[PATCH] hwmon/sch56xx: Depend on watchdog for watchdog core functions
 2012-06-01 15:25 UTC  (7+ messages)
  ` [lm-sensors] "

[U-Boot] [PATCH 0/3] kirkwood spi_claim/release_bus support
 2012-06-01 15:27 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions
  ` [U-Boot] patchwork cleanup

prelink-cross project update
 2012-06-01 15:25 UTC 

[PATCH 0/1] Fix browser crash on PPC
 2012-06-01 15:10 UTC  (4+ messages)
` [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash
  ` RPM packaging issue?

Can extremely high load cause disks to be kicked?
 2012-06-01 15:19 UTC  (5+ messages)

[Qemu-devel] [Qemu-ppc] [PATCH] e500-pci: Factor into distinct mpc8540 and p4080 PCI Hosts
 2012-06-01 15:17 UTC 

UBI: Fastmap updates (v7+)
 2012-06-01 15:16 UTC  (24+ messages)
` [PATCH 01/23] UBI: Fastmap: Fix EC overflow calculation
` [PATCH 02/23] UBI: Fastmap: Introduce fm_mutex
` [PATCH 03/23] UBI: Fastmap: Fix find_fastmap() logic
` [PATCH 04/23] UBI: Fastmap: Write a fastmap also at detaching
` [PATCH 05/23] UBI: Fastmap: Fix memory corruption
` [PATCH 06/23] UBI: Fastmap: Serialize ubi_wl_get_peb()
` [PATCH 07/23] UBI: Fastmap: Simplify ubi_wl_put_fm_peb() logic
` [PATCH 08/23] UBI: Fastmap: make ubi_is_fm_block() static
` [PATCH 09/23] UBI: Fastmap: Remove ubi->old_fm logic
` [PATCH 10/23] UBI: Fastmap: Allocate and free ubi_attach_info in ubi_attach()
` [PATCH 11/23] UBI: Fastmap: Fix messages
` [PATCH 12/23] ubi: fastmap: harmonize medium erase-counter seek algorithm
` [PATCH 13/23] UBI: Fastmap: Add comments to fastmap paremters
` [PATCH 14/23] UBI: Fastmap: Rename fastmap attributes
` [PATCH 15/23] UBI: Fastmap: Use reserved_pebs
` [PATCH 16/23] UBI: Fastmap: Store bad_peb_count in fastmap
` [PATCH 17/23] UBI: Fastmap: Add ubi_assert()
` [PATCH 18/23] UBI: Fastmap: Handle bitflipps correctly
` [PATCH 19/23] UBI: Fastmap: Handle protection queue correctly
` [PATCH 20/23] UBI: Fastmap: Write fastmap only at detach time if none is present
` [PATCH 21/23] UBI: Fastmap: Fix error message
` [PATCH 22/23] UBI: Fastmap: Address one of Artems TODOs
` [PATCH 23/23] UBI: Fastmap: Make checkpatch.pl happy (again)

[GIT PULL] new mailmap file for the linux kernel git repository
 2012-06-01 15:16 UTC  (9+ messages)

Driver for BlinkM i2c LED module
 2012-06-01 15:16 UTC  (2+ messages)

[PATCH v2 0/4] do not use s_dirt in ext4
 2012-06-01 15:16 UTC  (6+ messages)
` [PATCH v2 1/4] ext4: Remove useless marking of superblock dirty

[PATCH] xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable
 2012-06-01 15:14 UTC 

[PATCH 1/2] ARM: OMAP3: PM: cpuidle: optimize the PER latency in C1 state
 2012-06-01 15:14 UTC  (4+ messages)
` [PATCH 2/2] ARM: OMAP3: PM: cpuidle: optimize the clkdm idle "

[PATCH 0/3] ARM: OMAP3: PM: optimize cpuidle C1 state latency
 2012-06-01 15:11 UTC  (4+ messages)
` [PATCH 1/3] ARM: OMAP3: PM: cpuidle: default to C1 in next_valid_state
` [PATCH 2/3] ARM: OMAP3: PM: cpuidle: optimize the PER latency in C1 state
` [PATCH 3/3] ARM: OMAP3: PM: cpuidle: optimize the clkdm idle "

[Cluster-devel] [PATCH] rgmanager: reslist: fix insufficient null-termination
 2012-06-01 15:11 UTC 

[PATCH 0/4] x86, CPU, AMD: Cleanup AMD-specific MSR-rw users
 2012-06-01 15:06 UTC  (8+ messages)
` [PATCH 1/4] x86, pvops: Remove hooks for {rd, wr}msr_safe_regs
` [PATCH 2/4] x86, CPU: Fix show_msr MSR accessing function
` [PATCH 3/4] x86, AMD: Fix crash as Xen Dom0 on AMD Trinity systems
` [PATCH 4/4] x86, CPU, AMD: Deprecate AMD-specific MSR variants

Bug: git ls-files and ignored directories
 2012-06-01 15:30 UTC  (4+ messages)

[GIT PULL] CMA and ARM DMA-mapping updates for v3.5
 2012-06-01 15:06 UTC  (5+ messages)

pinctrl: group/pin identity mapping
 2012-06-01 15:05 UTC  (2+ messages)

target rpm build failure
 2012-06-01 14:53 UTC  (12+ messages)

[Xenomai] CONFIG_CPU_FREQ, CONFIG_APM. kernel - 2.6.38.8
 2012-06-01 15:04 UTC  (4+ messages)

[PATCH] perf tool: build fix, remove duplicate declarations
 2012-06-01 15:03 UTC 

[PATCH 0/5 v2] [RFC] ftrace: Fix bug with function tracing and lockdep
 2012-06-01 14:57 UTC  (6+ messages)
` [PATCH 1/5 v2] ftrace: Synchronize variable setting with breakpoints
` [PATCH 2/5 v2] ftrace: Use breakpoint method to update ftrace caller
` [PATCH 3/5 v2] x86: Reset the debug_stack update counter
` [PATCH 4/5 v2] x86: Allow nesting of the debug stack IDT setting
` [PATCH 5/5 v2] ftrace/x86: Do not change stacks in DEBUG when calling lockdep

linux-next: build rebase of the drivers-x86 tree
 2012-06-01 15:01 UTC  (2+ messages)

meta-toolchain uclibc issue
 2012-06-01 15:01 UTC 

[PATCH] xl.cfg: document the maxmem= option
 2012-06-01 14:59 UTC  (3+ messages)

[Buildroot] [PATCH] added package sftpserver
 2012-06-01 14:57 UTC  (2+ messages)

[PATCH v2] l10n: de.po: translate 41 new messages
 2012-06-01 14:55 UTC  (2+ messages)
` [PATCH v3] "

[RFT] PCI changes related to wakeup (was: Re: [linux-pm] ehci_hcd related S3 lockup on ASUS laptops, again)
 2012-06-01 14:55 UTC  (2+ messages)

[PATCH] xl.cfg: document the maxmem= option
 2012-06-01 14:55 UTC 

[PATCH 1/2] LAPB: added 'delivered' interface
 2012-06-01 14:54 UTC  (5+ messages)
` [PATCH 2/2] lapb-nl: Added driver

[PATCHv4 1/3] wt-status.*: better advices for git status added
 2012-06-01 14:50 UTC  (6+ messages)
` [PATCHv5 "

git version statistics
 2012-06-01 14:49 UTC  (5+ messages)

[GSoC] Designing a faster index format - Progress report week 6
 2012-06-01 14:49 UTC  (3+ messages)
` Review of current github code [Re: [GSoC] Designing a faster index format - Progress report week 6]

[PATCH] perf tool: build fix, remove duplicate declarations
 2012-06-01 14:48 UTC  (4+ messages)

Several unhappy btrfs's after RAID meltdown
 2012-06-01 14:38 UTC  (10+ messages)

[PATCH 0/9] Add clk_prepare/clk_unprepare
 2012-06-01 14:48 UTC  (3+ messages)

[PATCH V2] MMC: core: cap MMC card timeouts at 2 seconds
 2012-06-01 14:48 UTC  (10+ messages)

Only 1 CPU core detected
 2012-06-01 14:44 UTC  (2+ messages)

[RFC PATCH v2 2/3] USB/ACPI: Add usb port's acpi power control in the xhci PORT_POWER feature request process
 2012-06-01 14:37 UTC 

[PATCH 4/6] ARM: OMAP4: PMU: Add runtime PM support
 2012-06-01 14:42 UTC  (13+ messages)

[PATCH/RFC]Test environment for Git-MediaWiki
 2012-06-01 14:43 UTC  (5+ messages)
` [PATCH 1/3] Script to install, delete and clear a MediaWiki
  ` [PATCH 2/3] Test environment of git-remote-mw

[RFC PATCH] ASoC: make snd_soc_dai_link more symmetrical
 2012-06-01 14:40 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: core: Add single controls with specified range of values
 2012-06-01 14:39 UTC  (2+ messages)

alsa-plugins-1.0.25: fix building with ffmpeg >= 0.11
 2012-06-01 14:35 UTC 

BUG in __key_instantiate_and_link(): unable to handle kernel paging request at 0000632e6472616f
 2012-06-01 14:34 UTC  (2+ messages)

[PATCH 01/22] Fixes and clean-ups for Device Tree on Snowball
 2012-06-01 14:32 UTC  (3+ messages)
` [PATCH 08/22] regulator: Change ab8500 match names to reflect Device Tree


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.