All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-15 15:31:56 to 2013-04-15 16:13:57 UTC [more...]

Odd --examine output
 2013-04-15 20:13 UTC  (4+ messages)

Announcement: open source AR9380 and later HAL
 2013-04-15 16:13 UTC  (25+ messages)
  ` [ath9k-devel] AR9287 ; 2-wire coexistence expected behavior
    `  "

linux-next: Tree for Apr 9 [cpufreq: NULL pointer deref]
 2013-04-15 16:13 UTC  (6+ messages)

[meta-fsl-arm PATCH v3 0/13] Fixes current found issues for 1.4 release
 2013-04-15 16:13 UTC  (7+ messages)
` [meta-fsl-arm PATCH v3 08/13] imx-base.inc: Fix i.MX6SL entry point hex format
` [meta-fsl-arm PATCH v3 09/13] imx-base.inc: Do not assign UBOOT_LOADADDRESS

[RFC PATCH 0/2] ARM: DT cpu bindings updates
 2013-04-15 16:13 UTC  (6+ messages)
` [RFC PATCH 1/2] ARM: DT: kernel: move temporary cpu map stack array to static data
` [RFC PATCH 2/2] ARM: DT: kernel: DT cpu node bindings update

[PATCH net-next] packet: move hw/sw timestamp extraction into a small helper
 2013-04-15 16:12 UTC  (2+ messages)

[PATCH] Do not force shutdown/reboot to boot cpu
 2013-04-15 16:10 UTC  (16+ messages)
      ` Bulk CPU Hotplug (Was Re: [PATCH] Do not force shutdown/reboot to boot cpu.)

[PATCH] spi: omap2-mcspi: Fix transfers if DMADEVICES is not set
 2013-04-15 16:11 UTC  (2+ messages)

[PATCH] edac: Handle EDAC ECC errors for Family 16h
 2013-04-15 16:11 UTC  (3+ messages)

perf: forcing instructions event to run on Fixed Counter 0
 2013-04-15 16:13 UTC 

[Qemu-devel] [PULL 00/12] directory reorganization, fixes and final part
 2013-04-15 16:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH 07/12] configure: fix TPM logic

[GIT PULL] uprobes: ret-probes + misc
 2013-04-15 16:04 UTC 

[Qemu-devel] weird behaviour of numlock key
 2013-04-15 15:43 UTC  (3+ messages)

[Powertop] [PATCH 8/8] Add RAPL PP1 domain for GPU
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 7/8] Add RAPL DRAM domain
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 6/8] Added PP0 RAPL domain for CPU
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 5/8] Interface to get first cpu
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 4/8] cpu device as parent class
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 3/8] RAPL Interface
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 2/8] Use MSR Lib MSR functions
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 1/8] Common read/write MSR API
 2013-04-15 16:09 UTC 

[Powertop] [PATCH 0/8] Power Top RAPL interface v04
 2013-04-15 16:09 UTC 

[xen-unstable test] 17691: regressions - FAIL
 2013-04-15 16:09 UTC 

[PATCH] input: Export matrix_keypad_parse_of_params()
 2013-04-15 16:07 UTC  (2+ messages)

[PATCH] regulator: ab8500: Fix get_mode for shared mode regulators
 2013-04-15 16:07 UTC  (10+ messages)

[PATCH 1/7] kernel.bbclass: Ensure we have correct version information in deploy data
 2013-04-15 15:49 UTC  (5+ messages)
` [PATCH 7/7] allarch: Drop various problematic allarch usages

[PATCH] data: fix performance regression
 2013-04-15 15:49 UTC  (2+ messages)

build regressions 2013-04-15
 2013-04-15 16:07 UTC 

[Qemu-devel] [PATCH 00/19 v3] target-i386: CPU hot-add with cpu-add QMP command
 2013-04-15 16:06 UTC  (15+ messages)
` [Qemu-devel] [PATCH 08/19] cpu: introduce get_arch_id() method and override it for target-i386
` [Qemu-devel] [PATCH 13/19] target-i386: cpu: attach ICC bus to CPU on its creation
` [Qemu-devel] [PATCH 14/19] target-i386: replace MSI_SPACE_SIZE with APIC_SPACE_SIZE
` [Qemu-devel] [PATCH 17/19] qdev: set device's parent before calling realize() down inheritance chain

[PATCH] i2c: s3c2410: Add SMBus emulation for block read
 2013-04-15 16:06 UTC  (4+ messages)

[oe-commits] Marko Lindqvist : coreutils: update to upstream version 8.21
 2013-04-15 15:48 UTC  (2+ messages)

