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

Unhandled fault: imprecise external abort (0x1406) when loading xhci_pci.ko - uPD720202, PEX8605, iMX6Q and linux-4.19.25
 2019-08-01  8:18 UTC  (3+ messages)
` Fwd: "

[Buildroot] [PATCH v7 0/5] Compiler-rt Security Fuzzing Support
 2019-08-01  8:32 UTC  (6+ messages)
` [Buildroot] [PATCH v7 1/5] package/llvm: install target binary/debug tools
` [Buildroot] [PATCH v7 5/5] testing/tests: CLANG compiler-rt runtime test

[PATCH 0/2] powerpc/xive: 2 small tweaks in 'xive_irq_bitmap_add()'
 2019-08-01  8:32 UTC  (3+ messages)
` [PATCH 1/2] powerpc/xive: Use GFP_KERNEL instead of GFP_ATOMIC "

[PATCH] ARM: at91sam9x5/dt: enable internal pull-up for i2c-gpio lines
 2019-08-01  8:29 UTC  (3+ messages)
` [PATCH] ARM: at91/dt: pinctrl: add helper define for MULTI_DRIVE + PULL_UP

[PATCH 1/3] dt-bindings: fsl: dspi: Add fsl,ls1088a-dspi compatible string
 2019-08-01  8:31 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: ls1088a: Add the DSPI controller node
` [PATCH 3/3] arm64: dts: ls1088a-qds: Add the spi-flash nodes under the DSPI controller

[RFC v2 0/6] Introduce TEE based Trusted Keys support
 2019-08-01  8:30 UTC  (12+ messages)
          ` [Tee-dev] "

Using meson-tools to install u-boot
 2019-08-01  8:24 UTC 

[PATCH] at91/dt: ariettag25: style cleanup
 2019-08-01  8:26 UTC  (3+ messages)

[PATCH net] ipv4/route: do not check saddr dev if iif is LOOPBACK_IFINDEX
 2019-08-01  8:29 UTC 

[PATCH 0/2] imx: Fix typo in iMQ8MQ reset names
 2019-08-01  8:22 UTC  (5+ messages)
` [PATCH 2/2] reset: imx7: Fix IMX8MQ_RESET_MIPI_DSI_ defines

[PATCH ARM32 v4.4 V2 00/47] V4.4 backport of arm32 Spectre patches
 2019-08-01  8:16 UTC  (96+ messages)
