All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-23 19:59:59 to 2017-08-23 21:04:49 UTC [more...]

[PATCH 0/3] *** timer library enhancements ***
 2017-08-23 21:04 UTC  (6+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-23 21:04 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] strbuf_setlen: don't write to strbuf_slopbuf

[PATCH] cpuidle: Convert to using %pOF instead of full_name
 2017-08-23 20:53 UTC  (7+ messages)

Kernels v4.9+ cause short reads of block devices
 2017-08-23 21:01 UTC  (5+ messages)

Backport
 2017-08-23 21:01 UTC 

Ceph Tech Talk Cancelled
 2017-08-23 21:01 UTC  (3+ messages)

[Qemu-devel] [PULL 0/6] NBD pull request for 2.10-rc4
 2017-08-23 21:00 UTC  (2+ messages)

Hints needed to find causes of non-specific error messages
 2017-08-23 21:00 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Clean up CONFIG_SYS_{CBSIZE, PBSIZE, MAXARGS, BARGSIZE} definitions
 2017-08-23 20:59 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] include/config_fallbacks.h: add default for CONFIG_SYS_CBSIZE
` [U-Boot] [PATCH 2/8] include/configs: remove CONFIG_SYS_CBSIZE when the default value is used
` [U-Boot] [PATCH 3/8] include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZE
` [U-Boot] [PATCH 4/8] include/configs: drop default definitions of CONFIG_SYS_PBSIZE
` [U-Boot] [PATCH 5/8] include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGS
` [U-Boot] [PATCH 6/8] include/configs: drop default definitions of CONFIG_SYS_MAXARGS
` [U-Boot] [PATCH 7/8] include/configs: remove default values of CONFIG_SYS_BARGSIZE
` [U-Boot] [PATCH 8/8] include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions

[Qemu-devel] [PATCH] hw/ppc: CAS reset on early device hotplug
 2017-08-23 20:57 UTC 

[PATCH lttng-tools] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:51 UTC 

[Buildroot] [PATCH v4 1/1] package/spidermonkey185: new package
 2017-08-23 20:57 UTC  (3+ messages)

[3rdparty][PATCH] cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard
 2017-08-23 20:49 UTC  (2+ messages)

mmu_spte_clear_track_bits warning applies to 4.12 as well
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH 1/2] sched/wait: Break up long wake list walk
 2017-08-23 20:55 UTC  (18+ messages)

[RFC PATCH 00/48] fix promotion of symbol to register
 2017-08-23 20:55 UTC  (50+ messages)
` [RFC PATCH 01/48] remove wrong part of simplify_loads()
` [RFC PATCH 02/48] remove trivial phi-nodes during clean_up_phi()
` [RFC PATCH 03/48] give a type to OP_PHISOURCEs
` [RFC PATCH 04/48] fix test case kill-phi-ttsb
` [RFC PATCH 05/48] add test case for incomplete type
` [RFC PATCH 06/48] add test case for bad return type
` [RFC PATCH 07/48] topasm: top-level asm is special
` [RFC PATCH 08/48] ret-void: return nothing only for void functions
` [RFC PATCH 09/48] small code reorg of add_store()
` [RFC PATCH 10/48] add PSEUDO_UNDEF
` [RFC PATCH 11/48] add undef_pseudo()
` [RFC PATCH 12/48] add insert_phi_node()
` [RFC PATCH 13/48] extract alloc_phisrc() from alloc_phi()
` [RFC PATCH 14/48] add remove_use()
` [RFC PATCH 15/48] rename 'struct warning' to 'struct flag'
` [RFC PATCH 16/48] let handle_simple_switch() handle an array of flags
` [RFC PATCH 17/48] dump-ir: rename -fdump-linearize to -fdump-ir
` [RFC PATCH 18/48] dump-ir: use defines
` [RFC PATCH 19/48] dump-ir: add an helper to parse sub-options
` [RFC PATCH 20/48] dump-ir: make it more flexible
` [RFC PATCH 21/48] sssa: move simplify_one_symbol() to a separate file
` [RFC PATCH 22/48] mem2reg: rename to use 'promote' instead of 'simplify'
` [RFC PATCH 23/48] mem2reg: simplify check of modifiers for external visibility
` [RFC PATCH 24/48] mem2reg: extract externaly_visible()
` [RFC PATCH 25/48] mem2reg: reorg externaly_visible() returns
` [RFC PATCH 26/48] mem2reg: ignore all killed instructions
` [RFC PATCH 27/48] mem2reg: extract kill_pseudo_stores()
` [RFC PATCH 28/48] mem2reg: extract kill_pseudo_dominated_stores()
` [RFC PATCH 29/48] mem2reg: extract kill_pseudo_dead_stores()
` [RFC PATCH 30/48] mem2reg: remove one indent level
` [RFC PATCH 31/48] mem2reg: add comment to find_dominating_stores()
` [RFC PATCH 32/48] mem2reg: add flags to enable/disable some parts
` [RFC PATCH 33/48] mem2reg: rename the other kill_dominated_stores()
` [RFC PATCH 34/48] mem2reg: move rewrite_load_instruction() here
` [RFC PATCH 35/48] mem2reg: be clear that we're using a symbol/var
` [RFC PATCH 36/48] mem2reg: be clear that we're using a symbol/var here too
` [RFC PATCH 37/48] mem2reg: add description for find_dominating_parents()
` [RFC PATCH 38/48] mem2reg: let rewrite_load_instruction() take the symbol as arg
` [RFC PATCH 39/48] mem2reg: remove check phisrc_in_bb()
` [RFC PATCH 40/48] mem2reg: delay the creation of phi-sources
` [RFC PATCH 41/48] mem2reg: make rewrite_load_instruction() functional
` [RFC PATCH 42/48] mem2reg: rename one->target to dom
` [RFC PATCH 43/48] mem2reg: get recursion right
` [RFC PATCH 44/48] mem2reg: don't check dominance by removed instructions
` [RFC PATCH 45/48] mem2reg: update copyright
` [RFC PATCH 46/48] mem2reg: allow dumping IR
` [RFC PATCH 47/48] mem2reg: add some small test cases
` [RFC PATCH 48/48] mem2reg: don't promote unused or already promoted vars

[PATCH V2] acpi: apei: clear error status before acknowledging the error
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH] mm/madvise: fix freeing of locked page with MADV_FREE
 2017-08-23 20:52 UTC  (2+ messages)

[PATCH 0/2] MIPS: Clean up halt/restart/power off code
 2017-08-23 20:53 UTC  (6+ messages)
` [PATCH 1/2] MIPS: Hang more efficiently on halt/powerdown/restart
` [PATCH 2/2] MIPS: Remove custom implementations CPU hang implementations

[Intel-wired-lan] [next PATCH S78-V8 00/12] Change Log
 2017-08-23 20:54 UTC  (15+ messages)
` [Intel-wired-lan] [next PATCH S78-V8 06/12] i40e: make use of i40e_vc_disable_vf
` [Intel-wired-lan] [next PATCH S78-V8 07/12] i40e: ensure reset occurs when disabling VF
` [Intel-wired-lan] [next PATCH S78-V8 08/12] i40evf: Enable VF to request an alternate queue allocation
` [Intel-wired-lan] [next PATCH S78-V8 09/12] i40e: make i40evf_map_rings_to_vectors void
` [Intel-wired-lan] [next PATCH S78-V8 10/12] i40e: fix handling of vf_states variable
` [Intel-wired-lan] [next PATCH S78-V8 11/12] i40e: fix client notify of VF reset
` [Intel-wired-lan] [next PATCH S78-V8 12/12] i40e: Stop dropping 802.1ad tags (eth proto 0x88a8

[PATCH] drm/i915: Don't reset the display on gdg
 2017-08-23 20:54 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] Remove remaining PPC machines
 2017-08-23 20:49 UTC 

