All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-16 12:01:11 to 2015-03-16 12:40:00 UTC [more...]

[PATCH V2 0/1] neighbour: Support broadcast ARP in neighbor PROPE state
 2015-03-16 12:39 UTC  (3+ messages)

Eudyptula challenge task 6 reply
 2015-03-16 12:39 UTC  (11+ messages)

[PATCH 1/2] x86: identifying the boot cpu
 2015-03-16 12:38 UTC  (2+ messages)

4.0-rc3: sound broken in chromium but not in mpg123
 2015-03-16 12:37 UTC  (5+ messages)

[PATCH 00/78] SUSE SLES resync
 2015-03-16 12:37 UTC  (79+ messages)
` [PATCH 01/78] libmultipath: remove compilation warning in devmapper.c
` [PATCH 02/78] mpath_persist: Do not call exit() from a shared library
` [PATCH 03/78] libmultipath: filter for missing property in get_refwwid()
` [PATCH 04/78] Double uevent stacksize yet again
` [PATCH 05/78] discovery: do not fail discovery on individual devices
` [PATCH 06/78] libmultipath: Prefer deprecated 'getuid' callout
` [PATCH 07/78] libmultipath: Skip paths with empty wwid
` [PATCH 08/78] Make systemd installation path configurable
` [PATCH 09/78] Add multipath rules for systemd support
` [PATCH 10/78] Fixup multipathd.socket to resolve ordering dependeny
` [PATCH 11/78] Fixup dependencies in multipathd.service
` [PATCH 12/78] multipathd: set correct PID when running in debug mode
` [PATCH 13/78] Do not print empty device strings during discovery
` [PATCH 14/78] kpartx.rules: do not call blkid
` [PATCH 15/78] Use 'SCSI_IDENT_.*' as the default property whitelist
` [PATCH 16/78] Fixup wwid blacklist printing
` [PATCH 17/78] Allow for empty path argument when printing information
` [PATCH 18/78] Disable reassign maps per default
` [PATCH 19/78] multipathd: implement 'list path <path>' cli command
` [PATCH 20/78] Make checker_put() and prio_put() idempotent
` [PATCH 21/78] Remove trailing linefeed from sysfs attributes
` [PATCH 22/78] multipath: implement option '-u' for uevents
` [PATCH 23/78] Install multipath rule under '56-multipath.rules'
` [PATCH 24/78] multipath.rules: Whitelist devices
` [PATCH 25/78] multipath.rules: fixup race condition with systemd
` [PATCH 26/78] 11-dm-mpath.rules: Import blkid values if all paths are down
` [PATCH 27/78] kpartx.rules: Skip kpartx for multipath events
` [PATCH 28/78] multipathd: handle DOMAP_RETRY
` [PATCH 29/78] multipathd: cleanup foreground operation
` [PATCH 30/78] Update hwtable for EMC XtremIO
` [PATCH 31/78] multipath: check for running daemon when called with '-u'
` [PATCH 32/78] Revert 'return PATH_DOWN for quiesced paths'
` [PATCH 33/78] Do not treat 'transport-offline' paths as 'offline'
` [PATCH 34/78] Check for valid DM_DEVICE_INFO before proceeding
` [PATCH 35/78] Separate out uevent parsing functions
` [PATCH 36/78] Use poll() when receiving uevents
` [PATCH 37/78] mpath_persist: cleanup
` [PATCH 38/78] kpartx: use standard 'major' and 'minor' macros
` [PATCH 39/78] multipath: Use standard 'major' macro
` [PATCH 40/78] Remove sysfs_get_dev
` [PATCH 41/78] Add paths with a size of '0' as 'ghost' paths
` [PATCH 42/78] Remove last argument from verify_paths()
` [PATCH 43/78] Fixup device-mapper 'cookie' handling
` [PATCH 44/78] multipath: do not print state 'orphan' for option '-l'
` [PATCH 45/78] Return error when receiving CLI packet
` [PATCH 46/78] Implement 'uxsock_timeout' keyword
` [PATCH 47/78] Do not print empty multipaths section
` [PATCH 48/78] multipathd: reload map if reinstate failed
` [PATCH 49/78] multipathd: do not remove paths without uevents
` [PATCH 50/78] Allow zero-sized devices during configuration
` [PATCH 51/78] Rework uev_add_path()
` [PATCH 52/78] multipathd: Issue warning on CLI command timeout
` [PATCH 53/78] Use strlen() when checking for valid wwid
` [PATCH 54/78] multipathd: Use standard lists for CLI handling
` [PATCH 55/78] uxlsnr: use typedef for trigger function
` [PATCH 56/78] multipathd: lock cli client list
` [PATCH 57/78] multipath: enable sync support
` [PATCH 58/78] Remove dm_udev_XXX wrapper functions
` [PATCH 59/78] Revert to ACT_RELOAD in domap if the map exists
` [PATCH 60/78] multipathd: use local variable for watchdog configuration
` [PATCH 61/78] Ignore devices when sysfs_get_tgt_nodename fails
` [PATCH 62/78] Skip USB devices during discovery
` [PATCH 63/78] Read wwid from sysfs vpg_pg83 attribute
` [PATCH 64/78] Assign local priority for NAA VPD descriptor
` [PATCH 65/78] Use sysfs attribute vpd_pg80 to read serial number
` [PATCH 66/78] Update multipath.conf.5 to clarify wwid generation
` [PATCH 67/78] libmultipath: Fall back to SG_IO if no UID could be assigned
` [PATCH 68/78] libmultipath: unset 'uid_attribute' on failure
` [PATCH 69/78] Separate out vpd parsing functions
` [PATCH 70/78] multipathd: use SG_IO as fallback to generate uid
` [PATCH 71/78] Do not automatically fall back to vpd uid generation
` [PATCH 72/78] libmultipath: make vpd page 0x80 optional
` [PATCH 73/78] multipathd: push down lock in checkerloop()
` [PATCH 74/78] Allow specific CLI commands to run unlocked
` [PATCH 75/78] Push down vector lock during uevent processing
` [PATCH 76/78] multipathd: timeout CLI commands when waiting for lock
` [PATCH 77/78] multipathd: asynchronous configuration
` [PATCH 78/78] multipathd: trigger all devices on startup

