All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-20 12:51:21 to 2021-01-20 13:33:27 UTC [more...]

[dpdk-dev] [PATCH v7 0/2] support enqueue & dequeue callbacks on cryptodev
 2021-01-20 13:15 UTC  (7+ messages)
` [dpdk-dev] [PATCH v7 1/2] cryptodev: support enqueue and dequeue callback functions

[PATCH] Track total GPU memory for virtio driver
 2021-01-20 12:37 UTC  (7+ messages)
` [PATCH v2] drm/virtio: "

[PATCH v2 0/3] Fixes to bridge/panel and ingenic-drm
 2021-01-20 13:01 UTC  (5+ messages)
` [PATCH v2 1/3] drm: bridge/panel: Cleanup connector on bridge detach
` [PATCH v2 2/3] drm/ingenic: Register devm action to cleanup encoders
` [PATCH v2 3/3] drm/ingenic: Fix non-OSD mode

[PATCH v2] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-01-20 12:42 UTC  (3+ messages)
` [Linaro-mm-sig] "

[PATCH] net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
 2021-01-20 13:13 UTC  (4+ messages)

[PATCH v5 00/16] Introducing Linux root partition support for Microsoft Hypervisor
 2021-01-20 12:00 UTC  (10+ messages)
` [PATCH v5 01/16] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
` [PATCH v5 02/16] x86/hyperv: detect if Linux is the root partition
` [PATCH v5 03/16] Drivers: hv: vmbus: skip VMBus initialization if Linux is root
` [PATCH v5 05/16] clocksource/hyperv: use MSR-based access if running as root
` [PATCH v5 06/16] x86/hyperv: allocate output arg pages if required
` [PATCH v5 08/16] x86/hyperv: handling hypercall page setup for root
` [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v5 10/16] x86/hyperv: implement and use hv_smp_prepare_cpus
` [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

[PATCH] ovl: skip getxattr of security labels
 2021-01-20 12:37 UTC  (3+ messages)

net/ceph/messenger_v1.c:1099:23: warning: Boolean result is used in bitwise operation. Clarify expression with parentheses
 2021-01-20 12:52 UTC  (4+ messages)
` [kbuild] "

[meta-python][PATCH 1/2] python3-greenlet: Upgrade 0.4.17 -> 1.0.0
 2021-01-20 13:33 UTC  (4+ messages)
` [meta-python][PATCH 2/2] python3-parse: Upgrade 1.18.0 -> 1.19.0
  ` [oe] "
` [oe] [meta-python][PATCH 1/2] python3-greenlet: Upgrade 0.4.17 -> 1.0.0

[LTP] Holidays and LTP release
 2021-01-20 13:33 UTC  (8+ messages)

[PATCH 0/3] i2c: drop unused bus drivers
 2021-01-20 13:28 UTC  (3+ messages)
` [PATCH 1/3] i2c: remove sirf bus driver
` [PATCH 3/3] i2c: remove zte zx "

[PATCH] powerpc: Fix build error in paravirt.h
 2021-01-20 13:28 UTC 

[PATCH 0/2] Use another method to avoid resource conflicts between the SMMU and PMCG drivers
 2021-01-20 13:27 UTC  (7+ messages)
` [PATCH 1/2] perf/smmuv3: Don't reserve the register space that overlaps with the SMMUv3

[RFC PATCH 0/7] Linux on Apple Silicon
 2021-01-20 13:27 UTC  (7+ messages)
` [RFC PATCH 2/7] arm64: kernel: Add a WFI hook
` [RFC PATCH 3/7] arm64: mm: use nGnRnE instead of nGnRE on Apple processors
` [RFC PATCH 4/7] irqchip/apple-aic: Add support for Apple AIC
` [RFC PATCH 5/7] arm64/Kconfig: Add Apple Silicon SoC platform
` [RFC PATCH 6/7] arm64: kernel: Apple CPU start driver
` [RFC PATCH 7/7] irqchip/apple-aic: add SMP support to the Apple AIC driver

[linux-safety] [PATCH] docs: Update DTB format references
 2021-01-20 13:31 UTC 

[PATCH v2 1/2] mtd: spi-nor: Add Global Block Unlock command
 2021-01-20 13:19 UTC  (3+ messages)
` [PATCH v2 2/2] mtd: spi-nor: sst: Add support for Global Unlock on sst26vf

[PATCH v6 0/5] ARM: arm64: Add SMCCC TRNG entropy service
 2021-01-20 13:26 UTC  (8+ messages)

[Bug 211285] new kernel 5.10.8 deadlock?
 2021-01-20 13:13 UTC 

[PATCH] hwspinlock: remove sirf driver
 2021-01-20 13:25 UTC 

[PATCH 1/2] blspec: allow board files to overwrite config file settings
 2021-01-20 13:26 UTC  (7+ messages)

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-20 13:14 UTC  (2+ messages)

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-01-20 13:26 UTC  (12+ messages)
` [PATCH v4 04/15] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v4 05/15] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v4 06/15] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v4 09/15] x86: add new features for paravirt patching
` [PATCH v4 10/15] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v4 11/15] x86/paravirt: simplify paravirt macros
` [PATCH v4 12/15] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v4 13/15] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v4 14/15] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v4 15/15] x86/paravirt: have only one paravirt patch function

[PATCH v4 0/2] xor-neon: Remove GCC warn & pragmas
 2021-01-20 13:18 UTC  (7+ messages)
` [PATCH v4 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

[PATCH 0/4] clocksource: remove obsolete drivers
 2021-01-20 13:15 UTC  (10+ messages)
` [PATCH 1/4] timer: remove u300 driver
` [PATCH 2/4] timer: remove tango driver
` [PATCH 3/4] timer: remove sirf atlas driver
` [PATCH 4/4] timer: remove sirf prima driver

[PATCH] cpufreq: remove tango driver
 2021-01-20 13:16 UTC  (2+ messages)

[PATCH] hwspinlock: remove sirf driver
 2021-01-20 13:21 UTC 

[PATCH 0/5] pinctrl/gpio: remove obsolete drivers
 2021-01-20 13:20 UTC  (5+ messages)
` [PATCH 1/5] gpio: remove zte zx driver
` [PATCH 2/5] pinctrl: "
` [PATCH 4/5] pinctrl: remove coh901 driver
` [PATCH 5/5] pinctrl: remove ste u300 driver

[PATCH v2 1/1] mm/madvise: replace ptrace attach requirement for process_madvise
 2021-01-20 13:17 UTC  (6+ messages)

[PATCH] drm: remove zte display driver
 2021-01-20 13:14 UTC  (2+ messages)

[PATCH 0/3] dmaengine: remove obsolete drivers
 2021-01-20 13:18 UTC  (8+ messages)
` [PATCH 1/3] dmaengine: remove sirfsoc driver
` [PATCH 2/3] dmaengine: remove zte zx driver
` [PATCH 3/3] dmaengine: remove coh901318 driver

[PATCH v6 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-20 13:19 UTC  (5+ messages)
` [PATCH v6 08/14] mm/gup: do not migrate zero page
` [PATCH v6 12/14] mm/gup: longterm pin migration cleaup

[linux-next:pending-fixes] BUILD SUCCESS 31be679b2913f0ec74c7b6cf2d86f5c14d6b1f73
 2021-01-20 13:22 UTC 

[PATCH 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2021-01-20 13:21 UTC  (3+ messages)
` [PATCH 4/4] vfio-pci/zdev: Introduce the zPCI I/O vfio region

[MPTCP] Re: [PATCH mptcp 7/7] mptcp: add netlink event support
 2021-01-20 13:21 UTC 

[PATCH bpf-next v2 0/8] Introduce bpf_redirect_xsk() helper
 2021-01-20 13:15 UTC  (2+ messages)

[PATCH v11 0/3] Three changes related with UFS clock scaling
 2021-01-20 13:14 UTC  (3+ messages)
` [PATCH v11 1/3] scsi: ufs: Protect some contexts from unexpected "

[PATCH 1/3] arm64/kernel: FIQ support
 2021-01-20 13:16 UTC  (2+ messages)

[PATCH v9 00/16] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2021-01-20 13:05 UTC 

[PATCH 0/2] arm64: mm: fix kdump broken with ZONE_DMA reintroduced
 2021-01-20 13:07 UTC  (4+ messages)

[PATCH net] tcp: Fix potential use-after-free due to double kfree()
 2021-01-20 13:07 UTC  (3+ messages)

[PATCH 1/3] arm-autonomy/xenguest: Add guestcount support
 2021-01-20 13:17 UTC  (3+ messages)
` [PATCH 2/3] arm-autonomy/documentation: Remove references to meta-kernel
` [PATCH 3/3] arm-autonomy/arm-autonomy-host-image-minimal: Use REQUIRED_DISTRO_FEATURES

[MPTCP] Re: [PATCH mptcp 7/7] mptcp: add netlink event support
 2021-01-20 13:14 UTC 

[PATCH v3 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-01-20 13:13 UTC  (5+ messages)
` [PATCH v3 18/19] i386: "

[PATCH] ubifs: Fix off-by-one error
 2021-01-20 13:12 UTC 

[PATCH 0/4] clk: remove unused device drivers
 2021-01-20 13:10 UTC  (4+ messages)
` [PATCH 1/4] clk: remove tango4 driver
` [PATCH 2/4] clk: remove zte zx driver
` [PATCH 4/4] clk: remove u300 driver

[PATCH 0/4] sched/fair: Burstable CFS bandwidth controller
 2021-01-20 12:27 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH 1/4] sched/fair: Introduce primitives for CFS bandwidth burst
  ` [PATCH 2/4] sched/fair: Make CFS bandwidth controller burstable
  ` [PATCH 3/4] sched/fair: Add cfs bandwidth burst statistics
  ` [PATCH 4/4] sched/fair: Add document for burstable CFS bandwidth control

[PATCH v7 0/3] Introduce perf-stat -b for BPF programs
 2021-01-20 12:37 UTC  (10+ messages)
` [PATCH v7 3/3] perf-stat: enable counting events "

[PATCH 1/2] mtd: spi-nor: Add Global Block Unlock command
 2021-01-20 13:02 UTC  (6+ messages)
` [PATCH 2/2] mtd: spi-nor: sst: Add support for Global Unlock on sst26vf

How to run crypto benchmarks tests?
 2021-01-20 13:06 UTC  (2+ messages)

powerpc-linux-ld: bcmgenet.c:(.text.bcmgenet_xmit+0xe54): undefined reference to `__dev_kfree_skb_any'
 2021-01-20 12:24 UTC 

[PATCH v2 1/4] x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
 2021-01-20 12:19 UTC  (2+ messages)

[PATCH v4] drivers/soc/litex: Add restart handler
 2021-01-20 13:06 UTC  (5+ messages)

[PATCH 00/25] qemu-option, keyval, vl: switch -object/-M/-accel to keyval parsing
 2021-01-20 12:59 UTC  (13+ messages)
` [PATCH 01/25] qemu-option: clean up id vs. list->merge_lists
` [PATCH 03/25] qemu-option: warn for short-form boolean options

[PATCH v1] vdpa/mlx5: Fix memory key MTT population
 2021-01-20 12:17 UTC  (7+ messages)

[PATCH v2 0/2] block: add zone write granularity limit
 2021-01-20 12:36 UTC  (5+ messages)
` [PATCH v2 1/2] block: introduce zone_write_granularity limit

[PATCH v5] Add support for pvpanic pci device
 2021-01-20 12:11 UTC  (5+ messages)
` [PATCH v5 1/4] hw/misc/pvpanic: split-out generic and bus dependent code
` [PATCH v5 2/4] hw/misc/pvpanic: add PCI interface support
` [PATCH v5 3/4] pvpanic : update pvpanic spec document
` [PATCH v5 4/4] tests/qtest: add a test case for pvpanic-pci

[dm-devel] [QUESTION]: multipath device with wrong path lead to metadata err
 2021-01-20 13:02 UTC  (3+ messages)

[PATCH] io_uring: leave clean req to be done in flush overflow
 2021-01-20 12:35 UTC  (2+ messages)

[PATCH] media: i2c: max9286: fix access to unallocated memory
 2021-01-20 12:40 UTC  (2+ messages)

[yocto] insmod - huawei E3372h kernel module
 2021-01-20 13:04 UTC  (3+ messages)
`  "

[PATCH 0/4] Add octal mode on Renesas Draak board
 2021-01-20 13:04 UTC  (3+ messages)
` [PATCH 3/4] arm: dts: r8a77995-u-boot: Add SPI Flash Support

[PATCH RESEND] arm64: remove EL0 exception frame record
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH V4 0/3] arm64: topology: improvements
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH] arm64: Drop workaround for broken 'S' constraint with GCC 4.9
 2021-01-20 13:01 UTC  (3+ messages)

