All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-27 15:26:40 to 2013-07-27 20:25:24 UTC [more...]

DT bindings as ABI [was: Do we have people interested in device tree janitoring / cleanup?]
 2013-07-27 20:25 UTC  (53+ messages)
                ` [Ksummit-2013-discuss] "

[PATCH 00/49] current patch queue for 3.12
 2013-07-27 20:23 UTC  (27+ messages)
` [PATCH 17/49] xfs: split out attribute listing code into separate file
` [PATCH 18/49] xfs: split out attribute fork truncation "
` [PATCH 19/49] xfs: split out the remote symlink handling
` [PATCH 20/49] xfs: introduce xfs_sb.c for sharing with libxfs
` [PATCH 21/49] xfs: create xfs_bmap_util.[ch]
` [PATCH 22/49] xfs: minor cleanups
` [PATCH 23/49] xfs: fix issues that cause userspace warnings
` [PATCH 24/49] xfs: kill xfs_vnodeops.[ch]
` [PATCH 44/49] xfs: Reduce allocations during CIL insertion

raid10 centos5 vs. centos6 300% worse random write performance
 2013-07-27 20:22 UTC  (3+ messages)

mincore() & fincore()
 2013-07-27 20:08 UTC  (4+ messages)

[PATCH net-next] bonding: remove bond_resend_igmp_join_requests read_unlock leftover
 2013-07-27 20:07 UTC  (2+ messages)

[PATCH] mtd: remove obsolete JEDEC mapping drivers
 2013-07-27 20:03 UTC  (4+ messages)

[PATCH 1/2] staging: lustre: Fix non-ANSI sparse warnings
 2013-07-27 19:53 UTC  (3+ messages)

ubifs on SPI NOR Flash with uniform 4k erase block size
 2013-07-27 19:49 UTC  (2+ messages)

[net PATCH] atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring
 2013-07-27 19:49 UTC  (9+ messages)

dropping UNTRACKED packets, breaks IPv6 - why?
 2013-07-27 19:49 UTC  (2+ messages)

[PATCH v3 0/3] ARM: BCM5301X: initial support for the BCM5301X/BCM470X SoCs with ARM CPU
 2013-07-27 19:49 UTC  (4+ messages)
` [PATCH v3 1/3] "

Mount multiple-device-filesystem by UUID
 2013-07-27 19:44 UTC  (3+ messages)

[PATCH v2 1/5] Staging: bcm: LeakyBucket: Fixed spacing/tabing issues
 2013-07-27 19:34 UTC  (5+ messages)
` [PATCH v2 2/5] Staging: bcm: LeakyBucket: Fixed brace issues
` [PATCH v2 3/5] Staging: bcm: LeakyBucket: Fixed C99 comments
` [PATCH v2 4/5] Staging: bcm: LeakyBucket: Fixed code indent issues
` [PATCH v2 5/5] Staging: bcm: LeakyBucket: Fixed a pointer asterisk placement issue

[Buildroot] Patches to merge before -rc1 ?
 2013-07-27 19:33 UTC  (3+ messages)

[PATCH] [media] stk1160: Build as a module if SND is m and audio support is selected
 2013-07-27 19:29 UTC 

[PATCH] mm: Save soft-dirty bits on file pages
 2013-07-27 19:29 UTC  (9+ messages)

[Bug 67051] New: No nouveau HDMI sound on NVIDIA GT430
 2013-07-27 19:28 UTC  (2+ messages)
  ` [Bug 67051] "

[PATCH] Bluetooth: Fix calling request callback more than once
 2013-07-27 19:28 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH -next 0/7] mtd: tests: reduce duplication among mtd tests modules
 2013-07-27 19:27 UTC  (3+ messages)
` [PATCH -next 1/7] mtd: tests: introduce mtd_test module

raspberry pi & baycom
 2013-07-27 19:27 UTC  (4+ messages)

WINNER NEWS
 2013-07-27 19:22 UTC 

Dual star topology
 2013-07-27 19:19 UTC  (9+ messages)
    ` Fwd: "

[PATCH] spi/tegra114: Factor runtime PM out into transfer prepare/unprepare
 2013-07-27 19:18 UTC  (3+ messages)

[Qemu-devel] [PATCH qom-next for-1.6 00/29] arm: QOM cast cleanups
 2013-07-27 15:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH qom-next for-1.6 06/29] musicpal: QOM'ify musicpal_lcd_state

__ftrace_hash_rec_update FTRACE_WARN_ON
 2013-07-27 19:16 UTC  (8+ messages)

Dear User
 2013-07-27 19:00 UTC 

[PATCH 0/8] ARM: tegra: support LP1 suspend mode
 2013-07-27 19:11 UTC  (15+ messages)

[PATCH] revision.c: Fix a sparse warning
 2013-07-27 18:39 UTC 

[RFC/PATCH] commit-slab.h: Fix memory allocation and addressing
 2013-07-27 19:00 UTC 

[PATCH] mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constant
 2013-07-27 19:06 UTC  (2+ messages)

