All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-21 08:33:08 to 2019-06-21 09:14:32 UTC [more...]

[Qemu-arm] [PATCH v2] aspeed: Link SCU to the watchdog
 2019-06-21  9:06 UTC  (4+ messages)
` [Qemu-devel] "

[Xen-devel] Fwd: [xen-4.10-testing bisection] complete test-armhf-armhf-xl-arndale
 2019-06-21  9:14 UTC  (7+ messages)

[GIT PULL] Renesas ARM Based SoC Defconfig Updates for v5.3
 2019-06-21  9:14 UTC  (2+ messages)
` [PATCH 1/1] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

[GIT PULL] Renesas ARM Based SoC DT Updates for v5.3
 2019-06-21  9:13 UTC  (23+ messages)
` [PATCH 01/22] ARM: dts: r7s9210: Add RSPI
` [PATCH 02/22] ARM: dts: r7s9210: Add Ethernet support
` [PATCH 03/22] ARM: dts: r7s9210: Add RIIC support
` [PATCH 04/22] ARM: dts: r7s9210: Add SDHI support
` [PATCH 05/22] ARM: dts: rza2mevb: Add Ethernet support
` [PATCH 06/22] ARM: dts: rza2mevb: Add SDHI support
` [PATCH 07/22] ARM: dts: rza2mevb: add ethernet aliases
` [PATCH 08/22] ARM: dts: r7s9210: Add USB clock
` [PATCH 09/22] ARM: dts: rza2mevb: Add 48MHz "
` [PATCH 10/22] ARM: dts: r8a779x: Configure PMIC IRQ pinmux
` [PATCH 11/22] ARM: dts: r7s72100: Add IRQC device node
` [PATCH 12/22] ARM: dts: rskrza1: Add input switches
` [PATCH 13/22] ARM: dts: r7s9210: Add USB Host support
` [PATCH 14/22] ARM: dts: r7s9210: Add USB Device support
` [PATCH 15/22] ARM: dts: rza2mevb: Add USB Host support
` [PATCH 16/22] ARM: dts: renesas: Use ip=on for bootargs
` [PATCH 17/22] ARM: dts: rza2mevb: sort nodes of rza2mevb board
` [PATCH 18/22] ARM: dts: r7s9210: Add IRQC device node
` [PATCH 19/22] ARM: dts: rza2mevb: Add input switch
` [PATCH 20/22] ARM: dts: iwg20d-q7-common: Fix SDHI1 VccQ regularor
` [PATCH 21/22] ARM: dts: iwg23s-sbc: Fix SDHI2 VccQ regulator
` [PATCH 22/22] ARM: dts: r8a7792: Add CMT0 and CMT1 to r8a7792

[GIT PULL] Renesas ARM Based SoC DT Bindings Updates for v5.3
 2019-06-21  9:11 UTC  (16+ messages)
` [PATCH 1/9] dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards
` [PATCH 2/9] dt-bindings: Add vendor prefix for HopeRun
` [PATCH 3/9] dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks
` [PATCH 4/9] dt-bindings: can: rcar_can: Add r8a774c0 support
` [PATCH 5/9] dt-bindings: can: rcar_canfd: document r8a77965 support
` [PATCH 6/9] dt-bindings: can: rcar_canfd: document r8a77990 support
` [PATCH 7/9] dt-bindings: can: rcar_canfd: document r8a774c0 support
` [PATCH 8/9] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
` [PATCH 9/9] dt-bindings: display: renesas: Add r8a774a1 support

[PATCH v5 1/2] dt-bindings: Add doc for the Ingenic JZ47xx LCD controller driver
 2019-06-21  9:13 UTC  (8+ messages)
` [PATCH v5 2/2] DRM: Add KMS driver for the Ingenic JZ47xx SoCs

[Qemu-devel] [PATCH for-4.1 00/24] Fix record/replay and add reverse debugging
 2019-06-21  8:22 UTC  (22+ messages)