` [PATCH ARM32 v4.4 V2 01/47] ARM: 8478/2: arm/arm64: add arm-smccc
` [PATCH ARM32 v4.4 V2 02/47] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH ARM32 v4.4 V2 03/47] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH ARM32 v4.4 V2 04/47] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH ARM32 v4.4 V2 05/47] firmware/psci: Expose PSCI conduit
` [PATCH ARM32 v4.4 V2 06/47] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH ARM32 v4.4 V2 07/47] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH ARM32 v4.4 V2 08/47] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH ARM32 v4.4 V2 09/47] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH ARM32 v4.4 V2 10/47] ARM: bugs: prepare processor bug infrastructure
` [PATCH ARM32 v4.4 V2 11/47] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH ARM32 v4.4 V2 12/47] ARM: bugs: add support for per-processor bug checking
` [PATCH ARM32 v4.4 V2 13/47] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH ARM32 v4.4 V2 14/47] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH ARM32 v4.4 V2 15/47] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH ARM32 v4.4 V2 16/47] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH ARM32 v4.4 V2 17/47] ARM: spectre-v2: add firmware based hardening
` [PATCH ARM32 v4.4 V2 18/47] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH ARM32 v4.4 V2 19/47] ARM: spectre-v1: add speculation barrier (csdb) macros
` [PATCH ARM32 v4.4 V2 20/47] ARM: spectre-v1: add array_index_mask_nospec() implementation
` [PATCH ARM32 v4.4 V2 21/47] ARM: spectre-v1: fix syscall entry
` [PATCH ARM32 v4.4 V2 22/47] ARM: signal: copy registers using __copy_from_user()
` [PATCH ARM32 v4.4 V2 23/47] ARM: vfp: use __copy_from_user() when restoring VFP state
` [PATCH ARM32 v4.4 V2 24/47] ARM: oabi-compat: copy semops using __copy_from_user()
` [PATCH ARM32 v4.4 V2 25/47] ARM: use __inttype() in get_user()
` [PATCH ARM32 v4.4 V2 26/47] ARM: spectre-v1: use get_user() for __get_user()
` [PATCH ARM32 v4.4 V2 27/47] ARM: spectre-v1: mitigate user accesses
` [PATCH ARM32 v4.4 V2 28/47] ARM: 8789/1: signal: copy registers using __copy_to_user()
` [PATCH ARM32 v4.4 V2 29/47] ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
` [PATCH ARM32 v4.4 V2 30/47] ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
` [PATCH ARM32 v4.4 V2 31/47] ARM: 8793/1: signal: replace __put_user_error with __put_user
` [PATCH ARM32 v4.4 V2 32/47] ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit
` [PATCH ARM32 v4.4 V2 33/47] ARM: uaccess: remove put_user() code duplication
` [PATCH ARM32 v4.4 V2 34/47] ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()
` [PATCH ARM32 v4.4 V2 35/47] ARM: 8796/1: spectre-v1, v1.1: provide helpers for address sanitization
  ` [PATCH ARM32 v4.4 V2 35/47] ARM: 8796/1: spectre-v1,v1.1: "
` [PATCH ARM32 v4.4 V2 36/47] ARM: 8797/1: spectre-v1.1: harden __copy_to_user
` [PATCH ARM32 v4.4 V2 37/47] ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
` [PATCH ARM32 v4.4 V2 38/47] ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
` [PATCH ARM32 v4.4 V2 39/47] ARM: make lookup_processor_type() non-__init
` [PATCH ARM32 v4.4 V2 40/47] ARM: split out processor lookup
` [PATCH ARM32 v4.4 V2 41/47] ARM: clean up per-processor check_bugs method call
` [PATCH ARM32 v4.4 V2 42/47] ARM: add PROC_VTABLE and PROC_TABLE macros
` [PATCH ARM32 v4.4 V2 43/47] arch: Introduce post-init read-only memory
` [PATCH ARM32 v4.4 V2 44/47] ARM: 8595/2: apply more __ro_after_init
` [PATCH ARM32 v4.4 V2 45/47] ARM: spectre-v2: per-CPU vtables to work around big.Little systems
` [PATCH ARM32 v4.4 V2 46/47] ARM: ensure that processor vtables is not lost after boot
` [PATCH ARM32 v4.4 V2 47/47] ARM: fix the cockup in the previous patch

[PATCH rdma-rc] RDMA/mlx5: Release locks during notifier unregister
 2019-08-01  8:27 UTC  (10+ messages)

[PATCH v1] drivers/base/memory.c: Don't store end_section_nr in memory blocks
 2019-08-01  8:27 UTC  (11+ messages)

[PATCH v2 0/1] imx: Fix typo in iMQ8MQ reset names
 2019-08-01  8:20 UTC  (4+ messages)
` [PATCH v2 1/1] dt-bindings: reset: Fix typo in imx8mq resets

[PATCH 0/2] mt76x02: tidy up beacon shared code
 2019-08-01  8:26 UTC  (3+ messages)
` [PATCH 1/2] mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable macros
` [PATCH 2/2] mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enable

[PATCH 0/5] move buffer allocation into st_sensors_buffer
 2019-08-01  8:25 UTC  (12+ messages)
` [PATCH 1/5] iio:common: introduce st_sensors_buffer_preenable/predisable functions
` [PATCH 2/5] iio:accel: do not allocate/de-allocate buffer here but link setup_ops to st_sensors_buffer
` [PATCH 3/5] iio:gyro: "
` [PATCH 4/5] iio:magn: "
` [PATCH 5/5] iio:pressure: "

[Xen-devel] [RFC 0/6] XEN scheduling hardening
 2019-08-01  8:23 UTC  (6+ messages)
` [Xen-devel] [RFC 2/6] schedule: account true system idle time

[Buildroot] [git commit] toolchain-external: anchor sysroot regex with /
 2019-08-01  8:23 UTC 

[PATCH v2 0/4] preenable/postenable/predisable fixup for ST drivers
 2019-08-01  8:22 UTC  (9+ messages)
