All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-12-24 04:21:38 to 2014-12-24 07:18:03 UTC [more...]

[RFC/PATCHSET 00/37] perf tools: Speed-up perf report by using multi thread (v1)
 2014-12-24  7:15 UTC  (22+ messages)
` [PATCH 01/37] perf tools: Set attr.task bit for a tracking event
` [PATCH 02/37] perf record: Use a software dummy event to track task/mmap events
` [PATCH 12/37] perf tools: Add a test case for thread comm handling
` [PATCH 13/37] perf tools: Use thread__comm_time() when adding hist entries
` [PATCH 16/37] perf tools: Add a test case for timed thread handling
` [PATCH 17/37] perf tools: Maintain map groups list in a leader thread
` [PATCH 18/37] perf tools: Remove thread when map groups initialization failed
` [PATCH 19/37] perf tools: Introduce thread__find_addr_location_time() and friends
` [PATCH 20/37] perf tools: Add a test case for timed map groups handling
` [PATCH 21/37] perf tools: Protect dso symbol loading using a mutex
` [PATCH 23/37] perf tools: Protect dso cache fd with "
` [PATCH 24/37] perf session: Pass struct events stats to event processing functions
` [PATCH 25/37] perf hists: Pass hists struct to hist_entry_iter functions
` [PATCH 28/37] perf tools: Add missing_threads rb tree
` [PATCH 30/37] perf tools: Fix progress ui to support multi thread
` [PATCH 32/37] perf report: Add --multi-thread option and config item
` [PATCH 33/37] perf tools: Add front cache for dso data access
` [PATCH 34/37] perf tools: Convert lseek + read to pread
` [PATCH 35/37] perf callchain: Save eh/debug frame offset for dwarf unwind
` [PATCH 36/37] perf tools: Add new perf data command
` [PATCH 37/37] perf data: Implement 'split' subcommand

[PATCH] Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
 2014-12-24  7:18 UTC  (2+ messages)

[PATCH v2 00/49] *** Add Flexfile Layout Module ***
 2014-12-24  7:17 UTC  (51+ messages)
` [PATCH v2 01/49] pnfs: Prepare for flexfiles by pulling out common code
` [PATCH v2 02/49] pnfs: Do not grab the commit_info lock twice when rescheduling writes
` [PATCH v2 03/49] nfs41: pull data server cache from file layout to generic pnfs
` [PATCH v2 04/49] nfs41: pull nfs4_ds_connect "
` [PATCH v2 05/49] nfs41: pull decode_ds_addr "
` [PATCH v2 06/49] nfs41: allow LD to choose DS connection auth flavor
` [PATCH v2 07/49] nfs41: move file layout macros to generic pnfs
` [PATCH v2 08/49] nfsv3: introduce nfs3_set_ds_client
` [PATCH v2 09/49] nfs41: allow LD to choose DS connection version/minor_version
` [PATCH v2 10/49] nfs41: create NFSv3 DS connection if specified
` [PATCH v2 11/49] pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
` [PATCH v2 12/49] nfs: allow different protocol in nfs_initiate_commit
` [PATCH v2 13/49] nfs4: pass slot table to nfs40_setup_sequence
` [PATCH v2 14/49] nfs4: export nfs4_sequence_done
` [PATCH v2 15/49] nfs: allow to specify cred in nfs_initiate_pgio
` [PATCH v2 16/49] NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()
` [PATCH v2 17/49] sunrpc: add rpc_count_iostats_idx
` [PATCH v2 18/49] nfs: set hostname when creating nfsv3 ds connection
` [PATCH v2 19/49] nfs/flexclient: export pnfs_layoutcommit_inode
` [PATCH v2 20/49] nfs41: close a small race window when adding new layout to global list
` [PATCH v2 21/49] nfs41: serialize first layoutget of a file
` [PATCH v2 22/49] nfs: save server READ/WRITE/COMMIT status
` [PATCH v2 23/49] nfs41: pass iomode through layoutreturn args
` [PATCH v2 24/49] nfs41: make a helper function to send layoutreturn
` [PATCH v2 25/49] nfs41: add a helper to mark layout for return
` [PATCH v2 26/49] nfs41: don't use a layout if it is marked for returning
` [PATCH v2 27/49] nfs41: send layoutreturn in last put_lseg
` [PATCH v2 28/49] nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to send
` [PATCH v2 29/49] nfs/filelayout: use pnfs_error_mark_layout_for_return
` [PATCH v2 30/49] nfs: introduce pg_cleanup op for pgio descriptors
` [PATCH v2 31/49] pnfs: release lseg in pnfs_generic_pg_cleanup
` [PATCH v2 32/49] nfs: handle overlapping reqs in lock_and_join
` [PATCH v2 33/49] nfs: rename pgio header ds_idx to ds_commit_idx
` [PATCH v2 34/49] pnfs: pass ds_commit_idx through the commit path
` [PATCH v2 35/49] nfs: add mirroring support to pgio layer
` [PATCH v2 36/49] nfs: mirroring support for direct io
` [PATCH v2 37/49] pnfs: fail comparison when bucket verifier not set
` [PATCH v2 38/49] nfs41: add a debug warning if we destroy an unempty layout
` [PATCH v2 39/49] nfs: only reset desc->pg_mirror_idx when mirroring is supported
` [PATCH v2 40/49] nfs: add nfs_pgio_current_mirror helper
` [PATCH v2 41/49] pnfs: allow LD to ask to resend read through pnfs
` [PATCH v2 42/49] nfs41: add range to layoutreturn args
` [PATCH v2 43/49] nfs41: allow async version layoutreturn
` [PATCH v2 44/49] nfs41: introduce NFS_LAYOUT_RETURN_BEFORE_CLOSE
` [PATCH v2 45/49] nfs/flexfiles: send layoutreturn before freeing lseg
` [PATCH v2 46/49] nfs41: add NFS_LAYOUT_RETRY_LAYOUTGET to layout header flags
` [PATCH v2 47/49] nfs: add a helper to set NFS_ODIRECT_RESCHED_WRITES to direct writes
` [PATCH v2 48/49] nfs41: wait for LAYOUTRETURN before retrying LAYOUTGET
` [PATCH v2 49/49] pnfs/flexfiles: Add the FlexFile Layout Driver

