All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-12 14:28:24 to 2020-05-12 15:05:32 UTC [more...]

[PATCH v2 00/17] staging: wfx: fix support for big-endian hosts
 2020-05-12 15:04 UTC  (9+ messages)
` [PATCH v2 01/17] staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
` [PATCH v2 04/17] staging: wfx: fix wrong bytes order
` [PATCH v2 05/17] staging: wfx: fix output of rx_stats on big endian hosts
` [PATCH v2 08/17] staging: wfx: fix access to le32 attribute 'ps_mode_error'
` [PATCH v2 10/17] staging: wfx: fix access to le32 attribute 'indication_type'
` [PATCH v2 13/17] staging: wfx: fix access to le32 attribute 'len'
` [PATCH v2 15/17] staging: wfx: fix endianness of the field 'num_tx_confs'
` [PATCH v2 17/17] staging: wfx: update TODO

[PATCH v5 bpf-next 0/3] Introduce CAP_BPF
 2020-05-12 15:05 UTC  (4+ messages)
` [PATCH v5 bpf-next 2/3] bpf: implement CAP_BPF

[PATCH v3 00/15] Apply COR-filter to the block-stream permanently
 2020-05-12 14:53 UTC  (15+ messages)
` [PATCH v3 01/15] block: Mark commit and mirror as filter drivers
` [PATCH v3 02/15] copy-on-read: Support compressed writes
` [PATCH v3 03/15] block: Add child access functions
` [PATCH v3 04/15] block: Add chain helper functions
` [PATCH v3 05/15] block: Include filters when freezing backing chain
` [PATCH v3 07/15] commit: Deal with filters when blocking intermediate nodes
` [PATCH v3 08/15] block: Use CAFs when working with backing chains
` [PATCH v3 09/15] block: prepare block-stream for using COR-filter
` [PATCH v3 10/15] copy-on-read: Support change filename functions
` [PATCH v3 11/15] copy-on-read: Support preadv/pwritev_part functions
` [PATCH v3 12/15] copy-on-read: add filter append/drop functions
` [PATCH v3 13/15] qapi: add filter-node-name to block-stream
` [PATCH v3 14/15] iotests: prepare 245 for using filter in block-stream
` [PATCH v3 15/15] block: apply COR-filter to block-stream jobs

[PATCH v2 0/3] vTPM/aarch64 ACPI support
 2020-05-12 14:57 UTC  (8+ messages)
` [PATCH v2 1/3] acpi: Move build_tpm2() in the generic part
` [PATCH v2 3/3] arm/acpi: Add the TPM2.0 device under the DSDT

FAILED: patch "[PATCH] arm64: hugetlb: avoid potential NULL dereference" failed to apply to 4.4-stable tree
 2020-05-12 15:04 UTC  (2+ messages)

[PATCH] hw: Use QEMU_IS_ALIGNED() on parallel flash block size
 2020-05-12 14:54 UTC  (3+ messages)

[RFC next-next v2 0/5] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-05-12 15:03 UTC  (8+ messages)
` [RFC next-next v2 1/5] net: marvell: prestera: Add driver for Prestera family ASIC devices