[Qemu-devel] [PATCH 0/3] Misc fixes for VNC
 2015-03-16 12:36 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] ui: remove unused 'wiremode' variable in VncState struct
` [Qemu-devel] [PATCH 2/3] ui: replace printf() calls with VNC_DEBUG
` [Qemu-devel] [PATCH 3/3] ui: fix VNC websockets TLS integration

[Buildroot] [PATCH 1/1] dbus-glib: bump version 0.104
 2015-03-16 12:35 UTC  (2+ messages)

[PATCH nf-next 0/8] netfilter: untangle bridge and bridge netfilter
 2015-03-16 12:38 UTC  (6+ messages)

[Buildroot] [git commit] dbus-glib: bump version 0.104
 2015-03-16 12:35 UTC 

[PATCH v3] ixgbe: make VLAN filter conditional
 2015-03-16 12:33 UTC  (6+ messages)
` [E1000-devel] "

[U-Boot] MIPS UHI spec
 2015-03-16 12:33 UTC  (7+ messages)

[Bug 76919] New: Random junk at the bottom of non-multiple-of-4 compressed textures (original or mipmapped)
 2015-03-16 12:32 UTC  (2+ messages)
` [Bug 76919] "

[PATCH v2 0/7] extcon: usb: Introduce USB GPIO extcon driver. Fix DRA7 & AM57xx USB
 2015-03-16 12:32 UTC  (5+ messages)