[PATCH documentation 0/2] OS-jitter documentation
 2013-04-15 16:00 UTC  (8+ messages)
` [PATCH documentation 1/2] nohz1: Add documentation

[PATCH 00/18] lockless n_tty receive path
 2013-04-15 15:32 UTC  (51+ messages)
` [PATCH v3 00/24] "
  ` [PATCH v3 10/24] n_tty: Remove read_cnt
  ` [PATCH v3 11/24] tty: Convert termios_mutex to termios_rwsem
  ` [PATCH v3 12/24] n_tty: Access termios values safely
  ` [PATCH v3 13/24] n_tty: Replace canon_data with index comparison
  ` [PATCH v3 14/24] n_tty: Make N_TTY ldisc receive path lockless
  ` [PATCH v3 15/24] n_tty: Reset lnext if canonical mode changes
  ` [PATCH v3 16/24] n_tty: Fix type mismatches in receive_buf raw copy
  ` [PATCH v3 17/24] n_tty: Don't wait for buffer work in read() loop
  ` [PATCH v3 18/24] n_tty: Separate buffer indices to prevent cache-line sharing
  ` [PATCH v3 19/24] tty: Only guarantee termios read safety for throttle/unthrottle
  ` [PATCH v3 20/24] n_tty: Move chars_in_buffer() to factor throttle/unthrottle
  ` [PATCH v3 21/24] n_tty: Factor throttle/unthrottle into helper functions
  ` [PATCH v3 22/24] n_tty: Move n_tty_write_wakeup() to avoid forward declaration
  ` [PATCH v3 23/24] n_tty: Special case pty flow control
  ` [PATCH v3 24/24] n_tty: Queue buffer work on any available cpu
  ` [PATCH 00/16] lockless tty flip buffers
    ` [PATCH 10/16] tty: Ensure single-threaded flip buffer consumer with mutex
    ` [PATCH 11/16] tty: Only perform flip buffer flush from tty_buffer_flush()
    ` [PATCH 12/16] tty: Avoid false-sharing flip buffer ptrs
    ` [PATCH 13/16] tty: Use non-atomic state to signal flip buffer flush pending
    ` [PATCH 14/16] tty: Merge __tty_flush_buffer() into lone call site
    ` [PATCH 15/16] tty: Fix unsafe vt paste_selection()
    ` [PATCH 16/16] tty: Remove private constant from global namespace
    ` [PATCH 0/9] mostly lockless tty echo
      ` [PATCH 1/9] n_tty: Remove unused echo_overrun field
      ` [PATCH 5/9] n_tty: Eliminate echo_commit memory barrier
      ` [PATCH 6/9] n_tty: Process echoes in blocks
      ` [PATCH 8/9] n_tty: Eliminate counter in __process_echoes
      ` [PATCH 00/20] streamline per-char receiving
        ` [PATCH 01/20] n_tty: Fix EOF push handling
        ` [PATCH 02/20] n_tty: Remove alias ptrs in __receive_buf()
        ` [PATCH 03/20] n_tty: Move buffers into n_tty_data
        ` [PATCH 04/20] n_tty: Rename process_char_map to char_map
        ` [PATCH 05/20] n_tty: Simplify __receive_buf loop count
        ` [PATCH 06/20] n_tty: Factor 'real raw' receive_buf into standalone fn
        ` [PATCH 07/20] n_tty: Factor signal char handling into separate fn
        ` [PATCH 08/20] n_tty: Factor flagged "
        ` [PATCH 09/20] n_tty: Factor raw mode receive_buf() "
        ` [PATCH 10/20] n_tty: Special case EXTPROC receive_buf() as raw mode
        ` [PATCH 11/20] n_tty: Factor tty->closing receive_buf() into separate fn
        ` [PATCH 12/20] n_tty: Factor standard per-char i/o "
        ` [PATCH 13/20] n_tty: Eliminate char tests from IXANY restart test
        ` [PATCH 14/20] n_tty: Split n_tty_receive_char()
        ` [PATCH 15/20] n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
        ` [PATCH 16/20] n_tty: Factor PARMRK from normal per-char i/o
        ` [PATCH 17/20] n_tty: Remove overflow tests from receive_buf() path
        ` [PATCH 18/20] n_tty: Un-inline single-use functions
        ` [PATCH 19/20] n_tty: Factor LNEXT processing from per-char i/o path
        ` [PATCH 20/20] tty: Remove extra wakeup from pty write() path

arm: imx35: mmc0: "Timeout waiting for hardware interrupt" with various sdio wlan cards
 2013-04-15 15:58 UTC  (2+ messages)

[PATCH] coreutils: add realpath to alternatives
 2013-04-15 15:44 UTC 

OE Changelog since 2013-04-07 until 2013-04-14
 2013-04-15 15:46 UTC 

[Qemu-devel] [PATCH for QEMU] sheepdog: add discard/trim support for sheepdog
 2013-04-15 16:03 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4] "
  ` [Qemu-devel] [sheepdog] "

