All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-18 14:49:35 to 2019-09-18 15:41:37 UTC [more...]

[Bug 204789] New: Boot failure with more than 256G of memory
 2019-09-18 15:38 UTC  (8+ messages)

[PATCH V4 0/3] selinux-testsuite: Add BPF tests
 2019-09-18 15:41 UTC  (6+ messages)
` [PATCH V4 1/3] "
` [PATCH V4 2/3] selinux-testsuite: Add BPF support to fdreceive test

[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1, v3
 2019-09-18 14:56 UTC  (61+ messages)
` [Qemu-riscv] "
` [Qemu-devel] [PULL 01/48] riscv: sifive_u: Add support for loading initrd
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 02/48] riscv: sivive_u: Add dummy serial clock and aliases entry for uart
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 03/48] riscv: sifive_u: Fix clock-names property for ethernet node
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 04/48] target/riscv/pmp: Restrict priviledged PMP to system-mode emulation
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 05/48] target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 06/48] riscv: plic: Remove unused interrupt functions
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 07/48] target/riscv: Create function to test if FP is enabled
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 08/48] target/riscv: Update the Hypervisor CSRs to v0.4
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 09/48] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-riscv] [PULL 10/48] riscv: Add a helper routine for finding firmware
` [Qemu-devel] [PULL 11/48] riscv: Resolve full path of the given bios image
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 12/48] riscv: hmp: Add a command to show virtual memory mappings
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 13/48] riscv: sifive_test: Add reset functionality
` [Qemu-devel] [PULL 14/48] riscv: hw: Remove duplicated "hw/hw.h" inclusion
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 15/48] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-riscv] [PULL 16/48] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-riscv] [PULL 17/48] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-riscv] [PULL 18/48] riscv: hw: Change create_fdt() to return void
` [Qemu-riscv] [PULL 19/48] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-riscv] [PULL 20/48] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-riscv] [PULL 21/48] riscv: roms: Remove executable attribute of opensbi images
` [Qemu-riscv] [PULL 22/48] riscv: sifive_u: Remove the unnecessary include of prci header
` [Qemu-riscv] [PULL 23/48] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
` [Qemu-riscv] [PULL 24/48] riscv: sifive_e: prci: Fix a typo of hfxosccfg register programming
` [Qemu-riscv] [PULL 25/48] riscv: sifive_e: prci: Update the PRCI register block size
` [Qemu-riscv] [PULL 26/48] riscv: sifive_e: Drop sifive_mmio_emulate()
` [Qemu-riscv] [PULL 27/48] riscv: Add a sifive_cpu.h to include both E and U cpu type defines
` [Qemu-riscv] [PULL 28/48] riscv: hart: Extract hart realize to a separate routine
` [Qemu-riscv] [PULL 29/48] riscv: hart: Add a "hartid-base" property to RISC-V hart array
` [Qemu-riscv] [PULL 30/48] riscv: sifive_u: Set the minimum number of cpus to 2
` [Qemu-riscv] [PULL 31/48] riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
` [Qemu-riscv] [PULL 32/48] riscv: sifive_u: Update PLIC hart topology configuration string
` [Qemu-riscv] [PULL 33/48] riscv: sifive: Implement PRCI model for FU540
` [Qemu-riscv] [PULL 34/48] riscv: sifive_u: Generate hfclk and rtcclk nodes
` [Qemu-riscv] [PULL 35/48] riscv: sifive_u: Add PRCI block to the SoC
` [Qemu-riscv] [PULL 36/48] riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes
` [Qemu-riscv] [PULL 37/48] riscv: sifive_u: Update UART base addresses and IRQs
` [Qemu-riscv] [PULL 38/48] riscv: sifive_u: Change UART node name in device tree
` [Qemu-riscv] [PULL 39/48] riscv: roms: Update default bios for sifive_u machine
` [Qemu-riscv] [PULL 40/48] riscv: sifive: Implement a model for SiFive FU540 OTP
` [Qemu-riscv] [PULL 41/48] riscv: sifive_u: Instantiate OTP memory with a serial number
` [Qemu-riscv] [PULL 42/48] riscv: sifive_u: Fix broken GEM support
` [Qemu-riscv] [PULL 43/48] riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
` [Qemu-riscv] [PULL 44/48] riscv: sifive_u: Update model and compatible strings in device tree
` [Qemu-riscv] [PULL 45/48] target/riscv: Use both register name and ABI name
` [Qemu-riscv] [PULL 46/48] target/riscv: Fix mstatus dirty mask
` [Qemu-riscv] [PULL 47/48] target/riscv: Use TB_FLAGS_MSTATUS_FS for floating point
` [Qemu-riscv] [PULL 48/48] gdbstub: riscv: fix the fflags registers