[PATCH nf-next 0/3] netfilter: convert hook list to an array
 2017-08-23 20:54 UTC  (4+ messages)
` [PATCH nf-next 1/3] "

[PATCH] wireless-regdb: Update regulatory rules for Singapore (SG)
 2017-08-23 20:52 UTC  (3+ messages)
` [wireless-regdb] "

Request to create dpdk-next-cli tree
 2017-08-23 20:51 UTC  (2+ messages)

[PATCH] selftests: change lib.mk RUN_TESTS to take test list as an argument
 2017-08-23 20:50 UTC 

master merge plans
 2017-08-23 20:50 UTC  (6+ messages)

[PATCH lttng-tools] Fix: the return code of lttcomm_send_unix_sock is signed
 2017-08-23 20:43 UTC 

[PATCH lttng-tools v2] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:48 UTC 

[PATCH 1/2] eal/x86: use cpuid builtin
 2017-08-23 20:49 UTC  (2+ messages)

[PATCH 1/2] imx-base: Add MACHINE_SOCARCH_SUFFIX for mx23 and mx28
 2017-08-23 20:48 UTC  (2+ messages)
` [PATCH 2/2] classes/image_types_fsl: Fix uboot_mxsboot task dependency

[v3,3/5] ghes_edac: add platform check to enable ghes_edac
 2017-08-23 20:46 UTC  (2+ messages)
` [PATCH v3 3/5] "

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-08-23 20:45 UTC  (3+ messages)
` [PATCH v4 14/16] rev-list: expose and document --single-worktree

[Qemu-devel] [PATCH] audio: intel-hda: do not use old_mmio accesses
 2017-08-23 20:45 UTC  (3+ messages)

[Buildroot] [RFC-next 0/2] Add genimage logic in fs/genimage
 2017-08-23 20:45 UTC  (3+ messages)
` [Buildroot] [RFC-next 1/2] fs/genimage: add logic to generate an image using genimage
` [Buildroot] [RFC-next 2/2] support/testing: add tests for the genimage generation logic

[PATCH] rtc: vr41xx: make alarms useful
 2017-08-23 20:44 UTC 

[RFC PATCH 0/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit
 2017-08-23 20:43 UTC  (5+ messages)
` [PATCH 1/4] KVM: nVMX: move vmentry tasks from prepare_vmcs12 to enter_vmx_non_root_mode
` [PATCH 2/4] KVM: nVMX: fill nested IDT-vectored event info on all L2->L0 exits
` [PATCH 3/4] KVM: x86: pass struct kvm_queued_exception to kvm_multiple_exception
` [PATCH 4/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit

[Cocci] Matching function prototypes and casts
 2017-08-23 20:44 UTC  (3+ messages)

[PATCH lttng-tools] Fix: wrong use of the relay_streams_sent in snapshot
 2017-08-23 20:43 UTC 

[PATCH nft 1/2] parser: fix typo
 2017-08-23 20:42 UTC  (2+ messages)
` [PATCH nft 2/2] src: limit stateful object support