[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-12 15:02 UTC  (3+ messages)

[PATCH v2] dt-bindings: thermal: Convert UniPhier thermal monitor to json-schema
 2020-05-12 15:00 UTC  (3+ messages)

[PATCH v10 0/5] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2020-05-12 15:00 UTC  (6+ messages)
` [PATCH v10 1/5] usb: xhci: Change the XHCI link order in the Makefile
` [PATCH v10 2/5] dt-bindings: Add Broadcom STB USB support
` [PATCH v10 3/5] usb: xhci: xhci-plat: Add support for Broadcom STB SoC's
` [PATCH v10 4/5] usb: ehci: Add new EHCI driver "
` [PATCH v10 5/5] usb: host: Add ability to build new Broadcom STB USB drivers

use of "stat -"
 2020-05-12 14:59 UTC  (5+ messages)

perf seg fault
 2020-05-12 14:58 UTC 

[PATCH 0/9 v7] btrfs direct-io using iomap
 2020-05-12 14:58 UTC  (11+ messages)
` [PATCH 4/9] btrfs: Switch to iomap_dio_rw() for dio

[PATCH V4 1/5] dt-bindings: clock: Convert i.MX6Q clock to json-schema
 2020-05-12 14:57 UTC  (8+ messages)
` [PATCH V4 2/5] dt-bindings: clock: Convert i.MX6SX "

[PATCH v3 0/3] arch/x86: Enable MPK feature on AMD
 2020-05-12 14:57 UTC  (4+ messages)
` [PATCH v3 1/3] arch/x86: Rename config X86_INTEL_MEMORY_PROTECTION_KEYS to generic x86

[PATCHv2 00/15] Update omaps to use drivers/clocksource timers
 2020-05-12 14:56 UTC  (6+ messages)
` [PATCH 02/15] dt-bindings: timer: add ti,dmtimer compatible for for system timers
  ` [PATCH 02/15] dt-bindings: timer: add ti, dmtimer "

[PATCH v4 00/10] Support XSAVES supervisor states
 2020-05-12 14:54 UTC  (11+ messages)
` [PATCH v4 01/10] x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
` [PATCH v4 02/10] x86/fpu/xstate: Define new macros for supervisor and user xstates
` [PATCH v4 03/10] x86/fpu/xstate: Separate user and supervisor xfeatures mask
` [PATCH v4 04/10] x86/fpu/xstate: Introduce XSAVES supervisor states
` [PATCH v4 05/10] x86/fpu/xstate: Define new functions for clearing fpregs and xstates
` [PATCH v4 06/10] x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstates
` [PATCH v4 07/10] x86/fpu/xstate: Update copy_kernel_to_xregs_err() for XSAVES supervisor states
` [PATCH v4 08/10] x86/fpu: Introduce copy_supervisor_to_kernel()
` [PATCH v4 09/10] x86/fpu/xstate: Preserve supervisor states for slow path of __fpu__restore_sig()
` [PATCH v4 10/10] x86/fpu/xstate: Restore supervisor states for signal return

[PATCH v2] cve-check: add option to format reports as comma seperated values
 2020-05-12 14:56 UTC  (2+ messages)
` [OE-core] "

atomisp kernel driver(s)
 2020-05-12 14:56 UTC  (8+ messages)

[PATCH 00/16] x86: Support for CET Supervisor Shadow Stacks
 2020-05-12 14:56 UTC  (11+ messages)
` [PATCH 12/16] x86/extable: Adjust extable handling to be shadow stack compatible
` [PATCH 15/16] x86/entry: Adjust guest paths "

[PATCH 00/18] Add R8A7742/RZG1H board support
 2020-05-12 14:56 UTC  (6+ messages)
` [PATCH 17/18] dt-bindings: gpio: rcar: Add r8a7742 (RZ/G1H) support

[PATCH v1 0/7] add Ethernet support for S700
 2020-05-12 14:56 UTC  (9+ messages)
` [PATCH v1 5/7] arm: dts: s700: add node for ethernet controller

[GIT PULL] GFS2 fixes for 5.7
 2020-05-12 14:54 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH v5] iommu/virtio: Use page size bitmap supported by endpoint
 2020-05-12 14:53 UTC  (3+ messages)

[PATCH v2] arm64: cpufeature: Add "or" to mitigations for multiple errata
 2020-05-12 14:52 UTC  (2+ messages)

M+ & H bugs with Milestone Movements WW19
 2020-05-12 14:52 UTC 

[PATCH RFC v2 00/11] dwmac-meson8b Ethernet RX delay configuration
 2020-05-12 14:51 UTC  (5+ messages)
` [PATCH RFC v2 01/11] dt-bindings: net: meson-dwmac: Add the amlogic, rx-delay-ns property
  ` [PATCH RFC v2 01/11] dt-bindings: net: meson-dwmac: Add the amlogic,rx-delay-ns property

[PATCH v2 0/2] net: Drop legacy "name" from -net and remove NetLegacy
 2020-05-12 14:50 UTC  (6+ messages)
` [PATCH v2 1/2] net: Drop the legacy "name" parameter from the -net option
` [PATCH v2 2/2] net: Drop the NetLegacy structure, always use Netdev instead

Enhancements/Bugs closed WW18!
 2020-05-12 14:51 UTC 

[PATCH] RDMA/rxe: Return -EFAULT if copy_from_user() fails
 2020-05-12 14:51 UTC  (3+ messages)

[PATCH v2 0/1] More wrappers for xenlight Go package
 2020-05-12 14:50 UTC  (6+ messages)
` [PATCH v2 1/1] golang/xenlight: add NameToDomid and DomidToName util functions

[PATCH net v4] net: ethernet: ti: Remove TI_CPTS_MOD workaround
 2020-05-12 14:50 UTC  (4+ messages)

[PATCH 1/4] misc: sram: add support for remapping reserved regions only
 2020-05-12 14:48 UTC  (11+ messages)
` [PATCH 2/4] dt-bindings: sram: add documentation for reserved-only flag
` [PATCH 3/4] arm64: tegra186: add reserved-only flag in sysram node
` [PATCH 4/4] arm64: tegra194: "

[PATCH] kernel: sysctl: ignore invalid taint bits introduced via kernel.tainted and taint the kernel with TAINT_USER on writes
 2020-05-12 14:49 UTC  (7+ messages)

[PATCH v1 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-12 14:46 UTC  (4+ messages)
` [PATCH v1 4/8] s390/sclp: read sccb from mem based on sccb length

Current high bug count owners for Yocto Project 3.2
 2020-05-12 14:48 UTC 

[GIT PULL] tracing: Fixes for v5.7 from previous fixes
 2020-05-12 14:48 UTC 

[PATCH 0/3] initialize xenlight go module
 2020-05-12 14:48 UTC  (5+ messages)
` [PATCH 1/3] golang/xenlight: re-track generated go code
` [PATCH 2/3] golang/xenlight: init xenlight go module

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-05-12 14:47 UTC  (5+ messages)
` [PATCH v2 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v2 4/5] rebase -i: support --ignore-date

sort out the flush_icache_range mess
 2020-05-12 14:46 UTC  (13+ messages)
` [PATCH 16/31] m68knommu: use asm-generic/cacheflush.h
    ` [OpenRISC] "
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
    ` [OpenRISC] "

[OE-core][PATCH] classes/kernel: Generate reproducible kernel module tarball
 2020-05-12 14:47 UTC  (4+ messages)

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-12 14:43 UTC  (4+ messages)
` [RFC PATCH 1/3] block: Factor out bdrv_run_co()
` [RFC PATCH 2/3] block: Allow bdrv_run_co() from different AioContext
` [RFC PATCH 3/3] block: Assert we're running in the right thread

[RFC PATCH 0/3] mptcp: fix MP_JOIN failure handling
 2020-05-12 14:46 UTC  (3+ messages)
` [RFC PATCH 1/3] mptcp: add new sock flag to deal with join subflows

bpf selftest execution issues
 2020-05-12 14:46 UTC 

Yocto Project Status WW19'20
 2020-05-12 14:46 UTC 

[PATCH v2 0/4] Add driver for wsen-itds accelerometer sensor
 2020-05-12 14:45 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: iio: add document bindings for wsen-itds accel sensor

[igt-dev] [PATCH i-g-t] lib/gem_test_engine: Add no device reopen variant
 2020-05-12 14:45 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] arm64: cpufeature: Add "or" to mitigations for multiple errata
 2020-05-12 14:44 UTC  (6+ messages)

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-12 14:43 UTC  (4+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "
` [PATCH bpf-next 2/3] samples: bpf: refactor tail call "
` [PATCH bpf-next 3/3] samples: bpf: refactor kprobe, tail call kern progs map definition

[PATCH v3 00/16] target/arm: partial vector cleanup
 2020-05-12 14:41 UTC  (9+ messages)
` [PATCH v3 13/16] target/arm: Pass pointer to qc to qrdmla/qrdmls
` [PATCH v3 14/16] target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*
` [PATCH v3 15/16] target/arm: Vectorize SABD/UABD
` [PATCH v3 16/16] target/arm: Vectorize SABA/UABA

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-05-12 14:41 UTC  (6+ messages)
` [PATCH v3 10/16] gpio: add a reusable generic gpio_chip using regmap

[for-linus][PATCH 0/3] tracing: More fixes for 5.7
 2020-05-12 14:41 UTC  (4+ messages)
` [for-linus][PATCH 3/3] bootconfig: Fix to prevent warning message if no bootconfig option

[PATCH] i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'
 2020-05-12 14:40 UTC  (4+ messages)

[OE-core][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29
 2020-05-12 14:39 UTC 

[PATCH v2 bpf-next 0/3] Add benchmark runner and few benchmarks
 2020-05-12 14:39 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] selftests/bpf: add benchmark runner infrastructure

[PATCH v2 1/4] Documentation: LKMM: Move MP+onceassign+derefonce to new litmus-tests/rcu/
 2020-05-12 14:39 UTC  (9+ messages)
  ` [PATCH 0/3] tools/memory-model, Documentation/litmus-test: Sort out location of litmus test and README

Alpha hardware for printk tests?
 2020-05-12 14:39 UTC 

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-05-12 14:38 UTC  (4+ messages)
` [PATCH 12/19] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API

FAILED: patch "[PATCH] bdi: add a ->dev_name field to struct backing_dev_info" failed to apply to 5.6-stable tree
 2020-05-12 14:38 UTC  (2+ messages)

[meta-ti] Kernel device tree customisation on AM335X (dts, dtb, dtbo usage)
 2020-05-12 14:37 UTC 

[PATCH v5 16/18] kcsan: Rework data_race() so that it can be used by READ_ONCE()
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 15/18] gcov: Remove old GCC 3.4 support
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 08/18] fault_inject: Don't rely on "return value" from WRITE_ONCE()
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 13/18] locking/barriers: Use '__unqual_scalar_typeof' for load-acquire macros
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 11/18] READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accesses
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 09/18] arm64: csum: Disable KASAN for do_csum()
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 05/18] compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v1 0/1] target/microblaze: Fix mfs from EDR
 2020-05-12 14:36 UTC  (2+ messages)
