linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-17 19:10:01 to 2021-02-17 23:08:31 UTC [more...]

[PATCH net-next] misc: Add Renesas Synchronization Management Unit (SMU) support
 2021-02-17 23:07 UTC  (11+ messages)

possible stack corruption in icmp_send (__stack_chk_fail)
 2021-02-17 23:05 UTC  (4+ messages)

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-17 23:00 UTC  (4+ messages)

[PATCH 03/33] mm: Implement readahead_control pageset expansion
 2021-02-17 22:49 UTC  (10+ messages)
` [PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]

[PATCH 00/14] KVM: x86/mmu: Dirty logging fixes and improvements
 2021-02-17 22:50 UTC  (2+ messages)

[PATCH v1 00/18] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-17 22:48 UTC  (25+ messages)
` [PATCH v1 02/18] media: hantro: Define HEVC codec profiles and supported features
` [PATCH v1 03/18] arm64: dts: imx8mq-evk: add reserve memory node for CMA region
` [PATCH v1 04/18] media: hevc: add structures for hevc codec
` [PATCH v1 05/18] media: controls: Add control for HEVC codec
` [PATCH v1 06/18] media: hantro: Make sure that ctx->codex_ops is set
` [PATCH v1 07/18] media: hantro: Add a field to distinguish the hardware versions
` [PATCH v1 10/18] media: hantro: Add helper functions for buffer information
` [PATCH v1 11/18] media: hantro: Add helper function for auxiliary buffers allocation
` [PATCH v1 13/18] media: hantro: Introduce G2/HEVC decoder
` [PATCH v1 15/18] media: hantro: handle V4L2_PIX_FMT_HEVC_SLICE control
` [PATCH v1 17/18] dt-bindings: media: nxp,imx8mq-vpu: Update bindings
` [PATCH v1 18/18] arm64: dts: imx8mq: Add node to G2 hardware

[PATCH 1/2] ext4: Handle casefolding with encryption
 2021-02-17 22:48 UTC  (8+ messages)

[PATCH 5.10 00/54] 5.10.16-rc1 review
 2021-02-17 22:45 UTC  (4+ messages)

[RFC] IRQ handlers run with some high-priority interrupts(not NMI) enabled on some platform
 2021-02-17 22:41 UTC  (9+ messages)

[PATCH net-next 1/1] net: stmmac: Add PCI bus info to ethtool driver query output
 2021-02-17 22:40 UTC  (2+ messages)

[PATCH v21 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-17 22:31 UTC  (8+ messages)
` [PATCH v21 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v21 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v21 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v21 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v21 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v21 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v21 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH 1/3] Input: applespi: Don't wait for responses to commands indefinitely
 2021-02-17 22:34 UTC  (9+ messages)
` [PATCH 2/3] Input: applespi: Fix occasional crc errors under load
` [PATCH 3/3] Input: applespi: Add trace_event module param for early tracing

[PATCH] arm64: dts: qcom: db410c: Update firmware-name for wcnss and mpss
 2021-02-17 22:34 UTC  (2+ messages)

[PATCH v21 00/26] Control-flow Enforcement: Shadow Stack
 2021-02-17 22:27 UTC  (27+ messages)
` [PATCH v21 01/26] Documentation/x86: Add CET description
` [PATCH v21 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v21 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v21 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v21 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v21 06/26] x86/cet: Add control-protection fault handler
` [PATCH v21 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v21 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v21 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v21 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v21 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v21 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v21 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v21 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v21 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v21 16/26] mm: Add guard pages around a shadow stack
` [PATCH v21 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v21 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v21 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v21 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v21 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v21 22/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v21 23/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v21 24/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v21 25/26] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v21 26/26] mm: Introduce PROT_SHSTK for shadow stack

[RFC PATCH v3 1/1] scsi: ufs: Enable power management for wlun
 2021-02-17 22:29 UTC  (4+ messages)