[PATCH v5 0/2] Early boot time stamps for x86
 2017-08-23 20:41 UTC  (3+ messages)
` [PATCH v5 1/2] sched/clock: interface to allow timestamps early in boot
` [PATCH v5 2/2] x86/tsc: use tsc early

[PATCH libnftnl] src: limit stateful object support
 2017-08-23 20:42 UTC 

[PATCH v2] docs: ReSTify table of contents in core.rst
 2017-08-23 20:42 UTC 

[PATCH nf-next 1/3] netfilter: nf_tables: add select_ops for stateful objects
 2017-08-23 20:41 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nft_limit: replace pkt_bytes with bytes
` [PATCH nf-next 3/3] netfilter: nft_limit: add stateful object type

Why is DISTRO_CODENAME still pyro?
 2017-08-23 20:41 UTC  (2+ messages)

[RFC] remove redundant file header note
 2017-08-23 20:40 UTC  (2+ messages)

cuckoo hash in dpdk
 2017-08-23 20:39 UTC  (4+ messages)

f2fs: WARNING: at fs/f2fs/segment.c:718 update_sit_entry+0x1c0/0x2b0()
 2017-08-23 20:37 UTC  (2+ messages)

[radeon-alex:drm-next-4.14-wip 39/44] drivers/gpu/drm/radeon/radeon_ttm.c:763:2: error: implicit declaration of function 'ttm_populate_and_map_pages'
 2017-08-23 20:52 UTC 

[PATCH v2] fs/select: Fix memory corruption in compat_get_fd_set()
 2017-08-23 20:37 UTC 

[PATCH] drm/i915/cnl: WaPushConstantDereferenceHoldDisable
 2017-08-23 20:36 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: WaPushConstantDereferenceHoldDisable (rev3)

[PATCH] drm/i915/cnl: WaForceContextSaveRestoreNonCoherent
 2017-08-23 20:35 UTC  (3+ messages)

[PATCH 1/2] docs: Standardise capitalisation of section headers in core.rst
 2017-08-23 20:34 UTC  (2+ messages)

Should rerere auto-update a merge resolution?
 2017-08-23 20:34 UTC  (2+ messages)

[PATCH i-g-t 0/3] aubdump: A few improvements
 2017-08-23 20:31 UTC  (5+ messages)
` [PATCH i-g-t 1/3] aubdump: Reject execbuffer2 calls with bad BOs
` [PATCH i-g-t 2/3] aubdump: Use write_reloc for filling out the ringbuffer

[Qemu-devel] [PATCH v2 0/2] Add global device ID in virt machine
 2017-08-23 20:09 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 2/2] Add a unique ID in the virt machine to be used as device ID

[Qemu-devel] RFC: qemu RISC-V
 2017-08-23 20:29 UTC  (2+ messages)

[PATCH v3 0/4] imap-send: Fix and enable curl by default
 2017-08-23 20:28 UTC  (8+ messages)
` [PATCH v3 1/4] imap-send: return with error if curl failed
` [PATCH v3 2/4] imap-send: add wrapper to get server credentials if needed
` [PATCH v3 4/4] imap-send: use curl by default

