All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-15 11:28:31 to 2013-06-15 15:41:06 UTC [more...]

[PATCH] ARM: imx: Add RTC support for i.MX27
 2013-06-15 15:41 UTC 

[Xenomai] Compiler and linker options for rtnet (and xenomai)
 2013-06-15 15:40 UTC 

[Qemu-devel] [PATCH] chardev: add baud parameter for serial host device
 2013-06-15 15:38 UTC  (4+ messages)

[PATCH 0/8] backports: build Ethernet driver on < 3.2 and add ieee802154
 2013-06-15 15:37 UTC  (9+ messages)
` [PATCH 1/8] backports: move netif_set_real_num_rx_queues() to compat-2.6.37.c
` [PATCH 2/8] backports: alx driver needs at least kernel 2.6.31
` [PATCH 3/8] backports: build ATL1E only on kernel > 2.6.26
` [PATCH 4/8] backports: add NET_CORE config option
` [PATCH 5/8] backports: use the given parameter in NETLINK_CB_PORTID()
` [PATCH 6/8] backports: add module_spi_driver
` [PATCH 7/8] backports: add cast in class_find_device()
` [PATCH 8/8] backports: add ieee802154

Fwd: bug report about acpiphp
 2013-06-15 15:34 UTC 

[PATCH] prompt: squelch error output from cat
 2013-06-15 15:33 UTC  (2+ messages)

[PATCH] Bump version number to 1.4.0
 2013-06-15 15:32 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] fix migration of zero pages
 2013-06-15 15:28 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] Revert "migration: do not sent zero pages in bulk stage"

Can't mount NFSv4 with kerberos on Debian Wheezy
 2013-06-15 15:24 UTC  (3+ messages)

[Qemu-devel] [PATCH 1/2] fbdev: add linux framebuffer display driver
 2013-06-15 15:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] fbdev: add monitor command to enable/disable

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-06-15 15:16 UTC  (11+ messages)
` [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

[Qemu-devel] [Bug 1191326] [NEW] QNX 4 doesn't boot on qemu >= 1.3
 2013-06-15 15:10 UTC 

[Qemu-devel] [PATCH] linux-user: fix signal number range check
 2013-06-15 15:13 UTC  (2+ messages)

[PATCH v2 00/14] locks: scalability improvements for file locking
 2013-06-15 15:04 UTC  (8+ messages)
` [PATCH v2 06/14] locks: don't walk inode->i_flock list in locks_show
              ` [Cluster-devel] "

[PATCH 0/8] ARM: OMAP: dma.h and legacy code removal
 2013-06-15 15:06 UTC  (4+ messages)
` [PATCH 3/8] ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions

[PATCH 2/2] ARM: dts: add AM33XX MMC support
 2013-06-15 15:05 UTC  (13+ messages)

No HDMI output on AC100
 2013-06-15 15:02 UTC  (12+ messages)

[Qemu-devel] [PATCH] sun4m: add display width and height to the firmware configuration
 2013-06-15 14:54 UTC  (2+ messages)

[Xen-users] xc_hvm_inject_trap() failing for int3 traps under Xen 4.2.2
 2013-06-15 14:51 UTC  (6+ messages)

[PATCH] [media] tvp514x: Fix init seqeunce
 2013-06-15 14:34 UTC 

[Patch] MCE, APEI: Don't enable CMCI when Firmware First mode is set in HEST for corrected machine checks
 2013-06-15 14:48 UTC  (3+ messages)
` [PATCH] Re: [Patch] MCE, APEI: Don't enable CMCI when Firmware First mode is set in

[PATCH] i2c: pxa: enable high speed mode for i2c bus
 2013-06-15 14:48 UTC  (2+ messages)

[PATCH 00/28] Twenty eight patches big Exynos cleanup
 2013-06-15 14:39 UTC  (21+ messages)
` [PATCH 17/28] ARM: EXYNOS: Decouple ARCH_EXYNOS from PLAT_S5P
` [PATCH 20/28] ARM: EXYNOS: Remove setup-i2c0.c
` [PATCH 27/28] ARM: EXYNOS: Remove CONFIG_SOC_EXYNOS4412

lenovo b490 debian install problems
 2013-06-15 14:37 UTC 

