All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-04 01:52:24 to 2017-10-04 04:33:20 UTC [more...]

[PATCH v3 0/7] Crypto-perf app improvements
 2017-10-04  3:46 UTC  (3+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 3/8] app/crypto-perf: parse AEAD data from vectors

[Qemu-devel] [PATCH v2 0/5] block: Avoid copy-on-read assertions
 2017-10-04  2:22 UTC  (2+ messages)

post-receive: pub/scm/fs/xfs/xfs-linux
 2017-10-04  4:33 UTC 

[Qemu-devel] [Bug 1352179] [NEW] could not open disk image
 2017-10-04  4:17 UTC  (2+ messages)
` [Qemu-devel] [Bug 1352179] "

[PATCH] fsi/master: Clarify master lifetimes & fix use-after-free in hub master
 2017-10-04  4:29 UTC  (3+ messages)

[PATCH] kbuild: fix dependency of dtbs targets
 2017-10-04  4:27 UTC  (2+ messages)

[PATCH linux dev-4.10] fsi: core: Hold hub master reference until unregistration complete
 2017-10-04  4:28 UTC  (2+ messages)

[PATCH net-next 1/2] tcp: uniform the set up of sockets after successful connection
 2017-10-04  4:28 UTC  (2+ messages)

[PATCH net-next v2 0/2] libbpf: support more map options
 2017-10-04  4:26 UTC  (2+ messages)

[PATCH v11 00/25] xfs: online scrub support
 2017-10-04  4:25 UTC  (21+ messages)
` [PATCH 03/25] xfs: probe the scrub ioctl
` [PATCH 06/25] xfs: scrub the shape of a metadata btree
` [PATCH 08/25] xfs: create helpers to scan an allocation group
` [PATCH 09/25] xfs: scrub the backup superblocks
` [PATCH 10/25] xfs: scrub AGF and AGFL
` [PATCH 11/25] xfs: scrub the AGI

[PATCH v2] powerpc: configs: Add Skiroot defconfig
 2017-10-04  4:23 UTC 

[PATCH 2/2] phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800
 2017-10-04  4:22 UTC  (4+ messages)
  ` [PATCHv2 0/2]

[xen-unstable-smoke test] 113989: regressions - trouble: blocked/fail
 2017-10-04  4:22 UTC 

[PATCH] branch: change the error messages to be more meaningful
 2017-10-04  4:11 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-10-04  4:07 UTC  (8+ messages)
` [PATCH v16 1/6] "

[RFC PATCH 0/2] build: Pass CC, CFLAGS, ... to tools build from main Makefile
 2017-10-04  4:07 UTC  (7+ messages)
` [RFC PATCH 1/2] kbuild: Pass HOSTCC and similar to tools Makefiles
` [RFC PATCH 2/2] tools build: Take CC, AS, and LD from the command line

[RFC PATCH 0/2] kbuild: Cache exploratory calls to the compiler
 2017-10-04  4:05 UTC  (3+ messages)
` [RFC PATCH 1/2] kbuild: Add a cache for generated variables

[PATCH net] RDS: IB: Limit the scope of has_fr/has_fmr variables
 2017-10-04  4:06 UTC  (5+ messages)

new contributors presentation
 2017-10-04  4:05 UTC  (2+ messages)

[PATCH v9 00/29] x86: Enable User-Mode Instruction Prevention
 2017-10-04  3:54 UTC  (32+ messages)