[PATCH v3 1/2] tools/ocaml: clean META files
 2013-04-15 16:02 UTC  (2+ messages)
` [PATCH v3 2/2] tools/ocaml: Fix library generation

[PATCHv3, RFC 00/34] Transparent huge page cache
 2013-04-15 16:02 UTC  (3+ messages)
` IOZone with transparent "

[RFC: PATCH 2/2] iio: adc: exynos_adc: Handle timeout and race conditions
 2013-04-15 16:01 UTC  (5+ messages)
` [PATCH] iio: adc: exynos_adc: Handle timeout issues

Xen is now a Linux Foundation Collaborative Project
 2013-04-15 16:01 UTC 

[GIT PULL] sunXi dt additions, take 4
 2013-04-15 16:01 UTC 

[PATCH v2] rt2x00: Fix transmit power troubles on some Ralink RT30xx cards
 2013-04-15 16:00 UTC  (2+ messages)

[RFC patch 0/2] ARM: at91: cpuidle: move driver to drivers/cpuidle
 2013-04-15 16:00 UTC  (6+ messages)
` [RFC patch 2/2] ARM: at91: cpuidle: move the driver to drivers/cpuidle directory

[PATCH v2] rt2x00: Fix transmit power troubles on some Ralink RT30xx cards
 2013-04-15 15:59 UTC  (3+ messages)
`  "

[BUG] git-clone fails due to GnuTLS recv error (-9), then deletes entire local repo
 2013-04-15 15:58 UTC  (2+ messages)

RAID5 recovering
 2013-04-15 15:58 UTC  (4+ messages)

strange behaviour of MC7700 with sierra_net
 2013-04-15 15:59 UTC  (6+ messages)
` [PATCH 1/2 v4] usbnet: allow status interrupt URB to always be active
      ` [PATCH 1/2 v5] "

[U-Boot] [STATUS] v2013.04-rc3 released
 2013-04-15 15:57 UTC 

[PATCH RFT] regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMIC
 2013-04-15 15:56 UTC  (2+ messages)

[Qemu-devel] [PATCH] Added cleanup for Win32 TAP interface
 2013-04-15 15:55 UTC 

[Qemu-devel] [PATCH] pixman: remove -Wredundand-decls
 2013-04-15 15:55 UTC  (10+ messages)

Xen Security Advisory 48 (CVE-2013-1922) - qemu-nbd format-guessing due to missing format specification
 2013-04-15 15:55 UTC 

[PATCH] poky.conf: add Poky 1.4 and CentOS 6.4 to SANITY_TESTED_DISTROS
 2013-04-15 15:54 UTC 

[PATCH 1/3] efi: Determine how much space is used by boot services-only variables
 2013-04-15 15:53 UTC  (3+ messages)
` [PATCH V5 1/2] efi: Pass boot services variable info to runtime code
  ` [PATCH V5 2/2] efi: Distinguish between "remaining space" and actually used space

[PATCH] x86, FPU: Fix FPU initialization
 2013-04-15 15:54 UTC  (11+ messages)

Ensimag students projects, version 2013
 2013-04-15 15:53 UTC  (3+ messages)

[PATCH] udev: remove udev-extraconf from RRECOMMENDS
 2013-04-15 15:35 UTC  (7+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Fix SDIO interrupts
 2013-04-15 15:08 UTC 

[U-Boot] Pending TPM patches for release
 2013-04-15 15:52 UTC  (2+ messages)

ECMP ipv6 vs ipv4
 2013-04-15 15:51 UTC  (2+ messages)

[RFC/PATCH] clone: introduce clone.submoduleGitDir to relocate $GITDIR
 2013-04-15 15:50 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-arm/master
 2013-04-15 15:51 UTC  (2+ messages)

replicas and client support
 2013-04-15 15:43 UTC 

[RFC v1 0/1] introduce regulator chain locking scheme
 2013-04-15 15:50 UTC  (4+ messages)
` [RFC v1] regulator: core: "

Centrino Ultimate-N 6300 AGN rfkill always Soft blocked
 2013-04-15 15:50 UTC  (6+ messages)

[PATCHv3 00/10] Use the mvebu PCIe driver on Kirkwood
 2013-04-15 15:49 UTC  (4+ messages)
