All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-19 20:01:08 to 2013-03-19 21:07:27 UTC [more...]

[PATCH 00/18] lockless n_tty receive path
 2013-03-19 20:21 UTC  (16+ messages)
` [PATCH 01/18] tty: Don't change receive_room for ioctl(TIOCSETD)
` [PATCH 02/18] tty: Make ldisc input flow control concurrency-friendly
` [PATCH 03/18] tty: Simplify tty buffer/ldisc interface with helper function
` [PATCH 04/18] n_tty: Factor canonical mode copy from n_tty_read()
` [PATCH 06/18] n_tty: Split n_tty_chars_in_buffer() for reader-only interface
` [PATCH 07/18] tty: Deprecate ldisc .chars_in_buffer() method
` [PATCH 10/18] n_tty: Remove read_cnt
` [PATCH 11/18] tty: Convert termios_mutex to termios_rwsem
` [PATCH 12/18] n_tty: Access termios values safely
` [PATCH 13/18] n_tty: Replace canon_data with index comparison
` [PATCH 14/18] n_tty: Make N_TTY ldisc receive path lockless
` [PATCH 15/18] n_tty: Reset lnext if canonical mode changes
` [PATCH 16/18] n_tty: Fix type mismatches in receive_buf raw copy
` [PATCH 17/18] n_tty: Don't wait for buffer work in read() loop
` [PATCH 18/18] n_tty: Separate buffer indices to prevent cache-line sharing

[PATCH v3 00/21] kdump, vmcore: support mmap() on /proc/vmcore
 2013-03-19 21:07 UTC  (12+ messages)
` [PATCH v3 08/21] vmcore: copy non page-size aligned head and tail pages in 2nd kernel
` [PATCH v3 12/21] vmcore: allocate per-cpu crash_notes objects on page-size boundary
` [PATCH v3 13/21] kexec: allocate vmcoreinfo note buffer "
` [PATCH v3 18/21] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement

[Buildroot] [PATCH v4] More Qt5 stuff
 2013-03-19 21:07 UTC  (3+ messages)
` [Buildroot] [PATCH v4 01/21] qt5base: add OpenSSL support

[Buildroot] [git commit] qt5base: add OpenSSL support
 2013-03-19 21:07 UTC 

[GIT PULL] Asymmetric keys and module signing
 2013-03-19 21:06 UTC  (6+ messages)
` Wrong system clock vs X.509 date specifiers
      ` [PATCH] Fix x509_key_preparse() not to reject keys outside their validity time range

[Buildroot] [PATCH] toolchain: update crosstool-NG project URL
 2013-03-19 21:06 UTC  (2+ messages)

xfsdump: update version numbers and changelog
 2013-03-19 21:06 UTC 

[PATCH RFC 0/12] Linux: FIFO-based event channel ABI
 2013-03-19 21:04 UTC  (13+ messages)
` [PATCH 01/12] xen/events: avoid race with raising an event in unmask_evtchn()
` [PATCH 02/12] xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()
` [PATCH 03/12] xen/events: remove unnecessary init_evtchn_cpu_bindings()
` [PATCH 04/12] xen/events: introduce test_and_set_mask
` [PATCH 05/12] xen/events: replace raw bit ops with functions
` [PATCH 06/12] xen/events: move drivers/xen/events.c into drivers/xen/events/
` [PATCH 07/12] xen/events: move 2-level specific code into its own file
` [PATCH 08/12] xen/events: add struct evtchn_ops for the low-level port operations
` [PATCH 09/12] xen/events: allow setup of irq_info to fail
` [PATCH 10/12] xen/events: add a evtchn_op for port setup
` [PATCH 11/12] xen/events: Add the hypervisor interface for the FIFO-based event channels
` [PATCH 12/12] xen/events: use the FIFO-based ABI if available

+ drivers-rtc-rtc-da9052c-fix-for-rtc-device-registration.patch added to -mm tree
 2013-03-19 21:04 UTC 