` [PATCH v9 01/29] x86/mm: Relocate page fault error codes to traps.h
` [PATCH v9 02/29] x86/boot: Relocate definition of the initial state of CR0
` [PATCH v9 03/29] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH v9 04/29] uprobes/x86: Use existing definitions for segment override prefixes
` [PATCH v9 05/29] x86/mpx: Simplify handling of errors when computing linear addresses
` [PATCH v9 06/29] x86/mpx: Use signed variables to compute effective addresses
` [PATCH v9 07/29] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
` [PATCH v9 08/29] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
` [PATCH v9 09/29] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
` [PATCH v9 10/29] x86/insn-eval: Do not BUG on invalid register type
` [PATCH v9 11/29] x86/insn-eval: Add a utility function to get register offsets
` [PATCH v9 12/29] x86/insn-eval: Add utility function to identify string instructions
` [PATCH v9 13/29] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v9 14/29] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v9 15/29] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
` [PATCH v9 16/29] x86/insn-eval: Add function to get default params of code segment
` [PATCH v9 17/29] x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 101b
` [PATCH v9 18/29] x86/insn-eval: Incorporate segment base in linear address computation
` [PATCH v9 19/29] x86/insn-eval: Add support to resolve 32-bit address encodings
` [PATCH v9 20/29] x86/insn-eval: Add wrapper function for 32 and 64-bit addresses
` [PATCH v9 21/29] x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode
` [PATCH v9 22/29] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [PATCH v9 23/29] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [PATCH v9 24/29] x86: Add emulation code for UMIP instructions
` [PATCH v9 25/29] x86/umip: Force a page fault when unable to copy emulated result to user
` [PATCH v9 26/29] x86: Enable User-Mode Instruction Prevention
` [PATCH v9 27/29] x86/traps: Fixup general protection faults caused by UMIP
` [PATCH v9 28/29] selftests/x86: Add tests for User-Mode Instruction Prevention
` [PATCH v9 29/29] selftests/x86: Add tests for instruction str and sldt

What means "git config bla ~/"?
 2017-10-04  4:01 UTC  (5+ messages)

[PATCH] tag: avoid NULL pointer arithmetic
 2017-10-04  4:00 UTC  (4+ messages)
  ` [PATCH] fsck: check results of lookup_blob() and lookup_tree() for NULL

Can't mount array with super_total_bytes mismatch with fs_devices total_rw_bytes
 2017-10-04  4:00 UTC  (3+ messages)

[PATCH net] net: fib_rules: Fix fib_rules_ops->compare implementations to support exact match
 2017-10-04  3:58 UTC  (3+ messages)

[PATCH 1/4] kbuild: replace $(hdr-arch) with $(SRCARCH)
 2017-10-04  3:56 UTC  (4+ messages)
` [PATCH 2/4] kbuild: move "_all" target out of $(KBUILD_SRC) conditional
` [PATCH 3/4] kbuild: re-order the code to not parse unnecessary variables
` [RFC PATCH 4/4] kbuild: evaluate cc-option and friends only when building kernel

[next-queue PATCH v3 0/4] TSN: Add qdisc based config interface for CBS
 2017-10-04  3:47 UTC  (4+ messages)
` [next-queue PATCH v3 2/4] net/sched: Fix accessing invalid dev_queue
    ` [Intel-wired-lan] "

[Qemu-devel] [PATCH v1 0/5] Add a valid_cpu_types property
 2017-10-04  3:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH v1 5/5] raspi: : Specify the valid CPUs
  ` [Qemu-devel] [PATCH v1 3/5] xlnx-zcu102: "

[RFC 1/2] bpf: move instruction printing into a separate file
 2017-10-04  3:43 UTC  (5+ messages)
` [RFC] bpf: remove global verifier state

[PATCH 1/6] doc: add ims atom documentation
 2017-10-04  3:42 UTC  (2+ messages)
` [PATCH 2/6] include: added IpMultimediaSystem interface

[PATCH] kconfig: Document the 'menu' struct
 2017-10-04  3:37 UTC 

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2017-10-04  3:37 UTC 

[PATCH 0/8] ARM: dts: aspeed: Device tree updates
 2017-10-04  3:35 UTC  (8+ messages)
` [PATCH 1/8] ARM: dts: aspeed: Move pinctrl subnodes to improve readability
` [PATCH 2/8] ARM: dts: aspeed: Reorder ADC node

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  3:35 UTC 

[PATCH 2/7] sim-auth: implementation of core sim-auth atom
 2017-10-04  3:33 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  3:32 UTC 

[Qemu-devel] [PATCH v5 0/6] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2017-10-04  3:32 UTC  (8+ messages)
` [Qemu-devel] [PATCH v5 1/6] ppc: spapr: Register and handle HCALL to receive updated RTAS region
    ` [Qemu-devel] [Qemu-ppc] "

cron job: media_tree daily build: ERRORS
 2017-10-04  3:29 UTC 

[ovmf baseline-only test] 72194: all pass
 2017-10-04  3:28 UTC 

[xen-unstable-smoke test] 113986: regressions - trouble: blocked/fail
 2017-10-04  3:27 UTC 

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  3:21 UTC 

Using autofs with Active directory
 2017-10-04  3:21 UTC  (5+ messages)

[PATCH v5 0/7] Add Membership Library
 2017-10-04  3:12 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] member: implement main API
  ` [PATCH v6 2/7] member: implement HT mode
  ` [PATCH v6 3/7] member: implement vBF mode
  ` [PATCH v6 4/7] member: add AVX for HT mode
  ` [PATCH v6 5/7] member: enable the library
  ` [PATCH v6 6/7] test/member: add functional and perf tests
  ` [PATCH v6 7/7] doc: add membership documentation

[PATCH 0/7] gpio: brcmstb: improved interrupt and wake support
 2017-10-04  3:15 UTC  (24+ messages)
` [PATCH 2/7] gpio: brcmstb: release the bgpio lock during irq handlers
` [PATCH 3/7] gpio: brcmstb: switch to handle_level_irq flow
` [PATCH 4/7] gpio: brcmstb: correct the configuration of level interrupts
` [PATCH 5/7] gpio: brcmstb: enable masking of interrupts when changing type
` [PATCH 6/7] gpio: brcmstb: consolidate interrupt domains

