All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-09 19:21:59 to 2013-09-09 20:40:05 UTC [more...]

[PATCH v3 0/2] Add power control for lm90
 2013-09-09 20:39 UTC  (11+ messages)
` [PATCH v3 1/2] hwmon: (lm90) Add power control
                  ` [lm-sensors] "

[Buildroot] [git commit] pulseaudio: fix init script installation
 2013-09-09 20:38 UTC 

[PATCH 0/2] xfs: defrag support for v5 filesystems
 2013-09-09 20:37 UTC  (5+ messages)
` [PATCH 1/2] xfs: swap extents operations for CRC filesystems
` [PATCH 2/2] xfs: recovery of "

[PATCH 1/9] fnic: FC stat param seconds_since_last_reset not getting updated
 2013-09-09 20:31 UTC  (9+ messages)
` [PATCH 2/9] fnic: host reset returns nonzero value(errno) on success
` [PATCH 3/9] fnic: On system with >1.1TB RAM, VIC fails multipath after boot up
` [PATCH 4/9] fnic: Remove QUEUE_FULL handling code
` [PATCH 5/9] fnic: Hitting BUG_ON(io_req->abts_done) in fnic_rport_exch_reset
` [PATCH 6/9] fnic: Kernel panic while running sh/nosh with max lun cfg
` [PATCH 7/9] fnic: fnic Driver Tuneables Exposed through CLI
` [PATCH 8/9] fnic: Fnic Statistics Collection
` [PATCH 9/9] fnic: Incremented driver version

[PATCH, RFC] xfs: don't break from growfs ag update loop on error
 2013-09-09 20:36 UTC  (2+ messages)

[PATCH, RFC] xfs: don't verify checksum on non-V5 superblocks
 2013-09-09 20:33 UTC  (5+ messages)
    ` [PATCH, RFC] xfs: be more forgiving of a v4 secondary sb w/ junk in v5 fields
      ` [PATCH V2] "

Build error in torvalds kernel 3.11 for omap2plus
 2013-09-09 20:31 UTC  (9+ messages)

[PATCH] mm/shmem.c: check the return value of mpol_to_str()
 2013-09-09 20:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/12] One more attempt at useful kernel lockdown
 2013-09-09 20:30 UTC  (26+ messages)

kernel deadlock
 2013-09-09 20:29 UTC  (8+ messages)

[PATCH] can: add explicit copyright to header can/netlink.h
 2013-09-09 20:29 UTC  (11+ messages)

LTTng 2.4 code name
 2013-09-09 20:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4 RFC] Introduce console for ringbuf backend
 2013-09-09 20:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/4] monitor: introduce monitor_read_console
` [Qemu-devel] [PATCH 2/4] hmp: factor out ringbuf_print_help()
` [Qemu-devel] [PATCH 4/4] hmp: add console support for ringbuf backend

[PATCH] ASoC: wm8903: disable IRQs during BIAS_OFF
 2013-09-09 20:27 UTC  (2+ messages)

[PATCH] Staging: usbip: stub_dev: Fixed checkpatch warnings
 2013-09-09 20:25 UTC 

[PATCH 0/3] Reject non-ff pulls by default
 2013-09-09 20:24 UTC  (22+ messages)

master - Misc/RAID: Enable resume_lv to handle some renaming conflicts
 2013-09-09 20:23 UTC 

[Buildroot] [PATCH 1/1] mpd : remove reference to old multimedia sub-directory
 2013-09-09 20:23 UTC 

question about webcam audio capture
 2013-09-09 20:22 UTC  (4+ messages)