` [Qemu-devel] [PATCH for-4.1 01/24] replay: add missing fix for internal function
` [Qemu-devel] [PATCH for-4.1 02/24] block: implement bdrv_snapshot_goto for blkreplay
` [Qemu-devel] [PATCH for-4.1 04/24] replay: update docs for record/replay with block devices
` [Qemu-devel] [PATCH for-4.1 05/24] replay: don't drain/flush bdrv queue while RR is working
` [Qemu-devel] [PATCH for-4.1 06/24] replay: finish record/replay before closing the disks
` [Qemu-devel] [PATCH for-4.1 09/24] replay: provide an accessor for rr filename
` [Qemu-devel] [PATCH for-4.1 10/24] qapi: introduce replay.json for record/replay-related stuff
` [Qemu-devel] [PATCH for-4.1 11/24] replay: introduce info hmp/qmp command
` [Qemu-devel] [PATCH for-4.1 12/24] replay: introduce breakpoint at the specified step
` [Qemu-devel] [PATCH for-4.1 13/24] replay: implement replay-seek command
` [Qemu-devel] [PATCH for-4.1 14/24] replay: refine replay-time module
` [Qemu-devel] [PATCH for-4.1 15/24] replay: flush rr queue before loading the vmstate
` [Qemu-devel] [PATCH for-4.1 16/24] gdbstub: add reverse step support in replay mode
` [Qemu-devel] [PATCH for-4.1 17/24] gdbstub: add reverse continue "
` [Qemu-devel] [PATCH for-4.1 18/24] replay: describe reverse debugging in docs/replay.txt
` [Qemu-devel] [PATCH for-4.1 19/24] replay: add BH oneshot event for block layer
` [Qemu-devel] [PATCH for-4.1 20/24] replay: document development rules
` [Qemu-devel] [PATCH for-4.1 21/24] util/qemu-timer: refactor deadline calculation for external timers
` [Qemu-devel] [PATCH for-4.1 22/24] replay: fix replay shutdown
` [Qemu-devel] [PATCH for-4.1 23/24] replay: rename step-related variables and functions
` [Qemu-devel] [PATCH for-4.1 24/24] icount: clean up cpu_can_io before jumping to the next block

[PATCH] Fast advertising interval
 2019-06-21  9:22 UTC 

[PATCH] v7 Add support for LE ping feature
 2019-06-21  9:21 UTC 

[GIT PULL 0/2] lightnvm updates for 5.3
 2019-06-21  9:12 UTC  (3+ messages)
` [GIT PULL 1/2] lightnvm: pblk: fix freeing of merged pages
` [GIT PULL 2/2] lightnvm: fix uninitialized pointer in nvm_remove_tgt()

[GIT PULL] Renesas ARM Based SoC Updates for v5.3
 2019-06-21  9:12 UTC  (3+ messages)
` [PATCH 1/2] ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available
` [PATCH 2/2] soc: renesas: Enable RZ/A1 IRQC on RZ/A1H and RZ/A2M

[PATCH] LE Privacy implementation
 2019-06-21  9:21 UTC 

[PATCH v7 0/3] add init_on_alloc/init_on_free boot options
 2019-06-21  9:11 UTC  (5+ messages)
` [PATCH v7 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-21  9:11 UTC  (3+ messages)

Re-enabled a folder set as untracked
 2019-06-21  9:11 UTC  (2+ messages)

[PATCH] pigz: bump alternative priority
 2019-06-21  9:09 UTC 

[PATCH 01/13] drm/amdgpu: introduce and honour DRM_FORCE_AUTH workaround
 2019-06-21  9:09 UTC  (8+ messages)

[MPTCP] [PATCH] mptcp: fix remaining checkpatch issue
 2019-06-21  9:09 UTC 

[PATCH 0/5] EHL port programming
 2019-06-21  9:09 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune
 2019-06-21  9:08 UTC  (5+ messages)
` [PATCH V3] "
    ` [PATCH] gcc-runtime.inc: create the correct directory before creating the symlinks in it

[PATCH v5 00/13] go1.10 update and misc improvements
 2019-06-21  9:12 UTC  (3+ messages)
` [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

[PATCH] dmaengine: dw-edma: fix unnecessary stack usage
 2019-06-21  9:05 UTC  (3+ messages)

[Xen-devel] [PATCH 0/4] xen/link: Fixes and improvements to Xen's linking
 2019-06-21  9:05 UTC  (3+ messages)
` [Xen-devel] [PATCH 1/4] xen/link: Cope with .rodata.cst* sections

[Qemu-devel] [PATCH v7 0/3] block/stream: get rid of the base
 2019-06-21  8:34 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 1/3] block: include base when checking image chain for block allocation

[Qemu-devel] [PATCH] blockjob: drain all job nodes in block_job_drain
 2019-06-21  8:41 UTC  (3+ messages)

