All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-09 16:04:21 to 2020-01-09 16:29:14 UTC [more...]

[Bug ?] usb :typec :tcpm :fusb302
 2020-01-09 16:29 UTC 

[PATCH v4 0/2] mtd: rawnand: Add support Macronix NAND randomizer
 2020-01-09 16:28 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: rawnand: Add support for "

[PATCH 0/2] exclude hyperv synic sections from vhost
 2020-01-09 16:27 UTC  (11+ messages)
` [PATCH 2/2] hyperv/synic: Allocate as ram_device

[PATCH v2 0/7] Add dts for mt8183 GPU (and misc panfrost patches)
 2020-01-09 16:28 UTC  (9+ messages)
` [PATCH v2 4/7] drm/panfrost: Add support for a second regulator for the GPU

[RFC PATCH v4] ceph: use 'copy-from2' operation in copy_file_range
 2020-01-09 16:28 UTC  (6+ messages)

[PATCH] drm/i915/dp: Add current maximum eDP link rate to sink_rate array
 2020-01-09 16:27 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH -rcu 0/2] kcsan: Improvements to reporting
 2020-01-09 16:27 UTC  (2+ messages)

[PATCH] Init: fixed an error caused by using __initdata instead of __initconst
 2020-01-09 16:26 UTC  (3+ messages)

[Bug 1859021] [NEW] qemu-system-aarch64 (tcg): cval + voff overflow not handled, causes qemu to hang
 2020-01-09 16:25 UTC  (2+ messages)
` [RFC PATCH] tests/tcg: add a vtimer test for aarch64

[PATCH 00/15 V3] nvme-rdma/nvmet-rdma: Add metadata/T10-PI support
 2020-01-09 16:26 UTC  (5+ messages)
` [PATCH 01/15] nvme: Introduce namespace features flag

[PATCH v2] opencv: abort configure if we need to download
 2020-01-09 16:24 UTC 

RV1108G run-time detection
 2020-01-09 16:18 UTC  (2+ messages)

[PATCH] merge_config.sh: Add option for allmodconfig
 2020-01-09 16:23 UTC  (6+ messages)

[PATCH v9 0/3] ARMv8.5-RNG support
 2020-01-09 16:18 UTC  (4+ messages)