[PATCH] i40e: workaround for XL710 performance
 2014-12-24  7:14 UTC 

[PATCH 0/3] Early 8250 fixlets
 2014-12-24  7:12 UTC  (8+ messages)
` [PATCH 1/3] serial: 8250_early: optimize early 8250 uart
` [PATCH 2/3] serial: 8250_early: prepare for dynamic BASE_BAUD
` [PATCH 3/3] ARC: runtime determine BASE_BAUD per machine

[PATCH] btrfs-progs: doc: fix incorrect format of 'l' option in mkfs.btrfs
 2014-12-24  7:10 UTC 

new behaviors: ?2.99.917?
 2014-12-24  7:07 UTC  (2+ messages)

[PATCH v5 0/6] Touchscreen performance related fixes
 2014-12-24  7:03 UTC  (21+ messages)
` [PATCH v5 1/6] input: touchscreen: ti_am335x_tsc Interchange touchscreen and ADC steps
` [PATCH v5 2/6] input: touchscreen: ti_am335x_tsc: Remove udelay in interrupt handler
` [PATCH v5 3/6] mfd: ti_am335x_tscadc: Remove unwanted reg_se_cache save
` [PATCH v5 4/6] ARM: dts: AM335x: Make charge delay a DT parameter for TSC
` [PATCH v5 5/6] input: touchscreen: ti_am335x_tsc: Use charge delay DT parameter
` [PATCH v5 6/6] input: touchscreen: ti_am335x_tsc: Replace delta filtering with median filtering

[PATCH v4 0/5] ASoC: dwc: Add device tree support to designware I2S
 2014-12-24  6:56 UTC  (9+ messages)
` [PATCH v4 1/5] ASoC: dwc: Prepare clock before use
` [PATCH v4 2/5] ASoC: dwc: Switch to managed clock resource

[U-Boot] [PATCH 0/9] Remove use of gdata for global_data
 2014-12-24  6:53 UTC  (5+ messages)
` [U-Boot] [PATCH 1/9] arm: Add warnings about using gdata
` [U-Boot] [PATCH 6/9] imx: cm_fx6: Remove reference to gdata

[v3.19-rc1] read_events => aio_read_events => WARNING: "do not call blocking ops when !TASK_RUNNING"
 2014-12-24  6:50 UTC  (2+ messages)

[PATCH 0/2] kbuild: Refactor ./Kbuild
 2014-12-24  6:49 UTC  (3+ messages)
` [PATCH 1/2] kbuild: merge bounds.h and asm-offsets.h rules
` [PATCH 2/2] kbuild: remove redundant line from bounds.h/asm-offsets.h

[PATCH] dm: fix wrong comment
 2014-12-24  6:48 UTC 

[PATCH] Btrfs: call inode_dec_link_count() on mkdir error path
 2014-12-24  6:45 UTC 

md_raid5 using 100% CPU and hang with status resync=PENDING, if a drive is removed during initialization
 2014-12-24  6:45 UTC 

[PATCH] openvswitch: fix odd_ptr_err.cocci warnings
 2014-12-24  6:41 UTC  (2+ messages)

[PATCH net v2] net: Generalize ndo_gso_check to ndo_features_check
 2014-12-24  6:37 UTC 

[PATCH 0/6] Enable VF RSS for Niantic
 2014-12-24  6:37 UTC  (4+ messages)

[PATCH] ARM: 8235/1: Support for the PXN CPU feature on ARMv7
 2014-12-24  6:35 UTC 

hi I'm confused with Implementation of RPS and RFS
 2014-12-24  6:34 UTC 

[PATCH 0/5] can-utils: slcand: minor fixes and udev scripts
 2014-12-24  6:20 UTC  (4+ messages)
` [PATCH 4/5] use line discipline number from linux/tty.h