` [PATCH v2 1/7] extcon: usb-gpio: Introduce gpio usb extcon driver
  ` [PATCH v3 "
    ` [PATCH v4 1/1] "

[Qemu-devel] [v2][PATCH 0/2] libxl: try to support IGD passthrough for qemu upstream
 2015-03-16 12:20 UTC  (10+ messages)
` [Qemu-devel] [v2][PATCH 2/2] libxl: introduce gfx_passthru_kind
              `  "

[PATCH 0/9] Sync and VFS scalability improvements
 2015-03-16 12:31 UTC  (5+ messages)
` [PATCH 8/9] inode: convert per-sb inode list to a list_lru
` [PATCH 9/9] inode: don't softlockup when evicting inodes

avoid disk spinup at system resume
 2015-03-16 12:28 UTC 

[review-request][PATCH] bitbake: toaster: Project page fix project layers tooltip
 2015-03-16 12:28 UTC  (2+ messages)
` [review-request][PATCH v2] "

Invalid assignment to gate in st21nfca_get_iso14443_3_uid
 2015-03-16 12:28 UTC  (3+ messages)
` [PATCH] NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copy

[PATCH v1 00/16] NFS/RDMA patches proposed for 4.1
 2015-03-16 12:28 UTC  (3+ messages)
` [PATCH v1 12/16] xprtrdma: Acquire FMRs in rpcrdma_fmr_register_external()

[PATCH 1/3] libtirpc: respin patches
 2015-03-16 12:27 UTC  (5+ messages)
` [PATCH v2 0/3] misc uClibc-related tweaks
  ` [PATCH v2 1/3] libtirpc: respin patches
  ` [PATCH v2 2/3] rpcbind: "
  ` [PATCH v2 3/3] packagegroup zeroconf: nss-mdns is libc dependant

[PATCH RESEND v10] sched/deadline: support dl task migration during cpu hotplug
 2015-03-16 12:09 UTC  (2+ messages)

nfsd use after free in 4.0-rc
 2015-03-16 12:27 UTC  (5+ messages)

ath10k tx99-like test mode?
 2015-03-16 12:21 UTC 

virtio-net: tx queue was stopped
 2015-03-16 12:26 UTC  (5+ messages)

[PATCH] Documentation: Remove mentioning of block barriers
 2015-03-16 12:26 UTC  (2+ messages)

[ath9k-devel] Multiple managed interfaces
 2015-03-16 12:24 UTC 

[U-Boot] [PATCH 1/3] common/armflash: Support for ARM flash images
 2015-03-16 12:23 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] vexpress64: juno: add default NOR flash boot
` [U-Boot] [PATCH 3/3] integrator: consolidate flash info

[PATCH] coredump: fix cn_printf formatting warnings
 2015-03-16 12:23 UTC  (2+ messages)

[PATCH/RFC 0/9] Next bunch of KVM/s390x changes for next
 2015-03-16 12:23 UTC  (8+ messages)
` [PATCH/RFC 4/9] KVM: s390: Add MEMOP ioctls for reading/writing guest memory
` [PATCH/RFC 5/9] KVM: s390: introduce post handlers for STSI

[PATCH] add upstream GRUB to the Xen build system
 2015-03-16 12:22 UTC  (5+ messages)

Bluetoothd crash/segfault when Chrombook creates connection with Samsung gear circle
 2015-03-16 12:22 UTC  (2+ messages)

[PATCH] phy: exynos5-usbdrd: Add to support for Exynos5433 SoC
 2015-03-16 12:21 UTC  (2+ messages)

[PATCH RFC] leds: Add status code trigger
 2015-03-16 12:20 UTC  (8+ messages)
            ` [PATCH] leds: Add arbitrary pattern trigger

[Qemu-devel] [PATCH] add pci-bridge-seat
 2015-03-16 12:20 UTC  (2+ messages)

[RFC 0/4] FIT Support
 2015-03-16 12:19 UTC  (13+ messages)
` [RFC 3/4] FIT: add FIT image support

[Qemu-devel] [PATCH] ui/cocoa.m: Give laptop users ability to scroll in monitor
 2015-03-16 12:19 UTC  (6+ messages)

[PATCH] NFSD: Put exports after nfsd4_layout_verify fail
 2015-03-16 12:19 UTC  (2+ messages)

[uml-devel] Hostfs updates
 2015-03-16 12:18 UTC  (4+ messages)
` [uml-devel] [PATCH 07/15] hostfs: Remove open coded strcpy()

[PATCH v2] drm/i915: Do not use ggtt_view with (aliasing) PPGTT
 2015-03-16 12:17 UTC  (3+ messages)

Improving the performance of my secondary HDD
 2015-03-16 12:17 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 for-2.3 00/28] hw/pc: implement multiple primary busses for pc machines
 2015-03-16 12:16 UTC  (9+ messages)
` [Qemu-devel] [PATCH v5 for-2.3 23/28] hw/pxb: add map_irq func
` [Qemu-devel] [PATCH v5 for-2.3 28/28] docs: Add PXB documentation