[PATCH v3 00/24] lockless n_tty receive path
 2013-06-15 14:21 UTC  (74+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/24] tty: Don't change receive_room for ioctl(TIOCSETD)
  ` [PATCH v4 02/24] tty: Simplify tty buffer/ldisc interface with helper function
  ` [PATCH v4 03/24] tty: Make ldisc input flow control concurrency-friendly
  ` [PATCH v4 04/24] n_tty: Factor canonical mode copy from n_tty_read()
  ` [PATCH v4 05/24] n_tty: Line copy to user buffer in canonical mode
  ` [PATCH v4 06/24] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
  ` [PATCH v4 07/24] tty: Deprecate ldisc .chars_in_buffer() method
  ` [PATCH v4 08/24] n_tty: Get read_cnt through accessor
  ` [PATCH v4 09/24] n_tty: Don't wrap input buffer indices at buffer size
  ` [PATCH v4 10/24] n_tty: Remove read_cnt
  ` [PATCH v4 11/24] tty: Convert termios_mutex to termios_rwsem
  ` [PATCH v4 12/24] n_tty: Access termios values safely
  ` [PATCH v4 13/24] n_tty: Replace canon_data with index comparison
  ` [PATCH v4 14/24] n_tty: Make N_TTY ldisc receive path lockless
  ` [PATCH v4 15/24] n_tty: Reset lnext if canonical mode changes
  ` [PATCH v4 16/24] n_tty: Fix type mismatches in receive_buf raw copy
  ` [PATCH v4 17/24] n_tty: Don't wait for buffer work in read() loop
  ` [PATCH v4 18/24] n_tty: Separate buffer indices to prevent cache-line sharing
  ` [PATCH v4 19/24] tty: Only guarantee termios read safety for throttle/unthrottle
  ` [PATCH v4 20/24] n_tty: Move chars_in_buffer() to factor throttle/unthrottle
  ` [PATCH v4 21/24] n_tty: Factor throttle/unthrottle into helper functions
  ` [PATCH v4 22/24] n_tty: Move n_tty_write_wakeup() to avoid forward declaration
  ` [PATCH v4 23/24] n_tty: Special case pty flow control
  ` [PATCH v4 24/24] n_tty: Queue buffer work on any available cpu
  ` [PATCH v2 00/16] lockless tty flip buffers
    ` [PATCH v2 01/16] tty: Compute flip buffer ptrs
    ` [PATCH v2 02/16] tty: Fix flip buffer free list
    ` [PATCH v2 03/16] tty: Factor flip buffer initialization into helper function
    ` [PATCH v2 04/16] tty: Merge tty_buffer_find() into tty_buffer_alloc()
    ` [PATCH v2 05/16] tty: Use generic names for flip buffer list cursors
    ` [PATCH v2 06/16] tty: Use lockless flip buffer free list
    ` [PATCH v2 07/16] tty: Simplify flip buffer list with 0-sized sentinel
    ` [PATCH v2 08/16] tty: Track flip buffer memory limit atomically
    ` [PATCH v2 09/16] tty: Make driver-side flip buffers lockless
    ` [PATCH v2 10/16] tty: Ensure single-threaded flip buffer consumer with mutex
    ` [PATCH v2 11/16] tty: Only perform flip buffer flush from tty_buffer_flush()
    ` [PATCH v2 12/16] tty: Avoid false-sharing flip buffer ptrs
    ` [PATCH v2 13/16] tty: Use non-atomic state to signal flip buffer flush pending
    ` [PATCH v2 14/16] tty: Merge __tty_flush_buffer() into lone call site
    ` [PATCH v2 15/16] tty: Fix unsafe vt paste_selection()
    ` [PATCH v2 16/16] tty: Remove private constant from global namespace
    ` [PATCH v2 0/9] mostly lockless tty echo
      ` [PATCH v2 1/9] n_tty: Remove unused echo_overrun field
      ` [PATCH v2 2/9] n_tty: Use separate head and tail indices for echo_buf
      ` [PATCH v2 3/9] n_tty: Replace echo_cnt with computed value
      ` [PATCH v2 4/9] n_tty: Remove echo_lock
      ` [PATCH v2 5/9] n_tty: Eliminate echo_commit memory barrier
      ` [PATCH v2 6/9] n_tty: Process echoes in blocks
      ` [PATCH v2 7/9] n_tty: Only flush echo output if actually output
      ` [PATCH v2 8/9] n_tty: Eliminate counter in __process_echoes
      ` [PATCH v2 9/9] n_tty: Avoid false-sharing echo buffer indices
      ` [PATCH v2 00/20] tty: streamline per-char receiving
        ` [PATCH v2 01/20] n_tty: Fix EOF push handling
        ` [PATCH v2 02/20] n_tty: Remove alias ptrs in __receive_buf()
        ` [PATCH v2 03/20] n_tty: Move buffers into n_tty_data
        ` [PATCH v2 04/20] n_tty: Rename process_char_map to char_map
        ` [PATCH v2 05/20] n_tty: Simplify __receive_buf loop count
        ` [PATCH v2 06/20] n_tty: Factor 'real raw' receive_buf into standalone fn
        ` [PATCH v2 07/20] n_tty: Factor signal char handling into separate fn
        ` [PATCH v2 08/20] n_tty: Factor flagged "
        ` [PATCH v2 09/20] n_tty: Factor raw mode receive_buf() "
        ` [PATCH v2 10/20] n_tty: Special case EXTPROC receive_buf() as raw mode
        ` [PATCH v2 11/20] n_tty: Factor tty->closing receive_buf() into separate fn
        ` [PATCH v2 12/20] n_tty: Factor standard per-char i/o "
        ` [PATCH v2 13/20] n_tty: Eliminate char tests from IXANY restart test
        ` [PATCH v2 14/20] n_tty: Split n_tty_receive_char()
        ` [PATCH v2 15/20] n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
        ` [PATCH v2 16/20] n_tty: Factor PARMRK from normal per-char i/o
        ` [PATCH v2 17/20] n_tty: Remove overflow tests from receive_buf() path
        ` [PATCH v2 18/20] n_tty: Un-inline single-use functions
        ` [PATCH v2 19/20] n_tty: Factor LNEXT processing from per-char i/o path
        ` [PATCH v2 20/20] tty: Remove extra wakeup from pty write() path

[PATCH] i2c-pxa: prepare clock before use
 2013-06-15 14:23 UTC  (2+ messages)

[PATCH] tpm: tpm_i2c_infinion: Don't modify i2c_client->driver
 2013-06-15 14:23 UTC 

[PATCH] i2c: nomadik: allocate adapter number dynamically
 2013-06-15 14:20 UTC  (2+ messages)

[PATCH] i2c: nomadik: support elder Nomadiks
 2013-06-15 14:19 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
 2013-06-15 14:19 UTC 

[ath9k-devel] Disable BAW sliding
 2013-06-15 14:13 UTC  (2+ messages)

[PATCH] ipc/sem.c: scan complex wait-for-zero after undefined updates
 2013-06-15 14:06 UTC 

[RFC] OF: make of_property_for_each_u32() use parameters if OF is not enabled
 2013-06-15 14:00 UTC  (2+ messages)

[PATCH] of/fdt: Add FDT address translation
 2013-06-15 13:54 UTC  (3+ messages)

[PATCH 0/3] Get rebase to work with :/foomery committish
 2013-06-15 13:47 UTC  (4+ messages)
` [PATCH 3/3] rebase: use peel_committish() where appropriate

