linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 14:04:35 to 2020-09-25 16:19:45 UTC [more...]

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25 16:19 UTC  (11+ messages)

[PATCH v13 0/8] Control-flow Enforcement: Indirect Branch Tracking
 2020-09-25 16:18 UTC  (10+ 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

[PATCH 0/2] ASoC: qdsp6: fix some warnings when build without CONFIG_OF
 2020-09-25 16:17 UTC  (3+ messages)
` [PATCH 1/2] ASoC: qdsp6: Drop of_match_ptr to fix -Wunused-const-variable

a saner API for allocating DMA addressable pages v3
 2020-09-25 16:17 UTC  (4+ messages)
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-25 16:17 UTC  (13+ messages)

[PATCH v6 0/9] Syscall User Dispatch
 2020-09-25 16:15 UTC  (7+ messages)
` [PATCH v6 1/9] kernel: Support TIF_SYSCALL_INTERCEPT flag

linux-next: Tree for Sep 25
 2020-09-25 16:15 UTC  (2+ messages)
` linux-next: Tree for Sep 25 [kernel/bpf/preload/bpf_preload.ko]

[PATCH 0/2] iommu/iova: Solve longterm IOVA issue
 2020-09-25 16:12 UTC  (5+ messages)
` [PATCH 1/2] iommu/iova: Flush CPU rcache for when a depot fills

RFC: sort out get_gendisk abuses
 2020-09-25 16:14 UTC  (3+ messages)
` [PATCH 1/2] blk-cgroup: stop abusing get_gendisk
` [PATCH 2/2] PM/hibernate: remove the bogus call to get_gendisk in software_resume

KASAN: use-after-free Read in squashfs_get_id
 2020-09-25 16:12 UTC 

[PATCH v6 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 16:12 UTC  (4+ messages)
` [PATCH v6 05/10] fs/ntfs3: Add attrib operations

[PATCH v1] Bluetooth: send proper config param to unknown config request
 2020-09-25 16:11 UTC  (2+ messages)

[PATCH v13 01/26] Documentation/x86: Add CET description
 2020-09-25 14:56 UTC  (19+ messages)
` [PATCH v13 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v13 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v13 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v13 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v13 08/26] x86/mm: Introduce _PAGE_COW
` [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 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [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 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v13 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v13 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v13 24/26] x86/cet/shstk: Handle thread shadow stack

remove alloc_vm_area v2
 2020-09-25 16:09 UTC  (5+ messages)
` [PATCH 08/11] drm/i915: use vmap in i915_gem_object_map
  ` [Intel-gfx] "
  ` [PATCH 08/11, fixed] "

[PATCH v2] Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 support
 2020-09-25 16:08 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v10 0/6] ACPI: Support Generic Initiator proximity domains
 2020-09-25 16:08 UTC  (5+ messages)
` [PATCH v10 2/6] x86: Support Generic Initiator only "

remove bdget() as a public API
 2020-09-25 16:06 UTC  (3+ messages)
` [PATCH 1/2] drbd: remove ->this_bdev
` [PATCH 2/2] block: add a bdget_part helper

[PATCH v5 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 16:04 UTC  (7+ messages)
` [PATCH v5 03/10] fs/ntfs3: Add bitmap

[PATCH 1/3] [PATCH] staging: greybus: fix warnings about endianness detected by sparse
 2020-09-25 16:02 UTC  (10+ messages)
` [PATCH 3/3] [PATCH] staging: greybus: __u8 is sufficient for snd_ctl_elem_type_t and snd_ctl_elem_iface_t
      ` [greybus-dev] "
` [greybus-dev] [PATCH 1/3] [PATCH] staging: greybus: fix warnings about endianness detected by sparse

[PATCH v7 0/3] Add Actions Semi Owl family sirq support
 2020-09-25 16:00 UTC  (2+ messages)

[PATCH v11 0/6] IOMMU user API enhancement
 2020-09-25 16:01 UTC  (4+ messages)
` [PATCH v11 5/6] iommu/uapi: Handle data and argsz filled by users

[PATCH v7 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-09-25 15:55 UTC  (11+ messages)
` [PATCH v7 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v7 02/10] fs/ntfs3: Add initialization of super block
` [PATCH v7 03/10] fs/ntfs3: Add bitmap
` [PATCH v7 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v7 05/10] fs/ntfs3: Add attrib operations
` [PATCH v7 06/10] fs/ntfs3: Add compression
` [PATCH v7 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v7 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v7 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v7 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH v6 0/6] irqchip: dw-apb-ictl: support hierarchy irq domain
 2020-09-25 15:54 UTC  (2+ messages)

Co-Operation Required
 2020-09-25  3:13 UTC 

[PATCH 0/3] PM operations for software nodes
 2020-09-25 15:54 UTC  (3+ messages)
` [PATCH 1/3] software node: Power management "

[RFC] mm: Allow 64-bit mmap syscalls to access higher addresses
 2020-09-25 15:37 UTC 

[PATCH][next] drm/i915: Fix inconsistent IS_ERR and PTR_ERR
 2020-09-25 15:35 UTC  (2+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-25 15:49 UTC  (3+ messages)

[PATCH v3 0/2] PCI: dwc: fix two MSI issues
 2020-09-25 15:50 UTC  (5+ messages)
` [PATCH v3 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v3 2/2] PCI: dwc: Use an address in the driver data for MSI address

[PATCH v3 00/15] ARM: dts: / gpio: Add dtschema for NXP PCA953x and correct dts
 2020-09-25 15:48 UTC  (3+ messages)
` [PATCH v3 01/15] dt-bindings: gpio: convert bindings for NXP PCA953x family to dtschema

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

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-25 15:46 UTC  (2+ messages)

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

[PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
 2020-09-25 15:40 UTC  (2+ messages)

KASAN: global-out-of-bounds Read in fbcon_get_font
 2020-09-25 15:35 UTC  (6+ messages)
` [PATCH 0/3] Prevent out-of-bounds access for built-in font data buffers

[PATCH v4] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-25 15:32 UTC  (3+ messages)

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2020-09-25 15:30 UTC  (4+ messages)

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

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

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

[PATCH RESEND v1] ARM: dts: meson8: remove two invalid interrupt lines from the GPU node
 2020-09-25 15:28 UTC  (3+ messages)

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

[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  (4+ messages)
` [PATCH v3 03/10] arm64, kfence: enable KFENCE for ARM64

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

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

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

[PATCH] f2fs: fix uninit-value in f2fs_lookup
 2020-09-25 15:19 UTC 

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

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 15:18 UTC  (10+ 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 -next] media: venus: simplify the return expression of session_process_buf()
 2020-09-25 15:13 UTC  (2+ messages)

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

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

[PATCH 0/7] Pine64 PineCube support
 2020-09-25 15:12 UTC  (2+ 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

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

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

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

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

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

KASLR support on ARM with Kernel 4.9 and 4.14
 2020-09-25 15:03 UTC 

[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

[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

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

general protection fault in xsk_release
 2020-09-25 15:01 UTC  (2+ 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  (7+ 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  (7+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
 2020-09-25 14:56 UTC  (11+ messages)

[PATCH] drm/stm: dsi: Use dev_ based logging
 2020-09-25 14:51 UTC  (2+ messages)

[PATCH v4] powercap: include header to fix -Wmissing-prototypes
 2020-09-25 14:49 UTC  (2+ messages)

[PATCH v9 00/20] gpio: cdev: add uAPI v2
 2020-09-25 14:48 UTC  (15+ messages)
` [PATCH v9 08/20] gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL
` [PATCH v9 09/20] gpiolib: cdev: support edge detection for uAPI v2

[RFC] <sys/param.h>: Add nitems() and snitems() macros
 2020-09-25 14:48 UTC  (4+ messages)
` [PATCH v2] "

KASAN: slab-out-of-bounds Read in squashfs_get_id
 2020-09-25 14:48 UTC 

[PATCH 1/3] perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore support
 2020-09-25 13:49 UTC 

[PATCH v3] doc: zh_CN: index files in arm64 subdirectory
 2020-09-25 14:42 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] cpuidle: change #ifdef for the declaration of cpuidle_enter_s2idle()
 2020-09-25 14:41 UTC  (2+ messages)

[PATCH net] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-25 14:40 UTC  (2+ messages)

[PATCH 0/3] fbdev: stop using compat_alloc_user_space
 2020-09-25 14:39 UTC  (5+ messages)

[GIT PULL] devfreq fixes for v5.9-rc7
 2020-09-25 14:38 UTC  (2+ messages)

[PATCH v8 0/8] Allow user space to restrict and augment MSR emulation
 2020-09-25 14:34 UTC  (9+ messages)
` [PATCH v8 1/8] KVM: x86: Return -ENOENT on unimplemented MSRs
` [PATCH v8 2/8] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v8 3/8] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v8 4/8] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v8 5/8] KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
` [PATCH v8 6/8] KVM: x86: VMX: "
` [PATCH v8 7/8] KVM: x86: Introduce MSR filtering
` [PATCH v8 8/8] KVM: selftests: Add test for user space MSR handling

[PATCHSET for-5.10/block] iocost: improve debt forgiveness logic
 2020-09-25 14:35 UTC  (2+ messages)

Please pull NFS server fixes for v5.9
 2020-09-25 14:32 UTC 

[PATCH v2 0/3] PM / Domains: Add power on/off notifiers for genpd
 2020-09-25 14:30 UTC  (5+ messages)
` [PATCH v2 3/3] PM / Domains: Add support for PM domain "

Help wanted in LED subsystem
 2020-09-25 14:28 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[PATCHSET v2 0/7] perf inject: Speed build-id injection
 2020-09-25 14:26 UTC  (7+ messages)
` [PATCH 4/7] perf inject: Do not load map/dso when injecting build-id

[PATCH] arm64: dts: marvell: espressobin: Update link to V7 schematic
 2020-09-25 14:21 UTC  (3+ messages)

clean up is partition checks
 2020-09-25 14:19 UTC  (2+ messages)

[PATCH 1/2] genirq/cpuhotplug: Reduce logging level for couple of prints
 2020-09-25 14:16 UTC  (6+ messages)
` [PATCH 2/2] printk: Make the console flush configurable in hotplug path

[PATCH] drm/panel: rm68200: fix mode to 50fps
 2020-09-25 14:16 UTC 

[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM
 2020-09-25 14:12 UTC  (9+ messages)
    ` [PATCH 1/8] dma-mapping: add DMA_ATTR_LOW_ADDRESS attribute
    ` [PATCH 2/8] iommu: iova: properly handle 0 as a valid IOVA address
    ` [PATCH 3/8] iommu: iova: add support for 'first-fit' algorithm
    ` [PATCH 4/8] iommu: dma-iommu: refactor iommu_dma_alloc_iova()
    ` [PATCH 5/8] iommu: dma-iommu: add support for DMA_ATTR_LOW_ADDRESS
    ` [PATCH 6/8] media: platform: exynos4-is: remove all references to physicall addresses
    ` [PATCH 7/8] media: platform: exynos4-is: use DMA_ATTR_LOW_ADDRESS
    ` [PATCH 8/8] media: platform: s5p-mfc: "

[PATCH -next] sched: Remove unused inline function uclamp_bucket_base_value()
 2020-09-25 14:12 UTC  (2+ messages)

[PATCH] sched/fair: Remove the force parameter of update_tg_load_avg()
 2020-09-25 14:11 UTC  (2+ messages)

[PATCH RESEND 0/4] crypto: hisilicon/zip - misc clean up
 2020-09-25 14:06 UTC  (5+ messages)
` [PATCH RESEND 1/4] crypto: hisilicon/zip - fix the uncleared debug registers
` [PATCH RESEND 2/4] crypto: hisilicon/zip - fix zero length input in GZIP decompress
` [PATCH RESEND 3/4] crypto: hisilicon/zip - fix the return value when device is busy
` [PATCH RESEND 4/4] crypto: hisilicon/zip - fix the uninitalized 'curr_qm_qp_num'

[PATCH v2] x86/xen: disable Firmware First mode for correctable memory errors
 2020-09-25 14:07 UTC 

[PATCH v1 1/2] regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator
 2020-09-25 14:06 UTC  (6+ messages)
` [PATCH v1 2/2] regulator: rtmv20: Add DT-binding document for Richtek RTMV20

[PATCH 00/12] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-09-25 14:04 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).