All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-24 18:21:47 to 2018-03-24 20:38:21 UTC [more...]

[Qemu-devel] [PATCH v6 00/26] RISC-V: Fixes and cleanups for QEMU 2.12
 2018-03-24 19:46 UTC  (10+ messages)
` [Qemu-devel] [PATCH v6 06/26] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v6 08/26] RISC-V: Make sure rom has space for fdt
` [Qemu-devel] [PATCH v6 10/26] RISC-V: Improve page table walker spec compliance
` [Qemu-devel] [PATCH v6 19/26] RISC-V: vectored traps are optional
` [Qemu-devel] [PATCH v6 26/26] RISC-V: Workaround for critical mstatus.FS MTTCG bug

[Buildroot] [PATCH 1/1] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.27.0
 2018-03-24 20:38 UTC  (2+ messages)

[PATCH] completion: add option completion for most builtin commands
 2018-03-24 20:35 UTC  (7+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] git.c: move cmd_struct declaration up
  ` [PATCH v2 2/8] git.c: add hidden option --list-parseopt-builtins
  ` [PATCH v2 4/8] completion: factor out _git_xxx calling code
  ` [PATCH v2 7/8] completion: use __gitcomp_builtin in _git_ls_tree
  ` [PATCH v2 8/8] completion: use __gitcomp_builtin in _git_cherry

[Buildroot] [git commit] package/x11r7/xdriver_xf86-input-libinput: bump version to 0.27.0
 2018-03-24 20:38 UTC 

[Buildroot] [PATCH] qemu: fix build with glibc 2.27
 2018-03-24 20:37 UTC  (3+ messages)

[Buildroot] [git commit] qemu: fix build with glibc 2.27
 2018-03-24 20:36 UTC 

switchdev and dsa
 2018-03-24 20:35 UTC  (3+ messages)

[PATCH 0/7] Netfilter fixes for net
 2018-03-24 20:34 UTC  (8+ messages)
` [PATCH 1/7] netfilter: nf_tables: meter: pick a set backend that supports updates
` [PATCH 2/7] netfilter: nf_tables: permit second nat hook if colliding hook is going away
` [PATCH 3/7] netfilter: nf_tables: add missing netlink attrs to policies
` [PATCH 4/7] netfilter: drop template ct when conntrack is skipped
` [PATCH 5/7] netfilter: nf_tables: cache device name in flowtable object
` [PATCH 6/7] netfilter: nf_tables: do not hold reference on netdevice from preparation phase
` [PATCH 7/7] netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}

After upgrading LLVM to 7.0.0-0.1.r326462 version and MESA to 18.1.0-0.4.git56dc9f9 the games which are used Vulkan driver have begun crashing at start
 2018-03-24 20:34 UTC  (3+ messages)

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-24 20:33 UTC  (17+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 02/10] mm: Maintain memcg-aware shrinkers in mcg_shrinkers array
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH 04/10] fs: Propagate shrinker::id to list_lru
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH 08/10] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH 09/10] mm: Iterate only over charged shrinkers during memcg shrink_slab()
` [PATCH 10/10] mm: Clear shrinker bit if there are no objects related to memcg

[xen-4.8-testing test] 121083: regressions - trouble: broken/fail/pass
 2018-03-24 20:33 UTC 

[PATCH v3 0/4] worktree: teach "add" to check out existing branches
 2018-03-24 20:35 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] worktree: improve message when creating a new worktree
  ` [PATCH v4 2/4] worktree: be clearer when "add" dwim-ery kicks in

[PATCH 1/2] nvme-core: use macro for identify size
 2018-03-24 20:32 UTC  (2+ messages)
` [PATCH 2/2] nvmet: make the error message more generic

[PATCH 0/2] sh_eth: unify the SoC feature checks
 2018-03-24 20:30 UTC  (18+ messages)
