All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-08-23 22:01:34 to 2012-08-24 01:33:49 UTC [more...]

[PATCH 1/2] powerpc: Add trap_nr to thread_struct
 2012-08-24  1:33 UTC  (8+ messages)
` [PATCH v4 2/2] powerpc: Uprobes port to powerpc

linux rt 3.4.8-rt16 and nv 302.17, and system freezes, does nvidia strike again?
 2012-08-24  1:33 UTC  (9+ messages)

[sound-unstable:master] sound/pci/hda/hda_codec.c:1323:7: error: 'struct hda_codec' has no member na
 2012-08-24  1:33 UTC  (2+ messages)
` [sound-unstable:master] sound/pci/hda/hda_codec.c:1323:7: error: 'struct hda_codec' has no membe

[RFC PATCH 0/3] xen/privcmd: support for paged-out frames
 2012-08-24  1:32 UTC  (2+ messages)

Proposal
 2012-08-23 22:55 UTC 

Proposal
 2012-08-23 22:55 UTC 

Proposal
 2012-08-23 22:55 UTC 

[PATCH 0/3 v2] HWPOISON: improve dirty pagecache error reporting
 2012-08-24  1:31 UTC  (4+ messages)
` [PATCH 3/3] HWPOISON: prevent inode cache removal to keep AS_HWPOISON sticky

[PATCH] tests: conntrackd: fix compile errors and warnings
 2012-08-24  1:27 UTC 

[PATCH 0/2] devfreq: Add sysfs node for representing frequency transition information
 2012-08-24  1:28 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] devfreq: exynos4: Support initialization of freq_table and max_state of devfreq's profile

[PATCH net-next 0/15] qlcnic: patches for new adapter - Qlogic 83XX CNA
 2012-08-24  1:07 UTC  (16+ messages)
` [PATCH net-next 01/15] qlcnic: Refactoring - template based hardware interface
` [PATCH net-next 02/15] qlcnic: Refactoring - Tx/Rx code path separation
` [PATCH net-next 03/15] qlcnic: Refactoring - Move sysfs code
` [PATCH net-next 04/15] qlcnic: Refactoring - Moving hw specific data to hardware context
` [PATCH net-next 05/15] qlcnic: remove 82xx specific register dump utility
` [PATCH net-next 06/15] qlcnic: change driver firmware interface mechanism
` [PATCH net-next 07/15] qlcnic: 83xx data path and HW interfaces routines
` [PATCH net-next 08/15] qlcnic: register dump utility
` [PATCH net-next 09/15] qlcnic: 83xx adpater flash interface routines
` [PATCH net-next 10/15] qlcnic: 83xx CNA inter driver communication mechanism
` [PATCH net-next 11/15] qlcnic: 83xx adpater ethtool
` [PATCH net-next 12/15] qlcnic: enable 83xx virtual NIC mode
` [PATCH net-next 13/15] qlcnic: create new file for 82xx firmware commands
` [PATCH net-next 14/15] qlcnic: restructure file layout of combined driver
` [PATCH net-next 15/15] qlcnic: update driver version - 5.1.30

[U-Boot] [PATCH 3/4] arm:exynos4: Set common code for trats and universal_c210 boards
 2012-08-24  1:17 UTC  (4+ messages)
` [U-Boot] [PATCH 0/6 v2] Code cleaup for trats and universal
  ` [U-Boot] [PATCH 4/6 v2] arm:exynos4:trats: Use pinmux for mmc configuration

[PATCH v2] QEMU/helper2.c: Fix multiply issue for int and uint types
 2012-08-24  1:17 UTC  (3+ messages)

[PATCH] ARM: fix cpu_relax() in case of doing dmb
 2012-08-24  1:15 UTC  (6+ messages)

[PATCH v7 0/3] KVM: perf: kvm events analysis tool
 2012-08-24  1:15 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: x86: export svm/vmx exit code and vector code to userspace
` [PATCH v7 2/3] KVM: x86: trace mmio begin and complete
` [PATCH v7 3/3] KVM: perf: kvm events analysis tool

[Bug 50655] New: ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)
 2012-08-24  1:14 UTC  (2+ messages)
` [Bug 50655] "

[PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY
 2012-08-24  1:14 UTC  (3+ messages)
    ` Fwd: "

[PATCH] x86, apm: Make on_cpu0() use workqueue instead of work_on_cpu()
 2012-08-24  1:11 UTC 

[PATCH v7 0/12] x86: Arbitrary CPU hot(un)plug support
 2012-08-24  0:56 UTC  (13+ messages)
