All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-20 18:51:19 to 2013-02-20 20:16:37 UTC [more...]

[PATCH v3 00/23] ldisc fixes
 2013-02-20 20:03 UTC  (24+ messages)
` [PATCH v4 00/32] ldisc patchset
` [PATCH v4 01/32] tty: Add diagnostic for halted line discipline
` [PATCH v4 02/32] n_tty: Factor packet mode status change for reuse
` [PATCH v4 03/32] n_tty: Don't flush buffer when closing ldisc
` [PATCH v4 04/32] tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
` [PATCH v4 05/32] tty: Remove unnecessary re-test of ldisc ref count
` [PATCH v4 06/32] tty: Fix ldisc halt sequence on hangup
` [PATCH v4 07/32] tty: Relocate tty_ldisc_halt() to avoid forward declaration
` [PATCH v4 08/32] tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
` [PATCH v4 09/32] tty: Halt both ldiscs concurrently
` [PATCH v4 10/32] tty: Wait for SAK work before waiting for hangup work
` [PATCH v4 13/32] tty: Don't reenable already enabled ldisc
` [PATCH v4 14/32] tty: Complete ownership transfer of flip buffers
` [PATCH v4 17/32] tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
` [PATCH v4 18/32] tty: Add ldisc hangup debug messages
` [PATCH v4 19/32] tty: Don't protect atomic operation with mutex
` [PATCH v4 22/32] tty: Fold one-line assign function into callers
` [PATCH v4 23/32] tty: Locate get/put ldisc functions together
` [PATCH v4 25/32] tty: Add read-recursive, writer-prioritized rw semaphore
` [PATCH v4 27/32] tty: Replace ldisc locking with ldisc_sem
` [PATCH v4 30/32] tty: Clarify multiple-references comment in TIOCSETD ioctl
` [PATCH v4 31/32] tty: Fix tty_ldisc_lock name collision
` [PATCH v4 32/32] tty: Drop "tty is NULL" flip buffer diagnostic

[PATCH] ssb: fix unaligned access to mac address
 2013-02-20 20:16 UTC  (9+ messages)
          ` [PATCH 2/2] ssb: Convert ssb_printk to ssb_<level>

hidp_get_raw_report source of 5 second delay in device removal
 2013-02-20 20:15 UTC  (6+ messages)

RFE: make the init manager an image feature (again)
 2013-02-20 19:58 UTC  (7+ messages)

3.2.8/amd64 full interrupt hangs and deadlocks under big network copies (page allocation failure)
 2013-02-20 20:14 UTC  (27+ messages)
          ` 3.4.4/amd64 full interrupt hangs under big nfs copies
                  ` 3.7.8/amd64 full interrupt hangs due to iwlwifi under big nfs copies out

[PATCH 3/3] sctp: fix association hangs due to reassembly/ordering logic
 2013-02-20 20:13 UTC  (7+ messages)

odd GPF bug on resume from hibernate
 2013-02-20 20:13 UTC  (3+ messages)

[Patch] net: fix a wrong assignment in skb_split()
 2013-02-20 20:13 UTC  (3+ messages)

[PATCH v3 1/3] xfsprogs: sync xfs_calc_buf_res() to user space
 2013-02-20 20:12 UTC  (2+ messages)

[PATCH] ipv6: fix race condition regarding dst->expires and dst->from
 2013-02-20 20:12 UTC  (3+ messages)