[RFC] test-lib.sh: No POSIXPERM for cygwin
 2013-03-19 21:03 UTC  (2+ messages)

[PATCH v2 0/8] Use eoi to track RTC interrupt delivery status
 2013-03-19 21:01 UTC  (4+ messages)
` [PATCH v2 6/8] KVM: Add reset/restore rtc_status support

+ memcg-do-not-check-for-do_swap_account-in-mem_cgroup_readwritereset.patch added to -mm tree
 2013-03-19 21:02 UTC 

linux-next: build warning after merge of the workqueues tree
 2013-03-19 21:01 UTC  (2+ messages)
` [PATCH wq/for-3.10] workqueue: define workqueue_freezing static variable iff CONFIG_FREEZER

[RFC PATCH 0/4] IMA: Export functions for file integrity verification
 2013-03-19 21:01 UTC  (9+ messages)
` [PATCH 3/4] capability: Create a new capability CAP_SIGNED

[ 12/75] USB: EHCI: work around silicon bug in Intels EHCI controllers
 2013-03-19 21:00 UTC  (4+ messages)

[PATCH RFC 0/8] Xen: FIFO-based event channel ABI
 2013-03-19 21:00 UTC  (9+ messages)
` [PATCH 1/8] debug: remove some event channel info from the 'i' and 'q' debug keys
` [PATCH 2/8] evtchn: refactor low-level event channel port ops
` [PATCH 3/8] evtchn: add a hook to bind an event port to a VCPU
` [PATCH 4/8] evtchn: Dynamically allocate d->evtchn
` [PATCH 5/8] evtchn: use a per-domain variable for the max number of event channels
` [PATCH 6/8] HACK! evtchn: increase number of buckets to support the FIFO ABI
` [PATCH 7/8] evtchn: add FIFO-based event channel ABI
` [PATCH 8/8] evtchn: add FIFO-based event channel hypercalls and port ops

[RFC 1/2] mac80211: Add debugfs file to show station-hash counts
 2013-03-19 20:59 UTC  (4+ messages)
` [RFC 2/2] mac80211: Optimize sta lookup for many VIFs

[Qemu-devel] [PATCH 00/11] block: Driver-specific options for protocols
 2013-03-19 20:58 UTC  (5+ messages)
` [Qemu-devel] [PATCH 04/11] nbd: Keep hostname and port separate
` [Qemu-devel] [PATCH 05/11] nbd: Remove unused functions

[Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing
 2013-03-19 20:58 UTC  (7+ messages)

[PATCH v2 net-next 1/5] GRE: Refactor GRE tunneling code
 2013-03-19 20:58 UTC  (5+ messages)

[PATCH 00/13] xfstests: generic --large-fs support
 2013-03-19 20:58 UTC  (4+ messages)
` [PATCH 01/13] xfstests: filter new repair/mkfs output for CRCs

[meta-networking] update xl2tpd
 2013-03-19 20:39 UTC  (2+ messages)
` [meta-networking][PATCH] xl2tpd: dump 1.3.1 in favour of git version

[PATCH] powerpc: add Book E support to 64-bit hibernation
 2013-03-19 20:55 UTC  (6+ messages)

[B.A.T.M.A.N.] Multiple border gateways between bat-networks
 2013-03-19 20:55 UTC 

[PATCH v3 0/6] client: agent implementation on bluetoothctl
 2013-03-19 20:55 UTC  (7+ messages)
` [PATCH v3 1/6] client: Add color modifiers to NEW, CHG and DEL events
` [PATCH v3 2/6] client: Right prompt management on agent input
` [PATCH v3 3/6] client: "agent" command capability argument and autocompletion
` [PATCH v3 4/6] client: Agent's DisplayPincode implementation
` [PATCH v3 5/6] client: Agent's DisplayPasskey implementation
` [PATCH v3 6/6] client: Agent's RequestPasskey implementation

Intel Centrino Advanced-N 6205 master mode support
 2013-03-19 20:54 UTC 

[PATCH 2/9] vfs: export do_splice_direct() to modules
 2013-03-19 20:54 UTC  (8+ messages)
` [PATCH 0/9] overlay filesystem: request for inclusion (v17)

Build regressions/improvements in v3.9-rc3
 2013-03-19 20:52 UTC  (3+ messages)

[PATCH 0/2] lib,crypto: Add lz4 compressor module and crypto API
 2013-03-19 20:52 UTC  (3+ messages)

[patch 1/4 v3]swap: change block allocation algorithm for SSD
 2013-03-19 20:50 UTC  (2+ messages)

deb/rpm package purge
 2013-03-19 20:51 UTC  (4+ messages)

[PATCHSET wq/for-3.10] workqueue: simplify per-cpu worker rebinding and implement unbound worker CPU affinity restoration
 2013-03-19 20:49 UTC  (2+ messages)

[PATCH REPOST v3.9-rc1] sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
 2013-03-19 20:48 UTC  (4+ messages)

[PATCH v2] mac80211: Don't restart sta-timer if not associated
 2013-03-19 20:46 UTC  (3+ messages)

[Xenomai] Decrease Latency (below 10 us) on x32 or x32_64?
 2013-03-19 20:46 UTC  (2+ messages)

[PATCH 01/20] drm/i915: sprite support for ValleyView v2
 2013-03-19 20:49 UTC  (3+ messages)
` [PATCH 06/20] drm/i915: panel power sequencing for VLV eDP v2

[PATCH lttng-ust] Remove mention of locking issues associated with dlopen usage
 2013-03-19 20:45 UTC 

[RFC] mac80211: avoid rearming BA session timers unnecessarily
 2013-03-19 20:44 UTC  (2+ messages)

[Buildroot] Interest in upgrading syslinux to 5.x?
 2013-03-19 20:43 UTC 

nouveau lockdep splat
 2013-03-19 20:40 UTC  (4+ messages)
    ` [Nouveau] "

[PATCH lttng-ust] Remove mention of locking issues associated with dlopen usage
 2013-03-19 20:39 UTC 

[PATCH] pnfs: do not reset to mds if wb_offset != wb_pgbase
 2013-03-19 20:38 UTC  (6+ messages)

+ mm-zone_end_pfn-is-too-small.patch added to -mm tree
 2013-03-19 20:38 UTC 

[PATCH net-next v3] packet: packet fanout rollover during socket overload
 2013-03-19 20:37 UTC  (2+ messages)

efivarfs: Bad directory entry when variable has / in name
 2013-03-19 20:36 UTC 

[PATCH] drm/omap: Add device tree support to DMM
 2013-03-19 20:36 UTC 

[PATCH 4/7] n_tty: Encapsulate minimum_to_wake within N_TTY
 2013-03-19 20:27 UTC  (6+ messages)
  ` [PATCH 6/7] n_tty: Fix unsafe update of available buffer space
  ` [PATCH 7/7] n_tty: Buffer work should not reschedule itself

[PATCH 1/2] require pathspec for "git add -u/-A"
 2013-03-19 20:34 UTC  (9+ messages)
` [PATCH 2/2] add: respect add.updateroot config option
  ` [PATCH 0/4] make pathless 'add [-u|-A]' warning less noisy
    ` [PATCH 3/4] add -u: only show pathless 'add -u' warning when changes exist outside cwd

[Qemu-devel] [PATCH] qemu-sockets: Fix assertion failure
 2013-03-19 20:34 UTC  (5+ messages)

[Buildroot] [PATCH v2] gdb: convert to the package infrastructure
 2013-03-19 20:34 UTC  (2+ messages)

[Lxc-users] Containers slow to start after 1600
 2013-03-19 20:34 UTC 

[RFC 3/3] mac80211: P2P add NOA settings
 2013-03-19 20:33 UTC  (6+ messages)

[patch v2] IB/ipath: silence a static checker warning
 2013-03-19 20:32 UTC  (3+ messages)

+ kernel-rangec-subtract_range-fix-the-broken-phrase-issued-by-printk.patch added to -mm tree
 2013-03-19 20:31 UTC 

[ 45/82] USB: EHCI: dont check DMA values in QH overlays
 2013-03-19 20:31 UTC  (2+ messages)

[PATCH 0/2] Address issues in dma-debug API
 2013-03-19 20:30 UTC  (5+ messages)
` [PATCH 1/2] dma-debug: Fix locking bug in check_unmap
` [PATCH 2/2] dma-debug: Update DMA debug API to better handle multiple mappings of a buffer

[PATCH] sparc: remove unused "config BITS"
 2013-03-19 20:30 UTC  (13+ messages)

[Buildroot] target /etc/inittab
 2013-03-19 20:29 UTC  (4+ messages)

[U-Boot] [RFC] command/cache: Add flush_cache command
 2013-03-19 20:29 UTC 

[RFC] P2P find offload
 2013-03-19 20:27 UTC  (4+ messages)

OV7670 driver for Mini2440
 2013-03-19 20:27 UTC 

Host kernel crash at pci_find_upstream_pcie_bridge on VM exit
 2013-03-19 20:30 UTC 

+ checkpatch-prefer-seq_puts-to-seq_printf.patch added to -mm tree
 2013-03-19 20:26 UTC 

+ memstick-r592-make-r592_pm_ops-static.patch added to -mm tree
 2013-03-19 20:25 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2013-03-19 20:25 UTC  (4+ messages)

[PATCH] xen/acpi-processor: Don't dereference struct acpi_processor on all CPUs
 2013-03-19 20:25 UTC 

git-code-review
 2013-03-19 20:22 UTC 

question on beacon-loss messages
 2013-03-19 20:22 UTC  (2+ messages)

[PATCH] x86: let userspace inject interrupts into the local APIC
 2013-03-19 20:22 UTC  (5+ messages)

ptracing a task from core_pattern pipe
 2013-03-19 20:19 UTC  (8+ messages)

[PATCH 0/7] USB: PHY: Tegra: registering TEGRA USB PHY as platform driver
 2013-03-19 20:21 UTC  (10+ messages)
` [PATCH 5/7] usb: phy: tegra: get ULPI reset GPIO info using DT
` [PATCH 6/7] usb: phy: tegra: Add error handling & clean up
` [PATCH 7/7] usb: phy: registering tegra USB PHY as platform driver

Regression: Screen turns off when booting in EFI mode
 2013-03-19 20:20 UTC  (7+ messages)

[PATCH -next] sparc32/sparc64: Provide cmpxchg64()
 2013-03-19 20:20 UTC  (3+ messages)

+ dma-debug-fix-locking-bug-in-check_unmap.patch added to -mm tree
 2013-03-19 20:19 UTC 

+ dma-debug-update-dma-debug-api-to-better-handle-multiple-mappings-of-a-buffer.patch added to -mm tree
 2013-03-19 20:19 UTC 

+ dma-debug-fix-locking-bug-in-check_unmap-fix.patch added to -mm tree
 2013-03-19 20:19 UTC 

[PATCH RFC 0/3] NFQUEUE: introduce CPU fanout
 2013-03-19 20:17 UTC  (4+ messages)
` [PATCH RFC 1/3] "

[meta-realtime][PATCH 0/1] create a script directory and add a script to run test program and collect data
 2013-03-19 20:16 UTC  (4+ messages)
` [meta-realtime][PATCH 1/1] "
  ` [linux-yocto] "

[PATCH] clk: mxs: Fix sparse warnings
 2013-03-19 20:10 UTC  (3+ messages)

[PATCH] sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"
 2013-03-19 20:16 UTC  (3+ messages)

[PATCH 0/4] Bundle fixes for xen-netfront/back
 2013-03-19 20:13 UTC  (3+ messages)
` [PATCH 2/4] xen-netfront: drop skb when skb->len > 65535

+ argv_split-teach-it-to-handle-mutable-strings-fix-2.patch added to -mm tree
 2013-03-19 20:12 UTC 

[PATCH] data.py: Add a warning when expandKeys overwrites an existing key
 2013-03-19 20:28 UTC  (2+ messages)

SATA start unit command?
 2013-03-19 20:09 UTC  (3+ messages)
    ` Re[2]: "

[PATCH 1/2] ALSA: snd-usb: mixer: propagate errors up the call chain
 2013-03-19 20:09 UTC  (2+ messages)
` [PATCH 2/2] ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls()

[PATCH v3] clk: Add axi-clkgen driver
 2013-03-19 20:09 UTC  (2+ messages)

Reboot/shutdown failure due to "USB: EHCI: work around silicon bug in Intel's EHCI"
 2013-03-19 20:07 UTC  (2+ messages)

[PATCH v5 00/44] ldisc patchset
 2013-03-19 19:26 UTC  (5+ messages)
` [PATCH 0/7] ldsem patchset
  ` [PATCH 1/7] tty: Add timed, writer-prioritized rw semaphore
  ` [PATCH 3/7] tty: Replace ldisc locking with ldisc_sem
  ` [PATCH 6/7] tty: Clarify multiple-references comment in TIOCSETD ioctl

[Buildroot] [PATCH] smartmontools: bump to version 6.1
 2013-03-19 20:04 UTC 

+ vmcore-introduce-mmap_vmcore.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-count-holes-generated-by-round-up-operation-for-vmcore-size.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-round-up-offset-of-vmcore-object-in-page-size-boundary.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-check-if-vmcore-objects-satify-mmaps-page-size-boundary-requirement.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-check-nt_vmcore_pad-as-a-mark-indicating-the-end-of-elf-note-buffer.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ kexec-fill-note-buffers-by-nt_vmcore_pad-notes-in-page-size-boundary.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ elf-introduce-nt_vmcore_pad-type.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ kexec-elf-introduce-nt_vmcore_debuginfo-note-type.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ kexec-allocate-vmcoreinfo-note-buffer-on-page-size-boundary.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-allocate-per-cpu-crash_notes-objects-on-page-size-boundary.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-read-buffers-for-vmcore-objects-copied-from-old-memory.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-clean-up-read_vmcore.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-modify-vmcore-clean-up-function-to-free-buffer-on-2nd-kernel.patch added to -mm tree
 2013-03-19 20:03 UTC 

+ vmcore-copy-non-page-size-aligned-head-and-tail-pages-in-2nd-kernel.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-procfs-introduce-a-flag-to-distinguish-objects-copied-in-2nd-kernel.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-round-up-buffer-size-of-elf-headers-by-page_size.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-allocate-buffer-for-elf-headers-on-page-size-alignment.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-sysfs-export-elf-note-segment-size-instead-of-vmcoreinfo-data-size.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-rearrange-program-headers-without-assuming-consequtive-pt_note-entries.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-clean-up-by-removing-unnecessary-variable.patch added to -mm tree
 2013-03-19 20:02 UTC 

+ vmcore-reference-e_phoff-member-explicitly-to-get-position-of-program-header-table.patch added to -mm tree
 2013-03-19 20:02 UTC 

[PATCH v2 0/8] watchdog: w83627hf: Convert to watchdog infrastructure
 2013-03-19 20:02 UTC  (5+ messages)
` [PATCH v2 2/7] watchdog: w83627hf: Enable watchdog only once

[PATCH 0/1] base.bbclass: Update the preferred_ml_updates
 2013-03-19 20:20 UTC  (2+ messages)
` [PATCH 1/1] "


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.