` [PATCH v2 1/4] iio:accel: preenable/postenable/predisable fixup for ST accel buffer
` [PATCH v2 2/4] iio:gyro: preenable/postenable/predisable fixup for ST gyro buffer
` [PATCH v2 3/4] iio:magn: preenable/postenable/predisable fixup for ST magn buffer
` [PATCH v2 4/4] iio:pressure: preenable/postenable/predisable fixup for ST press buffer

[Buildroot] patch: fix wrong sysroot path when given rsdk toolchain
 2019-08-01  8:21 UTC  (6+ messages)
  ` [Buildroot] 答复: "
      ` [Buildroot] 答复: "

[PATCH 0/4] enable umc ras ce interrupt
 2019-08-01  8:21 UTC  (4+ messages)

setup_boot_APIC_clock() NULL dereference during early boot on reduced hardware platforms
 2019-08-01  8:21 UTC  (6+ messages)

[PATCH v3 0/4] Add support for Amazon's Annapurna Labs EDAC for L1/L2
 2019-08-01  8:20 UTC  (5+ messages)
` [PATCH v3 2/4] edac: Add support for Amazon's Annapurna Labs L1 EDAC

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-01  8:20 UTC  (9+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[Buildroot] [PATCH 0/2 v2] arch/csky: clean up conditions on gcc verssion (branch yem/arch-csky)
 2019-08-01  8:18 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2 v2] arch/csky: restrict ck610 to the C-SKY gcc port
` [Buildroot] [PATCH 2/2 v2] package/gcc: drop negative conditions on C-SKY for older versions

[Qemu-devel] [RFC] virtio-mmio: implement modern (v2) personality (virtio-1)
 2019-08-01  8:18 UTC  (9+ messages)

[Buildroot] [git commit] package/gcc: drop negative conditions on C-SKY for older versions
 2019-08-01  8:18 UTC 

[PATCH] serial: imx: Avoid probe failure in case of missing gpiolib
 2019-08-01  8:18 UTC  (2+ messages)

[PATCH v3 0/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS issue
 2019-08-01  8:17 UTC  (3+ messages)
` [PATCH v3 2/2] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once

[PATCH v3 0/5] Allocate memmap from hotadded memory
 2019-08-01  8:17 UTC  (3+ messages)

[Xen-devel] [BUG] After upgrade to Xen 4.12.0 iommu=no-igfx
 2019-08-01  8:15 UTC  (11+ messages)

[RFC] [PATCH 00/24] mm, xfs: non-blocking inode reclaim
 2019-08-01  8:16 UTC  (3+ messages)
` [PATCH 11/24] xfs:: account for memory freed from metadata buffers

[Buildroot] [git commit] arch/csky: restrict ck610 to the C-SKY gcc port
 2019-08-01  8:15 UTC 

[dpdk-dev] [PATCH] librte_acl: fix undefined behavior
 2019-08-01  8:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

Quick and dirty intel_gt_pm.c rebase
 2019-08-01  8:13 UTC  (4+ messages)
` [PATCH 01/17] drm/i915/execlists: Always clear pending&inflight requests on reset

[U-Boot] [PATCH v7 3/9] x86: Add a common HOB library
 2019-08-01  8:13 UTC  (3+ messages)

[PATCH v2 0/5] arm64: avoid out-of-line ll/sc atomics
 2019-08-01  8:12 UTC  (4+ messages)
` [PATCH v2 3/5] arm64: atomics: "

[Buildroot] [PATCH 1/2] package/luaposix: bump to version 34.1
 2019-08-01  8:12 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] support/testing: add luaposix test

[v2,0/2] tools: bpftool: add net attach/detach command to attach XDP prog
 2019-08-01  8:11 UTC  (3+ messages)
` [v2,1/2] tools: bpftool: add net attach command to attach XDP on interface
` [v2,2/2] tools: bpftool: add net detach command to detach "

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.134-313-g6c9b3711a3b3)
 2019-08-01  8:11 UTC 

stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186-220-g80171ce48145)
 2019-08-01  8:11 UTC 

[Qemu-devel] [PATCH] migration: always initial ram_counters for a new migration
 2019-08-01  8:10 UTC  (3+ messages)

