All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-25 14:55:14 to 2020-09-25 15:27:20 UTC [more...]

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2020-09-25 15:27 UTC 

[dpdk-dev] [PATCH v2] app/test/test_distributor.c: prevent memory leakages from the pool
 2020-09-25 15:26 UTC  (3+ messages)
` [dpdk-dev] [v3 PATCH] test_distributor: "

[PATCH v2 00/10] softfloat: Implement float128_muladd
 2020-09-25 15:20 UTC  (6+ messages)
` [PATCH v2 01/10] softfloat: Use mulu64 for mul64To128
` [PATCH v2 02/10] softfloat: Use int128.h for some operations
` [PATCH v2 03/10] softfloat: Tidy a * b + inf return
` [PATCH v2 07/10] softfloat: Use x86_64 assembly for {add, sub}{192, 256}
` [PATCH v2 10/10] softfloat: Use ppc64 "

[PATCH net] MAINTAINERS: Add Vladimir as a maintainer for DSA
 2020-09-25 15:26 UTC 

[PATCH] iio: cros_ec: unify hw fifo attributes into the core file
 2020-09-25 15:26 UTC  (3+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-25 15:25 UTC  (5+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

[PATCH v13 00/26] Control-flow Enforcement: Shadow Stack
 2020-09-25 14:56 UTC  (15+ messages)
` [PATCH v13 01/26] Documentation/x86: Add CET description
` [PATCH v13 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v13 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v13 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v13 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v13 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v13 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v13 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v13 16/26] mm: Add guard pages around a shadow stack
` [PATCH v13 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v13 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v13 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v13 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v13 24/26] x86/cet/shstk: Handle thread shadow stack

[arm64:for-next/ghostbusters 9/19] arch/arm64/kernel/proton-pack.c:287:2: error: implicit declaration of function 'install_bp_hardening_cb'
 2020-09-25 15:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/matthias.bgg/linux
 2020-09-25 15:25 UTC 

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (4+ messages)

[tip: x86/seves] x86/sev-es: Use GHCB accessor for setting the MMIO scratch buffer
 2020-09-25 15:24 UTC 

post-receive: pub/scm/linux/kernel/git/krzk/linux-mem-ctrl
 2020-09-25 15:24 UTC 

[Patch net 0/2] net_sched: fix a UAF in tcf_action_init()
 2020-09-25 15:24 UTC  (3+ messages)
` [Patch net 1/2] net_sched: defer tcf_idr_insert() in tcf_action_init_1()

[GIT PULL FOR v5.10] Various small fixes
 2020-09-25 15:27 UTC  (2+ messages)
` [GIT PULL FOR v5.10] Various small fixes (#67358)

[RFC][PATCH 0/4] Fix up ACPI processor idle vs RCU
 2020-09-25 15:24 UTC  (4+ messages)
` [RFC][PATCH 4/4] acpi: Take over RCU-idle for C3-BM idle

[PATCH v6 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-09-25 15:18 UTC  (5+ messages)

[PATCH] ath10k: qmi: Skip host capability request for Xiaomi Poco F1
 2020-09-25 15:22 UTC  (5+ messages)

PageLRU and the other flags
 2020-09-25 15:21 UTC  (2+ messages)

[PATCH] Documentation/llvm: Fix clang target examples
 2020-09-25 15:21 UTC 

[RFC] fixes for hangs and error reporting in CDC_WDM
 2020-09-25 15:20 UTC  (3+ messages)

tools/power/acpi: Serialize Makefile
 2020-09-25 15:21 UTC 

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 15:15 UTC  (5+ messages)
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module

[f2fs-dev] [PATCH] f2fs: fix uninit-value in f2fs_lookup
 2020-09-25 15:19 UTC  (2+ messages)
`  "

[PATCH v2] Documentation: Chinese translation of Documentation/arm64/amu.rst
 2020-09-25 15:17 UTC  (3+ messages)
` [PATCH v3] "

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-09-25 15:19 UTC 

SIGINT Issues with Zeus Migration
 2020-09-25 15:18 UTC  (6+ messages)
` [yocto] "

post-receive: pub/scm/linux/kernel/git/matthias.bgg/linux
 2020-09-25 15:18 UTC 

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 15:18 UTC  (20+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v8 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

[PATCH v2] virtio-net: Set mac address to hardware if the peer is vdpa
 2020-09-25 15:13 UTC 

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 15:17 UTC 

[linux-next:master 7406/11173] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3043:6: warning: no previous prototype for function 'dc_is_plane_eligible_for_idle_optimizaitons'
 2020-09-25 15:17 UTC 

tools/x86_energy_perf_policy: Make destination directories overridable via env variable
 2020-09-25 15:16 UTC 

Debugging reboot freeze
 2020-09-25 15:16 UTC  (2+ messages)

[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
 2020-09-25 15:13 UTC  (4+ messages)
` [PATCH v7 06/13] qmp: Call monitor_set_cur() only in qmp_dispatch()

[dpdk-dev] Question about “PCI memorymmap”
 2020-09-25 15:15 UTC  (2+ messages)

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-25 15:15 UTC  (6+ messages)
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one

setup.py no such file or directory
 2020-09-25 15:15 UTC  (2+ messages)
` [yocto] "

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-25 15:13 UTC  (7+ messages)

[PATCH] ARM: dts: sun8i: v3s: Add simple-framebuffer
 2020-09-25 15:13 UTC  (3+ messages)

[PATCH 0/7] Pine64 PineCube support
 2020-09-25 15:12 UTC  (3+ messages)

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-25 15:14 UTC  (10+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH v6 00/15] preallocate filter
 2020-09-25 15:11 UTC  (6+ messages)
` [PATCH v6 11/15] iotests: add 298 to test new preallocate filter driver

[PATCH -next] media: venus: simplify the return expression of session_process_buf()
 2020-09-25 15:13 UTC  (2+ messages)

[PATCH 1/3] arm: Implement show_boot_progress() for imx53's HSC and DDC devices
 2020-09-25 15:13 UTC  (3+ messages)
` [PATCH 2/3] dts: Provide LED DTS description for HSC and DDC imx53 devices
` [PATCH 3/3] defconfig: Enable CONFIG_SHOW_BOOT_PROGRESS for imx53's HSC and DDC devices

[lkp-robot] [tracing] c3bc8fd637: WARNING:at_kernel/rcu/tree.c:#rcu_irq_enter
 2020-09-25 15:12 UTC  (12+ messages)
  ` [stable 4.19] [PANIC]: tracing: Centralize preemptirq tracepoints and unify their usage
            ` [LTP] "

[PATCH] ovl: Support FS_IOC_[SG]ETFLAGS and FS_IOC_FS[SG]ETXATTR ioctls on directories
 2020-09-25 15:12 UTC  (7+ messages)

IMX8MM 4GiB boundary issue
 2020-09-25 15:12 UTC  (3+ messages)

[PATCH v6 0/2] Use the generic PHY framework for Ingenic USB PHY
 2020-09-25 15:10 UTC  (4+ messages)
` [PATCH v6 2/2] PHY: Ingenic: Add USB PHY driver using generic PHY framework

[LTP] [PATCH] pty/pty03.c: Add another linux git tag
 2020-09-25 15:09 UTC 

Virtualbox - BUG: using smp_processor_id() in preemptible [00000000] code: modprobe/11395
 2020-09-25 15:09 UTC  (2+ messages)

[PATCH 0/7] Retrieve zPCI hardware information from VFIO
 2020-09-25 15:03 UTC  (6+ messages)
` [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP

tools/bootconfig: Create missing directories in Makefile install object if needed
 2020-09-25 15:09 UTC 

[PATCH] xen/arm: do not setup the runstate info page if kpti is enabled
 2020-09-25 15:08 UTC  (2+ messages)

[PATCH] imx8m: fix cache setup for dynamic sdram size
 2020-09-25 15:08 UTC 

[PATCH v5 00/12] usb: Handle different sublink speeds
 2020-09-25 15:08 UTC  (3+ messages)
` [PATCH v5 01/12] usb: ch9: Add sublink speed struct

[igt-dev] [PATCH i-g-t v11 0/2] Add test for asynchronous flips
 2020-09-25 15:08 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v11 1/2] lib/igt_ioctl_wrappers: Add igt_has_drm_cap ioctl wrapper

[PATCH] cpu: at91: add driver for CPU
 2020-09-25 15:07 UTC 

[PATCH 0/4] block/export: add BlockExportOptions->iothread member
 2020-09-25 15:06 UTC  (6+ messages)
` [PATCH 3/4] block: move block exports to libblockdev
` [PATCH 4/4] block/export: add BlockExportOptions->iothread member

Unification of Green and Maruf politics (west / east) - fair pay continued
 2020-09-25 15:06 UTC 

[PATCH] mmc: host: meson-gx-mmc: fix possible deadlock condition for preempt_rt
 2020-09-25 15:05 UTC  (8+ messages)

[PATCH v11 3/5] drivers/soc/litex: add LiteX SoC Controller driver
 2020-09-25 15:06 UTC  (2+ messages)

Action: OpenBMC community messaging survey
 2020-09-25 15:02 UTC  (4+ messages)

[PATCH -next] media: venus: simplify the return expression of venus_sys_set_* function
 2020-09-25 15:06 UTC  (2+ messages)

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-25 15:05 UTC  (7+ messages)

[PATCH] io_uring: don't unconditionally set plug->nowait = true
 2020-09-25 15:06 UTC 

KASLR support on ARM with Kernel 4.9 and 4.14
 2020-09-25 15:03 UTC  (3+ messages)

Ways to deprecate /sys/devices/system/memory/memoryX/phys_device ?
 2020-09-25 15:05 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 15:04 UTC 

CONFIG_AMDGPU triggers full rebuild
 2020-09-25 15:04 UTC  (4+ messages)

[PATCH v2] PM:runtime:Remove the link state check in function rpm_get_supplier() and rpm_put_supplier()
 2020-09-25 15:02 UTC  (2+ messages)

[PATCH v3 0/5] Introduce Embedded Controller driver for Acer A500
 2020-09-25 15:02 UTC  (4+ messages)
` [PATCH v3 4/5] leds: Add driver for Acer Iconia Tab A500

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 15:02 UTC 

KMSAN: uninit-value in f2fs_lookup
 2020-09-25 15:01 UTC  (5+ messages)
` [f2fs-dev] "

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-25 15:02 UTC  (6+ messages)
` [RFC PATCH v7 11/23] sched/fair: core wide cfs task priority comparison

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 15:02 UTC 

[RFC][PATCH 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2020-09-25 15:01 UTC  (4+ messages)
` [PATCH 3/9] drm: Add simplekms driver

general protection fault in xsk_release
 2020-09-25 15:01 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-09-25 15:01 UTC 

[PATCH] drm/amdgpu: fix a warning in amdgpu_ras.c
 2020-09-25 15:00 UTC  (2+ messages)

[PATCH v2] USB: cdc-acm: add Whistler radio scanners TRX series support
 2020-09-25 15:00 UTC  (4+ messages)

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-09-25 14:59 UTC  (2+ messages)

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-25 14:59 UTC  (9+ messages)
` [PATCH 01/13] x86: Secure Launch Kconfig
` [PATCH 07/13] x86: Secure Launch kernel early boot stub

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-25 14:57 UTC  (10+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH v3 1/1] accel/tcg: Fix computing of is_write for MIPS
 2020-09-25 14:58 UTC  (2+ messages)

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-09-25 14:58 UTC  (5+ messages)

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 14:58 UTC  (9+ messages)
` [PATCH v13 1/8] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v13 2/8] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v13 3/8] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v13 4/8] x86/cet/ibt: ELF header parsing "
` [PATCH v13 5/8] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v13 6/8] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v13 7/8] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 14:58 UTC 

post-receive: pub/scm/linux/kernel/git/deller/rbootd
 2020-09-25 14:58 UTC 

[PATCH] evtchn/Flask: pre-allocate node on send path
 2020-09-25 14:57 UTC  (4+ messages)

[dpdk-dev] [PATCH v6 00/10] adding support for python 3 only
 2020-09-25 14:56 UTC  (10+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v7 07/10] devtools: support python3 only
  ` [dpdk-dev] [PATCH v7 08/10] config/arm: "
  ` [dpdk-dev] [PATCH v7 09/10] app/test-bbdev: "
  ` [dpdk-dev] [PATCH v7 10/10] buildtools: "

[PATCH 1/5] drm/ttm: move SG flag check into ttm_bo_vm_reserve
 2020-09-25 14:55 UTC  (5+ messages)
` [PATCH 2/5] drm/radeon: stop using TTMs fault callback
` [PATCH 3/5] drm/amdgpu: "
` [PATCH 4/5] drm/nouveau: "
` [PATCH 5/5] drm/ttm: remove "

[PATCH 0/9] DC Patches September 25, 2020
 2020-09-25 14:54 UTC  (10+ messages)
` [PATCH 1/9] drm/amd/display: Update NV1x SR latency values
` [PATCH 2/9] drm/amd/display: Add dp_set_dsc_pps_info_packet to virtual stream encoder
` [PATCH 3/9] drm/amd/display: Ensure all debug bits are passed to fw
` [PATCH 4/9] drm/amd/display: disable stream if pixel clock changed with link active
` [PATCH 5/9] drm/amd/display: Calc DLG from dummy p-state if full p-state unsupported
` [PATCH 6/9] drm/amd/display: Add debug param to force dio disable
` [PATCH 7/9] drm/amd/display: Revert check for flip pending before locking pipes
` [PATCH 8/9] drm/amd/display: [FW Promotion] Release 0.0.35
` [PATCH 9/9] drm/amd/display: disable stream if pixel clock changed with link active

[RFC PATCH 1/2] testimage: Add testimage_dump_target to kwargs
 2020-09-25 14:55 UTC  (2+ messages)
` [RFC PATCH 2/2] target/ssh.py: Add dump_target support

[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
 2020-09-25 14:56 UTC  (12+ 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.