[PATCH] net/phy: fix DP83865 10 Mbps HDX loopback disable function
 2019-09-18 15:40 UTC  (4+ messages)
` [PATCH v1] "

[PATCH 0/5] iommu: Implement iommu_put_resv_regions_simple()
 2019-09-18 15:37 UTC  (6+ messages)
` [PATCH 1/5] "

[PATCH 1/4] drm/i915: Verify the engine after acquiring the active.lock
 2019-09-18 15:37 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Mark i915_request.timeline as a volatile, rcu pointer
` [PATCH 3/4] drm/i915: Lock signaler timeline while navigating
` [PATCH 4/4] drm/i915: Protect timeline->hwsp dereferencing
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Verify the engine after acquiring the active.lock
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[alsa-devel] DPCM: suspicious code in dpcm_prune_paths()
 2019-09-10  9:20 UTC 

udp sendmsg ENOBUFS clarification
 2019-09-18 15:35 UTC  (2+ messages)

[PATCH v3 3/3] HID: core: fix dmesg flooding if report field larger than 32bit
 2019-09-18 15:35 UTC  (3+ messages)

[PATCH v6 0/8] add driver for "boe, tv101wum-nl6", "boe, tv101wum-n53", "auo, kd101n80-45na" and "auo, b101uan08.3" panels
 2019-09-18 15:35 UTC  (3+ messages)
` [PATCH v6 2/8] drm/panel: support for BOE tv101wum-nl6 wuxga dsi video mode panel

[PATCH] compat_ioctl: fix reimplemented SG_IO handling causing -EINVAL from sg_io()
 2019-09-18 15:34 UTC 

[U-Boot] [PATCH v2] sunxi: H6: DRAM: Add support for half DQ
 2019-09-18 15:34 UTC  (2+ messages)

[PATCH] tests/tcg: add simple record/replay smoke test for aarch64
 2019-09-18 15:33 UTC 

[PATCH v2] Can't scan on ETSI domains when operating ch is DFS
 2019-09-18 15:33 UTC 

[RFC][PATCH] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-09-18 15:32 UTC  (2+ messages)

[PATCH v2] iommu/arm-smmu: Report USF more clearly
 2019-09-18 15:32 UTC  (3+ messages)

Running an application on a new VT
 2019-09-18 15:32 UTC  (2+ messages)

[PATCH 0/2] scsi: core: regression fixes for request batching
 2019-09-18 15:32 UTC  (11+ messages)
` [PATCH 1/2] scsi: core: fix missing .cleanup_rq for SCSI hosts without "

[PATCH] idr: Prevent unintended underflow for the idr index
 2019-09-18 15:32 UTC  (3+ messages)

[warrior][PATCH] gcc: Security fix for CVE-2019-15847
 2019-09-18 15:32 UTC  (2+ messages)