[PATCH 0/8] ARM: Conexant Digicolor CX92755 SoC support
 2014-12-24  6:16 UTC  (9+ messages)
` [PATCH 2/8] ARM: digicolor: add low level debug support
` [PATCH 5/8] irqchip: Conexant CX92755 interrupts controller driver

[PATCH v3] staging: rtl8723au: fix sparse warning
 2014-12-24  6:15 UTC 

[xfstests] Errors when stress testing. edward-430, edward-1192, edward-219
 2014-12-24  6:12 UTC  (2+ messages)

[PATCH] cpufreq: suspend cpufreq governors on shutdown
 2014-12-24  6:10 UTC  (4+ messages)

[PATCH v2] cpufreq: suspend cpufreq governors on shutdown
 2014-12-24  6:09 UTC  (2+ messages)

[PATCH v2] staging: rtl8723au: fix sparse warning
 2014-12-24  6:08 UTC  (2+ messages)

[PATCH net-next 1/2] net: gianfar: mark the local functions static
 2014-12-24  6:05 UTC  (2+ messages)
` [PATCH net-next 2/2] net: gianfar: add missing __iomem annotation

[PATCH] perf hists browser: Fix segfault when showing callchain
 2014-12-24  6:04 UTC 

[PATCH net 0/6] openvswitch: datapath fixes
 2014-12-24  5:58 UTC  (2+ messages)

Building clang with Yocto
 2014-12-24  5:54 UTC  (7+ messages)

[PATCH] Btrfs: Remove unnecessary placeholder in btrfs_err_code
 2014-12-24  5:52 UTC 

[GIT PULL FOR v3.20] R-Car DMA engine driver
 2014-12-24  5:47 UTC  (2+ messages)

[PATCH v2 0/4] ARM: dts: Add USB node for exynos3250 SoC boards
 2014-12-24  5:45 UTC  (6+ messages)
` [PATCH v2 1/4] ARM: dts: Add exynos_usbphy node for exynos3250
` [PATCH v2 2/4] ARM: dts: Add hsotg "
` [PATCH v2 3/4] ARM: dts: Enable USB node for exynos3250-rinato
` [PATCH v2 4/4] ARM: dts: Enable USB node for exynos3250-monk

[PATCH] linux/kernel.h: merge ARRAY_AND_SIZE defines
 2014-12-24  5:44 UTC  (4+ messages)

[PATCH] usb: gadget: ffs: Fix sparse error
 2014-12-24  5:39 UTC  (2+ messages)

Merry Xmas and how 2 get your spendings back ;)
 2014-12-24 13:51 UTC 

[PATCH 2/2 v2] dmaengine: rcar-audmapp: independent from SH_DMAE_BASE v2
 2014-12-24  5:35 UTC  (2+ messages)

[PATCH RFC v3 00/18] Add support for i.MX MIPI DSI DRM driver
 2014-12-24  5:28 UTC  (6+ messages)
` [PATCH RFC v3 13/18] drm: panel: Add support for Himax HX8369A MIPI DSI panel

