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

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 v5 0/2] iio:core: introduce timestamping clock selection
 2016-03-09 18:03 UTC 

[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

[Qemu-devel] [PATCH v1 00/21] Multiple fixes & improves to QIOChannel & Win32
 2016-03-09 18:01 UTC  (29+ messages)
` [Qemu-devel] [PATCH v1 01/21] osdep: fix socket_error() to work with Mingw64
` [Qemu-devel] [PATCH v1 02/21] io: use bind() to check for IPv4/6 availability
` [Qemu-devel] [PATCH v1 03/21] io: initialize sockets in test program
` [Qemu-devel] [PATCH v1 04/21] io: bind to socket before creating QIOChannelSocket
` [Qemu-devel] [PATCH v1 05/21] io: wait for incoming client in socket test
` [Qemu-devel] [PATCH v1 06/21] io: set correct error object in background reader test thread
` [Qemu-devel] [PATCH v1 07/21] io: assert errors before asserting content in I/O test
` [Qemu-devel] [PATCH v1 08/21] io: fix copy+paste mistake in socket error message
` [Qemu-devel] [PATCH v1 09/21] io: add missing EWOULDBLOCK checks in Win32 I/O code paths
` [Qemu-devel] [PATCH v1 10/21] io: pass HANDLE to g_source_add_poll on Win32
` [Qemu-devel] [PATCH v1 11/21] io: introduce qio_channel_create_socket_watch
` [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 15/21] char: remove socket_try_connect 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 18/21] osdep: remove use of Win32 specific closesocket/ioctlsocket
` [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

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

"scsi: use host wide tags by default" causes uas regression
 2016-03-09 17:58 UTC 

[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)

[RFC PATCH] x86/delay: Do not use cpu_tss in preemptible ctxt in delay_mwaitx()
 2016-03-09 17:56 UTC  (2+ 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/PATCH 00/48] Libifying git apply
 2016-03-09 17:49 UTC  (49+ 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()

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

[PATCH] x86_32: add support for 64 bit __get_user()
 2016-03-09 17:50 UTC  (3+ 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)

pull request: iwlwifi-next 2016-03-09
 2016-03-09 17:45 UTC  (22+ 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

[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

[Qemu-devel] [PATCH v11 0/3] qapi: child add/delete support
 2016-03-09 17:45 UTC  (3+ messages)
` [Qemu-devel] [PATCH v11 1/3] Add new block driver interface to add/delete a BDS's child

[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  (17+ messages)
` [tegrarcm PATCH v1 1/4] Add option "--pkc"
` [tegrarcm PATCH v1 2/4] Add option --ml_rcm <rcm_ml_blob>
` [tegrarcm PATCH v1 3/4] Add option --signed
` [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)

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

[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

[PATCH] extensions: libxt_CONNMARK.c: Add translation to nft
 2016-03-09 17:31 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 0/7] TriCore FPU patches
 2016-03-09 17:30 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 1/7] target-tricore: Add FPU infrastructure

[PATCH skeleton] Updated SCU88 register for Correct PCIe inventory
 2016-03-09 17:30 UTC  (2+ messages)

[PATCHv3] extensions: libipt_icmp: Add translation to nft
 2016-03-09 17:30 UTC  (6+ messages)
  ` [PATCH] libxt_multiport: "
      ` [PATCH v2] "

[PATCH 1/2] ppc64le live patch: clear out storage location(s) in mini stack frame
 2016-03-09 17:30 UTC  (2+ messages)
` [PATCH 2/2] ppc64le live patch: get rid of "

[PATCH 0/3] net: macb: Fix coding style issues
 2016-03-09 17:29 UTC  (5+ messages)

[xen-unstable-smoke test] 85819: regressions - FAIL
 2016-03-09 17:29 UTC 

[PATCH v6 for Xen 4.7 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2016-03-09 17:28 UTC  (6+ messages)
` [PATCH v6 for Xen 4.7 3/4] libxl: enable "

[Qemu-devel] [PATCH for-2.6 00/10] s390x patches for 2.6
 2016-03-09 17:28 UTC  (11+ messages)
` [Qemu-devel] [PATCH for-2.6 01/10] s390x/cpu: Cleanup init in preparation for hotplug
` [Qemu-devel] [PATCH for-2.6 02/10] s390x/cpu: Set initial CPU state in common routine
` [Qemu-devel] [PATCH for-2.6 03/10] s390x/cpu: Get rid of side effects when creating a vcpu
` [Qemu-devel] [PATCH for-2.6 04/10] s390x/cpu: Tolerate max_cpus
` [Qemu-devel] [PATCH for-2.6 05/10] s390x/cpu: Add CPU property links
` [Qemu-devel] [PATCH for-2.6 06/10] s390x/cpu: Add error handling to cpu creation
` [Qemu-devel] [PATCH for-2.6 07/10] s390x/cpu: Allow hotplug of CPUs
` [Qemu-devel] [PATCH for-2.6 08/10] pc-bios/s390-ccw: fix old bug in ptr increment
` [Qemu-devel] [PATCH for-2.6 09/10] s390x: Introduce machine definition macros
` [Qemu-devel] [PATCH for-2.6 10/10] s390x: Introduce S390MachineClass

[RFC v1] mac80211: Add support for per station rx stats histogram
 2016-03-09 17:27 UTC  (6+ messages)

[PATCH] md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
 2016-03-09 17:26 UTC  (2+ messages)

[PATCH 0/1] fix python3 do_configure failed on meta-fsl-ppc with MACHINE = "p1022ds"
 2016-03-09 17:26 UTC  (3+ messages)
` [PATCH 1/1] tune-ppce500v2.inc: explicitly set gcc float

[v5][PATCH] livepatch/ppc: Enable livepatching on powerpc
 2016-03-09 17:26 UTC  (6+ messages)

[PATCH iptables] iptables-translate: pass ipt_entry and ip6t_entry to ->xlate()
 2016-03-09 17:25 UTC 

[net-next PATCH v2 0/2] A couple of minor clean-ups and optimizations
 2016-03-09 17:25 UTC  (2+ messages)
` [net-next PATCH v2 2/2] csum: Update csum_block_add to use rotate instead of byteswap


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.