` [PATCH v9 2/3] arm64: random: Add data to pool from setup_arch()

[PATCH] mtd: rawnand: Fix unexpected timeouts in waitrdy
 2020-01-09 16:17 UTC  (4+ messages)

INFO: rcu detected stall in sys_kill
 2020-01-09 16:23 UTC  (15+ messages)

Lower than expected CPU pressure in PSI
 2020-01-09 16:23 UTC  (3+ messages)

[Xen-devel] [PATCH] x86/smp: use APIC ALLBUT destination shorthand when possible
 2020-01-09 16:22 UTC 

[PATCH V2] mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTES
 2020-01-09 16:13 UTC  (3+ messages)

[RFC v5 00/57] objtool: Add support for arm64
 2020-01-09 16:03 UTC  (108+ messages)
` [RFC v5 01/57] objtool: check: Remove redundant checks on operand type
` [RFC v5 02/57] objtool: check: Clean instruction state before each function validation
` [RFC v5 03/57] objtool: check: Use arch specific values in restore_reg()
` [RFC v5 04/57] objtool: check: Ignore empty alternative groups
` [RFC v5 05/57] objtool: Add abstraction for computation of symbols offsets
` [RFC v5 06/57] objtool: Give ORC functions consistent name
` [RFC v5 07/57] objtool: orc: Refactor ORC API for other architectures to implement
` [RFC v5 08/57] objtool: Make ORC support optional
` [RFC v5 09/57] objtool: Move registers and control flow to arch-dependent code
` [RFC v5 10/57] objtool: Split generic and arch specific CFI definitions
` [RFC v5 11/57] objtool: Abstract alternative special case handling
` [RFC v5 12/57] objtool: check: Allow jumps from an alternative group to itself
` [RFC v5 13/57] objtool: Refactor switch-tables code to support other architectures
` [RFC v5 14/57] objtool: Do not look for STT_NOTYPE symbols
` [RFC v5 15/57] objtool: Support addition to set frame pointer
` [RFC v5 16/57] objtool: Support restoring BP from the stack without POP
` [RFC v5 17/57] objtool: Make stack validation more generic
` [RFC v5 18/57] objtool: Support multiple stack_op per instruction
` [RFC v5 19/57] objtool: arm64: Add required implementation for supporting the aarch64 architecture in objtool
` [RFC v5 20/57] objtool: arm64: Decode unknown instructions
` [RFC v5 21/57] objtool: arm64: Decode simple data processing instructions
` [RFC v5 22/57] objtool: arm64: Decode add/sub immediate instructions
` [RFC v5 23/57] objtool: arm64: Decode logical data processing instructions
` [RFC v5 24/57] objtool: arm64: Decode system instructions not affecting the flow
` [RFC v5 25/57] objtool: arm64: Decode calls to higher EL
` [RFC v5 26/57] objtool: arm64: Decode brk instruction
` [RFC v5 27/57] objtool: arm64: Decode instruction triggering context switch
` [RFC v5 28/57] objtool: arm64: Decode branch instructions with PC relative immediates
` [RFC v5 29/57] objtool: arm64: Decode branch to register instruction
` [RFC v5 30/57] objtool: arm64: Decode basic load/stores
` [RFC v5 31/57] objtool: arm64: Decode load/store with register offset
` [RFC v5 32/57] objtool: arm64: Decode load/store register pair instructions
` [RFC v5 33/57] objtool: arm64: Decode FP/SIMD load/store instructions
` [RFC v5 34/57] objtool: arm64: Decode load/store exclusive
` [RFC v5 35/57] objtool: arm64: Decode atomic load/store
` [RFC v5 36/57] objtool: arm64: Decode pointer auth load instructions
` [RFC v5 37/57] objtool: arm64: Decode load acquire/store release
` [RFC v5 38/57] objtool: arm64: Decode load/store with memory tag
` [RFC v5 39/57] objtool: arm64: Decode load literal
` [RFC v5 40/57] objtool: arm64: Decode register data processing instructions
` [RFC v5 41/57] objtool: arm64: Decode FP/SIMD "
` [RFC v5 42/57] objtool: arm64: Decode SVE instructions
` [RFC v5 43/57] gcc-plugins: objtool: Add plugin to detect switch table on arm64
` [RFC v5 44/57] objtool: arm64: Implement functions to add switch tables alternatives
` [RFC v5 45/57] objtool: arm64: Enable stack validation for arm64
` [RFC v5 46/57] arm64: alternative: Mark .altinstr_replacement as containing executable instructions
` [RFC v5 47/57] arm64: assembler: Add macro to annotate asm function having non standard stack-frame
` [RFC v5 48/57] arm64: sleep: Prevent stack frame warnings from objtool
` [RFC v5 49/57] arm64: kvm: Annotate non-standard stack frame functions
` [RFC v5 50/57] arm64: kernel: Add exception on kuser32 to prevent stack analysis
` [RFC v5 51/57] arm64: crypto: Add exceptions for crypto object "
` [RFC v5 52/57] arm64: kernel: Annotate non-standard stack frame functions
` [RFC v5 53/57] arm64: Generate no-ops to pad executable section
` [RFC v5 54/57] arm64: Move constant to rodata
` [RFC v5 55/57] arm64: Mark sigreturn32.o as containing non standard code
` [RFC v5 56/57] arm64: entry: Avoid empty alternatives entries
` [RFC v5 57/57] arm64: crypto: Remove redundant branch

[PATCH] mtd: spinand: micron: add support for MT29F1G01AAADD
 2020-01-09 16:12 UTC  (6+ messages)
` [EXT] "

[dpdk-dev] [PATCH 0/4] net/mlx5: remove Tx descriptor reserved field usage
 2020-01-09 16:22 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 4/4] net/mlx5: engage free on completion queue

Using a struct[enum] as an sdbusplus D-Bus method arg?
 2020-01-09 16:22 UTC  (2+ messages)

[PATCH 1/3] dt: bindings: brcmnand: Add support for flash-edu
 2020-01-09 16:10 UTC  (4+ messages)
` [PATCH 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers

[PATCH net-next 00/10] net: Add route offload indication
 2020-01-09 16:24 UTC  (3+ messages)
` [PATCH net-next 04/10] ipv6: Add "offload" and "trap" indications to routes

[PATCH 1/4] opencv: don't download during configure
 2020-01-09 16:21 UTC  (4+ messages)
` [PATCH 2/4] opencv: also download face alignment data in do_fetch()
` [PATCH 3/4] opencv: PACKAGECONFIG for G-API, use system ADE
` [PATCH 4/4] opencv: abort configure if we need to download

stable-rc/linux-4.4.y boot: 45 boots: 1 failed, 44 passed (v4.4.208)
 2020-01-09 16:20 UTC 

[RFC] Check if file_data is initialized
 2020-01-09 16:19 UTC  (5+ messages)

[RFC net-next Patch 0/3] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-01-09 16:19 UTC  (3+ messages)
  ` [Bridge] "

[Buildroot] [PATCH 1/1] package/ccache: bump to version 3.7.7
 2020-01-09 16:19 UTC  (9+ messages)
` [Buildroot] [PATCH 1/1] package/json-for-modern-cpp: bump to version 3.7.3
` [Buildroot] [PATCH 1/1] package/libuv: bump to version 1.34.0
` [Buildroot] [PATCH 1/1] package/python-psutil: bump to version 5.6.7
` [Buildroot] [PATCH 1/1] package/python-pyzmq: bump to version 18.1.1

[PATCH] drm/modes: tag unused variables to avoid warnings
 2020-01-09 16:18 UTC  (3+ messages)

[PATCH v3 00/21] KVM: Dirty ring interface
 2020-01-09 16:17 UTC  (3+ messages)

[PATCH] kconfig: ignore temporary generated files
 2020-01-09 16:17 UTC 

[PATCH v2] kconfig: fix an "implicit declaration of function" warning
 2020-01-09 16:16 UTC 

[kvm-unit-tests PATCH v6 0/4] s390x: SCLP Unit test
 2020-01-09 16:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v6 1/4] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v6 2/4] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v6 3/4] s390x: lib: add SPX and STPX "
` [kvm-unit-tests PATCH v6 4/4] s390x: SCLP unit test

[Buildroot] [git commit] package/json-for-modern-cpp: bump to version 3.7.3
 2020-01-09 16:16 UTC 

[Buildroot] [git commit] package/python-pyzmq: bump to version 18.1.1
 2020-01-09 16:15 UTC 

[Buildroot] [git commit] package/python-psutil: bump to version 5.6.7
 2020-01-09 16:15 UTC 

[PATCH 0/5] amdtee: Address bug report
 2020-01-09 16:14 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/zxing-cpp: bump version to 0db7f85
 2020-01-09 16:14 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/zxing-cpp: disable testrunner
 2020-01-09 16:14 UTC  (2+ messages)

[dpdk-dev] [PATCH] testpmd: call cleanup on exit
 2020-01-09 16:13 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 0/1] Implement a DVB Dummy Tuner
 2020-01-09 16:13 UTC  (6+ messages)