[PATCH 1/5] can: kvaser_usb: Avoid double free on URB submission failures
 2015-03-16 12:16 UTC  (4+ messages)
` [PATCH v5 1/2] can: kvaser_usb: Comply with firmware max tx URBs value

[PATCH] mm: trigger panic on bad page or PTE states if panic_on_oops
 2015-03-16 12:15 UTC  (5+ messages)

[PATCH V5 1/1] can: Add support for esd CAN PCIe/402 card
 2015-03-16 12:15 UTC 

[update][PATCH v10 06/21] ACPI / sleep: Introduce CONFIG_ACPI_GENERIC_SLEEP
 2015-03-16 12:14 UTC  (5+ messages)

Is RCU not safe enough to protect dcache hlist?
 2015-03-16 12:15 UTC  (3+ messages)

[PATCH 1/1] ARM: dts: don't make DP a consumer of DISP1 on Exynos5250
 2015-03-16 12:15 UTC  (3+ messages)

[RFC PATCH] PCI: Disable MSI/MSI-X only if device is shutdown
 2015-03-16 12:14 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: qemu treats TLS pointer in the wrong way when spicifying cpu cotrex-a15
 2015-03-16 12:14 UTC  (3+ messages)

[linux-lvm] device-mapper: snapshots: Invalidating snapshot: Unable to allocate exception
 2015-03-16 12:13 UTC  (2+ messages)

[Qemu-devel] [PATCH target-arm v3 00/15] Next Generation Xilinx Zynq SoC
 2015-03-16 12:12 UTC  (13+ messages)
` [Qemu-devel] [PATCH target-arm v3 02/15] target-arm: cpu64: Add support for cortex-a53
` [Qemu-devel] [PATCH target-arm v3 01/15] target-arm: cpu64: Factor out ARM cortex init
` [Qemu-devel] [PATCH target-arm v3 03/15] arm: Introduce Xilinx ZynqMP SoC
` [Qemu-devel] [PATCH target-arm v3 04/15] arm: xlnx-zynqmp: Add GIC
` [Qemu-devel] [PATCH target-arm v3 06/15] net: cadence_gem: Clean up variable names
` [Qemu-devel] [PATCH target-arm v3 05/15] arm: xlnx-zynqmp: Connect CPU Timers to GIC
` [Qemu-devel] [PATCH target-arm v3 07/15] net: cadence_gem: Split state struct and type into header
` [Qemu-devel] [PATCH target-arm v3 10/15] char: cadence_uart: "
` [Qemu-devel] [PATCH target-arm v3 09/15] char: cadence_uart: Clean up variable names
` [Qemu-devel] [PATCH target-arm v3 12/15] arm: Add xlnx-ep108 machine
` [Qemu-devel] [PATCH target-arm v3 13/15] arm: xilinx-ep108: Add external RAM
` [Qemu-devel] [PATCH target-arm v3 15/15] arm: xlnx-zynqmp: Add PSCI setup

[PATCH REGRESSION FIX] x86 idle: restore mwait_idle()
 2015-03-16 12:11 UTC  (2+ messages)
` [tip:sched/core] sched/idle/x86: Optimize unnecessary mwait_idle( ) resched IPIs

[PATCH] Revert "x86/mm/ASLR: Propagate base load address calculation"
 2015-03-16 12:11 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH REGRESSION FIX] x86 idle: restore mwait_idle()
 2015-03-16 12:11 UTC  (2+ messages)
` [tip:sched/core] sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance

[PATCH v3] drm/i915: Do not use ggtt_view with (aliasing) PPGTT
 2015-03-16 12:11 UTC 

[PATCH 00/10 v3] prepare for rsa support
 2015-03-16 12:10 UTC  (11+ messages)
` [PATCH 01/10] digest: add verify callback
  ` [PATCH 07/10] password: add pbkdf2 support

[PATCH 2/2 v2] x86: make 32-bit "emergency stack" better documented
 2015-03-16 12:10 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/32: Document the 32-bit SYSENTER " emergency stack" better

[PATCH 1/2] move offsetofend() from vfio.h to stddef.h
 2015-03-16 12:10 UTC  (2+ messages)
` [tip:x86/asm] include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header

