All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-10 08:52:47 to 2019-09-10 09:31:17 UTC [more...]

[PATCH v2 1/2] mm/page_ext: support to record the last stack of page
 2019-09-10  9:31 UTC  (5+ messages)

[Qemu-devel] [PULL 00/45] testing updates (fixes, upgrades, caching)
 2019-09-10  9:07 UTC  (44+ messages)
` [Qemu-devel] [PULL 03/45] tests/docker: Use --userns=keep-id for podman
` [Qemu-devel] [PULL 04/45] tests/docker: fix "cc" command to work with podman
` [Qemu-devel] [PULL 05/45] tests/docker: handle missing encoding keyword for subprocess.check_output
` [Qemu-devel] [PULL 06/45] tests/docker: fix final missing .encode when parsing solibs
` [Qemu-devel] [PULL 07/45] tests/tcg: use EXTRA_CFLAGS everywhere
` [Qemu-devel] [PULL 08/45] tests/tcg: cleanup Makefile inclusions
` [Qemu-devel] [PULL 09/45] tests/tcg: move configuration to a sub-shell script
` [Qemu-devel] [PULL 10/45] tests/tcg: add .gitignore for in source builds
` [Qemu-devel] [PULL 11/45] tests/docker: move DEF_TARGET_LIST setting to common.rc
` [Qemu-devel] [PULL 12/45] tests/docker: set DEF_TARGET_LIST for some containers
` [Qemu-devel] [PULL 13/45] tests/docker: add Buster to DOCKER_PARTIAL_IMAGES
` [Qemu-devel] [PULL 14/45] tests/docker: move our arm64 cross compile to Buster
` [Qemu-devel] [PULL 15/45] tests/docker: move our powerpc "
` [Qemu-devel] [PULL 16/45] tests/docker: move our Alpha "
` [Qemu-devel] [PULL 17/45] tests/docker: move our HPPA "
` [Qemu-devel] [PULL 19/45] tests/docker: move our sparc64 "
` [Qemu-devel] [PULL 20/45] tests/docker: move our sh4 "
` [Qemu-devel] [PULL 21/45] tests/docker: move our mips64 "
` [Qemu-devel] [PULL 22/45] tests/docker: move our riscv64 "
` [Qemu-devel] [PULL 23/45] tests/docker: move our ppc64 "
` [Qemu-devel] [PULL 24/45] tests/docker: update Debian Sid image
` [Qemu-devel] [PULL 25/45] tests/docker: pin powerpc-user-cross to a snapshot
` [Qemu-devel] [PULL 26/45] tests/docker: add debian-xtensa-cross to DEBIAN_PARTIAL_IMAGES
` [Qemu-devel] [PULL 27/45] tests/docker: add debian9-mxe "
` [Qemu-devel] [PULL 28/45] tests/docker: avoid $SHELL invoke bash directly
` [Qemu-devel] [PULL 29/45] tests/docker: add debian-amd64-cross for non-x86 hosts
` [Qemu-devel] [PULL 30/45] tests/docker: use --arch-only for installing deps
` [Qemu-devel] [PULL 31/45] tests/docker: add more images to PARTIAL_IMAGES when not on x86_64
` [Qemu-devel] [PULL 32/45] tests/docker: --disable-libssh on ubuntu1804 builds
` [Qemu-devel] [PULL 33/45] configure: check if --no-pie is supported first
` [Qemu-devel] [PULL 34/45] .travis.yml: Enable multiple caching features
` [Qemu-devel] [PULL 35/45] .travis.yml: Increase cache timeout from 3min to 20min
` [Qemu-devel] [PULL 36/45] .travis.yml: Cache Python PIP packages
` [Qemu-devel] [PULL 37/45] .travis.yml: Cache Avocado cache
` [Qemu-devel] [PULL 38/45] .travis.yml: Improve ccache use
` [Qemu-devel] [PULL 39/45] .travis.yml: Enable ccache on OSX
` [Qemu-devel] [PULL 40/45] .travis.yml: Document how the build matrix use caches
` [Qemu-devel] [PULL 41/45] .travis.yml: Cache Linux/GCC 'debug profile' jobs together
` [Qemu-devel] [PULL 42/45] .travis.yml: Cache Linux/GCC 'non-debug "
` [Qemu-devel] [PULL 43/45] .travis.yml: Cache Linux/Clang "
` [Qemu-devel] [PULL 44/45] Fedora images: use URLs from stable "archives.fedoraproject.org"
` [Qemu-devel] [PULL 45/45] travis.yml: Install libcap-dev for testing virito-9p

[Qemu-devel] [PATCH] elf-ops.h: fix int overflow in load_elf()
 2019-09-10  9:08 UTC 

