All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-09 17:31:24 to 2016-03-09 18:31:11 UTC [more...]

"scsi: use host wide tags by default" causes uas regression
 2016-03-09 18:31 UTC  (4+ messages)

[PATCH] fix: print ext4 mountopt data_err=abort correctly
 2016-03-09 18:30 UTC  (4+ messages)
` (no subject)
  ` (unknown),

[PATCH] Fix regression during add devices
 2016-03-09 18:30 UTC  (2+ messages)

diagnosing unexpected sched_stat_wait
 2016-03-09 18:30 UTC  (6+ messages)

[PATCH V2 0/6] thermal: add devm_ version of thermal_zone register and driver for max77620
 2016-03-09 18:29 UTC  (2+ messages)

git smudge filter fails
 2016-03-09 18:29 UTC 

[PATCH v3 1/4] xtensa: clear all DBREAKC registers on start
 2016-03-09 18:29 UTC 

don't use printf!
 2016-03-09 18:28 UTC 

[PATCH] x86_32: add support for 64 bit __get_user()
 2016-03-09 18:27 UTC  (8+ messages)

STV_PROTECTED
 2016-03-09 18:26 UTC  (4+ messages)

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2016-03-09 18:23 UTC 

[PATCH] inet: set `error' value not under lock_sock()
 2016-03-09 18:22 UTC 

[PATCH] drm/i915: implement WaClearTdlStateAckDirtyBits
 2016-03-09 18:20 UTC  (2+ messages)

[PATCH] package-deb: Ignore circular dependencies
 2016-03-09 18:19 UTC 

[PATCH 0/2] gitk: alter the ordering for the "Tags and heads" view
 2016-03-09 18:18 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gitk: add an option to enable sorting the "Tags and heads" view by ref type

[PATCH (net.git) 0/2] stmmac: MDIO fixes
 2016-03-09 18:20 UTC  (2+ messages)

[Qemu-devel] [RFC] [tcg] Idea on refactoring target code generation loop (gen_intermediate_code)
 2016-03-09 18:16 UTC  (3+ messages)

[PATCH]x86/cpufeatures.h: Enumerate A Few New AVX-512 Features
 2016-03-09 21:13 UTC 

[Qemu-devel] [PATCH v2 00/10] Provide a QOM-based authorization API
 2016-03-09 18:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 01/10] qdict: implement a qdict_crumple method for un-flattening a dict

[Patch v3] ARM: dts: vf610-zii-dev: Add ZII development board
 2016-03-09 18:15 UTC 

Possible bug: --ext-diff ignored with --cc in git log
 2016-03-09 17:43 UTC 

Build Appliance replacement
 2016-03-09 18:14 UTC 

Thoughts on tightening up user namespace creation
 2016-03-09 18:14 UTC  (3+ messages)

[RFC/PATCH 00/48] Libifying git apply
 2016-03-09 18:14 UTC  (50+ messages)
` [RFC/PATCH 01/48] builtin/apply: avoid parameter shadowing 'p_value' global
` [RFC/PATCH 02/48] builtin/apply: avoid parameter shadowing 'linenr' global
` [RFC/PATCH 03/48] builtin/apply: avoid local variable shadowing 'len' parameter
` [RFC/PATCH 04/48] builtin/apply: extract line_by_line_fuzzy_match() from match_fragment()
` [RFC/PATCH 05/48] builtin/apply: move 'options' variable into cmd_apply()
` [RFC/PATCH 06/48] builtin/apply: introduce 'struct apply_state' to start libifying
` [RFC/PATCH 07/48] builtin/apply: move 'newfd' global into 'struct apply_state'
` [RFC/PATCH 08/48] builtin/apply: move 'unidiff_zero' "
` [RFC/PATCH 09/48] builtin/apply: move 'check' "
` [RFC/PATCH 10/48] builtin/apply: move 'check_index' "
` [RFC/PATCH 11/48] builtin/apply: move 'apply_in_reverse' "
` [RFC/PATCH 12/48] builtin/apply: move 'apply_with_reject' "
` [RFC/PATCH 13/48] builtin/apply: move 'apply_verbosely' "
` [RFC/PATCH 14/48] builtin/apply: move 'update_index' "
` [RFC/PATCH 15/48] builtin/apply: move 'allow_overlap' "
` [RFC/PATCH 16/48] builtin/apply: move 'cached' "
` [RFC/PATCH 17/48] builtin/apply: move 'diffstat' "
` [RFC/PATCH 18/48] builtin/apply: move 'numstat' "
` [RFC/PATCH 19/48] builtin/apply: move 'summary' "
` [RFC/PATCH 20/48] builtin/apply: move 'threeway' "
` [RFC/PATCH 21/48] builtin/apply: move 'no-add' "
` [RFC/PATCH 22/48] builtin/apply: move 'unsafe_paths' "
` [RFC/PATCH 23/48] builtin/apply: move 'line_termination' "
` [RFC/PATCH 24/48] builtin/apply: move 'fake_ancestor' "
` [RFC/PATCH 25/48] builtin/apply: move 'p_context' "
` [RFC/PATCH 26/48] builtin/apply: move 'apply' "
` [RFC/PATCH 27/48] builtin/apply: move 'read_stdin' global into cmd_apply()
` [RFC/PATCH 28/48] builtin/apply: move 'lock_file' global into 'struct apply_state'
` [RFC/PATCH 29/48] builtin/apply: move 'patch_input_file' "
` [RFC/PATCH 30/48] builtin/apply: move 'limit_by_name' "
` [RFC/PATCH 31/48] builtin/apply: move 'has_include' "
` [RFC/PATCH 32/48] builtin/apply: move 'p_value' "
` [RFC/PATCH 33/48] builtin/apply: move 'p_value_known' "
` [RFC/PATCH 34/48] builtin/apply: move 'root' "
` [RFC/PATCH 35/48] builtin/apply: move 'whitespace_error' "
` [RFC/PATCH 36/48] builtin/apply: move 'whitespace_option' "
` [RFC/PATCH 37/48] builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
` [RFC/PATCH 38/48] builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
` [RFC/PATCH 39/48] builtin/apply: move 'applied_after_fixing_ws' "
` [RFC/PATCH 40/48] builtin/apply: move 'ws_error_action' "
` [RFC/PATCH 41/48] builtin/apply: move 'ws_ignore_action' "
` [RFC/PATCH 42/48] builtin/apply: move 'max_change' and 'max_len' "
` [RFC/PATCH 43/48] builtin/apply: move 'linenr' global "
` [RFC/PATCH 44/48] builtin/apply: move 'fn_table' "
` [RFC/PATCH 45/48] builtin/apply: move 'symlink_changes' "
` [RFC/PATCH 46/48] builtin/apply: move 'state' init into init_apply_state()
` [RFC/PATCH 47/48] builtin/apply: move 'state' check into check_apply_state()
` [RFC/PATCH 48/48] builtin/apply: move applying patches into apply_all_patches()

pull request: iwlwifi-next 2016-03-09
 2016-03-09 18:14 UTC  (24+ messages)
` [PATCH 01/21] iwlwifi: pcie: forbid RTPM on device removal
` [PATCH 02/21] iwlwifi: pcie: refactor RXBs reclaiming code
` [PATCH 03/21] iwlwifi: pcie: set RB chunk size back to 64
` [PATCH 04/21] iwlwifi: mvm: avoid panics with thermal device usage
` [PATCH 05/21] iwlwifi: refactor the code that reads the MAC address from the NVM
` [PATCH 06/21] iwlwifi: mvm: fix unregistration of thermal in some error flows
` [PATCH 07/21] iwlwifi: mvm: set the correct amsdu enum values
` [PATCH 08/21] iwlwifi: mvm: extend time event duration
` [PATCH 09/21] iwlwifi: mvm: add ctdp operations to debugfs
` [PATCH 10/21] iwlwifi: mvm: turn off AMSDU bit in QoS control for de-aggregated AMSDUs
` [PATCH 11/21] iwlwifi: mvm: ROC: cleanup time event info on FW failure
` [PATCH 12/21] iwlwifi: mvm: add support for async rx handler without hold the mutex
` [PATCH 13/21] iwlwifi: pcie: fine tune number of rxbs
` [PATCH 14/21] iwlwifi: add support for getting HW address from CSR
` [PATCH 15/21] iwlwifi: mvm: don't let NDPs mess the packet tracking
` [PATCH 16/21] iwlwifi: mvm: remove RRM advertisement
` [PATCH 17/21] iwlwifi: mvm: return the cooling state index instead of the budget
` [PATCH 18/21] iwlwifi: pcie: avoid restocks inside rx loop if not emergency
` [PATCH 19/21] iwlwifi: mvm: adapt the firmware assert log to new firmware
` [PATCH 20/21] iwlwifi: mvm: don't try to offload AES-CMAC in AP/IBSS modes
` [PATCH 21/21] iwlwifi: mvm: update GSCAN capabilities