[PATCH] arm64: do not descend to vdso directories twice
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH] arm64: Support running gen_vdso_offsets.sh with BSD userland
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH] arm64: mte: style: Simplify bool comparison
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH] arm64/mm: Add warning for outside range requests in vmemmap_populate()
 2021-01-20 13:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: bridge: Add documentation for SN65DSI84
 2021-01-20 12:40 UTC  (6+ messages)
` [PATCH 2/2] drm: bridge: Add SN65DSI84 DSI to LVDS bridge

[PATCH bpf-next 4/8] xsk: register XDP sockets at bind(), and add new AF_XDP BPF helper
 2021-01-20 13:01 UTC  (2+ messages)

[meta-oe][PATCH] vboxguestdrivers: upgrade 6.1.16 -> 6.1.18
 2021-01-20 13:01 UTC 

[MPTCP] Re: [PATCH mptcp 7/7] mptcp: add netlink event support
 2021-01-20 13:01 UTC 

[Intel-gfx] [PATCH i-g-t 1/2] i915/gem_create: Check wrap condition for -1
 2021-01-20 13:00 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

False negative authentication with multiple accounts on a SSH-GIT server
 2021-01-20 12:42 UTC  (3+ messages)

proposal: move Linux userspace USB gadget projects to linux-usb GitHub organisation?
 2021-01-20 11:58 UTC  (3+ messages)

[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
 2021-01-20 12:31 UTC  (6+ messages)
` [PATCH v2 9/9] doc/git-rebase: add documentation for fixup [-C|-c] options

