linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 17:20:19 to 2021-04-27 20:58:16 UTC [more...]

[PATCH V5 XRT Alveo 00/20] XRT Alveo driver overview
 2021-04-27 20:54 UTC  (2+ messages)
` [PATCH V5 XRT Alveo 01/20] Documentation: fpga: Add a document describing XRT Alveo drivers

[PATCH 0/5] Cleanup and fixup for huge_memory
 2021-04-27 20:57 UTC  (5+ messages)
` [PATCH 1/5] mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
` [PATCH 2/5] mm/huge_memory.c: use page->deferred_list

[PATCH] media: venus: Enable low power setting for encoder
 2021-04-27 20:55 UTC  (2+ messages)

[PATCH v4 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-27 20:54 UTC  (8+ messages)
` [PATCH v4 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v4 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH v4 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH v4 4/7] KVM: SVM: Software reserved fields
` [PATCH v4 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM
` [PATCH v4 6/7] KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
` [PATCH v4 7/7] KVM: SVM: hyper-v: Direct Virtual Flush support

[GIT PULL] SELinux patches for v5.13
 2021-04-27 20:54 UTC  (2+ messages)

[GIT PULL] Audit patches for v5.13
 2021-04-27 20:54 UTC  (2+ messages)

[PATCH v2 00/10] cifsd: introduce new SMB3 kernel server
 2021-04-27 20:53 UTC  (2+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-27 20:48 UTC  (14+ messages)
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma

[PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-27 20:47 UTC  (10+ messages)
` [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v26 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

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

[PATCH v4 00/10] userfaultfd: add minor fault handling for shmem
 2021-04-27 20:42 UTC  (8+ messages)
` [PATCH v4 03/10] userfaultfd/shmem: support UFFDIO_CONTINUE "

[GIT PULL] Network fs helper library & fscache kiocb API
 2021-04-27 20:37 UTC  (5+ messages)
` [GIT PULL] afs: Preparation for fscache overhaul

[PATCH 1/2] netfilter: nft_socket: fix an unused variable warning
 2021-04-27 20:36 UTC  (4+ messages)
` [PATCH 2/2] netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=n

[PATCH v3 00/79] Address some issues with PM runtime at media subsystem
 2021-04-27 20:12 UTC  (3+ messages)
` [PATCH v3 78/79] media: rcar-vin: use pm_runtime_resume_and_get()

[PATCH v2] uio: uio_pci_generic: add memory resource mappings
 2021-04-27 20:10 UTC 

[PATCH] media: dt-bindings: media: renesas,drif: Fix fck definition
 2021-04-27 20:08 UTC  (4+ messages)

[GIT PULL] fs helper kernel-doc update
 2021-04-27 20:07 UTC  (4+ messages)
` [GIT PULL] fs mapping helpers update

[GIT PULL] iomap: new code for 5.13-rc1
 2021-04-27 20:07 UTC  (5+ messages)

[PATCH] ASoC: amd: fix for pcm_read() error
 2021-04-27 20:23 UTC 

sound/soc/sof/intel/byt.c:1057: undefined reference to `sof_acpi_probe'
 2021-04-27 20:01 UTC  (5+ messages)

[patch 0/8] hrtimers: Overhaul the clock_was_set() logic
 2021-04-27 19:59 UTC  (4+ messages)
` [patch 8/8] hrtimer: Avoid more SMP function calls in clock_was_set()

[PATCH] m68k/mac: Replace macide driver with generic platform driver
 2021-04-27 19:54 UTC  (8+ messages)

[PATCH RESEND v3] mmc-utils: Add eMMC erase command support
 2021-04-27 19:51 UTC 

[PATCH] s390/sclp_vt220: Fix console name to match device
 2021-04-27 19:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] staging: rtl8723bs: os_dep: remove multiple return
 2021-04-27 19:45 UTC  (3+ messages)

[PATCH v5 0/5] perf util: bpf perf improvements
 2021-04-27 19:42 UTC  (8+ messages)
` [PATCH v5 5/5] perf-stat: introduce bpf_counter_ops->disable()

[PATCH] pseries/drmem: update LMBs after LPM
 2021-04-27 19:37 UTC  (3+ messages)

[PATCH] usb: musb: davinci: change the variable type
 2021-04-27 19:37 UTC  (3+ messages)

[genirq] cbe16f35be: will-it-scale.per_thread_ops -5.2% regression
 2021-04-27 19:37 UTC  (2+ messages)

[PATCH v1 0/4] PCI: brcmstb: Add panic handler and shutdown func
 2021-04-27 19:35 UTC  (6+ messages)
` [PATCH v1 1/4] PCI: brcmstb: Check return value of clk_prepare_enable()
` [PATCH v1 2/4] PCI: brcmstb: Give 7216 SOCs their own config type
` [PATCH v1 3/4] PCI: brcmstb: Add panic/die handler to RC driver
` [PATCH v1 4/4] PCI: brcmstb: add shutdown call to driver

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-27 19:28 UTC  (63+ messages)
` [PATCH 001/190] Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"
` [PATCH 049/190] Revert "agp/intel: Fix a memory leak on module initialisation failure"
` [PATCH 062/190] Revert "scsi: libfc: remove unnecessary assertion on ep variable"
` [PATCH 063/190] Revert "hdlcdrv: replace unnecessary assertion in hdlcdrv_register"
` [PATCH 066/190] Revert "bpf: Remove unnecessary assertion on fp_old"
` [PATCH 068/190] Revert "fore200e: Fix incorrect checks of NULL pointer dereference"
` [PATCH 071/190] Revert "pppoe: remove redundant BUG_ON() check in pppoe_pernet"
` [PATCH 077/190] Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"
` [PATCH 083/190] Revert "net: cw1200: fix a NULL pointer dereference"
` [PATCH 090/190] Revert "net/smc: "
` [PATCH 099/190] Revert "omapfb: Fix potential NULL pointer dereference in kmalloc"
` [PATCH 104/190] Revert "char: hpet: fix a missing check of ioremap"
` [PATCH 124/190] Revert "spi : spi-topcliff-pch: Fix to handle empty DMA buffers"
` [PATCH 131/190] Revert "net: 8390: fix potential NULL pointer dereferences"
` [PATCH 133/190] Revert "net: qlogic: fix a potential NULL pointer dereference"
` [PATCH 135/190] Revert "net: rocker: "
` [PATCH 137/190] Revert "net: lio_core: fix two NULL pointer dereferences"
` [PATCH 138/190] Revert "net: liquidio: fix a NULL pointer dereference"
` [PATCH 141/190] Revert "libertas: add checks for the return value of sysfs_create_group"
` [PATCH 144/190] Revert "misc/ics932s401: Add a missing check to i2c_smbus_read_word_data"
` [PATCH 154/190] Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"
` [PATCH 157/190] Revert "Input: ad7879 - add check for read errors in interrupt"
` [PATCH 160/190] Revert "Staging: rts5208: Fix error handling on rtsx_send_cmd"
` [PATCH 162/190] Revert "dmaengine: qcom_hidma: Check for driver register failure"
` [PATCH 163/190] Revert "dmaengine: mv_xor: Fix a missing check in mv_xor_channel_add"
` [PATCH 169/190] Revert "atl1e: checking the status of atl1e_write_phy_reg"
` [PATCH 171/190] Revert "net: stmicro: fix a missing check of clk_prepare"
` [PATCH 172/190] Revert "net: (cpts) "

[PATCH v6 00/26] perf tool: AlderLake hybrid support series 1
 2021-04-27 19:24 UTC  (3+ messages)
` [PATCH v6 01/26] tools headers uapi: Update tools's copy of linux/perf_event.h

[RFC v2 00/32] Add TDX Guest Support
 2021-04-27 19:20 UTC  (11+ messages)
` [RFC v2 01/32] x86/paravirt: Introduce CONFIG_PARAVIRT_XL
` [RFC v2 05/32] x86/tdx: Add __tdcall() and __tdvmcall() helper functions

[PATCH] bus: fsl-mc: fix improper free of mc_dev
 2021-04-27 19:19 UTC  (2+ messages)

[PATCH v2] virtiofs: propagate sync() to file server
 2021-04-27 19:09 UTC  (3+ messages)

[PATCH] samples/landlock: fix path_list memory leak
 2021-04-27 19:13 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: os_dep: remove unneeded variable ret
 2021-04-27 19:11 UTC  (3+ messages)

[PATCH] Fixed typo in Documentation/x86/x86_64/5level-paging.rst
 2021-04-27 19:07 UTC  (3+ messages)

linux-next: Tree for Apr 27
 2021-04-27 19:04 UTC  (3+ messages)
` linux-next: Tree for Apr 27 (net_selftest)

[PATCH 0/5] Amlogic Meson Always-On ARC remote-processor support
 2021-04-27 19:03 UTC  (6+ messages)
` [PATCH 3/5] dt-bindings: remoteproc: Add the documentation for Meson AO ARC rproc

[PATCH v3 1/2] PCI: Add support for a function level reset based on _RST method
 2021-04-27 19:03 UTC  (3+ messages)

[PATCH] staging: rtl8192e: fix array of flexible structures
 2021-04-27 18:58 UTC  (3+ messages)

[PATCH] fs/ntfs: drop unneeded assignment in ntfs_perform_write()
 2021-04-27 18:54 UTC  (2+ messages)

[PATCH v2 00/24] userfaultfd-wp: Support shmem and hugetlbfs
 2021-04-27 18:54 UTC  (3+ messages)
` [PATCH v2 05/24] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler

[GIT PULL] power-supply changes for 5.13
 2021-04-27 18:51 UTC 

[PATCH] ASoC: q6dsp: q6afe: remove unneeded dead-store initialization
 2021-04-27 18:50 UTC  (2+ messages)

[GIT PULL] hsi changes for hsi-5.13
 2021-04-27 18:49 UTC 

[PATCH] proc: Use seq_read_iter where possible
 2021-04-27 18:34 UTC 

[git pull] coredump-related stuff
 2021-04-27 18:37 UTC  (2+ messages)

[git pull] fileattr series from Miklos
 2021-04-27 18:37 UTC  (3+ messages)

[git pull] vfs.git inode type handling fixes
 2021-04-27 18:37 UTC  (2+ messages)

[PATCH 1/2] mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about scatterlist offset alignment
 2021-04-27 18:34 UTC  (2+ messages)

[PATCH] RDMA/bnxt_re/qplib_res: Fix a double free in bnxt_qplib_alloc_res
 2021-04-27 18:31 UTC  (2+ messages)

[PATCH v2] rdma/siw: Fix a use after free in siw_alloc_mr
 2021-04-27 18:31 UTC  (2+ messages)

[PATCH] serial: meson: remove redundant initialization of variable id
 2021-04-27 18:31 UTC  (2+ messages)

[PATCH] IB/hfi1: Remove redundant variable rcd
 2021-04-27 18:19 UTC  (2+ messages)

[PATCH] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent
 2021-04-27 18:19 UTC  (2+ messages)

[PATCH] clk: <linux/clk.h>: correct clk_get_parent() documentation
 2021-04-27 18:10 UTC  (5+ messages)

[PATCH] staging: mt7621-pci: fix a multiple assignment code style issue
 2021-04-27 18:09 UTC  (3+ messages)

[PATCH bpf-next v5 0/6] Add a snprintf eBPF helper
 2021-04-27 18:03 UTC  (9+ messages)
` [PATCH bpf-next v5 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH v11 0/6] MTE support for KVM guest
 2021-04-27 17:58 UTC  (5+ messages)
` [PATCH v11 1/6] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v11 5/6] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH v10 clocksource 6/7] clocksource: Forgive tsc_early pre-calibration drift
 2021-04-27 17:50 UTC  (5+ messages)