` [PATCH 1/5] sh_eth: add sh_eth_cpu_data::soft_reset() method
` [PATCH 2/5] sh_eth: add sh_eth_cpu_data::edtrr_trns value
` [PATCH 3/5] sh_eth: add sh_eth_cpu_data::xdfar_rw flag
` [PATCH 4/5] sh_eth: add sh_eth_cpu_data::no_tx_cntr flag
` [PATCH 5/5] sh_eth: add sh_eth_cpu_data::cexcr flag

pseudo: host user contamination
 2018-03-24 20:27 UTC  (21+ messages)

[Qemu-devel] [PATCH 00/14] Generalize Dallas/Maxim I2C RTC devices v2
 2018-03-24 19:24 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/14] tests: more thorough tests of ds1338
` [Qemu-devel] [PATCH 02/14] timer: ds1338 use registerfields.h
` [Qemu-devel] [PATCH 04/14] timer: ds1338 clarify HOUR handling
` [Qemu-devel] [PATCH 05/14] timer: ds1338 change write handling
` [Qemu-devel] [PATCH 06/14] tests: ds-rtc test 12 hour mode
` [Qemu-devel] [PATCH 08/14] tests: ds-rtc test wday offset
` [Qemu-devel] [PATCH 09/14] timer: rename ds1338 -> dsrtc
` [Qemu-devel] [PATCH 10/14] timer: rename file ds1338.c -> ds-rtc.c
` [Qemu-devel] [PATCH 12/14] timer: ds-rtc handle CENTURY bit
` [Qemu-devel] [PATCH 14/14] tests: drop ds1338-test

[PATCH] sysctl: fix sizeof argument to match variable name
 2018-03-24 20:23 UTC 

kernel 4.15.7/64bit, C3600 is unstable during heavy I/O on PCI
 2018-03-24 20:18 UTC  (4+ messages)
      ` [RFC][PATCH] Fix HPMC handler by increasing size to multiple of 16 bytes
          ` [RFC][PATCH v2] "

PCIe x4 cards not detected on Z370 mainboards
 2018-03-24 20:15 UTC  (5+ messages)

[GIT PULL 00/44] perf/core improvements and fixes
 2018-03-24 20:02 UTC  (46+ messages)
` [PATCH 01/44] perf unwind: Report error from dwfl_attach_state
` [PATCH 02/44] perf annotate: Move annotation_options out of the TUI browser
` [PATCH 03/44] perf annotate: Move cycles/IPC formatting width constants outside TUI
` [PATCH 04/44] perf annotate tui: Use annotate_browser__cycles_width() mroe
` [PATCH 05/44] perf annotate tui: Move have_cycles to struct annotation
` [PATCH 06/44] perf annotate: Move annotation_line array from TUI to generic code
` [PATCH 07/44] perf annotate: Move compute_ipc() to annotation library
` [PATCH 08/44] perf annotate: Move nr_events from annotate_browser to annotation struct
` [PATCH 09/44] perf annotate: Stop using a global config struct
` [PATCH 10/44] perf annotate: Move pcnt_with() to the annotation library
` [PATCH 11/44] perf annotate tui: Add browser__annotation() helper
` [PATCH 12/44] perf annotate: Move max_jump_sources to struct annotation
` [PATCH 13/44] perf annotate: Move jumps_percent_color to ui_browser
` [PATCH 14/44] perf annotate: Move nr_jumps to struct annotation
` [PATCH 15/44] perf annotate: Move mark_jump_targets from the TUI to the annotation library
` [PATCH 16/44] perf annotate: Nuke struct browser_line
` [PATCH 17/44] perf annotate: Move 'start' to struct annotation
` [PATCH 18/44] perf annotate: Move nr_{asm_}entries "
` [PATCH 19/44] perf annotate: Introduce set_offsets() method out of TUI code
` [PATCH 20/44] perf annotate: Move the column widths from the TUI to generic lib
` [PATCH 21/44] perf annotate: Move update_column_widths() to the "
` [PATCH 22/44] perf annotate: Introduce init_column_widths() method out of TUI code
` [PATCH 23/44] perf annotate: Introduce symbol__annotate2 method
` [PATCH 24/44] perf annotate: Introduce annotation_line__max_percent()
` [PATCH 25/44] perf ui browser: Add vprintf() method
` [PATCH 26/44] perf annotate: Introduce annotation_line__print_start() out of TUI code
` [PATCH 27/44] perf annotate: Finish the generalization of annotate_browser__write()
` [PATCH 28/44] perf annotate: Use a ops table for annotation_line__write()
` [PATCH 29/44] perf annotate: Introduce annotation_line__filter()
` [PATCH 30/44] perf annotate: Introduce the --stdio2 output mode
` [PATCH 31/44] perf annotate: Move the default annotate options to the library
` [PATCH 32/44] perf annotate: Use the default annotation options for --stdio2
` [PATCH 33/44] perf annotate: Add function header to --stdio2
` [PATCH 34/44] perf annotate: Introduce --ignore-vmlinux command line option
` [PATCH 35/44] perf report: "
` [PATCH 36/44] perf annotate browser: Add 'P' hotkey to dump annotation to file
` [PATCH 37/44] perf annotate: No need to calculate notes->start twice
` [PATCH 38/44] perf annotate: Pass function descriptor to its instruction parsing routines
` [PATCH 39/44] perf annotate: Mark jumps to outher functions with the call arrow
` [PATCH 40/44] perf python: Reference Py_None before returning it
` [PATCH 41/44] perf annotate: Add "_local" to jump/offset validation routines
` [PATCH 42/44] perf annotate: Support jumping from one function to another
` [PATCH 43/44] perf annotate: Defer searching for comma in raw line till it is needed
` [PATCH 44/44] perf annotate: Use absolute addresses to calculate jump target offsets

