All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-15 09:04:10 to 2013-06-15 13:57:54 UTC [more...]

[PATCH v3 00/24] lockless n_tty receive path
 2013-06-15 13:36 UTC  (43+ 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

[Qemu-devel] [PATCH] sun4m: add display width and height to the firmware configuration
 2013-06-15 13:55 UTC 

[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)

[Qemu-devel] [PATCH] linux-user: fix signal number range check
 2013-06-15 12:33 UTC 

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

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

[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  (5+ messages)

[PATCH 00/28] Twenty eight patches big Exynos cleanup
 2013-06-15 12:19 UTC  (16+ 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

[PATCH 0/6] Fix git checkout - with rebase
 2013-06-15 12:13 UTC  (21+ 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  (6+ messages)
` [PATCH 0/4] [resend] n_tty fixes
  ` [PATCH 1/4] n_tty: Encapsulate minimum_to_wake within N_TTY
  ` [PATCH 2/4] n_tty: Untangle read completion variables
  ` [PATCH 3/4] n_tty: Fix unsafe update of available buffer space
  ` [PATCH 4/4] n_tty: Buffer work should not reschedule itself

[PATCH v3] i2c: vt8500: Add support for I2C bus on Wondermedia SoCs
 2013-06-15 11:18 UTC  (4+ messages)

[Qemu-devel] [PATCH] QEMUBH: make AioContext's bh re-entrant
 2013-06-15 11:16 UTC  (4+ messages)

[PATCH] MIPS: remove alloc_pci_controller prototype
 2013-06-15 11:12 UTC 

[PATCH v3] ethernet/arc/arc_emac - Add new driver
 2013-06-15 11:12 UTC  (6+ messages)

XFS Support in RHEL Server 6.4 x86_64
 2013-06-15 11:07 UTC  (3+ messages)

[PATCH] mm: Add unlikely for current_order test
 2013-06-15 11:05 UTC  (2+ messages)

[Qemu-trivial] [PATCH trivial] vl: always define no_frame
 2013-06-15 11:05 UTC  (5+ messages)
` [Qemu-devel] "

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

[PATCH 2/7] tty: Add lock/unlock ldisc pair functions
 2013-06-15 11:04 UTC  (8+ messages)
` [PATCH 0/6] ldsem patchset, reordered and rebased
  ` [PATCH 1/6] tty: Fix tty_ldisc_lock name collision
  ` [PATCH 2/6] tty: Add lock/unlock ldisc pair functions
  ` [PATCH 3/6] tty: Replace ldisc locking with ldisc_sem
  ` [PATCH 4/6] tty: Clarify ldisc variable
  ` [PATCH 5/6] tty: Fix hangup race with TIOCSETD ioctl
  ` [PATCH 6/6] tty: Clarify multiple-references comment in "

[GIT] Networking
 2013-06-15 10:50 UTC 

[Qemu-devel] [PATCH trivial] vl: reformat SDL ifdeffery a bit
 2013-06-15 10:45 UTC 

definitions for /proc/fs/xfs/stat
 2013-06-15 10:35 UTC  (7+ messages)

Stale NFS file handle after power loss
 2013-06-15 10:33 UTC  (4+ messages)

Doing a v4l-utils-1.0.0 release
 2013-06-15 10:33 UTC  (3+ messages)

[PATCH net-next] htb: refactor struct htb_sched fields for performance
 2013-06-15 10:30 UTC 

[PATCH 0/2] v3 Driver for Allwinner sunxi Security ID
 2013-06-15 10:28 UTC  (7+ messages)
` [PATCH 1/2] Initial support for Allwinner's Security ID fuses

[Buildroot] binutils doesn't like -elf2flt option
 2013-06-15 10:26 UTC 

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-15 10:25 UTC  (7+ messages)
` [PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode
` [PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions
` [PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP

[PATCH] perf: fix bench numa compilation
 2013-06-15 10:15 UTC 

rebase --autosquash does not handle fixup! of fixup!
 2013-06-15 10:07 UTC  (5+ messages)
  ` [PATCH] rebase -i: fixup fixup! fixup!

[Qemu-devel] [PATCH V2 00/12] add internal snapshot support at block device level
 2013-06-15  9:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH V2 07/12] qmp: add internal snapshot support in qmp_transaction
` [Qemu-devel] [PATCH V2 08/12] qmp: add interface blockdev-snapshot-internal-sync
` [Qemu-devel] [PATCH V2 09/12] qmp: add interface blockdev-snapshot-delete-internal-sync

[BUGFIX v2 0/4] fix bug 56531, 59501 and 59581
 2013-06-15 10:05 UTC  (4+ messages)
` [BUGFIX v2 1/4] ACPI, DOCK: initialize dock subsystem before scanning PCI root buses

(no subject)
 2013-06-15  9:40 UTC  (2+ messages)
` (unknown),

[PATCH 0/14] IB SRP initiator patches for kernel 3.11
 2013-06-15  9:52 UTC  (6+ messages)
` [PATCH 07/14] scsi_transport_srp: Add transport layer error handling

[Qemu-trivial] [PATCH trivial] qemu-options: trivial fix for -mon args help
 2013-06-15  9:49 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 1/7] staging:iio:ad7291: Use IIO_VAL_FRACTIONAL_LOG2
 2013-06-14 20:55 UTC  (8+ messages)
` [PATCH 2/7] staging:iio:ad7291: Remove userspace reset
` [PATCH 6/7] staging:iio:ad7291: Use sign_extend32 instead of open-coding it
` [PATCH 7/7] staging:iio:ad7291: Rework regulator handling

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

DVB Scan file for Cherbourg (FR)
 2013-06-15  9:42 UTC  (3+ messages)

Comments on Ceph distributed parity implementation
 2013-06-15  9:40 UTC  (3+ messages)

[Buildroot] AM3517 Neon, OpenGL & EGLFS support
 2013-06-15  9:37 UTC  (8+ messages)
` [Buildroot] [RFC] ti-gfx: add new package

PPC440GX (taishan config) compilation errors
 2013-06-15  9:33 UTC  (2+ messages)

PROPOSAL
 2013-06-14 22:45 UTC 

Issues with Intel HD graphics 4000
 2013-06-15  9:28 UTC  (2+ messages)

ALSA: usb-audio: work around Anroid accessory firmware bug
 2013-06-15  9:21 UTC 

[U-Boot] [PATCH] gpio: altera_pio: Fix inversed logic of gpio_is_valid() implementation
 2013-06-15  9:10 UTC 

[Qemu-devel] [PATCH v9 00/14] rdma: migration support
 2013-06-15  9:09 UTC  (7+ messages)
` [Qemu-devel] [PATCH v9 04/14] rdma: export throughput w/ MigrationStats QMP
` [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-all
` [Qemu-devel] [PATCH v9 14/14] rdma: add pin-all accounting timestamp to QMP statistics

[PATCH kbuild-next] kconfig/lxdialog: Add definitions for mininimum (re)size values
 2013-06-15  9:07 UTC 

[PATCH v4 00/27] EEH Support for PowerNV platform
 2013-06-15  9:03 UTC  (4+ messages)
` [PATCH 18/27] powerpc/eeh: PowerNV EEH backends
` [PATCH 22/27] powerpc/eeh: Allow to check fenced PHB proactively
` [PATCH 25/27] powerpc/eeh: Register OPAL notifier for PCI error


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.