` [clocksource] 8c30ace35d: WARNING:at_kernel/time/clocksource.c:#clocksource_watchdog

[PATCH bpf-next v2 0/2] Implement formatted output helpers with bstr_printf
 2021-04-27 17:43 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] seq_file: Add a seq_bprintf function
` [PATCH bpf-next v2 2/2] bpf: Implement formatted output helpers with bstr_printf

[GIT PULL] CFI on arm64 series for v5.13-rc1
 2021-04-27 17:37 UTC  (2+ messages)

[GIT PULL] overflow update for v5.13-rc1
 2021-04-27 17:37 UTC  (2+ messages)

[GIT PULL] pstore update for v5.13-rc1
 2021-04-27 17:37 UTC  (2+ messages)

[GIT PULL] seccomp updates for v5.13-rc1
 2021-04-27 17:37 UTC  (2+ messages)

[PATCH] Fix typo in kernel/futex.c, "even though" instead of "even through"
 2021-04-27 17:35 UTC 

[PATCH] pseries/drmem: update LMBs after LPM
 2021-04-27 17:28 UTC  (3+ messages)

PPC476 hangs during tlb flush after calling /init in crash kernel with linux 5.4+
 2021-04-27 17:26 UTC  (2+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-27 17:24 UTC  (11+ messages)

[PATCH v2] staging: wlan-ng: silence incorrect type in argument 1 (different address spaces)
 2021-04-27 17:22 UTC 

[PATCH 1/2] iio: core: fix list breakage in iio_device_unregister()
 2021-04-27 17:23 UTC  (3+ messages)
` [PATCH 2/2] iio: light: tcs3472: do not free unallocated IRQ

[PATCH RESEND 0/5] Handle seccomp notification preemption
 2021-04-27 17:07 UTC  (7+ messages)
` [PATCH RESEND 2/5] seccomp: Add wait_killable semantic to seccomp user notifier

[PATCH 0/2] m68k: Add Virtual M68k Machine
 2021-04-27 17:20 UTC  (3+ messages)
` [PATCH 2/2] m68k: introduce a virtual m68k machine


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