` [alsa-devel] "

[PATCH] mm, memcg: add a helper function to check may oom condition
 2013-09-09 20:22 UTC  (3+ messages)

[PATCH] make new_inode call a little bit clearer
 2013-09-09 20:21 UTC 

[PATCH] powerpc: OE=1 Form Instructions Not Decoded Correctly
 2013-09-09 20:20 UTC  (5+ messages)

[PATCH net-next v4 1/6] bonding: simplify and use RCU protection for 3ad xmit path
 2013-09-09 20:17 UTC  (9+ messages)

[patch 0/7] improve memcg oom killer robustness v2
 2013-09-09 20:18 UTC  (15+ messages)

[PATCH net-next 0/26] bonding: use neighbours instead of own lists
 2013-09-09 20:16 UTC  (27+ messages)
` [PATCH net-next 01/26] net: add adj_list to save only neighbours
` [PATCH net-next 02/26] net: add RCU variant to search for netdev_adjacent link
` [PATCH net-next 03/26] net: uninline netdev neighbour functions
` [PATCH net-next 04/26] net: add netdev_adjacent->private and allow to use it
` [PATCH net-next 05/26] bonding: populate neighbour's private on enslave
` [PATCH net-next 06/26] bonding: modify bond_get_slave_by_dev() to use neighbours
` [PATCH net-next 07/26] net: add for_each iterators through neighbour lower link's private
` [PATCH net-next 08/26] bonding: remove bond_for_each_slave_reverse()
` [PATCH net-next 09/26] bonding: make bond_for_each_slave() use lower neighbour's private
` [PATCH net-next 10/26] bonding: use bond_for_each_slave() in bond_uninit()
` [PATCH net-next 11/26] bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
` [PATCH net-next 12/26] bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
` [PATCH net-next 13/26] bonding: rework bond_find_best_slave() "
` [PATCH net-next 14/26] bonding: rework bond_ab_arp_probe() "
` [PATCH net-next 15/26] bonding: remove unused bond_for_each_slave_from()
` [PATCH net-next 16/26] bonding: add bond_has_slaves() and use it
` [PATCH net-next 17/26] bonding: convert bond_has_slaves() to use the neighbour list
` [PATCH net-next 18/26] net: add a possibility to get private from netdev_adjacent->list
` [PATCH net-next 19/26] bonding: convert first/last slave logic to use neighbours
` [PATCH net-next 20/26] bonding: remove bond_prev_slave()
` [PATCH net-next 21/26] net: add a function to get the next private
` [PATCH net-next 22/26] bonding: use neighbours for bond_next_slave()
` [PATCH net-next 23/26] bonding: remove slave lists
` [PATCH net-next 24/26] net: expose the master link to sysfs, and remove it from bond
` [PATCH net-next 25/26] vlan: link the upper neighbour only after registering
` [PATCH net-next 26/26] net: create sysfs symlinks for neighbour devices

Vanilla kernel 3.11.0 boot problem on Pandaboard
 2013-09-09 20:17 UTC 

[PATCH 00/11] tegrarcm: T124 and new command support
 2013-09-09 20:16 UTC  (11+ messages)
  ` [PATCH 01/11] tegrarcm: Change NVIDIA license to apply to all miniloader files
  ` [PATCH 02/11] tegrarcm: Add support for RCM protocol version 40
  ` [PATCH 04/11] tegrarcm: Add Tegra124 support
  ` [PATCH 05/11] tegrarcm: Add timeout to USB xfers
  ` [PATCH 06/11] tegrarcm: Assume nv3p server is running if RCM doesn't respond
  ` [PATCH 07/11] tegrarcm: Clean up usage info
  ` [PATCH 08/11] tegrarcm: Add rip support
  ` [PATCH 09/11] tegrarcm: Add support for odmdata command
  ` [PATCH 10/11] tegrarcm: Add command to pass miniloader in from file
  ` [PATCH 11/11] tegrarcm: Bump version to 1.5

[PATCH v2] ARM: omap2: throw the die id into the entropy pool
 2013-09-09 20:15 UTC  (4+ messages)

[PATCH 0/5] remove unnecessary work pending test
 2013-09-09 21:14 UTC  (5+ messages)
` [PATCH 1/5] iio: adc: "