[Patch v4 0/6] ARM: am335x/am437x/dra7: Add PWM support for DRA7
 2016-03-09 18:14 UTC  (6+ messages)
` [Patch v4 6/6] ARM: dts: DRA7: Add dt nodes for PWMSS

[Qemu-devel] [PATCH v11 0/3] qapi: child add/delete support
 2016-03-09 18:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH v11 1/3] Add new block driver interface to add/delete a BDS's child
` [Qemu-devel] [PATCH v11 2/3] quorum: implement bdrv_add_child() and bdrv_del_child()
` [Qemu-devel] [PATCH v11 3/3] qmp: add monitor command to add/remove a child

[Qemu-devel] [Qemu-block] [PATCH] block/gluster: add support for SEEK_DATA/SEEK_HOLE
 2016-03-09 18:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2] "

kernel: "devtool modify -x" issue
 2016-03-09 18:12 UTC 

[PATCH 0/2] add support for buffered tx to ethdev
 2016-03-09 18:12 UTC  (5+ messages)
` [PATCH v2 1/2] ethdev: add buffered tx api

[RFC PATCH] x86/delay: Do not use cpu_tss in preemptible ctxt in delay_mwaitx()
 2016-03-09 18:10 UTC  (3+ messages)

[PATCH] extensions: libxt_CONNMARK.c: Add translation to nft
 2016-03-09 18:08 UTC  (6+ messages)