[RFC PATCH] usb: hcd: warn about URB buffers that are not DMA aligned and are about to be DMA mapped
 2013-06-15 13:47 UTC  (6+ messages)

[PATCH] ARM: pcm038: Add setup for MC13783 IRQ pin
 2013-06-15 13:42 UTC 

[RFC PATCH] ARM: Add .init_platform() callback to machine descriptor
 2013-06-15 13:38 UTC  (2+ messages)

[PATCH v2 0/2] GamePad: Wii U Pro Controller Support
 2013-06-15 13:32 UTC  (3+ messages)
` [PATCH v2 1/2] input: document gamepad API and add extra keycodes
` [PATCH v2 2/2] HID: wiimote: support Nintendo Wii U Pro Controller

WARN_ONCE in arch/x86/kernel/hw_breakpoint.c
 2013-06-15 13:29 UTC  (11+ messages)
` [PATCH 0/2]: "
  ` [PATCH 2/2] hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
` [PATCH 0/3] hw_breakpoint: cleanups
  ` [PATCH 1/3] hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
  ` [PATCH 2/3] hw_breakpoint: Simplify the "weight" usage "
  ` [PATCH 3/3] hw_breakpoint: Introduce cpumask_of_bp()

[PATCHv5 0/8] Add I2C support for Allwinner SoCs
 2013-06-15 13:26 UTC  (7+ messages)

Booting Yocto on i.MX35
 2013-06-15 13:24 UTC  (7+ messages)

File system Query
 2013-06-15 13:23 UTC  (3+ messages)