[U-Boot] [RFC] Remove static display data
 2013-07-27 19:05 UTC  (7+ messages)

PROBLEM: dvb-usb-rtl28xxu and Terratec Cinergy TStickRC (rev3) - no signal on some frequencies
 2013-07-27 18:58 UTC  (6+ messages)

[Qemu-devel] [PATCH v2 0/9] Our QAPI parser is a hack, replace it
 2013-07-27 15:42 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/9] tests: QAPI schema parser tests
` [Qemu-devel] [PATCH v2 2/9] tests: Use qapi-schema-test.json as schema parser test
` [Qemu-devel] [PATCH v2 3/9] qapi.py: Restructure lexer and parser
` [Qemu-devel] [PATCH v2 5/9] qapi.py: Reject invalid characters in schema file
` [Qemu-devel] [PATCH v2 6/9] qapi.py: Fix schema parser to check syntax systematically
` [Qemu-devel] [PATCH v2 7/9] qapi.py: Fix diagnosing non-objects at a schema's top-level
` [Qemu-devel] [PATCH v2 8/9] qapi.py: Rename expr_eval to expr in parse_schema()
` [Qemu-devel] [PATCH v2 9/9] qapi.py: Permit comments starting anywhere on the line

[PATCH 2/2] staging: lustre: Fix sparse warnings about obsolete struct initializer
 2013-07-27 18:40 UTC 

[PATCH 00/18] MAINTAINERS: Trivial pattern changes
 2013-07-27 18:39 UTC  (3+ messages)
` [PATCH 11/18] MAINTAINERS: SI4713: Fix file pattern

[Qemu-devel] [PATCH qom-next for-1.6 0/8] display: QOM cast cleanups
 2013-07-27 18:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH qom-next for-1.6 7/8] pl110: QOM'ify pl110, pl110_versatile and pl111

[PATCH RFC nohz_full 6/7] nohz_full: Add full-system-idle state machine
 2013-07-27 18:13 UTC  (11+ messages)

Samsung series 5 ultra keyboard
 2013-07-27 18:06 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2013-07-27 18:04 UTC 

[ 00/79] 3.10.4-stable review
 2013-07-27 17:58 UTC  (9+ messages)
` [ 02/79] sparc32: vm_area_struct access for old Sun SPARCs
` [ 06/79] net: Swap ver and type in pppoe_hdr
` [ 42/79] vlan: fix a race in egress prio management

mb86a20s and cx23885
 2013-07-27 17:55 UTC  (17+ messages)

[Qemu-devel] [PATCH qom-next for-1.6 0/4] audio: QOM cast cleanups
 2013-07-27 17:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH qom-next for-1.6 4/4] pl041: QOM'ify

[PATCH 2/2] i2c.c: Fixed coding style issue for if statement
 2013-07-27 17:53 UTC  (2+ messages)

[Bug 66963] New: r600: linux 3.11RC1 isn't booting with radeon.dpm=1 option in grub
 2013-07-27 17:51 UTC  (4+ messages)
` [Bug 66963] r600: linux 3.11RC "

[Ocfs2-devel] Null Pointer issue
 2013-07-27 17:46 UTC  (4+ messages)

[PATCH RFC] pram: persistent over-kexec memory file system
 2013-07-27 17:37 UTC  (8+ messages)

[Qemu-devel] [PATCH for-1.6] target-mips: do not raise exceptions when accessing invalid memory
 2013-07-27 17:43 UTC  (3+ messages)

[PATCH] drm/i915: Sync the hotplug work when device suspending
 2013-07-27 17:43 UTC 

stable 3-10-3: strange output of "lsmod | grep ^acpi_cpufreq"
 2013-07-27 17:40 UTC 

led panel lighting price list
 2013-07-27  0:32 UTC 

[PATCH v11] reset: Add driver for gpio-controlled reset pins
 2013-07-27 17:38 UTC  (5+ messages)

Garbage at end of playback: ecasound or alsa broken?
 2013-07-28  1:29 UTC  (2+ messages)
` [ecasound] "

Broken headphone and speaker amplifier supplies for the rt5640 driver
 2013-07-27 17:35 UTC  (2+ messages)

fuzz tested user mode linux core dumps in fs/lockd/clntproc.c:131
 2013-07-27 17:27 UTC  (3+ messages)

[PATCH] Events: 9p.h: Fixed a brace coding style issues
 2013-07-27 17:33 UTC 

[PATCH v3 0/8] backports: add kernel uploading support
 2013-07-27 17:24 UTC  (6+ messages)
` [PATCH v3 8/8] gentree.py: add kernel upload support

[Ocfs2-devel] Is it an issue and whether the code changed correct? Thanks a lot
 2013-07-27 17:23 UTC  (4+ messages)
  ` [Ocfs2-devel] 答复: "

GeForce 8800GT fan control
 2013-07-27 17:22 UTC 

[PATCH 0/1] hid: Add new driver for non-compliant Xin-Mo devices
 2013-07-27 17:20 UTC  (2+ messages)
` [PATCH] "