` [PATCH V2] "

[Buildroot] build error: "fixdep: permission denied"
 2013-02-20 20:12 UTC  (5+ messages)

[PATCH 00/16] Completely remove socket dependency from l2cap_core.c
 2013-02-20 20:11 UTC  (17+ messages)
` [PATCH 01/16] Bluetooth: Add src and dst info to struct l2cap_chan
` [PATCH 02/16] Bluetooth: Remove sk_sndtimeo from l2cap_core.c
` [PATCH 03/16] Bluetooth: extend state_change() call to report errors too
` [PATCH 04/16] Bluetooth: add l2cap_state_change_and_error()
` [PATCH 05/16] Bluetooth: Add missing braces to an "else if"
` [PATCH 06/16] Bluetooth: use l2cap_chan_ready() instead of duplicate code
` [PATCH 07/16] Bluetooth: duplicate DEFER_SETUP flag on l2cap_chan
` [PATCH 08/16] Bluetooth: Improving locking in l2cap_conn_start()
` [PATCH 09/16] Bluetooth: lock socket in defer_cb call
` [PATCH 10/16] Bluetooth: Remove socket lock from state_change() in l2cap_core
` [PATCH 11/16] Bluetooth: remove parent socket usage from l2cap_core.c
` [PATCH 12/16] Bluetooth: Use abstract chan->data in comparison
` [PATCH 13/16] Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
` [PATCH 14/16] Bluetooth: Create l2cap->ops->resume()
` [PATCH 15/16] Bluetooth: Create l2cap->ops->set_shutdown()
` [PATCH 16/16] Bluetooth: Remove sk member from struct l2cap_chan

mds crashes upon access to some snapshotted files
 2013-02-20 20:09 UTC  (3+ messages)

[U-Boot] Possible GPL violation
 2013-02-20 20:08 UTC  (3+ messages)

[GIT PULL for 3.9] media updates
 2013-02-20 20:04 UTC 

[PATCHv3 0/19] pkt-line cleanups and fixes
 2013-02-20 20:07 UTC  (20+ messages)
` [PATCH v3 01/19] upload-pack: use get_sha1_hex to parse "shallow" lines
` [PATCH v3 02/19] upload-pack: do not add duplicate objects to shallow list
` [PATCH v3 03/19] upload-pack: remove packet debugging harness
` [PATCH v3 04/19] fetch-pack: fix out-of-bounds buffer offset in get_ack
` [PATCH v3 05/19] send-pack: prefer prefixcmp over memcmp in receive_status
` [PATCH v3 06/19] upload-archive: do not copy repo name
` [PATCH v3 07/19] upload-archive: use argv_array to store client arguments
` [PATCH v3 08/19] write_or_die: raise SIGPIPE when we get EPIPE
` [PATCH v3 09/19] pkt-line: move a misplaced comment
` [PATCH v3 10/19] pkt-line: drop safe_write function
` [PATCH v3 11/19] pkt-line: provide a generic reading function with options
` [PATCH v3 12/19] pkt-line: teach packet_read_line to chomp newlines
` [PATCH v3 13/19] pkt-line: move LARGE_PACKET_MAX definition from sideband
` [PATCH v3 14/19] pkt-line: provide a LARGE_PACKET_MAX static buffer
` [PATCH v3 15/19] pkt-line: share buffer/descriptor reading implementation
` [PATCH v3 16/19] teach get_remote_heads to read from a memory buffer
` [PATCH v3 17/19] remote-curl: pass buffer straight to get_remote_heads
` [PATCH v3 18/19] remote-curl: move ref-parsing code up in file
` [PATCH v3 19/19] remote-curl: always parse incoming refs

[PATCH v5] MIPS: Add option to disable software I/O coherency
 2013-02-20 20:07 UTC 

[PATCH 0/7] hid driver transport cleanup
 2013-02-20 20:06 UTC  (3+ messages)
` [PATCH 3/7] HID: Kconfig: Remove explicit transport layer dependencies

[PATCH 00/10] Display error reporting
 2013-02-20 20:06 UTC  (4+ messages)
` [PATCH 05/10] drm/i915: also disable south interrupts when handling them

Google Summer of Code 2013 (GSoC13)
 2013-02-20 19:48 UTC  (3+ messages)

[RFC/NOT FOR MERGING 1/3] arm: omap: use generic implementation if !od
 2013-02-20 20:03 UTC  (14+ messages)
` [RFC/NOT FOR MERGING 2/3] serial: omap: remove hwmod dependency

[Bug 34220] New: Detects Load on output and blinks screen ~30secs
 2013-02-20 20:02 UTC  (2+ messages)
  ` [Bug 34220] Detects Load on output and blinks screen every ~30secs

[RFC] mac80211: make CONFIG_MAC80211_MESH=y default
 2013-02-20 20:01 UTC  (6+ messages)

i915 black screen introduced by ACPI changes
 2013-02-20 20:01 UTC  (11+ messages)

[PATCHv2 1/3] mac80211: move mesh sync beacon handler into neighbour_update
 2013-02-20 20:00 UTC  (5+ messages)
      ` [ath9k-devel] "

[PATCH v4 0/2] perf: use hrtimer for event multiplexing
 2013-02-20 19:59 UTC  (4+ messages)
` [PATCH v4 2/2] perf: add sysfs entry to adjust multiplexing interval per PMU

[PATCH 3/9] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
 2013-02-20 19:58 UTC  (5+ messages)

Corrupt packets with ath5k
 2013-02-20 19:58 UTC 

btrfs doesn't report proper error when removing subvolume
 2013-02-20 19:58 UTC  (3+ messages)