[PATCH v3 00/19] x86, boot: kaslr cleanup and 64bit kaslr support
 2016-03-09 18:07 UTC  (7+ messages)
` [PATCH v3 16/19] x86, kaslr: Randomize physical and virtual address of kernel separately

[Qemu-devel] [PATCH v1 00/21] Multiple fixes & improves to QIOChannel & Win32
 2016-03-09 18:06 UTC  (18+ messages)
` [Qemu-devel] [PATCH v1 12/21] io: implement socket watch for win32 using WSAEventSelect+select
` [Qemu-devel] [PATCH v1 13/21] char: ensure listener socket is in blocking mode when waiting
` [Qemu-devel] [PATCH v1 14/21] char: remove qemu_chr_finish_socket_connection method
` [Qemu-devel] [PATCH v1 16/21] char: remove qemu_chr_open_socket_fd method
` [Qemu-devel] [PATCH v1 17/21] osdep: add wrappers for socket functions
` [Qemu-devel] [PATCH v1 19/21] osdep: remove use of socket_error() from all code
` [Qemu-devel] [PATCH v1 20/21] osdep: remove direct use of qemu_socket & qemu_accept
` [Qemu-devel] [PATCH v1 21/21] error: ensure errno detail is printed with error_abort

[PATCH v5 0/2] iio:core: introduce timestamping clock selection
 2016-03-09 18:05 UTC  (3+ messages)
` [PATCH v5 1/2] timekeeping: export get_monotonic_coarse64 symbol
` [PATCH v5 2/2] iio:core: timestamping clock selection support

[PATCH 0/5] drm/i915: CHV regressions fixes
 2016-03-09 18:03 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

Bcache on SLES 12
 2016-03-09 18:03 UTC 

Commit message not helpful after merge squash with conflicts
 2016-03-09 18:04 UTC  (4+ messages)
` [PATCH] Also read SQUASH_MSG if a conflict on a merge squash occurred

[PATCH v14 0/2] Add VT-d Posted-Interrupts support
 2016-03-09 18:02 UTC  (15+ messages)
` [PATCH v14 1/2] vmx: VT-d posted-interrupt core logic handling
  ` Ideas "
                        ` On setting clear criteria for declaring a feature acceptable (was "vmx: VT-d posted-interrupt core logic handling")

Change in .gitignore handling: intended or bug?
 2016-03-09 18:02 UTC  (13+ messages)

[Buildroot] [PATCH v2 1/2] help: add a way to document targets declared in local.mk/external.mk
 2016-03-09 18:01 UTC  (8+ messages)
` [Buildroot] [PATCH v2 2/2] help: relocate help messages specific to one package

[PATCH v6 00/11] Multi-instance vTPM driver
 2016-03-09 18:01 UTC  (17+ messages)
  ` [PATCH v6 01/11] tpm: Get rid of chip->pdev
  ` [PATCH v6 02/11] tpm: Get rid of devname
  ` [PATCH v6 03/11] tpm: Provide strong locking for device removal
  ` [PATCH v6 04/11] tpm: Get rid of module locking
  ` [PATCH v6 05/11] tpm: Split out the devm stuff from tpmm_chip_alloc
  ` [PATCH v6 06/11] tpm: Replace device number bitmap with IDR
  ` [PATCH v6 07/11] tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
  ` [PATCH v6 11/11] A test program for vTPM device creation
` [PATCH v6 08/11] tpm: Driver for supporting multiple emulated TPMs
` [PATCH v6 09/11] tpm: Initialize TPM and get durations and timeouts
` [PATCH v6 10/11] tpm: Add documentation for the tpm_vtpm device driver

[U-Boot] [RESEND PATCH 4/7 v5] pci/layerscape: add support for LUT
 2016-03-09 18:01 UTC  (2+ messages)

[RFC PATCH] x86/vdso/32: Add AT_SYSINFO cancellation helpers
 2016-03-09 17:58 UTC  (2+ messages)

GIT_CEILING_DIRECTORY
 2016-03-09 17:57 UTC  (3+ messages)

Change in .gitignore handling: intended or bug?
 2016-03-09 17:55 UTC  (3+ messages)
` [PATCH] dir.c: fix dir re-inclusion rules with "NODIR" and "MUSTBEDIR"