[net PATCH] net: sched, fix OOO packets with pfifo_fast
 2018-03-24 20:13 UTC 

[PATCH v3 1/4] bus: fsl-mc: move fsl_mc_command struct in a uapi header
 2018-03-24 20:12 UTC  (2+ messages)

[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
 2018-03-24 20:10 UTC  (7+ messages)
` [PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec

[PATCH 0/4] staging: iio: tsl2x7x: move out of staging
 2018-03-24 20:05 UTC  (10+ messages)
` [PATCH 1/4] staging: iio: tsl2x7x: use auto increment I2C protocol
` [PATCH 2/4] staging: iio: tsl2x7x: move IIO_CHAN_INFO_CALIB{SCALE,BIAS} to IIO_LIGHT channel
  ` [PATCH 2/4] staging: iio: tsl2x7x: move IIO_CHAN_INFO_CALIB{SCALE, BIAS} "
` [PATCH 3/4] staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE,PERIOD}
  ` [PATCH 3/4] staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE, PERIOD}
` [PATCH 4/4] staging: iio: tsl2x7x: move out of staging

[PATCH] swiotlb: swiotlb_{alloc,free}_buffer should depend on CONFIG_DMA_DIRECT_OPS
 2018-03-24 20:05 UTC  (4+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-03-24 20:05 UTC  (11+ messages)

[PATCHv4] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4
 2018-03-24 20:02 UTC  (12+ messages)

[PATCH v1 00/16] Add support to MT6323 RTC and its power device
 2018-03-24 20:00 UTC  (17+ messages)
` [PATCH v1 02/16] dt-bindings: rtc: mediatek: add bindings for PMIC RTC
` [PATCH v1 06/16] rtc: mediatek: remove unnecessary parentheses
` [PATCH v1 11/16] rtc: mediatek: move the declaration into a globally visible header file

[MPTCP] Status and what's next
 2018-03-24 19:47 UTC 

[PATCH] ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC servers
 2018-03-24 19:45 UTC 

[Qemu-devel] [PATCH 0/5] Generalize Dallas/Maxim I2C RTC devices
 2018-03-24 19:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] tests: more thorough test of ds1338

[Buildroot] [PATCH 1/2] libssh2: fix pkg-config info for mbedtls backend
 2018-03-24 19:41 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] qemu: add libssh2 optional dependency

[PATCH v2] filter-branch: fix errors caused by refs that cannot be used with ^0
 2018-03-24 19:41 UTC  (5+ messages)