need help on assembly book's example(intel on win/dos 32/16bit)
 2014-12-24  5:26 UTC 

[PATCH 0/6] Enable VF RSS for Niantic
 2014-12-24  5:23 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] ixgbe: Code cleanup
    ` [PATCH v3 0/6] Enable VF RSS for Niantic
        ` [PATCH v3 1/6] ixgbe: Code cleanup
        ` [PATCH v3 2/6] ixgbe: Negotiate VF API version
        ` [PATCH v3 3/6] ixgbe: Get VF queue number
        ` [PATCH v3 4/6] ether: Check VMDq RSS mode
        ` [PATCH v3 5/6] ixgbe: Config VF RSS
        ` [PATCH v3 6/6] testpmd: Set Rx VMDq RSS mode

[PATCH V3 0/2] dmaengine: Support for IMG MDC
 2014-12-24  5:22 UTC  (3+ messages)
` [PATCH V3 2/2] dmaengine: Add driver "

[PATCH net] net: Reset secmark when scrubbing packet
 2014-12-24  5:22 UTC  (2+ messages)

[PATCH 1/2] Remove unnecessary placeholder in btrfs_err_code
 2014-12-24  5:12 UTC  (4+ messages)

[PATCH net] net: Generalize ndo_gso_check to ndo_features_check
 2014-12-24  5:11 UTC  (3+ messages)

[PATCH net] net: Fix stacked vlan offload features computation
 2014-12-24  5:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/13] migration: Add a new feature to do live migration
 2014-12-24  5:08 UTC  (2+ messages)

[PATCH RFC 0/3] DPDK ethdev callback support
 2014-12-24  5:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] x86: Remove include directory in arch/x86/dts
 2014-12-24  5:06 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] x86: Remove alex.dts "
` [U-Boot] [PATCH 3/5] x86: Rename coreboot.dsti to serial.dtsi
` [U-Boot] [PATCH 4/5] x86: Clean up the board dts files
` [U-Boot] [PATCH 5/5] x86: Only compile dts file for a specific board

[PATCH] sparse: Make struct token::special signed
 2014-12-24  5:01 UTC  (3+ messages)

[v3 00/26] Add VT-d Posted-Interrupts support
 2014-12-24  4:54 UTC  (15+ messages)
` [v3 06/26] iommu, x86: No need to migrating irq for VT-d Posted-Interrupts

[linux-next test] 32600: regressions - FAIL
 2014-12-24  4:51 UTC 

[PATCH 1/2] merge_config.sh: Display usage if given too few arguments
 2014-12-24  4:51 UTC  (3+ messages)
` [PATCH 2/2] merge_config.sh: add -? for help

[PATCH] kbuild: create a build directory automatically for out-of-tree build
 2014-12-24  4:35 UTC 

[RFC/PATCH] extcon: otg_gpio: add driver for USB OTG port controlled by GPIO(s)
 2014-12-24  3:08 UTC  (4+ messages)

[PATCH 0/2] kbuild: Fix "make clean" and move asm-offsets.h rule
 2014-12-24  4:23 UTC  (3+ messages)
` [PATCH 1/2] kbuild: add ./Kbuild file to fix "make clean"
` [PATCH 2/2] kbuild: move asm-offsets.h rule to ./Kbuild

[PATCH 0/3] kbuild: drop redundant code
 2014-12-24  4:21 UTC  (4+ messages)
` [PATCH 1/3] kbuild: remove redundant -include include/generated/autoconf.h
` [PATCH 2/3] kbuild: do not create symbolic link include/asm
` [PATCH 3/3] kbuild: do not create include2 directory


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.