[PATCH RFC] net: neighbour: use source address of last enqueued packet for solicitation
 2013-09-09 20:17 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: am335x-bone*: add DT for BeagleBone Black
 2013-09-09 20:12 UTC  (15+ messages)

cpufreq_stats NULL deref on second system suspend
 2013-09-09 20:24 UTC  (4+ messages)

[PATCH 0/2] Rework ACPI video driver
 2013-09-09 20:23 UTC  (4+ messages)
` [PATCH 2/2] ACPI / video / i915: Remove ACPI backlight if firmware expects Windows 8

[PATCH] OOM killer: wait for tasks with pending SIGKILL to exit
 2013-09-09 20:11 UTC  (6+ messages)

Fini le banquier qui vous harcèle
 2013-09-09 20:07 UTC 

[PATCH 1/3] kernel.bbclass: Pull in kernel.bbclass from oe-core dylan
 2013-09-09 20:07 UTC  (3+ messages)
` [PATCH 3/3] arago-image.inc: Make sure all filesystems include kernel image

permission to move definition of struct rpmsg_channel_info
 2013-09-09 20:06 UTC  (5+ messages)

[PATCH] staging: Disable lustre file system for MIPS, SH, and XTENSA
 2013-09-09 20:06 UTC  (8+ messages)

Strange NFS client ACK behaviour
 2013-09-09 20:03 UTC  (4+ messages)
  ` AW: "

[PATCH] pch_gbe: fix unmet direct dependency on PTP_1588_CLOCK_PCH
 2013-09-09 20:00 UTC  (2+ messages)

regulatory will stuck when cfg80211 is built-in
 2013-09-09 20:01 UTC  (2+ messages)

[PATCH 1/2] mxs_spi: fix compile error
 2013-09-09 20:00 UTC  (2+ messages)
` [PATCH 2/2] serial_auart: "

error in : $ runqemu qemux86
 2013-09-09 20:00 UTC 

[PATCH] Btrfs-progs: add make test framework
 2013-09-09 19:57 UTC  (5+ messages)

[PATCH 00/11] pack v4 support in pack-objects
 2013-09-09 19:56 UTC  (10+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 15/16] index-pack: use nr_objects_final as sha1_table size

[Qemu-devel] [PATCH] MAINTAINERS: Add myself to MAINTAINERS file
 2013-09-09 19:54 UTC  (2+ messages)

[PATCH] perf/x86: fix uncore PCI fixed counter handling
 2013-09-09 19:53 UTC 

[RFC PATCH 0/4] mm: migrate zbud pages
 2013-09-09 19:53 UTC  (7+ messages)
` [RFC PATCH 1/4] zbud: use page ref counter for "
` [RFC PATCH 2/4] mm: use mapcount for identifying "

[PATCHv2 0/5] git-config and large integers
 2013-09-09 19:53 UTC  (4+ messages)
` [PATCH 3/5] config: set errno in numeric git_parse_* functions

[RFC] XenGT - An Mediated Graphics Passthrough Solution from Intel
 2013-09-09 19:53 UTC  (3+ messages)

[PULL REQUEST] initial pack v4 support
 2013-09-09 19:52 UTC 

LTTng 2.4 code name
 2013-09-09 19:51 UTC 

[RFC][PATCH 0/8] ACPI / hotplug / PCI: Consolidation of handling notifications (in progress)
 2013-09-09 20:02 UTC  (4+ messages)
` [PATCH] ACPI / hotplug / PCI: Avoid parent bus rescans on spurious device checks

[PATCH v2 2/2] perf tools: add attr->mmap2 support
 2013-09-09 19:48 UTC  (3+ messages)

setup msi-x vectors in xhci-hcd
 2013-09-09 19:48 UTC 

[Printing-architecture] Fix for STR #4187 incomplete, missing part attached
 2013-09-09 19:48 UTC  (3+ messages)

[PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard
 2013-09-09 19:48 UTC  (8+ messages)

RFC: crash in fib6_clean_all() while loading ipv6 module
 2013-09-09 19:45 UTC  (2+ messages)
` [PATCH net] ipv6: don't call fib6_run_gc() until routing is ready

[Bug 60791] New: Display corruption with Radeon driver during boot and on desktop
 2013-09-09 19:44 UTC  (5+ messages)
` [Bug 60791] "

[Bug 60858] New: [radeon HD 4570m] Error setting UVD clocks
 2013-09-09 19:43 UTC  (2+ messages)
` [Bug 60858] "

[PATCH] x86/ioapic: Avoid trying to access the -1th ioapic
 2013-09-09 19:43 UTC  (2+ messages)

[Qemu-devel] [PULL] qemu-ga: VSS/fsfreeze support for Win32
 2013-09-09 19:41 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10] configure: Support configuring C++ compiler
` [Qemu-devel] [PATCH 02/10] Add c++ keywords to QAPI helper script
` [Qemu-devel] [PATCH 03/10] checkpatch.pl: Check .cpp files
` [Qemu-devel] [PATCH 04/10] Add a script to extract VSS SDK headers on POSIX system
` [Qemu-devel] [PATCH 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK
` [Qemu-devel] [PATCH 06/10] error: Add error_set_win32 and error_setg_win32
` [Qemu-devel] [PATCH 07/10] qemu-ga: Add Windows VSS provider and requester as DLL
` [Qemu-devel] [PATCH 08/10] qemu-ga: Call Windows VSS requester in fsfreeze command handler
` [Qemu-devel] [PATCH 09/10] qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
` [Qemu-devel] [PATCH 10/10] QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze command

[Qemu-devel] [PATCH v10 00/10] qemu-ga: fsfreeze on Windows using VSS
 2013-09-09 19:36 UTC  (4+ messages)

[dm-crypt] Can I encrypt an already existing, non-empty partition to use LUKS?
 2013-09-09 19:36 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC v2 2/2] hw/pci: handle unassigned pci addresses
 2013-09-09 19:35 UTC  (17+ messages)

Issue with SmartPM install from file
 2013-09-09 19:33 UTC 

[Cluster-devel] [fence-virt][PATCH] Fix supported TCP/multicast port range
 2013-09-09 19:32 UTC  (2+ messages)

perf_event_open.2: PERF_SAMPLE_BRANCH_STACK updates
 2013-09-09 19:32 UTC 

[Qemu-devel] [PATCH] configure: detect endian via compile test
 2013-09-09 19:30 UTC  (3+ messages)

question about SmartPM install from local file
 2013-09-09 19:28 UTC 

[PATCH v4 0/1] dcache: Translating dentry into pathname without taking rename_lock
 2013-09-09 19:28 UTC  (10+ messages)
` [PATCH v4 1/1] "

[PATCH] libtool: fix resolve of variable lt_sysroot
 2013-09-09 19:28 UTC  (4+ messages)

[PATCH 1/2] m68k: Add infrastructure for machine-specific get_cycles()
 2013-09-09 19:26 UTC  (4+ messages)
` [PATCH/RFC 2/2] m68k/amiga: Provide mach_get_cycles()

pack v4 trees with a canonical base
 2013-09-09 19:25 UTC 

Linux Wireless Mini-Summit in New Orleans -- 19-20 September (6 weeks from today!)
 2013-09-09 19:23 UTC  (5+ messages)
      ` Linux Wireless Mini-Summit in New Orleans -- 19-20 September

[Qemu-devel] [PATCH 0/4] Define default CPU at configure time
 2013-09-09 19:23 UTC  (5+ messages)

[Qemu-devel] [RFC 0/2] use sizes.h macros for power-of-two sizes
 2013-09-09 19:21 UTC  (4+ messages)
` [Qemu-devel] [RFC 1/2] include/: import sizes.h from barebox


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.