All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-22 15:48:00 to 2020-07-22 16:16:09 UTC [more...]

[PATCH 0/5] mm/hugetlb: Small cleanup and improvement
 2020-07-22 16:15 UTC  (5+ messages)
` [PATCH 5/5] mm/hugetl.c: warn out if expected count of huge pages adjustment is not achieved

iomap write invalidation v2
 2020-07-22 16:15 UTC  (6+ messages)
` [PATCH 3/3] iomap: fall back to buffered writes for invalidation failures
        ` [Cluster-devel] "

[PATCH net-next] net: Enabled MPLS support for devices of type ARPHRD_NONE
 2020-07-22 16:13 UTC 

[RFC v2 00/76] target/riscv: support vector extension v0.9
 2020-07-22 16:13 UTC  (4+ messages)
` [RFC v2 02/76] target/riscv: rvv-0.9: support vector 0.9

[PATCH] nvme-core: reduce io pause time when fail over
 2020-07-22 16:13 UTC  (3+ messages)

[PATCH] x86/hvm: Clean up track_dirty_vram() calltree
 2020-07-22 16:13 UTC  (2+ messages)

[PATCH -next] scsi: lpfc: Add dependency on CPU_FREQ
 2020-07-22 16:13 UTC  (2+ messages)

[tip:timers/urgent] BUILD SUCCESS b4a25fb0e62990df467451744b22e0e24960a5e6
 2020-07-22 16:11 UTC 

[PATCH v2] btrfs: open-code remount flag setting in btrfs_remount
 2020-07-22 16:11 UTC  (2+ messages)

[PATCH] staging: wlan-ng: properly check endpoint types
 2020-07-22 16:10 UTC  (2+ messages)

[PATCH 0/7] media: Clean H264 stateless uAPI
 2020-07-22 16:09 UTC  (5+ messages)
` [PATCH 03/10] media: uapi: h264: Split prediction weight parameters
` [PATCH 06/10] media: uapi: h264: Cleanup DPB entry interface

[PATCH v2] drm/amdkfd: Add thermal throttling SMI event
 2020-07-22 16:08 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
 2020-07-22 16:08 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] "

[PATCH] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
 2020-07-22 16:08 UTC  (2+ messages)

[PATCH 0/2][RESEND] Fix how we do block group flags
 2020-07-22 16:07 UTC  (2+ messages)

[PATCH] layer.conf: remove dependency on meta-python
 2020-07-22 16:07 UTC  (3+ messages)
` [meta-arm] "

[PATCH v4 00/10] Function Granular KASLR
 2020-07-22 16:07 UTC  (4+ messages)

[PATCH 1/2] btrfs: free fs roots on failed mount
 2020-07-22 16:07 UTC  (2+ messages)
` [PATCH 2/2] btrfs: fix root leak printk to use %lld instead of %llu

[Linux-kernel-mentees] [PATCH net] AX.25: Prevent out-of-bounds read in ax25_sendmsg()
 2020-07-22 16:05 UTC  (2+ messages)

[PATCH v2 00/12] candidate fixes for 5.1-rc1 (testing, semihosting, OOM tcg, x86 fpu)
 2020-07-22 16:03 UTC  (9+ messages)
` [PATCH v2 04/12] util: add qemu_get_host_physmem utility function
` [PATCH v2 06/12] accel/tcg: better handle memory constrained systems
` [PATCH v2 08/12] linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
` [PATCH v2 11/12] tests/docker: add support for DEB_KEYRING

duplicate authentications / excessive missing ACKs / deauth due to inactivity timer
 2020-07-22 16:04 UTC  (3+ messages)

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-07-22 16:01 UTC  (7+ messages)
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[Intel-gfx] [PATCH] drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source
 2020-07-22 16:04 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gem: Reduce ctx->engine_mutex for reading the clone source (rev2)

Issues attempting to use Raspberry Pi 4 serial console on mainline
 2020-07-22 16:02 UTC  (6+ messages)

[PATCH 1/2] btrfs: kill update_block_group_flags
 2020-07-22 16:03 UTC  (2+ messages)

[PATCH] x86/svm: Misc coding style corrections
 2020-07-22 16:03 UTC  (2+ messages)