[PATCH 1/2] mt76: mt7915: make vif index per adapter instead of per band
 2021-01-20 12:11 UTC  (2+ messages)
` [PATCH 2/2] mt76: move vif_mask back from mt76_phy to mt76_dev

[PATCH v4 0/2] mmc: support crash logging to MMC block devices
 2021-01-20 12:14 UTC  (6+ messages)
` [PATCH v4 1/2] mmc: Support kmsg dumper based on pstore/blk
    ` [EXT] "

[dm-devel] [PATCH 2/2] dm-integrity: disable recalculate due to secrurity reasons
 2021-01-20 12:58 UTC 

[PATCH v5 0/2] mmc: support crash logging to MMC block devices
 2021-01-20 12:10 UTC 

[dm-devel] [PATCH 1/2] dm-integrity: introduce the "fix_hmac" argument
 2021-01-20 12:57 UTC 

[RFC PATCH v2 00/26] KVM SGX virtualization support
 2021-01-20 12:04 UTC  (9+ messages)
` [RFC PATCH v2 09/26] x86/sgx: Move ENCLS leaf definitions to sgx_arch.h
` [RFC PATCH v2 11/26] x86/sgx: Add encls_faulted() helper
` [RFC PATCH v2 12/26] x86/sgx: Add helper to update SGX_LEPUBKEYHASHn MSRs
` [RFC PATCH v2 13/26] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH v4 0/3] btrfs: read_policy types latency, device and round-robin
 2021-01-20 12:14 UTC  (3+ messages)
` [PATCH v4 1/3] btrfs: add read_policy latency