` [PATCH v1 1/1] target/microblaze: Add MFS Rd,EDR translation

[PATCH v5 03/18] sparc32: mm: Change pgtable_t type to pte_t * instead of struct page *
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 02/18] sparc32: mm: Restructure sparc32 MMU page-table layout
 2020-05-12 14:37 UTC  (2+ messages)
` [tip: locking/kcsan] "

[Bug 207173] New: kvm compiling problem 5.6.x kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function
 2020-05-12 14:37 UTC  (2+ messages)
` [Bug 207173] "

[PATCH v5 10/18] READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v4] btrfs: send: Emit file capabilities after chown
 2020-05-12 14:40 UTC 

[PATCH v5 06/18] netfilter: Avoid assigning 'const' pointer to non-const pointer
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 07/18] net: tls: Avoid assigning 'const' pointer to non-const pointer
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 01/18] sparc32: mm: Fix argument checking in __srmmu_get_nocache()
 2020-05-12 14:37 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 04/18] sparc32: mm: Reduce allocation size for PMD and PTE tables
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-05-12 14:36 UTC  (4+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support

[PATCH v5 18/18] linux/compiler.h: Remove redundant '#else'
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[km13park-linux-1:master 2/7] drivers/iommu/intel-iommu.c:3328:14: sparse: sparse: shift too big (60) for type unsigned long
 2020-05-12 14:37 UTC 

[PATCH v5 12/18] READ_ONCE: Drop pointer qualifiers when reading from scalar types
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[patch V4 part 1 07/36] locking/atomics: Flip fallbacks and instrumentation
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 14/18] arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macros
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

[PATCH v5 17/18] READ_ONCE: Use data_race() to avoid KCSAN instrumentation
 2020-05-12 14:36 UTC  (2+ messages)
` [tip: locking/kcsan] "

