linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 19:47:21 to 2021-02-03 22:59:08 UTC [more...]

[PATCH v19 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-03 22:55 UTC  (7+ messages)
` [PATCH v19 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v19 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v19 06/25] x86/cet: Add control-protection fault handler
` [PATCH v19 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v19 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v19 10/25] x86/mm: Update pte_modify for _PAGE_COW

[PATCH v3 1/1] fpga: dfl: afu: harden port enable logic
 2021-02-03 22:55 UTC  (3+ messages)

[PATCH v2 1/1] fpga: dfl: afu: harden port enable logic
 2021-02-03 22:43 UTC  (5+ messages)

BUG: KASAN: stack-out-of-bounds in unwind_next_frame+0x1df5/0x2650
 2021-02-03 22:41 UTC  (6+ messages)

[PATCH] perf evsel: Add a check in the error path for the auxiliary event
 2021-02-03 22:37 UTC 

[PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
 2021-02-03 22:41 UTC  (3+ messages)

[PATCH v4] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
 2021-02-03 22:38 UTC 

[PATCH][RESEND] lib/vsprintf: make-printk-non-secret printks all addresses as unhashed
 2021-02-03 22:38 UTC  (10+ messages)

linux-next: build failure after merge of the akpm-current tree
 2021-02-03 22:36 UTC  (5+ messages)

[PATCH 0/2] Add remove path for Tegra audio graph card
 2021-02-03 22:33 UTC  (7+ messages)
` [PATCH 1/2] ASoC: audio-graph: Export graph_remove() function
    `  "

[RESEND v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:33 UTC  (10+ messages)
` [RESEND v4 1/6] misc: "
` [RESEND v4 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [RESEND v4 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [RESEND v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [RESEND v4 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [RESEND v4 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[PATCH] fs/coredump: Use kmap_local_page()
 2021-02-03 22:33 UTC 

[PATCH 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-03 22:30 UTC  (9+ messages)
` [PATCH 1/4] hugetlb: Dedup the code to add a new file_region
` [PATCH 2/4] hugetlg: Break earlier in add_reservation_in_range() when we can
` [PATCH 3/4] mm: Introduce page_needs_cow_for_dma() for deciding whether cow
` [PATCH 4/4] hugetlb: Do early cow when page pinned on src mm

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-03 22:28 UTC  (7+ messages)
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-02-03 22:25 UTC  (5+ messages)
` [PATCH v7 1/2] Kbuild: make DWARF version a choice

[PATCH] fcntl: make F_GETOWN(EX) return 0 on dead owner task
 2021-02-03 22:17 UTC  (4+ messages)

[PATCH 0/3] iommu/drm/msm: Allow non-coherent masters to use system cache
 2021-02-03 22:14 UTC  (8+ messages)
` [PATCH 2/3] iommu/io-pgtable-arm: Add IOMMU_LLC page protection flag

[PATCH] drm/msm/kms: Make a lock_class_key for each crtc mutex
 2021-02-03 22:11 UTC  (7+ messages)

[PATCH v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:09 UTC  (8+ messages)
` [PATCH v4 1/6] misc: "
` [PATCH v4 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [PATCH v4 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [PATCH v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH v4 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [PATCH v4 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[PATCH v4 00/15] dmaengine: dw-edma: HDMA support
 2021-02-03 21:58 UTC  (16+ messages)
` [PATCH v4 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v4 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v4 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v4 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v4 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v4 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v4 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v4 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v4 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v4 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v4 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v4 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v4 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v4 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v4 15/15] dmaengine: dw-edma: Add pcim_iomap_table return checker

[PATCH v2] scripts/clang-tools: switch explicitly to Python 3
 2021-02-03 22:07 UTC  (2+ messages)

[PATCH 5.4 000/142] 5.4.44-rc1 review
 2021-02-03 22:06 UTC  (6+ messages)
` [PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"

[PATCH v2 0/3] Make fw_devlink=on more forgiving
 2021-02-03 22:03 UTC  (7+ messages)

Linux 5.11-rc6 compile error
 2021-02-03 22:04 UTC  (4+ messages)

[PATCH 0/4] mm/gup: page unpining improvements
 2021-02-03 22:00 UTC  (5+ messages)
` [PATCH 1/4] mm/gup: add compound page list iterator
` [PATCH 2/4] mm/gup: decrement head page once for group of subpages
` [PATCH 3/4] mm/gup: add a range variant of unpin_user_pages_dirty_lock()
` [PATCH 4/4] RDMA/umem: batch page unpin in __ib_mem_release()

[PATCH v5] x86/sgx: Fix use-after-free in sgx_mmu_notifier_release()
 2021-02-03 21:54 UTC  (5+ messages)

[PATCH 1/3] printk: use CONFIG_CONSOLE_LOGLEVEL_* directly
 2021-02-03 21:51 UTC  (4+ messages)

[PATCH v15 00/14] Introduce support for guest CET feature
 2021-02-03 21:46 UTC  (3+ messages)
` [PATCH v15 04/14] KVM: x86: Add #CP support in guest exception dispatch

[PATCH v2 0/3] TPM fixes
 2021-02-03 21:43 UTC  (5+ messages)
` [PATCH v2 1/3] tpm: fix reference counting for struct tpm_chip

[PATCH v1 0/2] ASoC: tegra: Add RT5631 machine driver
 2021-02-03 21:42 UTC  (2+ messages)

[PATCH 1/2] mm: replace BUG_ON in vm_insert_page with a return of an error
 2021-02-03 21:41 UTC  (12+ messages)
` [PATCH v2 2/2] dma-buf: heaps: Map system heap pages as managed by linux vm
  ` [Linaro-mm-sig] [PATCH 1/2] mm: replace BUG_ON in vm_insert_page with a return of an error

[PATCH v2 0/2] Add support for ARM Cortex-A78 PMU
 2021-02-03 21:31 UTC  (2+ messages)

[PATCH v2] sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2
 2021-02-03 21:31 UTC  (3+ messages)

[RFC v2 4/5] drm/dp: Extract i915's eDP backlight code into DRM helpers
 2021-02-03 21:29 UTC  (3+ messages)

[PATCH 0/9] perf core PMU support for Sapphire Rapids (User tools)
 2021-02-03 21:30 UTC  (15+ messages)
` [PATCH 2/9] perf tools: Support the auxiliary event
` [PATCH 4/9] perf c2c: Support data block and addr block
` [PATCH 5/9] perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH 6/9] perf report: Support instruction latency
` [PATCH 7/9] perf test: Support PERF_SAMPLE_WEIGHT_STRUCT

[PATCHv3 00/24] perf tools: Add daemon command
 2021-02-03 21:24 UTC  (19+ messages)
  ` [PATCH 02/24] perf daemon: Add config option
  ` [PATCH 03/24] perf daemon: Add base option
  ` [PATCH 04/24] perf daemon: Add server socket support
  ` [PATCH 05/24] perf daemon: Add client "
  ` [PATCH 06/24] perf daemon: Add config file support
  ` [PATCH 07/24] perf daemon: Add config file change check
  ` [PATCH 08/24] perf daemon: Add background support
  ` [PATCH 09/24] perf daemon: Add signalfd support
  ` [PATCH 18/24] perf daemon: Add man page for perf-daemon

[PATCH 00/14] CXL 2.0 Support
 2021-02-03 21:23 UTC  (14+ messages)
` [PATCH 03/14] cxl/mem: Find device capabilities
` [PATCH 13/14] cxl/mem: Add limited Get Log command (0401h)

[PATCH V3] clk: imx: Fix reparenting of UARTs not associated with sdout
 2021-02-03 21:22 UTC  (11+ messages)

[PATCH v6 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-02-03 21:13 UTC  (3+ messages)
` [PATCH v6 06/21] arm64: Move VHE-specific SPE setup to mutate_to_vhe()

[PATCH v3 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
 2021-02-03 21:11 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: Fix undocumented compatible strings in examples
 2021-02-03 21:09 UTC  (2+ messages)

[PATCH 0/3] charger-supply for max8997_charger
 2021-02-03 21:07 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] dt-bindings: usb: generic-ehci: Add missing compatible strings
 2021-02-03 21:08 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: usb: generic-ohci: "

[PATCH] ASoC: Intel: catpt: remove unneeded semicolon
 2021-02-03 21:07 UTC  (2+ messages)

[PATCH 00/12] Introduce dev-msi and interrupt message store
 2021-02-03 20:56 UTC  (13+ messages)
` [PATCH 01/12] x86/irq: Add DEV_MSI allocation type
` [PATCH 02/12] x86/msi: Rename and rework pci_msi_prepare() to cover non-PCI MSI
` [PATCH 03/12] platform-msi: Provide default irq_chip:: Ack
` [PATCH 04/12] genirq/proc: Take buslock on affinity write
` [PATCH 05/12] genirq/msi: Provide and use msi_domain_set_default_info_flags()
` [PATCH 06/12] platform-msi: Add device MSI infrastructure
` [PATCH 07/12] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [PATCH 08/12] genirq: Set auxiliary data for an interrupt
` [PATCH 09/12] iommu/vt-d: Add DEV-MSI support
` [PATCH 10/12] iommu: Add capability IOMMU_CAP_VIOMMU_HINT
` [PATCH 11/12] platform-msi: Add platform check for subdevice irq domain
` [PATCH 12/12] irqchip: Add IMS (Interrupt Message Store) driver

[PATCH v2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-02-03 20:59 UTC  (4+ messages)

[PATCH v4 01/11] crypto: qce: sha: Restore/save ahash state with custom struct in export/import
 2021-02-03 20:56 UTC  (2+ messages)

[PATCH v4 0/5] perf stat: Introduce iostat mode to provide I/O performance metrics
 2021-02-03 20:55 UTC  (2+ messages)

[PATCH 5.4 00/61] 5.4.95-rc1 review
 2021-02-03 20:42 UTC  (2+ messages)

[PATCH 5.10 000/142] 5.10.13-rc1 review
 2021-02-03 20:42 UTC  (2+ messages)

[PATCH 4.19 00/37] 4.19.173-rc1 review
 2021-02-03 20:42 UTC  (4+ messages)
` [PATCH 4.19 26/37] iwlwifi: pcie: use jiffies for memory read spin time limit

[PATCH v2 1/7] dt-bindings: usb: convert rockchip,dwc3.txt to yaml
 2021-02-03 20:45 UTC  (2+ messages)

[PATCH 0/3] vfio/type1: batch page pinning
 2021-02-03 20:47 UTC  (4+ messages)
` [PATCH 1/3] vfio/type1: change success value of vaddr_get_pfn()
` [PATCH 2/3] vfio/type1: prepare for batched pinning with struct vfio_batch
` [PATCH 3/3] vfio/type1: batch page pinning

[PATCH] bpf: Check for integer overflow when using roundup_pow_of_two()
 2021-02-03 20:50 UTC  (2+ messages)

[PATCH 1/2] perf trace-event-info: Rename for_each_event
 2021-02-03 20:50 UTC  (4+ messages)
` [PATCH 2/2] perf parse-events: Break out tracepoint and printing

[PATCH 0/2] Allow reading process DMA buf stats from fdinfo
 2021-02-03 20:49 UTC 

[PATCH v2] hwmon: (pmbus) convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-03 20:44 UTC  (2+ messages)

[PATCH net-next v1 0/6] lan743x speed boost
 2021-02-03 20:41 UTC  (9+ messages)
` [PATCH net-next v1 2/6] lan743x: support rx multi-buffer packets

[PATCH 4.9 00/32] 4.9.255-rc1 review
 2021-02-03 20:41 UTC  (2+ messages)

[PATCH 4.14 00/30] 4.14.219-rc1 review
 2021-02-03 20:41 UTC  (2+ messages)

[PATCH 4.4 00/28] 4.4.255-rc1 review
 2021-02-03 20:40 UTC  (2+ messages)

[PATCH] vdpa/mlx5: Restore the hardware used index after change map
 2021-02-03 20:33 UTC  (4+ messages)

[PATCH] x86: efi: avoid BUILD_BUG_ON() for non-constant p4d_index
 2021-02-03 20:29 UTC  (9+ messages)

[PATCH 09/11] x86/fault: Rename no_context() to kernelmode_fixup_or_oops()
 2021-02-03 20:25 UTC  (5+ messages)

[PATCH v3] dmabuf: Add the capability to expose DMA-BUF stats in sysfs
 2021-02-03 20:14 UTC  (9+ messages)
    ` [Linaro-mm-sig] "

[PATCH] drivers: net: ehternet: i825xx: Fix couple of spellings in the file ether1.c
 2021-02-03 20:13 UTC  (3+ messages)

[PATCH 1/2] KVM: x86/mmu: Make HVA handler retpoline-friendly
 2021-02-03 20:10 UTC  (14+ messages)
` [PATCH 2/2] KVM: Scalable memslots implementation

[GIT PULL] UML fixes for 5.11-rc7
 2021-02-03 20:10 UTC  (2+ messages)

[PATCH] misc: bcm-vk: Fix a couple error codes in probe()
 2021-02-03 20:05 UTC  (3+ messages)

[PATCH RESEND] kernel: debug: fix typo issue
 2021-02-03 12:03 UTC 

[PATCH] mm/mremap: fix BUILD_BUG_ON() error in get_extent
 2021-02-03 20:03 UTC  (4+ messages)

[PATCH -next] RISCV: Add some depends for NUMA
 2021-02-03 19:59 UTC  (2+ messages)

[PATCH 1/2] misc/pvpanic: split-up generic and platform dependent code
 2021-02-03 19:57 UTC  (2+ messages)

[PATCH v2] platform/x86: Move all dell drivers to their own subdirectory
 2021-02-03 19:58 UTC 

[PATCH 1/2] hwmon: lm75: Add NXP LM75A to of_match list
 2021-02-03 19:57 UTC  (3+ messages)

[PATCH] sched/fair: Rate limit calls to update_blocked_averages() for NOHZ
 2021-02-03 19:56 UTC  (9+ messages)

memory_model.h:64:14: error: implicit declaration of function 'page_to_section'
 2021-02-03 19:55 UTC  (2+ messages)

[PATCH 0/6] Support second Image Signal Processor on rk3399
 2021-02-03 19:54 UTC  (3+ messages)

[PATCH 00/11] x86/fault: Cleanups and robustifications
 2021-02-03 19:50 UTC  (3+ messages)
` [PATCH 10/11] x86/fault: Don't run fixups for SMAP violations

[PATCH v4 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-02-03 19:48 UTC  (8+ messages)
` [PATCH v4 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v4 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v4 4/4] selftests: lib: Add wrapper script for test_scanf

[PATCH 07/11] x86/fault: Split the OOPS code out from no_context()
 2021-02-03 19:46 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).