[PATCH/RFC V2 0/4] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-15 13:22 UTC  (4+ messages)
` [PATCH/RFC 3/4] git-mw: Adding git-mw.perl script

[PATCH v3 0/5] Write a good 'stash store' for autostash
 2013-06-15 13:13 UTC  (6+ messages)
` [PATCH v3 1/5] stash doc: add a warning about using create
` [PATCH v3 2/5] stash doc: document short form -p in synopsis
` [PATCH v3 3/5] stash: simplify option parser for create
` [PATCH v3 4/5] stash: introduce 'git stash store'
` [PATCH v3 5/5] rebase: use 'git stash store' to simplify logic

[PATCH 0/6] Add support for Allwinner A10s SoCs
 2013-06-15 13:14 UTC  (3+ messages)

Device tree flattening code not copying properties from blob
 2013-06-15 13:14 UTC  (6+ messages)

[PATCH] diff: add --ignore-blank-lines option
 2013-06-15 13:01 UTC  (2+ messages)

[PATCH] pty: Remove redundant itty reset
 2013-06-15 13:01 UTC  (2+ messages)
` [PATCH] tty: Reset itty for other pty

[xen-unstable test] 18144: regressions - FAIL
 2013-06-15 12:59 UTC 

pseudo fails to compile on rhel-4.7
 2013-06-15 12:49 UTC  (2+ messages)

[meta-browser][PATCH 1/3] chromium: Remove older recipes
 2013-06-15 12:47 UTC  (3+ messages)
` [meta-browser][PATCH 3/3] nspr: Match the bbappend to OE-Core

[Bug 65787] New: r600g: corruption in menu in "stunt rally"
 2013-06-15 12:46 UTC  (2+ messages)
` [Bug 65787] "

[PATCH v3 0/2] Fix am with stray $dotest directory
 2013-06-15 12:43 UTC  (3+ messages)
` [PATCH v3 1/2] am: handle "
` [PATCH v3 2/2] t/am: use test_path_is_missing() where appropriate

[U-Boot] [PATCH v2 1/3] ARM: Tegra: FDT: Add USB EHCI function for T30/T114
 2013-06-15 12:38 UTC  (3+ messages)

[PATCH v2 0/2] Fix am with stray $dotest directory
 2013-06-15 12:35 UTC  (8+ messages)
` [PATCH 1/2] am: handle "

[U-Boot] [PATCH] gpio: s3c2440_gpio: Fix wrong writel arguments
 2013-06-15 12:36 UTC  (2+ messages)

[PATCH 1/2] ASoC: SPEAr: Add dependency on dmaengine helpers
 2013-06-15 12:33 UTC  (3+ messages)

[PATCH] ARM: dts: imx27: Add VPU devicetree node
 2013-06-15 12:22 UTC 

[PATCH] distrodata.bbclass: fix syntax errors
 2013-06-15 12:17 UTC 

[PATCH] drm/omap: change "!CONFIG_FB_OMAP2" to "!FB_OMAP2"
 2013-06-15 12:20 UTC  (4+ messages)

[PATCH 0/6] Fix git checkout - with rebase
 2013-06-15 12:13 UTC  (20+ messages)
` [PATCH 5/6] status: do not depend on flaky reflog messages

[PATCH] media: coda: Fix DT driver data pointer for i.MX27
 2013-06-15 12:09 UTC 

[patch 0/9] sched: use runnable load avg in balance
 2013-06-15 12:09 UTC  (5+ messages)
` [patch v8 3/9] sched: set initial value of runnable avg for new forked task

[xen-unstable test] 18128: regressions - FAIL
 2013-06-15 12:00 UTC  (4+ messages)

[PATCH] Use ecryptfs_dentry_to_lower_path in a couple of places
 2013-06-15 11:55 UTC 

[PATCH 0/6] ipc/sem.c: performance improvements, FIFO
 2013-06-15 11:37 UTC  (5+ messages)

[GIT PULL 0/1] Renesas ARM based SoC GPIO R-Car updates for v3.11
 2013-06-15 11:31 UTC  (6+ messages)
` [PATCH 0/1] gpio-rcar: Add DT support

[PATCH 4/7] n_tty: Encapsulate minimum_to_wake within N_TTY
 2013-06-15 11:28 UTC  (4+ messages)
` [PATCH 0/4] [resend] n_tty fixes
  ` [PATCH 1/4] n_tty: Encapsulate minimum_to_wake within N_TTY
  ` [PATCH 4/4] n_tty: Buffer work should not reschedule itself


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.