❌ FAIL: Stable queue: queue-5.2
 2019-09-10  9:30 UTC  (4+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-09-10  9:16 UTC  (22+ messages)
` [PATCH v3 01/15] powerpc/32: replace MTMSRD() by mtmsr
` [PATCH v3 02/15] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [PATCH v3 03/15] powerpc/32: save DEAR/DAR before calling handle_page_fault
` [PATCH v3 04/15] powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
` [PATCH v3 05/15] powerpc/32: add a macro to get and/or save DAR and DSISR on stack
` [PATCH v3 06/15] powerpc/32: prepare for CONFIG_VMAP_STACK
` [PATCH v3 07/15] powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
` [PATCH v3 08/15] powerpc/32: Add early stack overflow detection with VMAP stack
` [PATCH v3 09/15] powerpc/8xx: Use alternative scratch registers in DTLB miss handler
` [PATCH v3 10/15] powerpc/8xx: drop exception entries for non-existing exceptions
` [PATCH v3 11/15] powerpc/8xx: move DataStoreTLBMiss perf handler
` [PATCH v3 12/15] powerpc/8xx: split breakpoint exception
` [PATCH v3 13/15] powerpc/8xx: Enable CONFIG_VMAP_STACK
` [PATCH v3 14/15] powerpc/32s: reorganise DSI handler
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[Buildroot] [PATCH] package/socketcand: bump version
 2019-09-10  9:30 UTC 

[Xen-devel] [PATCH] x86/cpuid: Fix handling of the CPUID.7[0].eax levelling MSR
 2019-09-10  9:29 UTC  (2+ messages)

[PATCH v2] mm: fix double page fault on arm64 if PTE_AF is cleared
 2019-09-10  9:29 UTC  (6+ messages)

[PATCH 5.2 00/94] 5.2.14-stable review
 2019-09-10  9:29 UTC  (4+ messages)

[PATCH 0/6] Remaining patches to enable Transcoder Port Sync for tiled displays
 2019-09-10  9:29 UTC  (2+ messages)

[PATCH] i2c: tegra: Move suspend handling to NOIRQ phase
 2019-09-10  9:29 UTC  (2+ messages)

[PATCH 4.19 00/57] 4.19.72-stable review
 2019-09-10  9:29 UTC  (10+ messages)
` [PATCH 4.19 19/57] Bluetooth: hidp: Let hidp_send_message return number of queued bytes

[Qemu-devel] [PULL 00/12] Block patches
 2019-09-10  9:03 UTC  (4+ messages)
` [Qemu-devel] [PULL 01/12] util/iov: introduce qemu_iovec_init_extended

[PATCH v2] ftrace: simplify ftrace hash lookup code
 2019-09-10  9:28 UTC  (4+ messages)

[PATCH] net/mlx5: Declare 'rt' as corresponding enum type
 2019-09-10  9:27 UTC 

[PATCH v5 0/4] Raspberry Pi 4 DMA addressing support
 2019-09-10  9:27 UTC  (5+ messages)

[PATCH] fpga: remove redundant dev_err message
 2019-09-10  9:26 UTC 

Keep-alive does not keep the connection alive
 2019-09-10  9:19 UTC  (8+ messages)
  ` Re[2]: "

[PATCH 1/9] drm/ttm: return -EBUSY on pipelining with no_gpu_wait
 2019-09-10  9:24 UTC  (9+ messages)
` [PATCH 4/9] drm/amdgpu: allow direct submission of PDE updates v2
  ` [PATCH 2/9] drm/amdgpu: split the VM entity into direct and delayed
  ` [PATCH 3/9] drm/amdgpu: allow direct submission in the VM backends v2
  ` [PATCH 5/9] drm/amdgpu: allow direct submission of PTE updates
  ` [PATCH 6/9] drm/amdgpu: allow direct submission of clears
  ` [PATCH 7/9] drm/amdgpu: allocate PDs/PTs with no_gpu_wait in a page fault
` [PATCH 8/9] drm/amdgpu: reserve the root PD while freeing PASIDs
` [PATCH 9/9] drm/amdgpu: add graceful VM fault handling v3

[PATCH 1/2] btrfs: Consider system chunk array size for new SYSTEM chunks
 2019-09-10  9:23 UTC  (5+ messages)
` [PATCH v3 2/2] btrfs: tree-checker: Fix wrong check on max devid

[PATCH] arm64: fix unreachable code issue with cmpxchg
 2019-09-10  9:23 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] net/mlx5: fix Rx CQ doorbell synchronization on aarch64
 2019-09-10  9:22 UTC  (8+ messages)
` [dpdk-dev] [PATCH 2/2] net/mlx5: fix Tx "

[Qemu-devel] [PATCH] util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended
 2019-09-10  9:03 UTC 

[PATCH v6 00/12] Device property improvements, add %pfw format specifier
 2019-09-10  9:22 UTC  (3+ messages)
` [PATCH v6 01/12] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]

[RFC PATCH v2] mm: initialize struct pages reserved by ZONE_DEVICE driver
 2019-09-10  9:21 UTC  (10+ messages)

[PATCH v7 7/7] nfc: pn532_uart: Make use of pn532 autopoll
 2019-09-10  9:34 UTC 

[PATCH v4 00/17] arm64: MMU enabled kexec relocation
 2019-09-10  9:20 UTC  (16+ messages)
` [PATCH v4 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v4 05/17] arm64: hibernate: remove gotos in create_safe_exec_page
` [PATCH v4 10/17] arm64: trans_pgd: make trans_pgd_map_page generic

[PATCH v7 6/7] nfc: pn533: Add autopoll capability
 2019-09-10  9:34 UTC 

[PATCH] objdump: restore quiet build output
 2019-09-10  9:20 UTC 

[PATCH v7 5/7] nfc: pn533: add UART phy driver
 2019-09-10  9:33 UTC 

[PATCH v7 4/7] nfc: pn533: Split pn533 init & nfc_register
 2019-09-10  9:33 UTC 

[PATCH] drm/i915: Prune 2560x2880 mode for 5K tiled dual DP monitors
 2019-09-10  9:20 UTC  (12+ messages)

[PATCH v7 3/7] nfc: pn533: Add dev_up/dev_down hooks to phy_ops
 2019-09-10  9:33 UTC 

[PATCH 4.14 00/40] 4.14.143-stable review
 2019-09-10  9:19 UTC  (3+ messages)

[PATCH AUTOSEL 5.2 01/12] arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name
 2019-09-10  9:19 UTC  (4+ messages)
` [PATCH AUTOSEL 5.2 06/12] configfs_register_group() shouldn't be (and isn't) called in rmdirable parts