[RFC] net: ipv4 -- Introduce ifa limit per net
 2016-03-09 17:53 UTC  (5+ messages)

[PATCH 0/3] pinmux support for Broadcom NS2 SoC
 2016-03-09 17:50 UTC  (5+ messages)
` [PATCH 2/3] pinctrl: ns2: add pinmux driver "

[PATCH] mempool: avoid memory waste with large pagesize
 2016-03-09 17:49 UTC  (2+ messages)

[PATCH] drm/radeon: refactor CIK tiling table initialization
 2016-03-09 17:47 UTC  (3+ messages)

[U-Boot] [PATCH] usb: Add new command to regress USB devices
 2016-03-09 17:46 UTC  (5+ messages)

[RFC] eal: add cgroup-aware resource self discovery
 2016-03-09 17:45 UTC  (12+ messages)
` [PATCH] eal: add option --avail-cores to detect lcores

[PATCH v3 0/2] Make the pcidevs_lock a recursive one
 2016-03-09 17:45 UTC  (3+ messages)
` [PATCH v3 2/2] IOMMU/spinlock: "

autofs linux 3.8.13 and "Too many levels of symbolic links"
 2016-03-09 17:44 UTC  (17+ messages)
    `  "

[PATCH v2] doc: add Vector FM10K introductions
 2016-03-09 17:42 UTC  (4+ messages)
` [PATCH v3] "

[RFC PATCH net-next 0/2] net: switchdev: add attribute for port bridging
 2016-03-09 17:42 UTC  (3+ messages)
` [RFC PATCH net-next 1/2] net: bridge: add switchdev attr "
` [RFC PATCH net-next 2/2] net: dsa: support SWITCHDEV_ATTR_ID_PORT_BRIDGE_IF

[U-Boot] buildman for sandbox
 2016-03-09 17:43 UTC  (4+ messages)

[LTP] [PATCH 1/2] lib/tst_mkfs: new tst_mkfs_sized function for create appointed size fs
 2016-03-09 17:43 UTC  (8+ messages)

[PATCH] arm64: Fix the ptep_set_wrprotect() to set PTE_DIRTY if (PTE_DBM && !PTE_RDONLY)
 2016-03-09 17:43 UTC  (6+ messages)

[PATCH 0/8] mdadm static checker fixes
 2016-03-09 17:42 UTC  (3+ messages)
` [PATCH 4/8] Grow: Grow_addbitmap(): Add check to quiet down static code checkers

[tegrarcm PATCH v1 0/4] Add flashing support for T124 rsa fused board
 2016-03-09 17:41 UTC  (13+ messages)
` [tegrarcm PATCH v1 1/4] Add option "--pkc"
` [tegrarcm PATCH v1 2/4] Add option --ml_rcm <rcm_ml_blob>
` [tegrarcm PATCH v1 4/4] Increate USB timeout value

[PATCH v2] docs: add statistics read frequency to fm10k guide
 2016-03-09 17:39 UTC  (3+ messages)
` [PATCH v3] "

+ x86-add-support-for-pud-sized-transparent-hugepages-checkpatch-fixes.patch added to -mm tree
 2016-03-09 17:40 UTC  (4+ messages)

[PATCH 0/3] perf/x86/pebs: various important fixes for PEBS
 2016-03-09 17:40 UTC  (14+ messages)
` [PATCH 2/3] perf/x86/pebs: add workaround for broken OVFL status on HSW

[PATCH] perl-rdepends: Remove circular dependencies
 2016-03-09 17:39 UTC 

[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-09 17:39 UTC  (12+ messages)

[PATCH v2] doc/nic: add ixgbe statistics on read frequency
 2016-03-09 17:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/3] Introduce device_add_disk() to kill gendisk.driverfs_dev
 2016-03-09 17:38 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] Separate QUORUM_REPORT_BAD events according to their node name
 2016-03-09 17:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH 4/4] iotests: Add test for QMP event rates
  ` [Qemu-devel] [Qemu-block] "

gretap default MTU question
 2016-03-09 17:25 UTC 

Linux netfilter IPT_SO_SET_REPLACE memory corruption
 2016-03-09 17:33 UTC  (2+ messages)

[meta-webserver][PATCH v3 1/3] nginx: split parts out of the recipe into nginx.inc
 2016-03-09 17:34 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 Resend 00/11] vfio-pci: pass the aer error to guest, part2
 2016-03-09 17:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 09/11] vfio: vote a device to do host bus reset


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.