` [PATCH] filter-branch: consider refs can refer to an object other than commit or tag
` [PATCH v3] filter-branch: fix errors caused by refs that point at non-committish

[PATCH] uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver
 2018-03-24 19:39 UTC 

[Qemu-devel] [PATCH] qemu-pr-helper: Actually allow users to specify pidfile
 2018-03-24 11:46 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.12] "

[GSoC] Convert “git stash” to builtin proposal
 2018-03-24 19:31 UTC  (5+ messages)

[Qemu-devel] [PATCH PULL 0/8] RDMA queue
 2018-03-24 19:23 UTC  (2+ messages)

add/remove a peer
 2018-03-24 19:32 UTC 

[Qemu-devel] [PULL 00/24] RISC-V: Post-merge spec conformance and cleanup v5
 2018-03-24 19:06 UTC  (3+ messages)

[RFC 1/2] docs: dts: Added documentation for Xilinx zynqmp Reset Controller bindings
 2018-03-24 19:11 UTC  (2+ messages)
` [RFC 2/2] reset: reset-zynqmp: Adding support for Xilinx zynqmp reset controller

X11 proto changes
 2018-03-24 19:07 UTC 

Hang in FUTEX_WAKE_PRIVATE after clock_gettime
 2018-03-24 19:07 UTC  (2+ messages)

[Bug 104064] (DC 4.15-rc2) WARNING: CPU: 4 PID: 75 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:601 dm_suspend+0x4e/0x60 [amdgpu]
 2018-03-24 19:05 UTC  (2+ messages)

[PATCH] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-24 18:53 UTC  (6+ messages)

[PATCH v3 0/8] Decode IA32/X64 CPER
 2018-03-24 18:49 UTC  (9+ messages)
` [PATCH v3 1/8] efi: Fix IA32/X64 Processor Error Record definition
` [PATCH v3 2/8] efi: Decode IA32/X64 Processor Error Section
` [PATCH v3 3/8] efi: Decode IA32/X64 Processor Error Info Structure
` [PATCH v3 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs
` [PATCH v3 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures
` [PATCH v3 6/8] efi: Decode additional IA32/X64 Bus Check fields
` [PATCH v3 7/8] efi: Decode IA32/X64 MS Check structure
` [PATCH v3 8/8] efi: Decode IA32/X64 Context Info structure

[PATCH net-next RFC V1 0/5] Peer to Peer One-Step time stamping
 2018-03-24 18:48 UTC  (11+ messages)
` [PATCH net-next RFC V1 5/5] net: mdio: Add a driver for InES time stamping IP core

[PATCH bpf-next 0/2] bpf_verifier_log changes
 2018-03-24 18:44 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Rename bpf_verifer_log
` [PATCH bpf-next 2/2] bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()

[PATCH V4] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-03-24 18:39 UTC  (2+ messages)

[Qemu-devel] [PULL 00/25] RISC-V Post-merge spec conformance and cleanup
 2018-03-24 18:34 UTC  (3+ messages)

[Qemu-devel] [PATCH] ccid-card: include libcacard.h only
 2018-03-24 12:40 UTC  (3+ messages)

[PATCH] branch -l: print useful info whilst rebasing a non-local branch
 2018-03-24 18:38 UTC 

[RFC PATCH 0/1] json-writer: incorrect format specifier
 2018-03-24 18:38 UTC  (3+ messages)
` [RFC PATCH 0/1] json-writer: add cast to uintmax_t
` [RFC PATCH v2 1/1] "

[Buildroot] [PATCH] qemu: bump to 2.11.1
 2018-03-24 18:25 UTC  (2+ messages)

[RFC][PATCH] git-stash: convert git stash list to C builtin
 2018-03-24 18:23 UTC 

[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
 2018-03-24 18:24 UTC  (7+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section

[PATCH 0/4] Convert some stash functionality to a builtin
 2018-03-24 18:22 UTC  (3+ messages)
` [PATCH 3/4] stash: convert drop and clear to builtin


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.