` [PATCH v7 01/12] Documentations/cpu-hotplug.tx, kernel-parameters.txt: Add x86 CPU0 online/offline feature
` [PATCH v7 02/12] x86/Kconfig: Add config switch for CPU0 hotplug
` [PATCH v7 03/12] x86/topology.c: Support functions for CPU0 online/offline
` [PATCH v7 04/12] Don't offline CPU0 if any PIC irq can not be migrated out of it
` [PATCH v7 05/12] Because x86 BIOS requires CPU0 to resume from sleep, suspend or hibernate can't be executed if CPU0 is detected offline. To make suspend or hibernate and further resume succeed, CPU0 must be online
` [PATCH v7 06/12] start_cpu0() is defined in head_64.S for 64-bit. The function sets up stack and jumps to start_secondary() for CPU0 wake up
` [PATCH v7 07/12] start_cpu0() is defined in head_32.S for 32-bit. "
` [PATCH v7 08/12] Instead of waiting for STARTUP after INITs, BSP will execute the BIOS boot-strap code which is not a desired behavior for waking up BSP. To avoid the boot-strap code, wake up CPU0 by NMI instead
` [PATCH v7 09/12] During CPU0 online, enable x2apic, set_numa_node
` [PATCH v7 10/12] Ask the first online CPU to save mtrr instead of asking BSP. BSP could be offline when mtrr_save_state() is called
` [PATCH v7 11/12] x86/i387.c: Thread xstate is initialized only on CPU0 once
` [PATCH v7 12/12] x86/topology.c: debug CPU0 hotplug

[PATCH 0/6] Enable SPARSE_IRQ for mach-mxs
 2012-08-24  1:09 UTC  (4+ messages)
` [PATCH 1/6] gpio/mxs: adopt irq_domain support for mxs gpio driver

Cortex A9 with ACP needing mixed coherency model
 2012-08-24  0:58 UTC 

mgag200 hang on boot
 2012-08-24  0:54 UTC  (3+ messages)

[BABELTRACE PATCH] API documentation
 2012-08-24  0:53 UTC 

[PATCH 2/3] kmemleak: replace list_for_each_continue_rcu with new interface
 2012-08-24  0:52 UTC  (3+ messages)

[PATCH 1/3] raid: replace list_for_each_continue_rcu with new interface
 2012-08-24  0:51 UTC  (2+ messages)

[PATCH v8 1/5] mm: introduce a common interface for balloon pages mobility
 2012-08-24  0:49 UTC  (25+ messages)

[PATCH v2] ahci: implement aggressive SATA device sleep support
 2012-08-24  0:49 UTC  (3+ messages)

[PATCH 1/2 v1] blkdrv: Add queue limits parameters for sg block drive
 2012-08-24  0:45 UTC  (14+ messages)
                      ` [Qemu-devel] "

[PATCH] tools lib traceevent: Fix off-by-one bug in pevent_strerror()
 2012-08-24  0:33 UTC  (3+ messages)

[Qemu-devel] buildbot failure in qemu on default_ppc
 2012-08-24  0:39 UTC 

NFSv4, Name (string) mapping vs. raw UID, idmapd and Kernels >= 3.3
 2012-08-24  0:25 UTC  (2+ messages)

[PATCH] clarify wording
 2012-08-24  0:22 UTC 

Build regressions/improvements in v3.6-rc3
 2012-08-24  0:33 UTC  (3+ messages)

[PATCH 1/2] Bluetooth: Change signature of smp_conn_security()
 2012-08-24  0:32 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Fix sending a HCI Authorization Request over LE links

[PATCH] drm: edid: add support for E-DDC
 2012-08-24  0:29 UTC  (11+ messages)

[PATCH 1/3] drm/i915: Use a non-blocking wait for set-to-domain ioctl
 2012-08-24  0:29 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: Use cpu relocations if the object is in the GTT but not mappable

[PATCH] [v2] netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device
 2012-08-24  0:28 UTC  (3+ messages)

[PATCH] x86, acpi: Make acpi_processor_ffh_cstate_probe() use a work item instead of work_on_cpu()
 2012-08-24  0:26 UTC 

[PATCH] Clean-up of __tree_search() in extent_map.c
 2012-08-24  0:26 UTC 

[PATCH v4 2/2] ARM: EXYNOS: SMC instruction (aka firmware) support
 2012-08-24  0:24 UTC 

[PATCH v4 1/2] ARM: Make a compile firmware conditionally
 2012-08-24  0:24 UTC 

[PATCH 2/2] mmc: core: add the quirk for broken revision
 2012-08-24  0:23 UTC 

[PATCH 1/2] mmc: core: prepare the next version of eMMC card
 2012-08-24  0:23 UTC 