[PATCH v7 2/7] nfc: pn532_uart: Add NXP PN532 to devicetree docs
 2019-09-10  9:32 UTC 

[dpdk-dev] [PATCH 0/9] Windows patchset with additional EAL functionalities
 2019-09-10  9:19 UTC  (6+ messages)
  ` [dpdk-dev] [PATCH 2/9] eal: syslog implementation for windows
  ` [dpdk-dev] [PATCH 3/9] eal: add windows compatible header files

[SMB3][PATCHes] parallelizing decryption of large read responses
 2019-09-10  9:19 UTC  (3+ messages)

[PATCH 4.9 00/26] 4.9.192-stable review
 2019-09-10  9:19 UTC  (3+ messages)

[PATCH 4.4 00/23] 4.4.192-stable review
 2019-09-10  9:18 UTC  (3+ messages)

[PATCH v7 1/7] nfc: pn533: i2c: "pn532" as dt compatible string
 2019-09-10  9:31 UTC 

[dpdk-dev] net/e1000: fix wrong mac type checking
 2019-09-10 17:40 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 0/8] linux-user: strace improvements
 2019-09-10  8:52 UTC  (6+ messages)
` [Qemu-devel] [PATCH v6 2/8] linux-user/strace: Add print_timezone()
` [Qemu-devel] [PATCH v6 3/8] linux-user/strace: Improve settimeofday()

[PATCH] mm: avoid slub allocation while holding list_lock
 2019-09-10  9:16 UTC  (5+ messages)

[PATCH v2 7/7] bug: Move WARN_ON() "cut here" into exception handler
 2019-09-10  9:16 UTC  (4+ messages)

[GIT PULL] compiler-attributes for v5.3-rc8
 2019-09-10  9:16 UTC  (15+ messages)

[dpdk-dev] [RFC v2 0/3] show the Rx/Tx burst description field
 2019-09-10  9:14 UTC  (14+ messages)
` [dpdk-dev] [RFC v2 1/3] ethdev: add the API for getting trace information

[PATCH 1/5] clk: qcom: gcc: limit GPLL0_AO_OUT operating frequency
 2019-09-10  9:14 UTC  (7+ messages)
` [PATCH 2/5] clk: qcom: apcs-msm8916: get parent clock names from DT

[PATCH 0/6] arm64: dts: meson-g12: add support for PCIe
 2019-09-10  9:14 UTC  (10+ messages)
` [PATCH 6/6] arm64: dts: khadas-vim3: add commented "

Default qdisc not correctly initialized with custom MTU
 2019-09-10  9:14 UTC  (3+ messages)

[f2fs-dev] [PATCH v4 0/2] fsck: Check write pointers of zoned block devices
 2019-09-10  9:12 UTC  (9+ messages)
` [f2fs-dev] [PATCH v4 2/2] fsck.f2fs: Check write pointer consistency with current segments