Why don't we always check that attr->port_num is valid?
 2017-10-04  3:13 UTC  (5+ messages)

[xen-unstable baseline-only test] 72193: regressions - trouble: blocked/broken/fail/pass
 2017-10-04  3:10 UTC 

[PATCH 4.13 000/110] 4.13.5-stable review
 2017-10-04  3:07 UTC  (4+ messages)
  ` [PATCH 4.13 103/110] platform/x86: fujitsu-laptop: Dont oops when FUJ02E3 is not presnt

[PATCH v2] tools/kvm_stat: Add Python 3 support to kvm_stat
 2017-10-04  3:08 UTC 

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  3:05 UTC 

[Xenomai] rt_task_set_affinity causes hang
 2017-10-04  3:05 UTC 

[PATCH 1/2] drm/i915/guc: Add GuC Load time to dmesg log
 2017-10-04  3:02 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Qemu-devel] [PATCH v3 0/2] Deprecate -nodefconfig
 2017-10-04  3:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] vl: Eliminate defconfig variable
` [Qemu-devel] [PATCH v3 2/2] qemu-options: Deprecate -nodefconfig

Updated to v2.14.2 on macOS; git add --patch broken
 2017-10-04  2:59 UTC  (12+ messages)

unneeded internal declaration
 2017-10-04  2:58 UTC  (8+ messages)
` [PATCH] KVM: VMX: check match table

[Qemu-devel] [PATCH v4 0/2] vl: Deprecate auto-loading of qemu.conf
 2017-10-04  2:50 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] config: qemu_config_parse() return number of config groups
` [Qemu-devel] [PATCH v4 2/2] vl: Deprecate auto-loading of qemu.conf

[RFC PATCH] MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
 2017-10-04  2:46 UTC 

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  2:43 UTC 

[PATCH] branch: reset instead of release a strbuf
 2017-10-04  2:39 UTC  (6+ messages)
      ` [PATCH v2] strbuf doc: reuse after strbuf_release is fine

Isse adding SELINUX to my image
 2017-10-04  2:38 UTC 

[PATCH v3] sched/deadline: make it configurable
 2017-10-04  2:36 UTC 

[PATCH v2] siteinfo: nios2-linux - remove wrong mutex info
 2017-10-04  2:32 UTC  (4+ messages)

[PATCH] RESEND: clk: Avoid sending high rates to downstream clocks during set_rate
 2017-10-04  2:30 UTC 

e4dace3615 ("lib: add test module for CONFIG_DEBUG_VIRTUAL"): [ 10.185572] kernel BUG at arch/x86/mm/physaddr.c:75!
 2017-10-04  2:25 UTC  (5+ messages)

[Intel-wired-lan] [RFC PATCH] i40e: Build for 64-bit targets only
 2017-10-04  2:24 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/zx2c4/WireGuard
 2017-10-04  2:24 UTC 

[PATCH 1/5] comp128: GSM algorithm (comp128) implementation
 2017-10-04  2:24 UTC  (2+ messages)

post-receive: pub/scm/network/ofono/phonesim
 2017-10-04  2:24 UTC 

Git for Windows: mingw.c's strange usage of creation time as ctime?
 2017-10-04  2:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2017-10-04  2:22 UTC 

[patch v4 2/2] Documentation: devicetree: add max6621 device
 2017-10-04  2:22 UTC  (2+ messages)
` [v4,2/2] "