[U-Boot] [Patch V3 0/4] add mips64 cpu support
 2012-08-24  0:23 UTC  (10+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus
` [U-Boot] [Patch V3 2/4] [MIPS] add mips64 support in mips head files
` [U-Boot] [Patch V3 3/4] [MIPS] Add qemu-mips building configs
` [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

[PATCH 0/2] mmc: core: pre-patch for next eMMC version
 2012-08-24  0:23 UTC 

[RFC] How should the device tree represent multiple Ethernet PHYs in a single package?
 2012-08-24  0:21 UTC 

[PATCH] Input: keyboard: omap-keypad: Fixed coding style issue
 2012-08-24  0:20 UTC 

[PATCH V9] powerpc/fsl-pci: Unify pci/pcie initialization code
 2012-08-24  0:15 UTC  (2+ messages)

Looking for multi-function driver infrastructure resources
 2012-08-24  0:12 UTC 

[drm:drm-next 11/11] drivers/gpu/drm/gma500/cdv_intel_display.c:1131:3: error: implicit
 2012-08-24  0:11 UTC 

[PATCH v8 2/4] xfs: Introduce a helper routine to probe data or hole offset from page cache
 2012-08-24  0:11 UTC  (2+ messages)

Proposal
 2012-08-23 22:55 UTC 

Proposal
 2012-08-23 22:55 UTC 

Stolen pages, with a little surprise
 2012-08-24  0:05 UTC  (3+ messages)
` [PATCH 07/29] drm/i915: Extract general object init routine

[PATCH v6 0/4] cgroup: add xattr support
 2012-08-24  0:02 UTC  (6+ messages)
` [PATCH v6 3/4] "

[PATCH] e1000: add byte queue limits
 2012-08-24  0:00 UTC  (2+ messages)

[PATCH v5] mmc: sdhci-s3c: Add device tree support
 2012-08-23 23:58 UTC  (2+ messages)

[PATCH V3 0/4] x86: Create direct mappings for E820_RAM only
 2012-08-23 23:53 UTC  (8+ messages)
` [PATCH 3/4] x86: Only direct map addresses that are marked as E820_RAM

-next queue and EDID stuff
 2012-08-23 23:50 UTC 

systemd-189: missing headers?
 2012-08-23 23:47 UTC  (2+ messages)

Use PCI ROMs from EFI boot services
 2012-08-23 23:44 UTC  (3+ messages)
` [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR

[RFE] xfstests: Add support for tmpfs filesystem
 2012-08-23 23:40 UTC  (2+ messages)

[PATCH] distutils.bbclass: install libraries in ${PYTHON_SITEPACKAGES_DIR}
 2012-08-23 22:55 UTC 

[PATCH] drm: gma500: Kill the GEM glue layer
 2012-08-23 23:30 UTC  (6+ messages)

[PATCH 0/2] revert changes to zcache_do_preload()
 2012-08-23 23:28 UTC  (6+ messages)

[PATCH 1/3] intel_reg_dumper: Fix pipe name in comment
 2012-08-23 23:26 UTC  (5+ messages)
` [PATCH 2/3] intel_reg_dumper: Dump FDI_RX_DEBUG registers
` [PATCH 3/3] intel_reg_dumper: Dump FDI_RX_DEBUG2 registers

[GIT PULL] Renesas ARM-based SoC fix for v3.6
 2012-08-23 23:18 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting
 2012-08-23 23:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH RFC 1/2] Parse the cpu entitlement from the qemu commandline
` [Qemu-devel] [PATCH RFC 2/2] Add an ioctl to pass the entitlement information from qemu to the hypervisor

[PATCH v7 0/4] cgroup: add xattr support
 2012-08-23 23:14 UTC  (4+ messages)
` [PATCH v7 1/4] xattr: extract simple_xattr code from tmpfs

[PATCH RFC 0/3] Add guest cpu_entitlement reporting
 2012-08-23 23:14 UTC  (4+ messages)
` [PATCH RFC 1/3] Add a sysctl interface to control and report the cpu entitlement setting
` [PATCH RFC 2/3] Add a hypercall to retrieve the cpu entitlement value from the host
` [PATCH RFC 3/3] Modify the amount of stealtime that the kernel reports via the /proc interface

[PATCH] i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active = 1
 2012-08-23 23:14 UTC  (5+ messages)

[Qemu-devel] MSI-X bug with ivshmem since msix_reset moved to PCI
 2012-08-23 23:13 UTC 

[PATCH v3 0/4] pinctrl: add support for samsung pinctrl driver
 2012-08-23 23:12 UTC  (4+ messages)
` [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver

Slow Linear Flash write speeds
 2012-08-23 23:03 UTC 

[Qemu-devel] [PATCH] target-mips: Fix some helper functions (VR54xx multiplication)
 2012-08-23 23:09 UTC  (2+ messages)

[PATCH] distutils-common-base.bbclass: Pick up additional .debug folders:
 2012-08-23 22:57 UTC  (3+ messages)

[RFC][PATCH -mm -v2 0/4] mm,vmscan: reclaim from highest score cgroup
 2012-08-23 23:07 UTC  (3+ messages)
` [RFC][PATCH -mm -v2 4/4] mm,vmscan: evict inactive file pages first

[U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header
 2012-08-23 23:06 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

LUCKY WINNERS
 2012-08-23 22:58 UTC 

[PATCH 00/11] pinctrl: mvebu: pinctrl driver
 2012-08-23 23:01 UTC  (10+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] pinctrl: mvebu: pinctrl driver core

[U-Boot] [PATCH 0/3] MIPS: refactoring for extended Qemu support
 2012-08-23 22:50 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] MIPS: factor out endianess flag handling to arch config.mk
` [U-Boot] [PATCH 2/3] MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
` [U-Boot] [PATCH 3/3] MIPS: add support for qemu for little endian MIPS32 CPUs

[PATCH] block: replace __getblk_slow misfix by grow_dev_page fix
 2012-08-23 22:46 UTC  (5+ messages)

[PATCH] crypto/caam: Export gen_split_key symbol for other modules
 2012-08-23 22:39 UTC 

[PATCH lttng-tools] Filter: Notify the user when a filter is already enabled on event(s)
 2012-08-23 22:45 UTC 

[PATCH RFC 0/4] V4L2: Vendor specific media bus formats/ frame size control
 2012-08-23 22:41 UTC  (4+ messages)
` [PATCH RFC 1/4] V4L: Add V4L2_CID_FRAMESIZE image source class control

[PATCH 00/58] modeset-rework, the basic conversion
 2012-08-23 22:39 UTC  (9+ messages)

[U-Boot] [PATCH 0/9] Auto partition selection and fs partition consolidation
 2012-08-23 22:36 UTC  (3+ messages)
` [U-Boot] [PATCH 3/9] disk/part: introduce get_device_and_partition

Fwd: [Ksummit-2012-discuss] PCI breakout session
 2012-08-23 22:35 UTC 

[Buildroot] [PATCH 1/2] PAM support in Busybox if linux-pam is built
 2012-08-23 22:33 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] Provide PAM default configuration files when building linux-pam package