[PATCH v3 0/5] net: macb: cover letter
 2019-06-21  9:03 UTC  (8+ messages)
` [PATCH v3 1/5] net: macb: add phylink support
` [PATCH v3 2/5] net: macb: add support for sgmii MAC-PHY interface
` [PATCH v3 3/5] net: macb: add support for c45 PHY
` [PATCH v3 4/5] net: macb: add support for high speed interface
` [PATCH v3 5/5] net: macb: parameter added to cadence ethernet controller DT binding

[PATCH] x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()
 2019-06-21  9:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 00/50] tcg plugin support
 2019-06-21  8:21 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/i40e: fix core dumped when setting txq or rxq to 0 in VF
 2019-06-21 11:42 UTC  (3+ messages)

[PATCH v2 0/5] usb: xhci: Add support for Renesas USB controllers
 2019-06-21  8:59 UTC  (6+ messages)
` [PATCH v2 1/5] usb: xhci: add firmware loader for uPD720201 and uPD720202 w/o ROM
` [PATCH v2 2/5] usb: xhci: handle "
` [PATCH v2 3/5] usb: xhci: Use register defined and field names
` [PATCH v2 4/5] usb: xhci: Add ROM loader for uPD720201
` [PATCH v2 5/5] usb: xhci: allow multiple firmware versions

[PATCH] DT node for SiFive FU540 Ethernet Controller driver
 2019-06-21  9:01 UTC  (4+ messages)
` [PATCH] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH 0/4] drm/bridge: dw-hdmi: Add support for HDR metadata
 2019-06-21  9:01 UTC  (3+ messages)

[PATCH] dmaengine: dw-edma: fix __iomem type confusion
 2019-06-21  9:01 UTC  (3+ messages)

[PATCH] drm/i915/execlists: Keep context alive until after we kick
 2019-06-21  9:01 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/execlists: Keep context alive until after we kick (rev2)

[PATCH] powerpc/lib/xor_vmx: Relax frame size for clang
 2019-06-21  8:58 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/13] Add migration support for VFIO device
 2019-06-21  8:02 UTC  (4+ messages)

[PATCH] Bluetooth: btrtl: HCI reset on close for RTL8822BE
 2019-06-21  8:58 UTC 

[PATCH 0/4] fstests: various fixes
 2019-06-21  8:57 UTC  (3+ messages)
` [PATCH 2/4] xfs: rework min log size helper

[PATCH] dmaengine: dw-edma: fix endianess confusion
 2019-06-21  8:56 UTC  (5+ messages)

[PATCH 1/2] PCI: pciehp: Do not disable interrupt twice on suspend
 2019-06-21  8:52 UTC  (2+ messages)

[Xen-devel] [PATCH v3] MAINTAINERS: Add myself as a Designated reviewer to vm_event
 2019-06-21  8:52 UTC 

[dpdk-dev] [PATCH v5] net/ice: enable switch filter
 2019-06-21  8:22 UTC 

[PATCH for-block] cgroup: export css_next_descendant_pre for bfq
 2019-06-21  8:48 UTC  (2+ messages)

[Buildroot] [PATCH 01/19] autobuild-run: introduce Builder class
 2019-06-21  8:47 UTC  (19+ messages)
` [Buildroot] [PATCH 02/19] autobuild-run: move instance variable from kwargs to "
` [Buildroot] [PATCH 03/19] autobuild-run: move njobs "
` [Buildroot] [PATCH 04/19] autobuild-run: move sysinfo "
` [Buildroot] [PATCH 05/19] autobuild-run: move http variables "
` [Buildroot] [PATCH 06/19] autobuild-run: move submitter "
` [Buildroot] [PATCH 07/19] autobuild-run: move niceness "
` [Buildroot] [PATCH 08/19] autobuild-run: move toolchains_csv "
` [Buildroot] [PATCH 09/19] autobuild-run: move repo "
` [Buildroot] [PATCH 10/19] autobuild-run: move upload variable "
` [Buildroot] [PATCH 11/19] autobuild-run: move buildpid "
` [Buildroot] [PATCH 12/19] autobuild-run: move debug "
` [Buildroot] [PATCH 13/19] autobuild-run: define instance directory as a part of "
` [Buildroot] [PATCH 14/19] autobuild-run: move log variable to "
` [Buildroot] [PATCH 15/19] autobuild-run: remove kwargs argument from function calls and definitions
` [Buildroot] [PATCH 16/19] autobuild-run: define source directory as part of Builder class
` [Buildroot] [PATCH 17/19] autobuild-run: define download "
` [Buildroot] [PATCH 18/19] autobuild-run: define output "
` [Buildroot] [PATCH 19/19] autobuild-run: define results "