` [PATCH 1/1] media: dvb_dummy_tuner: implement driver skeleton
  ` [Linux-kernel-mentees] "
` [Linux-kernel-mentees] [PATCH 0/1] Implement a DVB Dummy Tuner

[PATCH 11/28] ifupdown: update 0.8.22 -> 0.8.35
 2020-01-09 16:12 UTC  (12+ messages)

[PATCH 0/2] clocksource/hyperv: Miscellaneous changes
 2020-01-09 16:12 UTC  (4+ messages)

[PATCH] drm/amd/amdgpu: add missing umc_6_1_2_sh_mask.h header file
 2020-01-09 16:12 UTC  (3+ messages)

[Buildroot] [git commit] package/zxing-cpp: bump version to 0db7f85
 2020-01-09 16:12 UTC 

[Buildroot] [git commit] package/zxing-cpp: disable testrunner
 2020-01-09 16:12 UTC 

[dpdk-dev] [Bug 382] rte_eth: rx/tx callbacks invoked without lock protection
 2020-01-09 16:10 UTC  (2+ messages)

[RESEND PATCH 3/3] arm64: dts: rockchip: Enable sdio0 and uart0 on rk3399-roc-pc-mezzanine
 2020-01-09 15:42 UTC 

[PATCH v12 00/13] VIRTIO-IOMMU device
 2020-01-09 16:07 UTC  (2+ messages)

[PATCH v2 0/2] clocksource/hyperv: Miscellaneous changes
 2020-01-09 16:06 UTC  (3+ messages)
` [PATCH v2 1/2] clocksource/hyperv: Untangle stimers and timesync from clocksources
` [PATCH v2 2/2] clocksource/hyperv: Set TSC clocksource as default w/ InvariantTSC

[PATCH] virtio: Prevent double swap due to target pre 1.0 VirtIO
 2020-01-09 16:06 UTC  (5+ messages)

[PATCH 1/2] Convert owner and group SID offsets to LE format
 2020-01-09 16:07 UTC  (4+ messages)
` [PATCH] Add support for setting owner and group in ntsd

[Xen-devel] [PATCH v4 00/18] VM forking
 2020-01-09 16:06 UTC  (9+ messages)
` [Xen-devel] [PATCH v4 15/18] xen/mem_sharing: "

[dpdk-dev] [PATCH] mempool: fix slow allocation of large mempools
 2020-01-09 16:06 UTC  (2+ messages)

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
 2020-01-09 16:06 UTC 

[PATCH v1 0/2] support virtio mmio specification Version 3
 2020-01-09 16:06 UTC  (8+ messages)
` [PATCH v1 2/2] virtio-mmio: add features for virtio-mmio specification version 3

[dpdk-dev] [PATCH v2 0/6] lib/ring: templates to support custom element size
 2020-01-09 16:06 UTC  (14+ messages)
` [dpdk-dev] [PATCH v7 00/17] lib/ring: APIs "
  ` [dpdk-dev] [PATCH v7 02/17] lib/ring: apis to support configurable "

[PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2020-01-09 16:06 UTC  (3+ messages)

Open source audio project for Raspberry Pi 3
 2020-01-09 16:06 UTC  (3+ messages)

[Xen-devel] [ovmf test] 145854: regressions - FAIL
 2020-01-09 16:03 UTC 


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.