[PATCH v2 00/32] IIO: Fused set 1 and 2 of timestamp alignment fixes
 2020-07-22 16:02 UTC  (5+ messages)
` [PATCH 19/32] iio:imu:st_lsm6dsx Fix alignment and data leak issues

[RFC PATCH v1 00/34] VM introspection - EPT Views and Virtualization Exceptions
 2020-07-22 16:01 UTC  (51+ messages)
` [RFC PATCH v1 01/34] KVM: x86: export .get_vmfunc_status()
` [RFC PATCH v1 02/34] KVM: x86: export .get_eptp_switching_status()
` [RFC PATCH v1 03/34] KVM: x86: add kvm_get_ept_view()
` [RFC PATCH v1 04/34] KVM: x86: mmu: reindent to avoid lines longer than 80 chars
` [RFC PATCH v1 05/34] KVM: x86: mmu: add EPT view parameter to kvm_mmu_get_page()
` [RFC PATCH v1 06/34] KVM: x86: mmu: add support for EPT switching
` [RFC PATCH v1 07/34] KVM: x86: mmu: increase mmu_memory_cache size
` [RFC PATCH v1 08/34] KVM: x86: add .set_ept_view()
` [RFC PATCH v1 09/34] KVM: x86: add .control_ept_view()
` [RFC PATCH v1 10/34] KVM: x86: page track: allow page tracking for different EPT views
` [RFC PATCH v1 11/34] KVM: x86: mmu: allow zapping shadow pages for specific "
` [RFC PATCH v1 12/34] KVM: introspection: extend struct kvmi_features with the EPT views status support
` [RFC PATCH v1 13/34] KVM: introspection: add KVMI_VCPU_GET_EPT_VIEW
` [RFC PATCH v1 14/34] KVM: introspection: add 'view' field to struct kvmi_event_arch
` [RFC PATCH v1 15/34] KVM: introspection: add KVMI_VCPU_SET_EPT_VIEW
` [RFC PATCH v1 16/34] KVM: introspection: add KVMI_VCPU_CONTROL_EPT_VIEW
` [RFC PATCH v1 17/34] KVM: introspection: extend the access rights database with EPT view info
` [RFC PATCH v1 18/34] KVM: introspection: extend KVMI_VM_SET_PAGE_ACCESS "
` [RFC PATCH v1 19/34] KVM: introspection: clean non-default EPTs on unhook
` [RFC PATCH v1 20/34] KVM: x86: vmx: add support for virtualization exceptions
` [RFC PATCH v1 21/34] KVM: VMX: Define EPT suppress #VE bit (bit 63 in EPT leaf entries)
` [RFC PATCH v1 22/34] KVM: VMX: Suppress EPT violation #VE by default (when enabled)
` [RFC PATCH v1 23/34] KVM: x86: mmu: fix: update present_mask in spte_read_protect()
` [RFC PATCH v1 24/34] KVM: vmx: trigger vm-exits for mmio sptes by default when #VE is enabled
` [RFC PATCH v1 25/34] KVM: x86: svm: set .clear_page()
` [RFC PATCH v1 26/34] KVM: x86: add .set_ve_info()
` [RFC PATCH v1 27/34] KVM: x86: add .disable_ve()
` [RFC PATCH v1 28/34] KVM: x86: page_track: add support for suppress #VE bit
` [RFC PATCH v1 29/34] KVM: vmx: make use of EPTP_INDEX in vmx_handle_exit()
` [RFC PATCH v1 30/34] KVM: vmx: make use of EPTP_INDEX in vmx_set_ept_view()
` [RFC PATCH v1 31/34] KVM: introspection: add #VE host capability checker
` [RFC PATCH v1 32/34] KVM: introspection: add KVMI_VCPU_SET_VE_INFO/KVMI_VCPU_DISABLE_VE
` [RFC PATCH v1 33/34] KVM: introspection: mask out non-rwx flags when reading/writing from/to the internal database
` [RFC PATCH v1 34/34] KVM: introspection: add KVMI_VM_SET_PAGE_SVE

[PATCH] scsi: libsas: remove redundant assignment to variable res
 2020-07-22 15:59 UTC  (3+ messages)

[PATCH v3 0/1] add sysfs exports for TPM 2 PCR registers
 2020-07-22 15:57 UTC  (2+ messages)
` [PATCH v3 1/1] tpm: add sysfs exports for all banks of "