[Buildroot] [PATCH/next 1/3] package/kodi: bump to version 17.4
 2017-08-23 20:28 UTC  (3+ messages)

[Qemu-devel] A use-after-free in slirp
 2017-08-23 20:27 UTC  (2+ messages)

[PATCH] NFSv4: Don't add a new lock on an interrupted wait for LOCK
 2017-08-23 20:27 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] x86: enable RCU based table free when PARAVIRT
 2017-08-23 20:27 UTC  (6+ messages)

[Patch net-next] net_sched: kill u32_node pointer in Qdisc
 2017-08-23 20:25 UTC  (2+ messages)

[PATCH 0/3] libxfs: tidy up cvtnum junk
 2017-08-23 20:24 UTC  (7+ messages)
` [PATCH 1/3] libxfs: handle 0 blocksize or sectorsize in cvtnum

[Buildroot] [PATCH 1/1] Added support for LeMaker BananaPi M2 Plus board
 2017-08-23 20:23 UTC 

[PATCH] app/testpmd:add bond type description
 2017-08-23 20:22 UTC  (4+ messages)
  ` 答复: "

[PATCH] xfs: remove "no-allocation" reservations for file creations
 2017-08-23 20:22 UTC  (2+ messages)

[RFC][PATCH BlueZ] sixaxis: Differing device name between usb and bluetooth connection
 2017-08-23 20:21 UTC  (4+ messages)

[PATCH 0/4] Fix xen-image-minimal build
 2017-08-23 20:18 UTC  (6+ messages)
` [PATCH 1/4] vgabios : extract biossums tool and build it separately, native

[Qemu-devel] Number of usable slots in PCIe Root Port / PCIe Switch Downstream Port
 2017-08-23 20:16 UTC  (2+ messages)

[PATCH] acl_2.25: improve reproducibility
 2017-08-23 20:16 UTC 

[Bug 102380] intel_gpu_top: Test requirement not met in function drm_open_driver_master, file drmtest.c:391:
 2017-08-23 20:15 UTC 

netapp-alike snapshots?
 2017-08-23 16:48 UTC  (12+ messages)
                ` number of subvolumes

[PATCH] attr: improve reproducibility
 2017-08-23 20:14 UTC 

[Qemu-devel] [PATCH v2] audio: intel-hda: do not use old_mmio accesses
 2017-08-23 20:13 UTC  (2+ messages)

[Buildroot] BR2_ENABLE_DEBUG is (incorrectly) using `Debug` for CMAKE_BUILD_TYPE instead of `RelWithDebInfo`
 2017-08-23 20:13 UTC  (3+ messages)

Undocumented change in `git branch -M` behavior
 2017-08-23 20:13 UTC 

Problems building U-Boot for x86_64
 2017-08-23 20:11 UTC  (3+ messages)

[PATCH] lxc: fix build failure, failing QA check
 2017-08-23 20:11 UTC 

[PATCH] Fix ext4 fault handling when mounted with -o dax,ro
 2017-08-23 20:11 UTC  (5+ messages)
` [PATCH v2] "

Don't know where to start linux kernel programming
 2017-08-23 20:08 UTC  (6+ messages)

[PATCH v5 0/6] Btrfs: populate heuristic with code
 2017-08-23 20:03 UTC  (4+ messages)
` [PATCH v5 4/6] Btrfs: heuristic add detection of zeroed sample

[Qemu-devel] [PATCH v5 00/13] Preliminary libqtest cleanups
 2017-08-23 20:02 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 08/13] tests: Rely more on global_qtest
    ` [Qemu-devel] [Qemu-block] "

[libvirt test] 112840: tolerable trouble: blocked/broken/pass - PUSHED
 2017-08-23 20:02 UTC 

UDP sockets oddities
 2017-08-23 20:02 UTC 

[PATCH V2 00/20] blk-mq-sched: improve SCSI-MQ performance
 2017-08-23 20:02 UTC  (4+ messages)
` [PATCH V2 10/20] blk-mq-sched: introduce helpers for query, change busy state

[U-Boot] Using USB on AM3517-EVM in U-Boot
 2017-08-23 20:01 UTC 

[PATCH V10 1/3] PCI: introduce pci_bus_wait_crs() function
 2017-08-23 20:01 UTC  (9+ messages)
` [PATCH V10 2/3] PCI: handle CRS returned by device after FLR


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.