` [PATCHv3 01/10] pci: mvebu: enable driver usage "

[PATCH kvm-unittests v2] x86/taskswitch2: Task switches into/out of VM86
 2013-04-15 15:49 UTC  (6+ messages)

[PATCH 00/17] [V3]PVH xen: PVH changes in xen for 64bit PVH guest
 2013-04-15 15:47 UTC  (5+ messages)
` [PATCH 08/17] [V3]PVH xen: domain creation code changes
` [PATCH 09/17] [V3]PVH xen: create PVH vmcs, and initialization

[PATCH v4 0/5] LPAE remaining device tree file
 2013-04-15 15:47 UTC  (7+ messages)

[PATCHv8 00/19] PCIe support for the Armada 370 and Armada XP SoCs
 2013-04-15 15:46 UTC  (4+ messages)

[RFC] net : add tx timestamp to packet mmap
 2013-04-15 15:41 UTC  (6+ messages)
` [PATCH] net-packet: tx timestamping on tpacket ring

State of bitbake world
 2013-04-15 15:26 UTC  (7+ messages)
    ` [oe] "
        ` [OE-core] "

[U-Boot] [PATCH 0/5] ARM: OMAP: Cleanup save_boot_params function
 2013-04-15 15:43 UTC  (8+ messages)
` [U-Boot] [PATCH 3/5] ARM: OMAP: Correct save_boot_params and replace with 'C' function
` [U-Boot] [PATCH 4/5] ARM: OMAP: Cleanup boot parameters usage

[PATCH v4 0/6] KVM: nVMX: Make direct IRQ/NMI injection work
 2013-04-15 15:42 UTC  (9+ messages)
` [PATCH v4 5/6] KVM: nVMX: Fix conditions for NMI injection
            ` [PATCH v5 "

[PATCH 0/2] sdhci-acpi initialization performance regression
 2013-04-15 15:42 UTC  (4+ messages)

[Qemu-devel] [PATCH] i386 ROR r8/r16 instruction fix
 2013-04-15 15:42 UTC  (2+ messages)

[Qemu-devel] [PATCH] ARM Cortex A9 Global Timer
 2013-04-15 15:41 UTC 

[Bug 63481] New: Nouveau driver - No monitor signal on chipset NV1A (family NV10) since bisected bad commit ebb945a94bba2ce8dff7b0942ff2b3f2a52a0a69 in kernel 3.7.9
 2013-04-15 15:40 UTC  (2+ messages)
  ` [Bug 63481] "

[PATCH V4 0/7] Bundle fixes for Xen netfront / netback
 2013-04-15 15:39 UTC  (11+ messages)
` [PATCH V4 7/7] xen-netback: don't disconnect frontend when seeing oversize packet

[Qemu-devel] Support for VNC LED state extension proposal
 2013-04-15 15:38 UTC  (4+ messages)

UBIFS Problems After Upgrading Kernel
 2013-04-15 15:40 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] qemu-img: support compression regardless of cluster size
 2013-04-15 15:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test

[PATCH v4 1/2] libxl: postpone backend name resolution
 2013-04-15 15:38 UTC  (4+ messages)

[LSF/MM TOPIC] Hardware initiated paging of user process pages, hardware access to the CPU page tables of user processes
 2013-04-15 15:38 UTC  (5+ messages)

[PATCH v2 0/3] Introduce pull.autostash
 2013-04-15 15:36 UTC  (6+ messages)
` [PATCH 3/3] pull: introduce --[no-]autostash and pull.autostash

[PATCH] [PATCH RFC] tools: rework uninstall target
 2013-04-15 15:36 UTC  (5+ messages)

[PATCH] kernel: move exit_task_work() past exit_notify()
 2013-04-15 15:33 UTC  (6+ messages)
  ` [PATCH 0/1] (Was: kernel: move exit_task_work() past exit_notify())
    ` [PATCH 1/1] move exit_task_namespaces() outside of exit_notify()

[PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
 2013-04-15 15:32 UTC  (6+ messages)
` [PATCH v6 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC

[PATCH 1/3] iommu: Move swap_pci_ref function to pci.h
 2013-04-15 15:34 UTC  (5+ messages)

[PATCH 0/2] Move systemd binaries to /sbin/systemd
 2013-04-15 15:15 UTC  (4+ messages)

[Qemu-devel] KVM call agenda for 2013-04-16
 2013-04-15 15:32 UTC  (2+ messages)
`  "

Master node recovery /corruption
 2013-04-15 15:34 UTC  (2+ messages)

[PATCH] iommu/crash: Interrupt remapping is also disabled on crash
 2013-04-15 15:32 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.