[PATCH V2] fs:ceph: Remove unused variables in ceph_mdsmap_decode()
 2020-07-22 15:59 UTC  (3+ messages)

[PATCH 1/1] crypto: af_alg - add extra parameters for DRBG interface
 2020-07-22 15:59 UTC  (3+ messages)
` [PATCH v2] "

[LTP] [PATCH 1/3] lib: add function to check for kernel lockdown
 2020-07-22 15:58 UTC  (11+ messages)
` [LTP] [PATCH 2/3] ioperm01: skip test if kernel is locked down

[PATCH net-next] devlink: Always use user_ptr[0] for devlink and simplify post_doit
 2020-07-22 15:57 UTC 

[PATCH net-next 00/15] qed/qede: improve chain API and add XDP_REDIRECT support
 2020-07-22 15:53 UTC  (16+ messages)
` [PATCH net-next 01/15] qed: reformat "qed_chain.h" a bit
` [PATCH net-next 02/15] qed: reformat Makefile
` [PATCH net-next 03/15] qed: move chain methods to a separate file
` [PATCH net-next 04/15] qed: prevent possible double-frees of the chains
` [PATCH net-next 05/15] qed: sanitize PBL chains allocation
` [PATCH net-next 06/15] qed: move chain initialization inlines next to allocation functions
` [PATCH net-next 07/15] qed: simplify initialization of the chains with an external PBL
` [PATCH net-next 08/15] qed: simplify chain allocation with init params struct
` [PATCH net-next 09/15] qed: add support for different page sizes for chains
` [PATCH net-next 10/15] qed: optimize common chain accessors
` [PATCH net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}()
` [PATCH net-next 12/15] qede: reformat several structures in "qede.h"
` [PATCH net-next 13/15] qede: reformat net_device_ops declarations
` [PATCH net-next 14/15] qede: refactor XDP Tx processing
` [PATCH net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support

[PATCH 3/4] io/channel-socket: implement non-blocking connect
 2020-07-22 15:56 UTC  (12+ messages)

[PATCH v5 0/9] move Rockchip ISP bindings out of staging / add ISP DT nodes for RK3399
 2020-07-22 15:55 UTC  (22+ messages)
` [PATCH v5 1/9] media: staging: dt-bindings: rkisp1: add missing required nodes
` [PATCH v5 2/9] media: staging: dt-bindings: rkisp1: drop i2c unit address
` [PATCH v5 3/9] media: staging: dt-bindings: rkisp1: re-order properties
` [PATCH v5 4/9] media: staging: dt-bindings: rkisp1: drop parent unit address
` [PATCH v5 5/9] media: staging: rkisp1: remove unecessary clocks
` [PATCH v5 6/9] dt-bindings: media: rkisp1: move rockchip-isp1 bindings out of staging
` [PATCH v5 7/9] media: MAINTAINERS: rkisp1: add path to dt-bindings
` [PATCH v5 8/9] arm64: dts: rockchip: add isp0 node for rk3399
` [PATCH v5 9/9] arm64: dts: rockchip: add isp and sensors for Scarlet

[PATCH] Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabled
 2020-07-22 15:56 UTC  (2+ messages)

[PATCH] KVM: arm64: Don't inherit exec permission across page-table levels
 2020-07-22 15:54 UTC  (4+ messages)

[PATCH v2 0/5] MIPS: Loongson64: Process ISA Node in DeviceTree
 2020-07-22 15:55 UTC  (3+ messages)