` ✗ patchtest: failure for gcc: Security fix for CVE-2019-15847 (rev2)

[PATCH V6 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-18 15:31 UTC  (9+ messages)
` [PATCH V6 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox

[U-Boot] [ANN] U-Boot v2019.10-rc3 released
 2019-09-18 15:31 UTC  (4+ messages)

[kbd] openvt and virtual terminals
 2019-09-18 15:30 UTC  (2+ messages)

[Xen-devel] [GIT PULL] dma-mapping updates for 5.4
 2019-09-18 15:27 UTC  (3+ messages)
`  "

[PATCH 1/2] drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
 2019-09-18 15:27 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Don't advertise modes that exceed the max plane size
  ` [PATCH v2 "

[PATCH v3 0/1] intel_cht_int33fe: Split code to USB Micro-B and Type-C variants
 2019-09-18 15:27 UTC  (2+ messages)
` [PATCH v3 1/1] platform/x86/intel_cht_int33fe: "

[PATCH v4 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2019-09-18 15:26 UTC  (6+ messages)
` [PATCH v4 15/25] ibnbd: private headers with IBNBD protocol structs and helpers

[PATCH v3 0/2] leds: tlc591xx: switch to managed LED registration
 2019-09-18 15:25 UTC  (3+ messages)
` [PATCH v3 1/2] leds: tlc591xx: simplify driver by using the managed led API
` [PATCH v3 2/2] leds: tlc591xx: use devm_led_classdev_register_ext()

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-09-18 15:25 UTC  (3+ messages)

[Xen-devel] [PATCH] create-diff-object: more precisely identify .rodata sections
 2019-09-18 15:23 UTC  (9+ messages)

[PATCH] drm: sun8i-ui/vi: Fix layer zpos change/atomic modesetting
 2019-09-18 15:23 UTC  (4+ messages)

Usecases for the per-task latency-nice attribute
 2019-09-18 15:22 UTC  (3+ messages)

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

[U-Boot] [PATCH] libfdt: fix typo on comment
 2019-09-18 15:22 UTC 

[PATCH] KVM: coalesced_mmio: add bounds checking
 2019-09-18 15:20 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/9] security: add software synchronous crypto process
 2019-09-18 15:20 UTC  (4+ messages)
` [dpdk-dev] [PATCH 00/10] "
  ` [dpdk-dev] [PATCH 05/10] crypto/aesni_mb: add rte_security handler

[Xen-devel] [PATCH v13 0/4] add per-domain IOMMU control
 2019-09-18 15:20 UTC  (3+ messages)
` [Xen-devel] [PATCH v13 4/4] introduce a 'passthrough' configuration option to xl.cfg

[PATCH 0/2 block/for-next] block, blkcg, bfq: make bfq disable iocost and delete bfq prefix from cgroup filenames
 2019-09-18 15:19 UTC  (5+ messages)
` [PATCH 2/2] block, bfq: delete "bfq" "

[Qemu-devel] [PATCH 0/4] mirror: Do not dereference invalid pointers
 2019-09-18 15:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] "

[PATCH 5.2 00/85] 5.2.16-stable review
 2019-09-18 15:17 UTC  (2+ messages)

[PATCH v1 0/9] testing/next (docker,podman,float)
 2019-09-18 15:14 UTC  (8+ messages)
` [PATCH v1 7/9] tests/tcg: add float_madds test to multiarch
  ` [Qemu-devel] "

[Xen-devel] [xen-unstable-smoke test] 141424: regressions - FAIL
 2019-09-18 15:16 UTC 

[alsa-devel] [RFC PATCH 0/9] soundwire: add Master device support, GreyBus style
 2019-09-18 15:14 UTC  (10+ messages)
` [alsa-devel] [RFC PATCH 8/9] soundwire: intel: remove platform devices and provide new interface

[PATCH i-g-t] kms_dp_tiled_display: Fix the double free of drmConnector
 2019-09-18 15:16 UTC  (2+ messages)
` [igt-dev] "

[PATCH 0/6] Remaining patches to enable Transcoder Port Sync for tiled displays
 2019-09-18 15:16 UTC  (6+ messages)