[Buildroot] [git commit] support/testing: add luaposix test
 2019-08-01  8:11 UTC 

[Buildroot] [git commit] package/luaposix: bump to version 34.1
 2019-08-01  8:11 UTC 

Compressed kernels currently won't boot
 2019-08-01  8:10 UTC  (10+ messages)

[U-Boot] [PATCH v7 0/9] x86: Add basic Slim Bootloader payload support
 2019-08-01  8:10 UTC  (3+ messages)

[libgpiod] [PATCH v2] gpioinfo: mark kernel claimed lines as used
 2019-08-01  8:10 UTC  (2+ messages)

[BUG] lseek on /proc/meminfo is broken in 4.19.59
 2019-08-01  8:09 UTC  (3+ messages)
  ` [BUG] lseek on /proc/meminfo is broken in 4.19.59 maybe due to commit 1f4aace60b0e ("fs/seq_file.c: simplify seq_file iteration code and interface")

next/master boot: 265 boots: 17 failed, 184 passed with 64 offline (next-20190730)
 2019-08-01  8:09 UTC  (6+ messages)

[dpdk-dev] [PATCH BUG 335 1/3] net/dpaa: fix compilation error with 0 headroom
 2019-08-01  8:09 UTC  (5+ messages)
` [dpdk-dev] [PATCH BUG 335 3/3] net/virtio: "

[Buildroot] [git commit] package/fetchmail: bump version to 6.4.0.beta5
 2019-08-01  8:09 UTC 

[PATCH v6] PM / wakeup: show wakeup sources stats in sysfs
 2019-08-01  8:09 UTC  (9+ messages)

[Qemu-arm] [PATCH for-4.2 v2 0/8] Kconfig switches
 2019-08-01  8:08 UTC  (8+ messages)
` [Qemu-arm] [PATCH v2 7/8] hw/misc: Add a config switch for the "unimplemented" device
          ` [Qemu-devel] "
            ` [Qemu-arm] "

[Buildroot] [PATCH 1/1] package/fetchmail: bump version to 6.4.0.beta5
 2019-08-01  8:08 UTC  (2+ messages)

[meta-oe][thud] lvm2: Fix RDEPEND on lvm2 to lvm2-udevrules
 2019-08-01  7:54 UTC 

[PATCH v3 0/2] drm/i915: timeline semaphore support
 2019-08-01  8:08 UTC  (5+ messages)
` [PATCH v3 2/2] drm/i915: add syncobj timeline support

[PATCH 07/12] power: Replace strncmp with str_has_prefix
 2019-08-01  8:07 UTC  (3+ messages)

Massive filesystem corruption since kernel 5.2 (ARCH)
 2019-08-01  8:07 UTC  (8+ messages)

[PATCH 0/9] Make clk_hw::init NULL after clk registration
 2019-08-01  8:07 UTC  (3+ messages)
` [PATCH 2/9] clk: lochnagar: Don't reference clk_init_data after registration

[PATCH v12 0/2] introduce memblock_next_valid_pfn() (again) for arm64
 2019-08-01  8:06 UTC  (4+ messages)
` [PATCH v12 1/2] mm: page_alloc: "

[U-Boot] fit image: boot gzipped ramdisk does not work anymore
 2019-08-01  8:06 UTC 

[U-Boot] [PATCH v2 0/9] apalis-tk1: fixes/updates for v2019.10
 2019-08-01  8:06 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/9] apalis-tk1: set apalis gpio 8 aka fan_en
` [U-Boot] [PATCH v2 3/9] apalis-tk1: provide proper USB vendor id
` [U-Boot] [PATCH v2 4/9] apalis-tk1: enable user debug by default
` [U-Boot] [PATCH v2 5/9] apalis-tk1: add pcie_aspm=off to defargs
` [U-Boot] [PATCH v2 6/9] apalis-tk1: switch to zImage
` [U-Boot] [PATCH v2 7/9] apalis-tk1/t30: colibri_t30: display reset reason
` [U-Boot] [PATCH v2 8/9] apalis-tk1: remove default vesa vga mode from vidargs
` [U-Boot] [PATCH v2 9/9] apalis-tk1: remove non-esential power rails on boot


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.