All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-23 19:25:26 to 2017-08-23 20:34:52 UTC [more...]

[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] cpuidle: Convert to using %pOF instead of full_name
 2017-08-23 20:34 UTC  (3+ 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

[PATCH] drm/i915: Don't reset the display on gdg
 2017-08-23 20:30 UTC 

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

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

[3rdparty][PATCH] cfa10036: Fix IMAGE_FSTYPES barebox-mxsboot-sdcard
 2017-08-23 20:23 UTC 

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

cuckoo hash in dpdk
 2017-08-23 20:20 UTC  (3+ 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

[RFC PATCH 00/48] fix promotion of symbol to register
 2017-08-23 20:15 UTC  (49+ 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] drm/i915/cnl: WaPushConstantDereferenceHoldDisable
 2017-08-23 20:16 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: WaPushConstantDereferenceHoldDisable (rev3)

[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 

Kernels v4.9+ cause short reads of block devices
 2017-08-23 20:13 UTC  (4+ messages)

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  (9+ messages)
` [PATCH V2 05/20] blk-mq-sched: improve dispatching from sw queue
` [PATCH V2 06/20] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
` [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

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

+ linux-next-git-rejects.patch added to -mm tree
 2017-08-23 19:57 UTC 

[PATCH v2] NFS: Fix NFSv2 security settings
 2017-08-23 19:57 UTC  (3+ messages)

Hints needed to find causes of non-specific error messages
 2017-08-23 19:57 UTC  (2+ messages)

[PATCH] drm/tegra: trace: Fix path to include
 2017-08-23 19:56 UTC  (2+ messages)

[U-Boot] rk3288: 32KB SPL size restriction
 2017-08-23 19:56 UTC  (11+ messages)

Attention
 2017-08-23 19:25 UTC 

[PATCH] drm/i915/cnl: WaPushConstantDereferenceHoldDisable
 2017-08-23 19:55 UTC  (2+ messages)

[PATCH v5 0/7] libnvdimm: add DMA support for pmem blk-mq
 2017-08-23 19:58 UTC  (5+ messages)
` [PATCH v5 7/7] libnvdimm: Add blk-mq pmem driver

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-08-23 19:54 UTC  (9+ messages)
` [PATCH v4 04/16] revision.c: --indexed-objects add objects from all worktrees
` [PATCH v4 05/16] refs.c: refactor get_submodule_ref_store(), share common free block
` [PATCH v4 10/16] refs: remove dead for_each_*_submodule()
` [PATCH v4 11/16] revision.c: --all adds HEAD from all worktrees

[GSoC][PATCH 1/4] submodule--helper: introduce get_submodule_displaypath()
 2017-08-23 19:52 UTC  (6+ messages)
` [GSoC][PATCH v2 0/4] submodule: Incremental rewrite of git-submodules
  ` [GSoC][PATCH v2 2/4] submodule--helper: introduce for_each_submodule()

[PATCH] ioctl_getfsmap.2: correct semantics of FMR_OF_LAST flag
 2017-08-23 19:52 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Remove unnecessary parentheses
 2017-08-23 19:52 UTC 

[GIT PULL 1/3] soc: samsung: exynos for v4.14
 2017-08-23 19:49 UTC  (9+ messages)
` [GIT PULL 2/3] ARM: exynos: Changes "
` [GIT PULL 3/3] ARM: dts: "

[PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting
 2017-08-23 19:47 UTC  (3+ messages)

[PATCH 1/2] net/mlx5: support device removal event
 2017-08-23 19:44 UTC  (3+ messages)

[PATCH] ARM: bcm283x: Fix SMP for old dtb files
 2017-08-23 19:44 UTC  (2+ messages)

[RFC v2 0/4] arm-smmu-v3 tlbi-on-map option
 2017-08-23 19:43 UTC  (10+ messages)
` [RFC v2 2/4] iommu/arm-smmu-v3: Add tlbi_on_map option

[GIT PULL/PATCH for v4.13] ARM: dts: exynos: add needs-hpd for Odroid-XU3/4
 2017-08-23 19:43 UTC  (2+ messages)

Cannot checkout after setting the eol attribute
 2017-08-23 19:43 UTC  (4+ messages)

[PATCH] cifs: Fix df output for users with quota limits
 2017-08-23 19:42 UTC  (2+ messages)

[PATCH] cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()
 2017-08-23 19:41 UTC  (2+ messages)

[Patch v2 00/19] CIFS: Implement SMBDirect
 2017-08-23 19:39 UTC  (7+ messages)
` [Patch v2 13/19] CIFS: SMBD: Use registered memory RDMA read for SMB write

Read by Group Type is denied when issued before Pairing is finsihed
 2017-08-23 19:38 UTC 

[xen-4.9-testing baseline-only test] 72007: regressions - trouble: blocked/broken/fail/pass
 2017-08-23 19:38 UTC 

[GIT PULL 00/15] perf/core improvements and fixes
 2017-08-23 19:36 UTC  (17+ messages)
` [PATCH 01/15] perf xyarray: Save max_x, max_y
` [PATCH 02/15] perf evsel: Fix buffer overflow while freeing events
` [PATCH 03/15] perf bpf: Tighten detection of BPF events
` [PATCH 04/15] perf tools: Add utility function to detect SMT status
` [PATCH 05/15] perf tools: Expression parser enhancements for metrics
` [PATCH 06/15] perf tools: Increase maximum number of events in expressions
` [PATCH 07/15] perf tools: Dedup events in expression parsing
` [PATCH 08/15] perf vendor events: Add core event list for Skylake Server
` [PATCH 09/15] perf vendor events: Add Skylake server uncore event list
` [PATCH 10/15] perf tools: Add support for printing new mem_info encodings
` [PATCH 11/15] perf test: Add test cases for new data source encoding
` [PATCH 12/15] perf tools: Really install manpages via 'make install-man'
` [PATCH 13/15] perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
` [PATCH 14/15] perf tools: Fix static linking with libdw from elfutils
` [PATCH 15/15] perf tools: Fix static linking with libunwind

[Qemu-devel] [PATCH v2] qcow2: allocate cluster_cache/cluster_data on demand
 2017-08-23 19:36 UTC  (2+ messages)

[refpolicy] [PATCH 1/1] dbus: move comments out of the file context definitions
 2017-08-23 19:36 UTC 

[PATCH] printk-formats.txt: Add examples for %pS and %pF
 2017-08-23 19:36 UTC  (8+ messages)

[[PATCH]] Revert "leds: handle suspend/resume in heartbeat trigger"
 2017-08-23 19:34 UTC  (4+ messages)

[PATCH v5 0/9] mtd: sharpslpart partition parser
 2017-08-23 19:33 UTC  (4+ messages)

[PATCH v2] ath10k: sdio: remove unused struct member
 2017-08-23 19:32 UTC  (2+ messages)

[PATCH 00/11] ASoC: make snd_soc_platform_driver const
 2017-08-23 19:33 UTC  (4+ messages)
` [PATCH 06/11] ASoC: pxa: "

[RFC v2 00/10] i915 PMU and engine busy stats
 2017-08-23 19:33 UTC  (12+ messages)
` [RFC 04/10] drm/i915: Expose a PMU interface for perf queries

[PATCH v5 00/12] AC97 device/driver model revamp
 2017-08-23 19:33 UTC  (3+ messages)

[PATCH] rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepare
 2017-08-23 19:33 UTC  (3+ messages)

[PATCH] rtc: pxa: fix possible race condition
 2017-08-23 19:32 UTC  (2+ messages)

[RFC] block/loop: make loop cgroup aware
 2017-08-23 19:30 UTC  (3+ messages)

[PATCH v2] kernel-yocto: relax BSP definition test
 2017-08-23 19:29 UTC  (2+ messages)

[PATCH for-next v1 0/2] RDMA/vmw_pvrdma: Add RoCEv2 support
 2017-08-23 19:29 UTC  (6+ messages)
` [PATCH for-next v1 2/2] RDMA/vmw_pvrdma: Update device query parameters and port caps

[PATCH 0/3] *** timer library enhancements ***
 2017-08-23 19:28 UTC  (5+ messages)

[PATCH i-g-t 1/3] tests/chamelium: Introduce fast basic hpd tests, with limited toggles
 2017-08-23 19:27 UTC  (2+ messages)

[PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9
 2017-08-23 18:55 UTC  (2+ messages)

[Qemu-trivial] [PATCH] hw/misc/auxbus.c: Mark the aux-to-i2c-bridge device as non-hotpluggable
 2017-08-23 19:26 UTC  (6+ messages)
    ` [Qemu-arm] "
      ` [Qemu-devel] "


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.