[PATCH] x86: simplify task_pt_regs() macro definition
 2015-03-16 12:09 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry: Simplify "

[PATCH 3/3] x86_32: Document our abuse of ss1 and sp1
 2015-03-16 12:09 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/32: Document our abuse of x86_hw_tss: :ss1 and x86_hw_tss::sp1

[PATCH 2/3] x86: Unify and fix init sp0
 2015-03-16 12:09 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry: Unify and fix initial thread_struct: :sp0 values

[Qemu-devel] [PATCH] block: Deprecate QCOW/QCOW2 encryption
 2015-03-16 12:09 UTC  (2+ messages)

[PATCH 1/3] x86: Create and use a TOP_OF_KERNEL_STACK_PADDING macro
 2015-03-16 12:08 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry: Create and use a ' TOP_OF_KERNEL_STACK_PADDING' macro

[PATCH v3 2/2] x86_64,signal: Remove 'fs' and 'gs' from sigcontext
 2015-03-16 12:08 UTC  (2+ messages)
` [tip:x86/asm] x86/signal/64: "

[PATCH v3 1/2] x86_64,signal: Fix SS handling for signals delivered to 64-bit programs
 2015-03-16 12:08 UTC  (2+ messages)
` [tip:x86/asm] x86/signal/64: "

[PATCH] x86/fpu: drop_fpu() should not assume that tsk == current
 2015-03-16 12:07 UTC  (2+ messages)
` [tip:x86/urgent] x86/fpu: Drop_fpu() should not assume that tsk equals current

[PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
 2015-03-16 12:07 UTC  (2+ messages)
` [tip:x86/build] "

[PATCH 1/1] x86/fpu: x86/fpu: avoid math_state_restore() without used_math() in __restore_xstate_sig()
 2015-03-16 12:07 UTC  (2+ messages)
` [tip:x86/urgent] x86/fpu: Avoid "

[BUG] cpu hot-remove fails with nvme device
 2015-03-16 12:07 UTC 

[PATCH] perf: fix put_event() ctx leak
 2015-03-16 12:06 UTC  (2+ messages)
` [tip:perf/urgent] perf: Fix context leak in put_event()

[PATCH v4] x86: Fix sibling map with NumaChip
 2015-03-16 12:06 UTC  (2+ messages)
` [tip:x86/urgent] x86/apic/numachip: "

[PATCH 0/8] pull: logger: add tests and fix couple issues
 2015-03-16 12:06 UTC  (3+ messages)

[PATCH v3]x86: Bypass legacy PIC and PIT in ACPI hardware reduced mode
 2015-03-16 12:06 UTC  (2+ messages)
` [tip:x86/urgent] x86/platform, acpi: "

[PATCH 4/4] x86: entry_64.S: remove unused thread_struct::usersp
 2015-03-16 12:05 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/64: Remove unused thread_struct:: usersp

[PATCH 3/4] x86: save user rsp in pt_regs->sp on SYSCALL64 fastpath
 2015-03-16 12:05 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/64: Save user RSP in pt_regs-> sp "

[PATCH 2/4] x86: entry_64.S: remove stub_iopl
 2015-03-16 12:05 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/64: Remove stub_iopl

[PATCH 1/4] x86: save r11 into pt_regs->flags on SYSCALL64 fastpath
 2015-03-16 12:04 UTC  (2+ messages)
` [tip:x86/asm] x86/asm/entry/64: Save R11 into pt_regs-> flags "

[PATCH 2/2] [v2] net/fsl: modify xgmac_mdio for little endian SoCs
 2015-03-16 10:56 UTC 

[PATCH] ASoC: rt5677: add API to select ASRC clock source
 2015-03-16 12:03 UTC  (2+ messages)

[PATCH 1/2] [v2] net/fsl: fix a bug in xgmac_mdio
 2015-03-16 10:55 UTC 

crc error when decode_message?
 2015-03-16 12:02 UTC 

thermal: cpu_cooling: Power calculation when CPUs are hotplugged
 2015-03-16 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] thermal: cpu_cooling: Remove cpu_dev update on policy CPU update
` [PATCH v2 2/2] thermal: cpu_cooling: Fix power calculation when CPUs are offline


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.