[patch v4 1/2] hwmon: (max6621) Add support for Maxim MAX6621 temperature sensor
 2017-10-04  2:21 UTC  (3+ messages)
` [v4, "

[PATCH 1/2] drm/i915/edp: Get the Panel Power Off timestamp after panel is off
 2017-10-04  2:17 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[Buildroot] [PATCH] package/iprutils: bump version to 2.4.15.1
 2017-10-04  2:12 UTC 

[PATCH RFC hack dont apply] intel_idle: support running within a VM
 2017-10-04  2:11 UTC  (6+ messages)

[PATCH v7 00/12] Fast git status via a file system watcher
 2017-10-04  2:09 UTC  (7+ messages)
` [PATCH v8 "

[PATCH v2] Btrfs: fix overlap of fs_info->flags values
 2017-10-04  2:05 UTC 

[Qemu-devel] [PATCH v5 00/23] make bdrv_get_block_status byte-based
 2017-10-04  2:00 UTC  (24+ messages)
` [Qemu-devel] [PATCH v5 01/23] block: Allow NULL file for bdrv_get_block_status()
` [Qemu-devel] [PATCH v5 02/23] block: Add flag to avoid wasted work in bdrv_is_allocated()
` [Qemu-devel] [PATCH v5 03/23] block: Make bdrv_round_to_clusters() signature more useful
` [Qemu-devel] [PATCH v5 04/23] qcow2: Switch is_zero_sectors() to byte-based
` [Qemu-devel] [PATCH v5 05/23] block: Switch bdrv_make_zero() "
` [Qemu-devel] [PATCH v5 06/23] qemu-img: Switch get_block_status() "
` [Qemu-devel] [PATCH v5 07/23] block: Convert bdrv_get_block_status() to bytes
` [Qemu-devel] [PATCH v5 08/23] block: Switch bdrv_co_get_block_status() to byte-based
` [Qemu-devel] [PATCH v5 09/23] block: Switch BdrvCoGetBlockStatusData "
` [Qemu-devel] [PATCH v5 10/23] block: Switch bdrv_common_block_status_above() "
` [Qemu-devel] [PATCH v5 11/23] block: Switch bdrv_co_get_block_status_above() "
` [Qemu-devel] [PATCH v5 12/23] block: Convert bdrv_get_block_status_above() to bytes
` [Qemu-devel] [PATCH v5 13/23] qemu-img: Simplify logic in img_compare()
` [Qemu-devel] [PATCH v5 14/23] qemu-img: Speed up compare on pre-allocated larger file
` [Qemu-devel] [PATCH v5 15/23] qemu-img: Add find_nonzero()
` [Qemu-devel] [PATCH v5 16/23] qemu-img: Drop redundant error message in compare
` [Qemu-devel] [PATCH v5 17/23] qemu-img: Change check_empty_sectors() to byte-based
` [Qemu-devel] [PATCH v5 18/23] qemu-img: Change compare_sectors() to be byte-based
` [Qemu-devel] [PATCH v5 19/23] qemu-img: Change img_rebase() "
` [Qemu-devel] [PATCH v5 20/23] qemu-img: Change img_compare() "
` [Qemu-devel] [PATCH v5 21/23] block: Align block status requests
` [Qemu-devel] [PATCH v5 22/23] block: Relax bdrv_aligned_preadv() assertion
` [Qemu-devel] [PATCH v5 23/23] qemu-io: Relax 'alloc' now that block-status doesn't assert

Line ending normalization doesn't work as expected
 2017-10-04  2:00 UTC  (5+ messages)

[PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-04  1:59 UTC  (4+ messages)
` [PATCH v2 3/4] KVM: LAPIC: Apply change to TDCR right away to the timer

[net-next:master 146/148] htmldocs: net/core/dev.c:1306: warning: No description found for parameter 'name'
 2017-10-04  1:56 UTC 

[Qemu-devel] [PATCH v2 0/4] blockjobs: add explicit job reaping
 2017-10-04  1:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] blockjob: add persistent property
` [Qemu-devel] [PATCH v2 4/4] iotests: test manual job reaping


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.