[PATCH] drm/amdgpu: remove duplicated header file include
 2019-09-10  9:12 UTC  (2+ messages)

[PATCH] iommu/amd: Fix sparse warnings
 2019-09-10  9:11 UTC  (3+ messages)

[PATCH 1/2] libnvdimm/altmap: Track namespace boundaries in altmap
 2019-09-10  9:08 UTC  (5+ messages)

[dpdk-dev] [Bug 346] Set the link speed / duplex of a DPDK port
 2019-09-10  9:10 UTC 

[Qemu-devel] [PATCH v13 0/6] target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2019-09-10  8:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH v13 6/6] migration: Include migration support for machine check handling

[dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd
 2019-09-10  9:06 UTC  (4+ messages)

lot of MemAvailable but falling cache and raising PSI
 2019-09-10  9:02 UTC  (10+ messages)

[dpdk-dev] [PATCH 0/1] ethdev: change owner delete function return value to int
 2019-09-10  9:02 UTC  (2+ messages)
` [dpdk-dev] [PATCH 1/1] "

[PATCH net-next 0/7] net: hns3: add a feature & bugfixes & cleanups
 2019-09-10  8:58 UTC  (8+ messages)
` [PATCH net-next 1/7] net: hns3: add ethtool_ops.set_channels support for HNS3 VF driver
` [PATCH net-next 2/7] net: hns3: revert to old channel when setting new channel num fail
` [PATCH net-next 3/7] net: hns3: fix shaper parameter algorithm
` [PATCH net-next 4/7] net: hns3: fix port setting handle for fibre port
` [PATCH net-next 5/7] net: hns3: modify some logs format
` [PATCH net-next 6/7] net: hns3: check NULL pointer before use
` [PATCH net-next 7/7] net: hns3: add some DFX info for reset issue

[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-09-10  9:01 UTC  (3+ messages)
` [PATCH v2 07/27] drm/dp_mst: Add sideband down request tracing + selftests

[PATCH 0/4] gpio: API boundary cleanups
 2019-09-10  8:59 UTC  (4+ messages)

[PATCH 0/2] powerpc/xmon: Improve output of XIVE commands
 2019-09-10  8:18 UTC  (3+ messages)
` [PATCH 1/2] powerpc/xmon: Improve output of XIVE interrupts
` [PATCH 2/2] powerpc/xmon: Fix output of XIVE IPI

[PATCH] aarch64/mm: speedup memory initialisation
 2019-09-10  8:59 UTC 

[Patch] drm/amdgpu: fix CPDMA hang in PRT mode for VEGA10
 2019-09-10  8:59 UTC 

[PATCH net] net: sonic: replace dev_kfree_skb in sonic_send_packet
 2019-09-10  8:58 UTC 

[PATCH 1/2] drm/i915/gt: Allow clobbering gpu resets if the display is off
 2019-09-10  8:58 UTC  (4+ messages)

[PATCH 0/2] fix BUG_ON and retun real error in find_next_devid() and clone_fs_devices()
 2019-09-10  8:57 UTC  (4+ messages)

[PATCH] drm/amdgpu: grab the id mgr lock while accessing passid_mapping
 2019-09-10  8:56 UTC  (2+ messages)

[PATCH] dm-bufio: Allow clients to specify an upper bound on cache size
 2019-09-10  8:55 UTC  (3+ messages)
`  "

[meta-python] [PATCH] python-pytest: upgrade 3.4.2 -> 5.1.1
 2019-09-10  8:55 UTC  (3+ messages)

feature request, git-gui: add hotkey to toggle amend/new
 2019-09-10  8:54 UTC  (11+ messages)

[dpdk-dev] [PATCH 0/7] ethdev: change MAC addr get function return value to int
 2019-09-10  8:52 UTC  (8+ messages)
` [dpdk-dev] [PATCH 1/7] "
` [dpdk-dev] [PATCH 2/7] app/testpmd: check status of getting MAC address
` [dpdk-dev] [PATCH 3/7] app/pdump: "
` [dpdk-dev] [PATCH 4/7] app/test: "
` [dpdk-dev] [PATCH 5/7] app/test: check status of getting MAC address in bonding
` [dpdk-dev] [PATCH 6/7] examples: check status of getting MAC address
` [dpdk-dev] [PATCH 7/7] examples/bond: "

[Qemu-devel] [PATCH] Fedora images: use URLs from stable "archives.fedoraproject.org"
 2019-09-10  8:41 UTC  (2+ messages)


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.