I disabled more compiler warnings
 2020-05-12 14:35 UTC  (7+ messages)

behaviour change for keyboards introduced by "HID: generic: create one input report per application type"
 2020-05-12 14:34 UTC  (3+ messages)

[PATCH perf/urgent] perf tools: Fix is_bpf_image function logic
 2020-05-12 14:34 UTC  (5+ messages)

[Intel-gfx] [PATCH v28 0/6] SAGV support for Gen12+
 2020-05-12 14:32 UTC  (11+ messages)
` [Intel-gfx] [PATCH v28 4/6] drm/i915: Add TGL+ SAGV support

[LTP] [PATCH 1/2] syscalls/pidfd_open01.c: Add check for close-on-exec flag
 2020-05-12 14:32 UTC  (7+ messages)
` [LTP] [PATCH 2/2] syscalls/pidfd_open*.c: Drop .min_kver flag

[PATCH v5 testsuite 07/15] test_policy.if: use term_use_all_ptys() instead of unconfined_devpts_t
 2020-05-12 14:31 UTC  (2+ messages)

git-gui patch staging errors
 2020-05-12 14:27 UTC  (3+ messages)

XDP Software Issue - Payload Matching
 2020-05-12 14:28 UTC  (4+ messages)

[dm-crypt] LUKS2 on disk format
 2020-05-12 14:28 UTC  (4+ messages)
  ` [dm-crypt] FAQ :WAS: "

[LTP] [PATCH 1/2] pty04: Remove unnecessary volatile and style fix
 2020-05-12 14:28 UTC  (2+ messages)
` [LTP] [PATCH 2/2] pty04: Retry reads when short


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.