[PATCH v6 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
 2021-02-17 22:27 UTC  (2+ messages)

[PATCH] irqdomain: remove debugfs_file from struct irq_domain
 2021-02-17 22:21 UTC  (6+ messages)

[PATCH] remoteproc: qcom: wcnss: Allow specifying firmware-name
 2021-02-17 22:20 UTC  (2+ messages)

[PATCH RESEND v5] TPM fixes
 2021-02-17 22:18 UTC  (3+ messages)
` [PATCH RESEND v5] tpm: fix reference counting for struct tpm_chip

[PATCH v2 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge
 2021-02-17 22:16 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: display: bridge: Add documentation for LT8912

[PATCH net-next v3 0/5] lan743x speed boost
 2021-02-17 22:16 UTC  (4+ messages)

[PATCH v7 0/3] pinctrl: pinmux: Add pinmux-select debugfs file
 2021-02-17 22:14 UTC  (4+ messages)
` [PATCH v7 1/3] pinctrl: use to octal permissions for debugfs files
` [PATCH v7 2/3] pinctrl: pinmux: Add pinmux-select debugfs file
` [PATCH v7 3/3] docs/pinctrl: document debugfs files

[PATCH v4] TPM fixes
 2021-02-17 22:14 UTC  (6+ messages)
` [PATCH v4] tpm: fix reference counting for struct tpm_chip

[PATCH v2 0/3] media: qcom: camss: V4L2_CID_PIXEL_RATE/LINK_FREQ fixes
 2021-02-17 22:11 UTC  (4+ messages)
` [PATCH v2 1/3] v4l: common: v4l2_get_link_freq: add printing a warning
` [PATCH v2 2/3] media: camss: use v4l2_get_link_freq() to calculate the relevant clocks
` [PATCH v2 3/3] media: qcom: camss: Fix overflows in clock rate calculations

[PATCH v2 bpf-next] bpf: fix a warning message in mark_ptr_not_null_reg()
 2021-02-17 22:10 UTC  (2+ messages)

[RFC PATCH 00/34] block: introduce bio_new()
 2021-02-17 22:02 UTC  (3+ messages)
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io

[PATCH v3 net-next 0/7] ptp: ptp_clockmatrix: Fix output 1 PPS alignment
 2021-02-17 22:00 UTC  (2+ messages)

[PATCH v25 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2021-02-17 21:58 UTC  (8+ messages)
` [PATCH v25 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH v2 0/3] mlx5_vdpa bug fixes
 2021-02-17 21:55 UTC  (5+ messages)
` [PATCH v2 3/3] vdpa/mlx5: defer clear_virtqueues to until DRIVER_OK

[PATCH 1/2] vdpa/mlx5: Fix suspend/resume index restoration
 2021-02-17 21:51 UTC  (4+ messages)

[PATCH net-next v2 0/5] dwmac-sun8i cleanup and shutdown hook
 2021-02-17 21:50 UTC  (2+ messages)

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-02-17 20:41 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree
` [PATCH v2 2/3] mm: Force update of mem cgroup soft limit tree on usage excess
` [PATCH v2 3/3] mm: Fix missing mem cgroup soft limit tree updates

[PATCH 2/2] ath9k: fix ath_tx_process_buffer() potential null ptr dereference
 2021-02-17 21:36 UTC  (8+ messages)

[PATCH 0/3] staging: rtl8192e: sequence_control union cleanups
 2021-02-14 14:03 UTC  (4+ messages)
` [PATCH 1/3] staging: rtl8192e: rename ShortData to short_data in sequence_control union
` [PATCH 2/3] staging: rtl8192e: rename FragNum to frag_num "
` [PATCH 3/3] staging: rtl8192e: rename SeqNum to seq_num "

[RFC PATCH 0/7] Extend regulator notification support
 2021-02-17 21:34 UTC  (3+ messages)
` [RFC PATCH 5/7] dt-bindings: regulator: bd9576 add FET ON-resistance for OCW

[RFC 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-02-17 21:32 UTC  (9+ messages)

[RELEASE] LTTng-modules 2.11.8 and 2.12.5 (Linux kernel tracer)
 2021-02-17 21:31 UTC 

[PATCH] coccinelle: misc: add swap script
 2021-02-17 21:31 UTC  (2+ messages)

[PATCH RFC clocksource] Do not mark clocks unstable due to delays
 2021-02-17 21:29 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
      ` [PATCH clocksource 1/5] clocksource: Provide module parameters to inject delays in watchdog
      ` [PATCH clocksource 2/5] clocksource: Retry clock read if long delays detected
      ` [PATCH clocksource 3/5] clocksource: Check per-CPU clock synchronization when marked unstable
      ` [PATCH clocksource 4/5] clocksource: Provide a module parameter to fuzz per-CPU clock checking
      ` [PATCH clocksource 5/5] clocksource: Do pairwise clock-desynchronization checking

[PATCH v3 1/1] rcuscale: add kfree_rcu() single-argument scale test
 2021-02-17 21:24 UTC  (2+ messages)

[PATCH v4] printk: Userspace format enumeration support
 2021-02-17 21:23 UTC  (7+ messages)
` output: was: "

[PATCH v5 00/19] remoteproc: Add support for detaching a remote processor
 2021-02-17 21:22 UTC  (4+ messages)
` [PATCH v5 07/19] remoteproc: Add new get_loaded_rsc_table() to rproc_ops

[PATCH v3 1/2] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-17 21:19 UTC  (4+ messages)
` [PATCH v4] "

[PATCH net-next] net: mdio: Remove of_phy_attach()
 2021-02-17 21:20 UTC  (3+ messages)

[PATCH] mm: vmstat: add cma statistics
 2021-02-17 21:19 UTC  (3+ messages)

[PATCH 1/2] mtd: char: Drop mtd_mutex usage from mtdchar_open()
 2021-02-17 21:18 UTC  (2+ messages)
` [PATCH 2/2] mtd: char: Get rid of Big MTD Lock

[PATCH] PCI: quirk for preventing bus reset on TI C667X
 2021-02-17 21:18 UTC  (2+ messages)

[PATCH] coccinelle: misc: add minmax script
 2021-02-17 21:17 UTC  (2+ messages)

[PATCH] Revert "ath9k: fix ath_tx_process_buffer() potential null ptr dereference"
 2021-02-17 21:18 UTC 

[PATCH 1/4] add generic builtin command line
 2021-02-17 21:16 UTC  (8+ messages)

[PATCH 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
 2021-02-17 21:08 UTC  (2+ messages)

[PATCH v2 0/3] Add Bitstream configuration support for Versal
 2021-02-17 21:06 UTC  (5+ messages)
` [PATCH v2 2/3] dt-bindings: fpga: Add binding doc for versal fpga manager

[PATCH v5 0/4] USB: misc: Add onboard_usb_hub driver
 2021-02-17 21:04 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: usb: Add binding for discrete onboard USB hubs

[PATCH] USB: gadget: dummy-hcd: remove redundant initialization of variable 'value'
 2021-02-17 21:01 UTC 

[PATCH 1/2] dt-bindings: arm64: dts: mediatek: Add mt8183-pumpkin board
 2021-02-17 20:59 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: mt8183: add mt8183 pumpkin board

[PATCH RESEND] mm, kasan: don't poison boot memory
 2021-02-17 20:59 UTC 

[PATCH] mm, kasan: don't poison boot memory
 2021-02-17 20:56 UTC 

[GIT PULL] seccomp updates for v5.12-rc1
 2021-02-17 20:54 UTC 

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-17 20:52 UTC  (4+ messages)
` [PATCH v3 4/8] cgroup: rstat: support cgroup1

[PATCH v2] IMA: support for duplicate data measurement
 2021-02-17 20:49 UTC  (5+ messages)

[PATCH v2] vfs: prevent copy_file_range to copy across devices
 2021-02-17 20:47 UTC  (3+ messages)
` [PATCH v3] vfs: fix copy_file_range regression in cross-fs copies

[PATCH v2 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-02-17 20:46 UTC  (5+ messages)
` [PATCH v2 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH v2 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
  ` [PATCH v2 3/4] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
  ` [PATCH v2 4/4] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp

[GIT PULL] Performance events updates for v5.12
 2021-02-17 20:44 UTC 

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-02-17 20:35 UTC  (6+ messages)

[GIT PULL] f2fs update for 5.12-rc1
 2021-02-17 20:28 UTC 

[RFC PATCH 0/5] Add hugetlb soft dirty support
 2021-02-17 20:25 UTC  (9+ messages)
` [RFC PATCH 2/5] hugetlb: enhance hugetlb fault processing to support soft dirty
` [RFC PATCH 3/5] mm proc/task_mmu.c: add soft dirty pte checks for hugetlb
` [RFC PATCH 4/5] hugetlb: don't permit pmd sharing if soft dirty in use
` [RFC PATCH 5/5] mm proc/task_mmu.c: add hugetlb specific routine for clear_refs

[PATCH V10 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-02-17 20:24 UTC  (3+ messages)
` [PATCH V10 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema

[PATCH V0 0/6] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-02-17 20:24 UTC  (3+ messages)
` [PATCH V0 1/6] dt-bindings: Added the yaml bindings for DCC

[PATCH v3 RESEND] Added AMS tsl2591 driver implementation
 2021-02-17 20:24 UTC  (2+ messages)

[RELEASE] Userspace RCU 0.11.3 and 0.12.2
 2021-02-17 20:06 UTC 

[PATCH][next] HID: playstation: fix array size comparison (off-by-one)
 2021-02-17 20:04 UTC  (2+ messages)

[PATCH] pstore: remove redundant initialization of variable zipped_len
 2021-02-17 20:02 UTC 

[PATCH 1/4] perf buildid-cache: Don't skip 16-byte build-ids
 2021-02-17 19:54 UTC  (5+ messages)

[PATCH 0/4] perf: Fix archive/debugcache PE files
 2021-02-17 19:53 UTC  (5+ messages)
` [PATCH 1/2] perf report: Remove redundant libbfd checks
    ` [PATCH 2/2] perf buildid-cache: Add test for 16-byte build-id

[PATCH] drivers/base/cpu: remove redundant initialization of variable retval
 2021-02-17 19:51 UTC 

5.10 LTS Kernel: 2 or 6 years?
 2021-02-17 19:48 UTC  (6+ messages)

Should RCU_BOOST kernels use hrtimers in GP kthread?
 2021-02-17 19:43 UTC  (6+ messages)

[PATCH v3 1/1] kernel/crash_core: Add crashkernel=auto for vmcore creation
 2021-02-17 19:42 UTC  (4+ messages)

[PATCH] of: property: fw_devlink: Ignore interrupts property for some configs
 2021-02-17 19:42 UTC  (2+ messages)

[PATCH 1/2] hugetlb: fix update_and_free_page contig page struct assumption
 2021-02-17 19:38 UTC  (3+ messages)

[PATCH 5.10 000/104] 5.10.17-rc1 review
 2021-02-17 19:27 UTC  (5+ messages)
` [PATCH 5.10 098/104] switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT

drivers/mtd/nand/onenand/onenand_omap2.c:385:17: sparse: sparse: incorrect type in argument 2 (different address spaces)
 2021-02-17 19:26 UTC 

[PATCH v2 02/11] drm/qxl: more fence wait rework
 2021-02-17 19:24 UTC  (10+ messages)
` [PATCH v2 03/11] drm/qxl: use ttm bo priorities
` [PATCH v2 04/11] drm/qxl: fix lockdep issue in qxl_alloc_release_reserved
` [PATCH v2 05/11] drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked
` [PATCH v2 06/11] drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap

[PATCH] irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
 2021-02-17 19:10 UTC  (2+ messages)

[PATCH 03/33] mm: Implement readahead_control pageset expansion
 2021-02-17 16:13 UTC 


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).