[PATCH v2] build-appliance-image: Add vmx* files and build zip file
 2012-08-23 22:18 UTC 

[PATCH] target: Fix ->data_length re-assignment bug with SCSI overflow
 2012-08-23 22:26 UTC 

[PATCH 0/8] csiostor: Chelsio FCoE offload driver submission
 2012-08-23 22:27 UTC  (4+ messages)
` [PATCH 2/8] csiostor: Chelsio FCoE offload driver submission (sources part 2)
` [PATCH 3/8] csiostor: Chelsio FCoE offload driver submission (sources part 3)
` [PATCH 4/8] csiostor: Chelsio FCoE offload driver submission (sources part 4)

[PATCH] xfstests: Replace lstat64 with cat in test 120
 2012-08-23 22:28 UTC  (4+ messages)

[RFC, PATCH 0/102]: xfs: 3.0.x stable kernel update
 2012-08-23 22:23 UTC  (4+ messages)

Reg:Git-ssh bug
 2012-08-23 22:22 UTC 

[PATCH lttng-tools] Filter: Notify the user when a filter is already enabled on event(s)
 2012-08-23 22:21 UTC 

[Qemu-devel] [PATCH] monitor: move json init from OPEN event to init
 2012-08-23 22:18 UTC  (3+ messages)

[PATCH 1/3 v3] drm/i915: Extract reading INSTDONE
 2012-08-23 22:18 UTC  (2+ messages)
` [PATCH 1/3 v4] "

[PATCH 00/36] AutoNUMA24
 2012-08-23 22:13 UTC  (7+ messages)
` [PATCH 33/36] autonuma: powerpc port

[PATCH] specifying ranges: we did not mean to make ".." an empty set
 2012-08-23 22:14 UTC  (4+ messages)

[Powertop] [CLI fixes 5/5] Fix spelling of default names to match manpage
 2012-08-23 22:11 UTC 

WAITING FOR YOUR RESPONSE
 2012-08-23 22:09 UTC 

[xen-unstable test] 13623: trouble: broken/fail/pass
 2012-08-23 22:10 UTC 

[PATCH 00/17] Clean up how fetch_pack() handles the heads list
 2012-08-23 22:09 UTC  (5+ messages)

[PATCH] GPIO: Add support for GPIO on CLPS711X-target platform
 2012-08-23 22:08 UTC  (2+ messages)

[PATCH] tty: use module_spi_driver
 2012-08-23 22:04 UTC 

[U-Boot] [PATCH] SPL: do not use fix value for u-boot size
 2012-08-23 22:03 UTC  (3+ messages)
` [U-Boot] [PATCH V2] "

How to increase the number of pgs at pool creation time?
 2012-08-23 22:01 UTC  (6+ messages)

[RFC]swap: add a simple random read swapin detection
 2012-08-23 22:01 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.