[xen-unstable test] 158532: tolerable FAIL - PUSHED
 2021-01-20 12:57 UTC 

[PATCH v4] bcache: consider the fragmentation when update the writeback rate
 2021-01-20 12:30 UTC  (2+ messages)

[RESEND PATCH v2] arm/mm/ptdump:Add address markers for KASAN regions
 2021-01-20 12:50 UTC 

[PATCH] ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()
 2021-01-20 12:55 UTC  (3+ messages)

rcutorture initrd/nolibc build on ARMv8?
 2021-01-20 12:07 UTC  (6+ messages)

[intel-linux-intel-lts:5.10/yocto 420/2724] drivers/gpu/drm/drm_edid.o: warning: objtool: do_cvt_mode() falls through to next function drm_mode_fixup_1366x768.part.0()
 2021-01-20 12:57 UTC 

ANN: SELinux userspace 3.2-rc1 release candidate
 2021-01-20 12:21 UTC 

[MPTCP] Re: [PATCH mptcp 7/7] mptcp: add netlink event support
 2021-01-20 12:55 UTC 

[PATCH 0/5] Add a new uclampset utility
 2021-01-20 12:22 UTC  (5+ messages)
` [PATCH 2/5] Add uclampset schedutil
` [PATCH 3/5] uclampset: Add man page

[Linux-kernel-mentees] [PATCH] checkpatch: add warning for avoiding .L prefix symbols in assembly files
 2021-01-20 12:53 UTC  (3+ messages)

[kvm-unit-tests PATCH] travis.yml: Remove the CI file for Travis, it's of no use anymore
 2021-01-20 12:41 UTC  (2+ messages)

[PATCH ethtool] Fix help message for master-slave option
 2021-01-20 12:21 UTC 

[PATCH net] team: fix deadlock during setting of MTU
 2021-01-20 12:23 UTC  (4+ messages)

[PATCH v2] net: phy: realtek: Add support for RTL9000AA/AN
 2021-01-20 11:32 UTC  (7+ messages)

[PATCH v2 0/3] Fix infinite machine check loop in futex_wait_setup()
 2021-01-20 12:18 UTC  (9+ messages)
` [PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v4] "

[RFC PATCH] ARM: phytec-som-imx6: phycard DRAM autodetection
 2021-01-20 12:52 UTC 

[PATCH 0/3] GPMI NAND xload for i.MX6
 2021-01-20 12:51 UTC  (4+ messages)
` [PATCH 1/3] ARM: i.MX: move BCB structures to header file
` [PATCH 2/3] ARM: i.MX: implement GPMI NAND xload
` [PATCH 3/3] ARM: i.MX: xload-gpmi-nand: apply errata 007117

[dpdk-dev] [PATCH 0/2] support SSL/TLS way of cipher-auth operations
 2021-01-20 12:51 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/2] test/crypto: "

[PATCH v9] backlight: lms283gf05: Convert to GPIO descriptors
 2021-01-20 12:51 UTC  (2+ messages)
` [GIT PULL] Immutable branch between Backlight Arm and SPI due for the v5.12 merge window


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.