` [PATCH v2 1/5] of_address: Add bus type match for pci ranges parser

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-22 15:54 UTC  (7+ messages)
` [PATCH 01/18] skb_copy_and_csum_bits(): don't bother with the last argument
  ` [PATCH 04/18] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum

[PATCH v3 00/27] IIO: Fused set 1 and 2 of timestamp alignment fixes
 2020-07-22 15:51 UTC  (28+ messages)
` [PATCH v3 01/27] iio: accel: kxsd9: Fix alignment of local buffer
` [PATCH v3 02/27] iio:accel:mma8452: Fix timestamp alignment and prevent data leak
` [PATCH v3 03/27] iio:accel:bmc150-accel: "
` [PATCH v3 04/27] iio:accel:mma7455: "
` [PATCH v3 05/27] iio:gyro:itg3200: "
` [PATCH v3 06/27] iio:proximity:mb1232: "
` [PATCH v3 07/27] iio:chemical:ccs811: "
` [PATCH v3 08/27] iio:light:si1145: "
` [PATCH v3 09/27] iio:light:max44000 "
` [PATCH v3 10/27] iio:light:rpr0521 "
` [PATCH v3 11/27] iio:light:st_uvis25 "
` [PATCH v3 12/27] iio:light:ltr501 Fix timestamp alignment issue
` [PATCH v3 13/27] iio:magnetometer:ak8975 Fix alignment and data leak issues
` [PATCH v3 14/27] iio:magnetometer:mag3110 "
` [PATCH v3 15/27] iio:imu:bmi160 "
` [PATCH v3 16/27] iio:imu:st_lsm6dsx "
` [PATCH v3 17/27] iio:imu:inv_mpu6050 Fix dma and ts "
` [PATCH v3 18/27] iio:imu:inv_mpu6050: Use regmap_noinc_read for fifo reads
` [PATCH v3 19/27] iio:pressure:mpl3115 Force alignment of buffer
` [PATCH v3 20/27] iio:adc:ti-adc081c Fix alignment and data leak issues
` [PATCH v3 21/27] iio:adc:ti-adc084s021 "
` [PATCH v3 22/27] iio:adc:ti-adc084s021 Tidy up endian types
` [PATCH v3 23/27] iio:adc:ti-ads124s08 Fix alignment and data leak issues
` [PATCH v3 24/27] iio:adc:ti-adc0832 Fix alignment issue with timestamp
` [PATCH v3 25/27] iio:adc:ti-adc12138 "
` [PATCH v3 26/27] iio:adc:ina2xx Fix timestamp alignment issue
` [PATCH v3 27/27] iio:adc:max1118 Fix alignment of timestamp and data leak issues

[PATCH 1/2] USB: Fix device driver race
 2020-07-22 15:53 UTC  (3+ messages)

[PATCH] arm-bsp: Fix a5ds dunfell support
 2020-07-22 15:52 UTC 

[PATCH net 0/2] sctp: shrink stream outq in the right place
 2020-07-22 15:52 UTC  (6+ messages)
` [PATCH net 1/2] sctp: shrink stream outq only when new outcnt < old outcnt
  ` [PATCH net 2/2] sctp: shrink stream outq when fails to do addstream reconf

[PATCH for-next v2 3/4] RDMA/efa: User/kernel compatibility handshake mechanism
 2020-07-22 15:51 UTC  (6+ messages)

[PATCH] i2c: iproc: fix race between client unreg and isr
 2020-07-22 15:51 UTC  (4+ messages)

[PATCH 0/6] riscv: Clean up timer drivers
 2020-07-22 15:51 UTC  (7+ messages)
` [PATCH 1/6] riscv: Rework riscv timer driver to only support S-mode
` [PATCH 2/6] riscv: Rework Andes PLMT as a UCLASS_TIMER driver
` [PATCH 3/6] riscv: Clean up initialization in Andes PLIC
` [PATCH 4/6] riscv: Rework Sifive CLINT as UCLASS_TIMER driver
` [PATCH 5/6] riscv: Update Kendryte device tree for new CLINT driver
` [PATCH 6/6] riscv: Update SiFive "

[PATCH v4 00/16] efi_loader: add capsule update support
 2020-07-22 15:50 UTC  (4+ messages)
` [PATCH v4 02/16] dfu: modify an argument type for an address

linux-next: manual merge of the bpf-next tree with the net tree
 2020-07-22 15:49 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: tas2562: Convert the tas2562 binding to yaml
 2020-07-22 15:47 UTC  (4+ messages)
` [PATCH v2 2/2] ASoC: tas2562: Update shutdown GPIO property

[PATCH v0 0/4] background snapshot
 2020-07-22 15:47 UTC  (4+ messages)

[PATCH for-5.1] hw: Only compile the usb-dwc2 controller if it is really needed
 2020-07-22 15:47 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.