acpi_backlight=vendor no longer working around buggy laptop from hell
 2013-07-27 17:19 UTC 

workqueue, pci: INFO: possible recursive locking detected
 2013-07-27 17:11 UTC  (12+ messages)
                  ` [PATCH] workqueue: allow work_on_cpu() to be called recursively

[PATCH 0/9] backports: add kernel uploading support
 2013-07-27 17:11 UTC  (10+ messages)
` [PATCH 6/9] lib/bpgit.py: add support for git paranoia

[PATCH v2 0/3] Input: omap-keypad: Wakeup capability and w/a for i689 errata
 2013-07-27 17:07 UTC  (4+ messages)
` [PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

Kernel Bug: unable to handle kernel paging request
 2013-07-27 17:06 UTC  (7+ messages)

(no subject)
 2013-07-27 18:01 UTC  (11+ messages)
` [PATCH 1/9] staging:iio:hmc5843: Drop I2C detection code
` [PATCH 2/9] staging:iio:hmc5843: Remove id register #defines, not used anymore
` [PATCH 3/9] staging:iio:hmc5843: Implement timeout in read function
` [PATCH 4/9] staging:iio:hmc5843: 'add' is a poor abbreviation for address
` [PATCH 5/9] staging:iio:hmc5843: Device has 3 channels, no need to store separately
` [PATCH 6/9] staging:iio:hmc5843: Trim sampling_frequencies to sampling_freq
` [PATCH 7/9] staging:iio:hmc5843: Split and join lines to make checkpatch happy
` [PATCH 8/9] staging:iio:hmc5843: Drop unneeded #includes
` [PATCH 9/9] staging:iio:hmc5843: Use i2c_smbus_read_word_swapped()

[Buildroot] [PATCH] <pkg>-rsync: support user custom cmds
 2013-07-27 16:56 UTC 

[Buildroot] [PATCH] buildroot: Add POST_RSYNC_HOOKS support
 2013-07-27 16:56 UTC 

[RFC 0/3] IO Hook: Method for emulating h/w events
 2013-07-27 16:54 UTC  (3+ messages)

Recovery help? 4-disk RAID5 double-failure, but good disks have event count mismatch
 2013-07-27 16:46 UTC 

[NETWORKING DRIVERS RT2X00] please add support for Asus PCE-N53 (0x1814, 0x5592)
 2013-07-27 16:46 UTC  (2+ messages)
` [rt2x00-users] "

[Buildroot] DirectFB failed
 2013-07-27 16:37 UTC  (2+ messages)

[PATCH] [ARM] Enable boot module for arm
 2013-07-27 14:44 UTC  (8+ messages)

[Bug 67382] New: [nouveau, nv50] linux 3.9.7-3.10.3: Xorg won't be available
 2013-07-27 16:28 UTC  (2+ messages)
  ` [Bug 67382] "

[PATCH] drm/i915: Squelch repeated reasoning for why FBC cannot be activated
 2013-07-27 16:23 UTC 

A problem of cifs performance
 2013-07-27 16:23 UTC  (3+ messages)

Fwd: Re: Broken nilfs2 filesystem
 2013-07-27 16:23 UTC  (2+ messages)
    `  "

[PATCH] staging: nvec: re-enable the clock on resume
 2013-07-27 16:20 UTC 

[PATCH 1/2][RESEND] tracing/syscalls: Annotate raw_init function with __init
 2013-07-27 16:19 UTC  (8+ messages)
` [PATCH 2/2][RESEND] tracing: Shrink the size of struct ftrace_event_field
    ` [PATCH v2 2/2] "

[PATCH] x86/PCI: MMCONFIG: cleanup and add address warning to pci_mmconfig_insert
 2013-07-27 16:09 UTC  (4+ messages)

[BUG] git_path() returns relative paths
 2013-07-27 16:05 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/9] Our QAPI parser is a hack, replace it
 2013-07-27 15:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/9] tests: Use qapi-schema-test.json as schema parser test

[PATCH] bridge: disable snooping if there is no querier
 2013-07-27 15:54 UTC  (6+ messages)
` [PATCHv2] "
      ` [Bridge] "

why does git describe shows 1.1-639-g4f6418b
 2013-07-27 15:51 UTC 

[PATCH] Fix QA Issue reported by running bitbake
 2013-07-27 15:44 UTC 

[PATCH v3 0/4] Lm90 Enhancements
 2013-07-27 15:38 UTC  (5+ messages)
` [PATCH v3 4/4] hwmon: (lm90) use enums for the indexes of temp8 and temp11
    ` [lm-sensors] "

blueprint: ceph platform portability
 2013-07-27 15:35 UTC  (3+ messages)

[PATCH v4 0/5] Xen/ACPI: support sleep state entering on hardware reduced systems
 2013-07-27 15:33 UTC  (5+ messages)

[RFC 0/8] ARM: imx27 pinctrl
 2013-07-27 15:26 UTC 


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.