[PATCH] Btrfs: fix cleaner thread not working with inode cache option
 2013-02-20 19:57 UTC  (2+ messages)

[meta-oe][PATCH] qextserialport: Added 1.2rc recipe
 2013-02-20 19:40 UTC 

improve operational ANI in Mesh mode
 2013-02-20 19:55 UTC  (18+ messages)
    ` [ath9k-devel] "

[PATCH] perf, x86: add Intel IvyBridge event scheduling constraints
 2013-02-20 19:54 UTC  (3+ messages)

[Bug 60802] New: Kernel 3.8-rc7 breaks rendering on Radeon (confirmed on Cayman)
 2013-02-20 19:53 UTC  (3+ messages)
` [Bug 60802] Corruption with DMA ring on cayman

pm_idle cleanup patch series
 2013-02-20 19:59 UTC  (6+ messages)
` [PATCH 05/16] blackfin idle: delete pm_idle

[PATCH linux/linux-next] aic94xx: asd_read_flash: Fix uninitialized variable warning
 2013-02-20 19:49 UTC 

[Printing-architecture] Printers with native CUPS Raster or PWG Raster support
 2013-02-20 19:49 UTC  (2+ messages)

[Buildroot] [git commit] uClibc: backport bits/time.h update to 0.9.33.2
 2013-02-20 19:48 UTC 

[meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
 2013-02-20 19:29 UTC 

Why would some process swap in place of reclaiming free(cached) memory
 2013-02-20 19:43 UTC  (2+ messages)

PS3: Strange issue with kexec and FreeBSD loader
 2013-02-20 20:43 UTC  (4+ messages)

[RFC/PATCH 0/5] context_tracking: prerequisites for ARM support
 2013-02-20 19:41 UTC  (12+ messages)
` [RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM
` [RFC/PATCH 2/5] kernel_cpustat: convert to atomic 64-bit accessors
` [RFC/PATCH 3/5] virt CPU accounting: Kconfig: drop 64-bit requirment
` [RFC/PATCH 4/5] cputime: use do_div() for nsec resolution conversion helpers
` [RFC/PATCH 5/5] ARM: Kconfig: allow virt CPU accounting

tip/x86/amba
 2013-02-20 19:35 UTC  (4+ messages)

[RFC][CFT] what's in signal.git queue
 2013-02-20 19:36 UTC  (3+ messages)

[PATCH] arm: Preserve TPIDRURW on context switch
 2013-02-20 19:34 UTC  (10+ messages)

Kernel 3.7.2 strange warning and short system hang
 2013-02-20 19:30 UTC  (4+ messages)

linux-next: Tree for Feb 19
 2013-02-20 19:30 UTC  (4+ messages)
` linux-next: Tree for Feb 19 (security/integrity/ima)
    ` [PATCH -next] security/integrity/ima: make part_pack_uuid() always visible

[PATCH] Input: matrix-keypad - support binary column select gpios
 2013-02-20 19:27 UTC  (2+ messages)
` [PATCH v2] "

[meta-oe][PATCH] libconnman-qt: fixed directory typo
 2013-02-20 19:08 UTC 

[PATCH v5] iio: Add OF support
 2013-02-20 19:24 UTC  (6+ messages)

[PATCH 1/1] staging: android: ashmem: get_name,set_name not to hold ashmem_mutex
 2013-02-20 19:24 UTC  (4+ messages)
` [PATCH V3 1/1] staging: android: ashmem: get_name,set_name not to
  ` [PATCH V3 1/1] staging: android: ashmem: get_name,set_name not to hold ashmem_mutex

Merge with staged and unstaged changes
 2013-02-20 19:17 UTC 

[PATCH] idr: prevent NULL deref on lookups before insertions
 2013-02-20 19:23 UTC  (3+ messages)

Usefulness of RAID 4
 2013-02-20 19:24 UTC  (5+ messages)

[PATCH 0/2] more sched.h reorganization
 2013-02-20 19:17 UTC  (5+ messages)
` [PATCH 1/2] sched: move RR_TIMESLICE from sysctl.h to rt.h

[next:akpm 16/587] drivers/net/ethernet/intel/igb/igb_main.c:6231:2: error: call to '__compiletime_assert_6235' declared with attribute error: BUILD_BUG_ON failed: SKB_WITH_OVERHEAD(IGB_RX_BUFSZ) < (NET_SKB_PAD + NET_IP_ALIGN + IGB_TS_HDR_LEN + ETH_FRAME_LEN + ETH_FCS_LEN)
 2013-02-20 19:22 UTC  (5+ messages)
  ` [next:akpm 16/587] drivers/net/ethernet/intel/igb/igb_main.c:6231:2: error: call to '__compiletime_assert_6235' declared with attribute error: BUILD_BUG_ON failed: SKB_WITH_OVERHEAD(IGB_RX_BUFSZ) < (NET_SKB_PAD + NET_IP_ALIGN + IGB_TS_HDR_LEN + ETH
      ` [E1000-devel] "

Hybrid Storage proposal
 2013-02-20 19:19 UTC  (2+ messages)

[PATCH v2] drm/i915: Refactor gen2 to gen4 vblank interrupt handling
 2013-02-20 19:21 UTC  (2+ messages)

[PATCH] rootfs_rpm.bbclass: Reorder feed priority based on multilib image setting
 2013-02-20 19:31 UTC 

[PATCH] drm/i915: Kill pipestat[] cache
 2013-02-20 19:16 UTC 

[PATCH 0/4] Tegra114 Add Minimal SDHCI support
 2013-02-20 19:16 UTC  (9+ messages)
` [PATCH 1/4] ARM tegra: add SDHCI nodes with common properties
` [PATCH 2/4] ARM: tegra: add SDHCI support for Dalmore
` [PATCH 3/4] mmc: host: sdhci-tegra: cleanup ifdefs

[PATCH 1/7] libibumad: Provide MAD definitions with libibumad
 2013-02-20 19:15 UTC  (8+ messages)

Wrongly identified easycap em28xx
 2013-02-20 19:12 UTC  (12+ messages)

[RFC] design discussion: Collecting information for (non-peer) stations
 2013-02-20 19:10 UTC  (12+ messages)

[PATCH v3 1/4] libata: add R-Car SATA driver
 2013-02-20 20:10 UTC 

[PATCH] of/i2c: don't register disabled devices
 2013-02-20 19:09 UTC  (2+ messages)

[PATCH 0/3] Get rid of big array from imx pinctrl driver
 2013-02-20 19:04 UTC  (3+ messages)
  ` [PATCH 3/3] pinctrl: imx: move hard-coding data into device tree

WARNING: at drivers/gpu/drm/nouveau/core/core/mm.c:242
 2013-02-20 18:57 UTC  (7+ messages)
      ` [stable request] fix for nouveau mem corruption [was: WARNING: at drivers/gpu/drm/nouveau/core/core/mm.c:242]

[meta-oe][PATCH] macchanger: added 1.5.0 recipe
 2013-02-20 18:47 UTC 

[PATCH] opensm/osm_qos_policy.c: fix memory leak when parsing policy file
 2013-02-20 19:03 UTC 

[PATCH] opensm/osm_sa_multipath_record.c: Validate required components are indicated
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_sa_multipath_record.c: Make sure either none or both ServiceID parameters are supplied
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_sa_path_record.c: Make sure either none or both ServiceID parameters are supplied
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_sa_multipath_record.c: Fix seg fault in mpr_rcv_get_apm_paths
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_sa_multipath_record.c: Fix commentary typo
 2013-02-20 19:02 UTC 

[PATCH] osm_dump.c: Fix typo in dump_lid_matrix
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_dump.c: Fix enhanced switch port 0 handling in print_node_report
 2013-02-20 19:02 UTC 

[PATCH] opensm/osm_qos_policy.c: Fix source & destination GUID policy check
 2013-02-20 19:02 UTC 

Linux reserved MSI - how many?
 2013-02-20 19:01 UTC  (3+ messages)

Weekly build
 2013-02-20 18:59 UTC  (3+ messages)

[Bug 61182] New: r600g causes KWin crashes with kernel 3.8
 2013-02-20 18:58 UTC 

Submitting patch shortly
 2013-02-20 18:57 UTC  (2+ messages)

drivers/gpu/drm/nouveau/nouveau_acpi.c:420: undefined reference to `acpi_video_get_edid'
 2013-02-20 18:56 UTC  (6+ messages)
` [PATCH] drm/nouveau: always select ACPI_VIDEO if ACPI is enabled
    ` [PATCH v2] "

[meta-oe][PATCH] gsoap: added gsoap 2.8.12 recipe
 2013-02-20 18:38 UTC 

arago servers sane?
 2013-02-20 18:54 UTC  (2+ messages)

[Bug 59982] New: Radeon: evergreen Atombios in loop during initialization on ppc64
 2013-02-20 18:54 UTC  (2+ messages)
` [Bug 59982] "

enable old OSD snapshot to re-join a cluster
 2013-02-20 18:52 UTC  (2+ messages)


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.