[igt-dev] [PATCH i-g-t] Add Arm drivers as supported drivers by igt
 2019-06-21  8:46 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t v2] "

[LINUX PATCH v16] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-06-21  8:41 UTC  (3+ messages)

[Xen-devel] [PATCH v2] MAINTAINERS: Add myself as a Designated reviewer to vm_event
 2019-06-21  8:45 UTC  (3+ messages)

[PATCH v3 0/2] PM / AVS: SVS: Introduce SVS engine
 2019-06-21  8:43 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: soc: add mtk svs dt-bindings
` [PATCH v3 2/2] PM / AVS: SVS: Introduce SVS engine

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-06-21  8:43 UTC  (7+ messages)
` [PATCH RFC 1/5] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()

[PATCH v10 00/16] Add utilization clamping support
 2019-06-21  8:42 UTC  (17+ messages)
` [PATCH v10 01/16] sched/core: uclamp: Add CPU's clamp buckets refcounting
` [PATCH v10 02/16] sched/core: uclamp: Add bucket local max tracking
` [PATCH v10 03/16] sched/core: uclamp: Enforce last task's UCLAMP_MAX
` [PATCH v10 04/16] sched/core: uclamp: Add system default clamps
` [PATCH v10 05/16] sched/core: Allow sched_setattr() to use the current policy
` [PATCH v10 06/16] sched/core: uclamp: Extend sched_setattr() to support utilization clamping
` [PATCH v10 07/16] sched/core: uclamp: Reset uclamp values on RESET_ON_FORK
` [PATCH v10 08/16] sched/core: uclamp: Set default clamps for RT tasks
` [PATCH v10 09/16] sched/cpufreq: uclamp: Add clamps for FAIR and "
` [PATCH v10 10/16] sched/core: uclamp: Add uclamp_util_with()
` [PATCH v10 11/16] sched/fair: uclamp: Add uclamp support to energy_compute()
` [PATCH v10 12/16] sched/core: uclamp: Extend CPU's cgroup controller
` [PATCH v10 13/16] sched/core: uclamp: Propagate parent clamps
` [PATCH v10 14/16] sched/core: uclamp: Propagate system defaults to root group
` [PATCH v10 15/16] sched/core: uclamp: Use TG's clamps to restrict TASK's clamps
` [PATCH v10 16/16] sched/core: uclamp: Update CPU's refcount on TG's clamp changes

[PATCH v5 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-06-21  8:42 UTC  (3+ messages)

[PATCH] dmaengine: fix semicolon.cocci warnings
 2019-06-21  8:43 UTC  (2+ messages)

[PATCH 3/3] tools: memory-model: Improve data-race detection
 2019-06-21  8:41 UTC  (2+ messages)

[selftests/bpf] 69d96519db: kernel_selftests.bpf.test_socket_cookie.fail
 2019-06-21  8:40 UTC  (2+ messages)

[Qemu-devel] [PATCH] memory: do not do out of bound notification
 2019-06-21  7:57 UTC  (6+ messages)

KMSAN: uninit-value in tipc_nl_compat_bearer_disable
 2019-06-21  8:39 UTC  (2+ messages)

[PATCH 0/8] Add 'ls-files --json' to dump the index in json
 2019-06-21  8:37 UTC  (3+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-21  8:36 UTC  (3+ messages)
` 6c409a3aee: kernel_selftests.bpf.test_verifier.fail

linux-next: build failure after merge of the block tree
 2019-06-21  8:36 UTC  (3+ messages)

[PATCH v10 00/11] drm/sun4i: dsi: Fixes/updates (A33 reworked!)
 2019-06-21  8:35 UTC  (7+ messages)
` [PATCH v10 03/11] drm/sun4i: dsi: Fix video start delay computation
      ` [linux-sunxi] "
        `  "

[PATCH v2 0/8] staging: erofs: decompression inplace approach
 2019-06-21  8:32 UTC  (4+ messages)
` [PATCH v2 3/8] staging: erofs: move per-CPU buffers implementation to utils.c


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.