` [PATCH 5/6] drm/i915/display/icl: Disable transcoder port sync as part of crtc_disable() sequence

git-gui: missing some patches from git?
 2019-09-18 15:14 UTC  (3+ messages)

[PATCH v2] pwm: atmel: Remove platform_device_id and use only dt bindings
 2019-09-18 15:11 UTC  (4+ messages)

[Qemu-devel] [PATCH] ppc: Use FPSCR defines instead of constants
 2019-09-18 15:09 UTC  (2+ messages)

[GIT PULL] fixes for omaps for v5.4 merge window
 2019-09-18 15:10 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] s390x/cpumodel: Add the z15 name to the description of gen15a
 2019-09-18 15:09 UTC  (2+ messages)

[PATCH v2 0/3] UFS: Add support for SM8150 UFS
 2019-09-18 15:08 UTC  (3+ messages)
` [PATCH v2 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support

[PATCH] RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=y
 2019-09-18 15:08 UTC  (3+ messages)

[Xen-devel] [PATCH for-4.13] xen/arm: livepatch: Prevent CPUs to fetch stale instructions after livepatching
 2019-09-18 15:06 UTC  (2+ messages)

[Buildroot] [PATCH] package/lsof: bump to version 4.93.2
 2019-09-18 15:07 UTC 

[U-Boot] [PATCH v2] arm: dts: sync dts for Allwinner H6
 2019-09-18 15:06 UTC  (4+ messages)

[master][PATCH] gcc: Security fix for CVE-2019-15847
 2019-09-18 15:06 UTC 

[PATCH v2] dt-bindings: irqchip: renesas-irqc: convert bindings to json-schema
 2019-09-18 15:05 UTC 

[PATCH net] sch_netem: fix a divide by zero in tabledist()
 2019-09-18 15:05 UTC 

INFO: rcu detected stall in sys_exit_group
 2019-09-18 15:05 UTC  (2+ messages)

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-09-18 15:05 UTC  (4+ messages)
` [PATCH 1/5] regulator: da9062: fix suspend_enable/disable preparation

[Qemu-devel] [PATCH v3 1/2] ppc: Add support for 'mffscrn', 'mffscrni' instructions
 2019-09-18 15:03 UTC  (2+ messages)

dsa traffic priorization
 2019-09-18 15:03 UTC  (3+ messages)

[U-Boot] [PATCH V2] [RFC] usb: storage: Limit transfer size to 120 kiB
 2019-09-18 15:03 UTC  (5+ messages)

[alsa-devel] RFC: TDM mode support on the tegra30
 2019-09-18 15:02 UTC  (8+ messages)
` [alsa-devel] [PATCH 1/8] ASoC: tegra: Add a TDM configuration callback
            `  "

[RFC PATCH] powerpc/mm/mce: Keep irq disabled during lockless page table walk
 2019-09-18 14:53 UTC 

[Buildroot] [PATCH] package/mosquitto: security bump to version 1.6.6
 2019-09-18 15:02 UTC  (2+ messages)

Promoting Ethnics-Ess-Nix, a friends-based search-engine
 2019-09-18 15:00 UTC  (13+ messages)

[PATCH] net: sysctl: cleanup net_sysctl_init error exit paths
 2019-09-18 15:00 UTC  (7+ messages)

[PATCH v3] drm/i915: Add TigerLake bandwidth checking
 2019-09-18 14:59 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Add TigerLake bandwidth checking (rev3)

[PATCH v7 0/5] Add a generic driver for LED-based backlight
 2019-09-18 14:57 UTC  (12+ messages)
` [PATCH v7 1/5] leds: populate the device's of_node when possible
` [PATCH v7 2/5] leds: Add of_led_get() and led_put()
` [PATCH v7 3/5] leds: Add managed API to get a LED from a device driver
` [PATCH v7 4/5] dt-bindings: backlight: Add led-backlight binding
` [PATCH v7 5/5] backlight: add led-backlight driver

[PATCH] watchdog: w83627hf_wdt: Support NCT6116D
 2019-09-18 14:57 UTC  (2+ messages)

答复: [RFC PATCH urcu] Fix: rculfhash worker needs to unblock to SIGRCU
 2019-09-18 14:57 UTC 

[PATCH 1/2] iio: light: fix vcnl4000 devicetree hooks
 2019-09-18 14:47 UTC  (4+ messages)
` [PATCH 2/2] iio: light: add missing vcnl4040 of_compatible

[PATCH 0/9] [RFC] New sparse-checkout builtin and "cone" mode
 2019-09-18 14:56 UTC  (5+ messages)
` [PATCH 4/9] sparse-checkout: 'add' subcommand

[PATCH] xfs: convert inode to extent format after extent merge due to shift
 2019-09-18 14:55 UTC 

[PATCH] drm/i915/cml: Add second PCH ID for CMP
 2019-09-18 14:55 UTC  (2+ messages)
` [CI] "

[PATCH v2] pwm: stm32-lp: add check in case requested period cannot be achieved
 2019-09-18 14:54 UTC  (3+ messages)

[kbd] [PATCH] setfont: Add option -d to double size of font
 2019-09-18 14:54 UTC  (3+ messages)

[PATCH linux dev-5.2 v2 0/4] Aspeed: I2C: Add support for AST2600
 2019-09-18 14:53 UTC  (4+ messages)
` [PATCH linux dev-5.2 v2 3/4] ARM: dts: Aspeed: ast2600: Add I2C busses

[Qemu-devel] [PATCH v5 0/5] iotests: use python logging
 2019-09-18 14:52 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 5/5] iotests: use python logging for iotests.log()

[alsa-devel] [PATCH v1 0/9] Basic sound support for Arndale board / wm8994 updates
 2019-09-18 14:51 UTC  (5+ messages)
  ` [alsa-devel] [PATCH v1 8/9] ASoC: samsung: arndale: Add missing OF node dereferencing
      `  "

[PATCH] sched: rt: Make RT capacity aware
 2019-09-18 14:52 UTC  (5+ messages)

Linux 5.3-rc8
 2019-09-18 14:50 UTC  (12+ messages)

[Buildroot] [Bug 12231] New: QtWebengine fails to build with "<stdlib.h> not found" on gcc-8 ARM and x86 toolchains
 2019-09-18 14:50 UTC 

OpenBMC CVE issues in openssl
 2019-09-18 14:49 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.