linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-14 23:18:47 to 2013-06-15 14:05:39 UTC [more...]

[PATCH v3 00/24] lockless n_tty receive path
 2013-06-15 14:04 UTC  (50+ 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] of/fdt: Add FDT address translation
 2013-06-15 13:54 UTC  (2+ messages)

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

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

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

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

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

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

[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

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

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

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

[PATCH] mm: Add unlikely for current_order test
 2013-06-15 11:05 UTC 

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

[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 

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

[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 

[BUGFIX v2 0/4] fix bug 56531, 59501 and 59581
 2013-06-15 10:05 UTC  (11+ messages)
` [BUGFIX v2 1/4] ACPI, DOCK: initialize dock subsystem before scanning PCI root buses
` [BUGFIX v2 2/4] ACPI, DOCK: resolve possible deadlock scenarios
` [BUGFIX v2 3/4] PCI, ACPI: fix device destroying order issue when handling dock notification

(no subject)
 2013-06-15  9:40 UTC 

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

PROPOSAL
 2013-06-14 22:45 UTC 

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

[PATCH] drm/nouveau: fix a memory leak
 2013-06-15  8:53 UTC 

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

[PATCH] firmware loader: fix use-after-free by double abort
 2013-06-15  8:36 UTC 

BUG: unable to handle kernel NULL pointer dereference at 0000000000000040
 2013-06-15  8:08 UTC  (7+ messages)

[iput] BUG: Bad page state in process rm pfn:0b0ce
 2013-06-15  7:56 UTC  (3+ messages)

[PATCH V2] dma: mmp_tdma: disable irq when disabling dma channel
 2013-06-15  7:52 UTC  (3+ messages)

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

[PATCH] mm: vmscan: remove redundant querying to shrinker
 2013-06-15  7:09 UTC  (6+ messages)

[PATCHSET v2 cgroup/for-3.11] cgroup: convert cgroup_subsys_state refcnt to percpu_ref
 2013-06-15  6:31 UTC  (7+ messages)
` [PATCH 11/11] cgroup: use percpu refcnt for cgroup_subsys_states

[PATCH 0/2] llseek fixes
 2013-06-15  6:22 UTC  (4+ messages)
` [PATCH 1/2] ocfs2: Fix llseek() semantics and do some cleanup
    ` [Ocfs2-devel] "

[netlink] WARNING: at mm/vmalloc.c:1487 __vunmap()
 2013-06-15  6:06 UTC  (3+ messages)

[PATCH 2/3 v2] RFC: timekeeping: rtc: Introduce new kernel parameter hctosys
 2013-06-15  6:01 UTC  (7+ messages)
` [PATCH 0/9 v3] RFC: timekeeping: rtc: change hctosys mechanism
  ` [PATCH 4/9 RESEND] RFC: timekeeping: introduce flag systime_was_set
      ` [rtc-linux] "

[PATCH] ncpfs: fix rmdir returns Device or resource busy
 2013-06-15  5:26 UTC  (11+ messages)

Gumstix Overo Linux 3.10-rc5 overo-defconfig etc
 2013-06-15  5:07 UTC 

Possible tty VT1 disallocate regression
 2013-06-15  4:48 UTC  (4+ messages)
` [PATCH] tty/vt: Return EBUSY if deallocating VT1 and it is busy

[PATCH RFC ticketlock] Auto-queued ticketlock
 2013-06-15  3:36 UTC  (17+ messages)

[git pull] vfs.git
 2013-06-15  3:34 UTC 

[git pull] Please pull powerpc.git merge branch
 2013-06-15  3:10 UTC 

XFS (vdb): Corruption detected. Unmount and run xfs_repair
 2013-06-15  3:09 UTC  (2+ messages)

[PATCH] libata: remove dead code from libata-acpi.c
 2013-06-15  3:02 UTC 

Regression in RCU subsystem in latest mainline kernel
 2013-06-15  2:51 UTC  (9+ messages)

[PATCH] PCI: only WARN_ON() when pci_ioremap_bar() is called for io port BAR
 2013-06-15  2:44 UTC 

[GIT PULL] at91: soc updates for 3.11 #1
 2013-06-15  2:37 UTC  (2+ messages)

[PATCH v10 1/8] ARM: edma: Add AM33XX support to the private EDMA API
 2013-06-15  2:32 UTC  (8+ messages)
` [PATCH v10 2/8] ARM: edma: Add AM33XX EDMA crossbar event mux support
` [PATCH v10 3/8] ARM: dts: add AM33XX EDMA support
` [PATCH v10 4/8] dmaengine: edma: enable build for AM33XX
` [PATCH v10 5/8] dmaengine: edma: Add TI EDMA device tree binding
` [PATCH v10 6/8] spi: omap2-mcspi: add generic DMA request support to the DT binding
` [PATCH v10 7/8] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
` [PATCH v10 8/8] ARM: dts: add AM33XX SPI DMA support

[PATCH] ARM: ux500: minor code cleanup
 2013-06-15  2:32 UTC 

[PATCH v10 0/8] DMA Engine support for AM33XX
 2013-06-15  2:29 UTC 

[PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes
 2013-06-15  2:22 UTC  (3+ messages)

[GIT PULL v2] at91: USBA DT support / drivers update for 3.11 #1
 2013-06-15  2:03 UTC  (5+ messages)
` [GIT PULL v3] "
` [GIT PULL] at91: Device Tree update for 3.11 #2

support for Intel Atom based QNAP LEDs/buttons/buzzer in Linux?
 2013-06-15  1:31 UTC 

[GIT PULL 0/3] msm changes for 3.11
 2013-06-15  1:35 UTC  (7+ messages)
` [GIT PULL 1/3] msm cleanups "
` [GIT PULL 2/3] msm fixes "
` [GIT PULL 3/3] msm clock "

[PATCH v2] module: don't modify argument of module_kallsyms_lookup_name()
 2013-06-15  1:12 UTC 

[PATCH] scripts/setlocalversion on write-protected source tree
 2013-06-15  1:04 UTC 

[PATCH v5 00/22] x86, ACPI, numa: Parse numa info early
 2013-06-15  0:56 UTC  (23+ messages)
` [PATCH v5 01/22] x86: Change get_ramdisk_image() to global
` [PATCH v5 02/22] x86, microcode: Use common get_ramdisk_image()
` [PATCH v5 03/22] x86, ACPI, mm: Kill max_low_pfn_mapped
` [PATCH v5 04/22] x86, ACPI: Search buffer above 4G in second try for acpi override tables
` [PATCH v5 05/22] x86, ACPI: Increase override tables number limit
` [PATCH v5 06/22] x86, ACPI: Split acpi_initrd_override to find/copy two functions
` [PATCH v5 07/22] x86, ACPI: Store override acpi tables phys addr in cpio files info array
` [PATCH v5 08/22] x86, ACPI: Make acpi_initrd_override_find work with 32bit flat mode
` [PATCH v5 09/22] x86, ACPI: Find acpi tables in initrd early from head_32.S/head64.c
` [PATCH v5 10/22] x86, mm, numa: Move two functions calling on successful path later
` [PATCH v5 11/22] x86, mm, numa: Call numa_meminfo_cover_memory() checking early
` [PATCH v5 12/22] x86, mm, numa: Move node_map_pfn alignment() to x86
` [PATCH v5 13/22] x86, mm, numa: Use numa_meminfo to check node_map_pfn alignment
` [PATCH v5 14/22] x86, mm, numa: Set memblock nid later
` [PATCH v5 15/22] x86, mm, numa: Move node_possible_map setting later
` [PATCH v5 16/22] x86, mm, numa: Move emulation handling down
` [PATCH v5 17/22] x86, ACPI, numa, ia64: split SLIT handling out
` [PATCH v5 18/22] x86, mm, numa: Add early_initmem_init() stub
` [PATCH v5 19/22] x86, mm: Parse numa info early
` [PATCH v5 20/22] x86, mm: Add comments for step_size shift
` [PATCH v5 21/22] x86, mm: Make init_mem_mapping be able to be called several times
` [PATCH v5 22/22] x86, mm, numa: Put pagetable on local node ram for 64bit

[PATCH] of: irq: Pass trigger type in IRQ resource flags
 2013-06-15  0:57 UTC  (4+ messages)

[PATCH] [NET]: Unmap fragment page once iterator is done
 2013-06-15  0:54 UTC 

[GIT PULL 1/5]: ux500 core changes for v3.11
 2013-06-15  0:01 UTC  (2+ messages)

[PATCH RFC ticketlock] Auto-queued ticketlock
 2013-06-14 23:49 UTC  (11+ messages)
` [PATCH RFC ticketlock] v2 "
  ` [PATCH RFC ticketlock] v3 "

[RFC] Staging: imx-drm: Do not use fractional part of divider
 2013-06-14 23:23 UTC  (2+ messages)

[PATCH] gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins
 2013-06-14 23:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).