linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 21:41:26 to 2021-03-23 01:29:50 UTC [more...]

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-03-23  1:28 UTC  (6+ messages)
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
      ` [Linuxarm] "

[RFC 0/7] Add support to process rx packets in thread
 2021-03-23  1:20 UTC  (8+ messages)
` [RFC 2/7] ath10k: Add support to process rx packet "

drivers/char/rust_example fails to load
 2021-03-23  1:24 UTC  (5+ messages)

[PATCH RESEND] PCI: dwc: Fix MSI not work after resume
 2021-03-23  1:24 UTC  (2+ messages)

[PATCH] iio: dac: Rudimentary typo fix
 2021-03-23  1:22 UTC 

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-23  1:21 UTC  (3+ messages)

[PATCH] kernel/sys.c: Fix a typo
 2021-03-23  1:19 UTC 

[PATCH] gpu: drm: amd: Remove duplicate includes
 2021-03-23  1:19 UTC 

[PATCH V2] scsi: iscsi_tcp: Fix use-after-free when do get_host_param
 2021-03-23  1:19 UTC  (3+ messages)

[PATCH] drm/i915: A typo fix
 2021-03-23  1:16 UTC 

[PATCH 0/5] iommu/vt-d: Several misc cleanups
 2021-03-23  1:06 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Remove unused dma map/unmap trace events
` [PATCH 2/5] iommu/vt-d: Remove svm_dev_ops
` [PATCH 3/5] iommu/vt-d: Remove SVM_FLAG_PRIVATE_PASID
` [PATCH 4/5] iommu/vt-d: Remove unused function declarations
` [PATCH 5/5] iommu/vt-d: Make unnecessarily global functions static

[PATCH 0/6] Core scheduling remaining patches
 2021-03-23  1:15 UTC  (4+ messages)
` [PATCH 2/6] sched: tagging interface for core scheduling

[PATCH] gpu: drm: amd: Remove duplicate include of dce110_resource.h
 2021-03-23  1:09 UTC 

[PATCH] locking/mutex: Remove repeated declaration
 2021-03-23  1:09 UTC 

[PATCH] staging: rtl8723bs: Trivial typo fix
 2021-03-23  1:08 UTC 

[PATCH] staging: wimax: Mundane typo fixes
 2021-03-23  1:06 UTC 

[PATCHv2 00/38] Convert power-supply DT bindings to YAML
 2021-03-23  1:05 UTC  (4+ messages)

[PATCH net-next] net: ipa: avoid 64-bit modulus
 2021-03-23  1:05 UTC 

[PATCH v6 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-03-23  1:03 UTC  (9+ messages)
` [PATCH v6 01/14] media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combiner
` [PATCH v6 03/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding
` [PATCH v6 05/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding

[PATCH 0/5] soundwire: add missing \n in dev_err()
 2021-03-23  0:58 UTC  (6+ messages)
` [PATCH 1/5] soundwire: intel: "
` [PATCH 2/5] soundwire: bandwidth_allocation: "
` [PATCH 3/5] soundwire: cadence: "
` [PATCH 4/5] soundwire: stream: "
` [PATCH 5/5] soundwire: qcom: "

[PATCH 5.10 000/156] 5.10.26-rc2 review
 2021-03-23  0:57 UTC  (4+ messages)

[PATCH] keys: Allow disabling read permissions for key possessor
 2021-03-23  0:55 UTC  (2+ messages)

[PATCH v2 0/3] perf-stat: share hardware PMCs with BPF
 2021-03-23  0:53 UTC  (5+ messages)
` [PATCH v2 1/3] perf-stat: introduce bperf, "

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-03-23  0:54 UTC  (25+ messages)
` [PATCH 01/23] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH 02/23] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH 03/23] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH 04/23] mm/swap: Introduce the idea of special swap ptes
` [PATCH 05/23] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH 06/23] mm: Drop first_index/last_index in zap_details
` [PATCH 07/23] mm: Introduce zap_details.zap_flags
` [PATCH 08/23] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH 09/23] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH 10/23] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH 11/23] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH 12/23] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH 13/23] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH 14/23] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH 15/23] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH 16/23] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH 17/23] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH 18/23] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH 19/23] hugetlb/userfaultfd: Handle uffd-wp special pte in hugetlb pf handler
` [PATCH 20/23] hugetlb/userfaultfd: Allow wr-protect none ptes
` [PATCH 21/23] hugetlb/userfaultfd: Only drop uffd-wp special pte if required
` [PATCH 22/23] mm/userfaultfd: Enable write protection for shmem & hugetlbfs
` [PATCH 23/23] userfaultfd/selftests: Enable uffd-wp for shmem/hugetlbfs

[PATCH 5.4 00/60] 5.4.108-rc1 review
 2021-03-23  0:51 UTC  (3+ messages)

[PATCH] crypto: poly1305: fix poly1305_core_setkey() declaration
 2021-03-23  0:51 UTC  (3+ messages)

ext2_set_link()->ext2_put_page() question
 2021-03-23  0:49 UTC 

[PATCH] clocksource/drivers/timer-mediatek: optimize systimer irq clear flow on Mediatek Socs
 2021-03-23  0:48 UTC  (3+ messages)

[PATCH] block/umem: convert tasklet to threaded irq
 2021-03-23  0:48 UTC 

[PATCH v2] infiniband: Fix a use after free in isert_connect_request
 2021-03-23  0:47 UTC  (2+ messages)

[PATCH] RDMA/include: Mundane typo fixes throughout the file
 2021-03-23  0:45 UTC  (2+ messages)

[PATCH] IB/hns: Fix a spelling
 2021-03-23  0:45 UTC  (2+ messages)

[v1] drm/msm/disp/dpu1: icc path needs to be set before dpu runtime resume
 2021-03-23  0:44 UTC  (2+ messages)

[PATCH] soundwire: intel: move to auxiliary bus
 2021-03-23  0:43 UTC 

GTE - The hardware timestamping engine
 2021-03-23  0:32 UTC  (5+ messages)

[PATCH v4 0/3] CET fix patches for nested guest
 2021-03-23  0:43 UTC  (5+ messages)
` [PATCH v4 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH] isdn: capi: fix mismatched prototypes
 2021-03-23  0:30 UTC  (2+ messages)

[PATCH net] net: dsa: don't assign an error value to tag_ops
 2021-03-23  0:30 UTC  (3+ messages)

[PATCH 00/18] new API for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-03-23  0:28 UTC  (5+ messages)
` [PATCH 01/18] vfs: add miscattr ops
` [PATCH 07/18] f2fs: convert to miscattr

linux-next: manual merge of the opp tree with the v4l-dvb tree
 2021-03-23  0:27 UTC 

[PATCH 0/5] cifsd: introduce new SMB3 kernel server
 2021-03-23  0:21 UTC  (17+ messages)
  ` [PATCH 1/5] cifsd: add server handler and tranport layers
  ` [PATCH 2/5] cifsd: add server-side procedures for SMB3
  ` [PATCH 3/5] cifsd: add file operations

[PATCH 0/2] KVM: x86/mmu: Fix TLB flushing bugs in TDP MMU
 2021-03-23  0:15 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86/mmu: Ensure TLBs are flushed when yielding during NX zapping

[PATCH v30 00/12] Landlock LSM
 2021-03-23  0:13 UTC  (5+ messages)
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 07/12] landlock: Support filesystem access-control

[PATCH -next] x86: Fix unused variable 'msr_val' warning
 2021-03-23  0:13 UTC  (4+ messages)

[PATCH] bpf: avoid old-style declaration warnings
 2021-03-23  0:12 UTC  (2+ messages)

[PATCH] clkdev: remove unnecessary __ref annotations
 2021-03-23  0:08 UTC 

[PATCH] xsysace: Remove SYSACE driver
 2021-03-23  0:04 UTC  (2+ messages)

[PATCH -tip v4 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-23  0:04 UTC  (6+ messages)
` [PATCH -tip v4 08/12] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v4 12/12] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline

[PATCH net-next v2 0/2] net: ipa: fix validation
 2021-03-23  0:03 UTC  (10+ messages)
` [PATCH net-next v2 2/2] net: ipa: fix IPA validation

[selftests] e48d82b67a: BUG_TestSlub_RZ_alloc(Not_tainted):Redzone_overwritten
 2021-03-23  0:02 UTC  (4+ messages)

[PATCH v2 0/4] drm/bridge: ti-sn65dsi86: Support EDID reading
 2021-03-23  0:00 UTC  (4+ messages)

[PATCH 0/3] powerpc/mm/hash: Time improvements for memory hot(un)plug
 2021-03-22 23:45 UTC  (3+ messages)
` [PATCH 3/3] powerpc/mm/hash: Avoid multiple HPT resize-downs on memory hotunplug

[PATCH] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-03-22 23:55 UTC  (2+ messages)

linux-next: manual merge of the v4l-dvb tree with the hwmon-staging tree
 2021-03-22 23:52 UTC 

[PATCH v4 net-next 00/11] Better support for sandwiched LAGs with bridge and DSA
 2021-03-22 23:51 UTC  (12+ messages)
` [PATCH v4 net-next 01/11] net: bridge: add helper for retrieving the current bridge port STP state
` [PATCH v4 net-next 02/11] net: bridge: add helper to retrieve the current ageing time
` [PATCH v4 net-next 03/11] net: bridge: add helper to replay port and host-joined mdb entries
` [PATCH v4 net-next 04/11] net: bridge: add helper to replay port and local fdb entries
` [PATCH v4 net-next 05/11] net: bridge: add helper to replay VLANs installed on port
` [PATCH v4 net-next 06/11] net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridge
` [PATCH v4 net-next 07/11] net: dsa: pass extack to dsa_port_{bridge,lag}_join
` [PATCH v4 net-next 08/11] net: dsa: inherit the actual bridge port flags at join time
` [PATCH v4 net-next 09/11] net: dsa: sync up switchdev objects and port attributes when joining the bridge
` [PATCH v4 net-next 10/11] net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAG
` [PATCH v4 net-next 11/11] net: ocelot: replay switchdev events when joining bridge

[PATCH v13 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2021-03-22 23:49 UTC  (7+ messages)
` [locking/qspinlock] 0e8d8f4f12: stress-ng.zero.ops_per_sec -9.7% regression
    ` [LKP] "
      ` [External] : "

[PATCH v5 00/14] Add BLK_CTL support for i.MX8MP
 2021-03-22 23:49 UTC  (4+ messages)

[PATCH] powerpc/asm: Fix a typo
 2021-03-22 23:48 UTC  (3+ messages)

[PATCH] kbuild: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
 2021-03-22 23:44 UTC 

[PATCH v4 0/3] net: dsa: lantiq: add support for xRX300 and xRX330
 2021-03-22 23:40 UTC  (2+ messages)

[PATCH v3 0/3] Add support for Actions Semi Owl Ethernet MAC
 2021-03-22 23:38 UTC  (3+ messages)
` [PATCH v3 2/3] net: ethernet: actions: Add Actions Semi Owl Ethernet MAC driver

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-03-22 23:30 UTC  (7+ messages)
` [PATCH 02/11] x86: tboot: avoid Wstringop-overread-warning
  ` [tip: x86/boot] x86/boot/tboot: Avoid Wstringop-overread-warning

[PATCH 01/11] x86: compressed: avoid gcc-11 -Wstringop-overread warning
 2021-03-22 23:30 UTC  (2+ messages)
` [tip: x86/boot] x86/boot/compressed: Avoid "

[PATCH] [v2] x86: math-emu: Fix function cast warning
 2021-03-22 23:30 UTC  (2+ messages)
` [tip: x86/cleanups] x86/fpu/math-emu: "

[PATCH] [v2] static_call: fix function type mismatch
 2021-03-22 23:30 UTC  (2+ messages)
` [tip: locking/core] static_call: Fix "

[RFC PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-22 23:28 UTC  (7+ messages)
` [RFC PATCH 2/8] hugetlb: recompute min_count when dropping hugetlb_lock
` [RFC PATCH 5/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page

[PATCH v3] usb: dwc3: gadget: Prevent EP queuing while stopping transfers
 2021-03-22 23:18 UTC  (7+ messages)

[PATCH v3 00/25] KVM SGX virtualization support
 2021-03-22 23:16 UTC  (11+ messages)
` [PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()

[PATCH] arm64: dts: ls1028a: fix optee node
 2021-03-22 23:12 UTC  (2+ messages)

[tip: timers/core] timekeeping, clocksource: Fix various typos in comments
 2021-03-22 23:07 UTC 

[PATCH v1 1/1] i2c: drivers: Use generic definitions for bus frequencies (part 2)
 2021-03-22 23:05 UTC  (2+ messages)

[PATCH 1/2] mm/util: Add kvmalloc_node_caller
 2021-03-22 23:03 UTC  (4+ messages)
` [PATCH 2/2] mm/vmalloc: Use kvmalloc to allocate the table of pages

[PATCH] rcu: Fix various typos in comments
 2021-03-22 23:02 UTC 

[PATCH v4 00/19] arm64: coresight: Add support for ETE and TRBE
 2021-03-22 23:00 UTC  (16+ messages)
` [PATCH v4 03/19] kvm: arm64: Hide system instruction access to Trace registers
` [PATCH v4 05/19] kvm: arm64: Disable guest access to trace filter controls
` [PATCH v4 15/19] dts: bindings: Document device tree bindings for ETE
` [PATCH v4 18/19] coresight: sink: Add TRBE driver

[PATCH v2] audit: log nftables configuration change events once per table
 2021-03-22 22:57 UTC  (2+ messages)

[PATCH 0/4 v3] arm64/ptrace: allow to get all registers on syscall traps
 2021-03-22 22:50 UTC  (5+ messages)
` [PATCH 1/4] arm64: expose orig_x0 in the user_pt_regs structure
` [PATCH 2/4] arm64/ptrace: introduce orig_x7 "
` [PATCH 3/4] selftest/arm64/ptrace: add a test for orig_x0
` [PATCH 4/4] selftest/arm64/ptrace: add a test for orig_x7

[PATCH v2 00/18] new kAPI for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-03-22 22:51 UTC  (7+ messages)
` [PATCH v2 01/18] vfs: add miscattr ops
` [PATCH v2 10/18] xfs: convert to miscattr
` [PATCH v2 18/18] vfs: remove unused ioctl helpers

[PATCH v1 1/1] mmc: sdhci-acpi: Add support for NVIDIA BlueField-3 SoC
 2021-03-22 22:48 UTC  (7+ messages)
` [PATCH v2] mmc: sdhci-of-dwcmshc: add ACPI support for "
` [PATCH v3] "

[PATCH] tracing: Fix various typos in comments
 2021-03-22 22:45 UTC 

[PATCH] drm/amd: Fix a typo in two different sentences
 2021-03-22 22:44 UTC  (2+ messages)

[PATCH V4 00/10] PKS Add Protection Key Supervisor support
 2021-03-22 22:44 UTC  (4+ messages)
` [PATCH V4 06/10] x86/fault: Adjust WARN_ON for PKey fault

[PATCH] scsi: bfa: Fix a typo in two places
 2021-03-22 22:43 UTC  (2+ messages)

[PATCH] x86/mce: Add Skylake quirk for patrol scrub reported errors
 2021-03-22 22:37 UTC 

[PATCH] hfs/hfsplus: use WARN_ON for sanity check
 2021-03-22 22:32 UTC 

[PATCH 0/2] mtd: spi-nor: support dumping sfdp tables
 2021-03-22 22:31 UTC  (6+ messages)
` [PATCH 1/2] mtd: spi-nor: sfdp: save a copy of the SFDP data

[PATCH v2 00/10] Rid W=1 warnings from OF
 2021-03-22 22:22 UTC  (2+ messages)

[RFC PATCH v2 net-next 00/16] Better support for sandwiched LAGs with bridge and DSA
 2021-03-22 22:23 UTC  (8+ messages)
` [RFC PATCH v2 net-next 14/16] net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge

[syzbot] KASAN: use-after-free Read in disk_part_iter_next (2)
 2021-03-22 22:21 UTC  (4+ messages)

[PATCH 0/3] Apple M1 DART IOMMU driver
 2021-03-22 22:17 UTC  (4+ messages)

[PATCH 0/2] zram: fix few ltp zram02.sh crashes
 2021-03-22 22:12 UTC  (11+ messages)
` [PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate

[PATCH v4 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-22 22:08 UTC  (5+ messages)
` [PATCH v4 1/4] userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 2/4] userfaultfd.2: Add write-protect mode
` [PATCH v4 3/4] ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
` [PATCH v4 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH v6] close_range.2: new page documenting close_range(2)
 2021-03-22 21:31 UTC  (5+ messages)

[PATCH v3 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-03-22 22:06 UTC  (4+ messages)
` [PATCH v3 4/4] ioctl_userfaultfd.2: Add write-protect mode docs

[PATCH] of: overlay: fix for_each_child.cocci warnings
 2021-03-22 22:02 UTC  (2+ messages)

[PATCH] ftrace: shut up -Wcast-function-type warning for ftrace_ops_no_ops
 2021-03-22 22:00 UTC  (2+ messages)

[PATCH next v1 0/3] printk: remove safe buffers
 2021-03-22 21:58 UTC  (6+ messages)
` [PATCH next v1 2/3] "

RFC: create mailing list "linux-issues" focussed on issues/bugs and regressions
 2021-03-22 21:56 UTC  (4+ messages)
    ` [Ksummit-discuss] "

[tip:core/entry] BUILD SUCCESS 97258ce902d1e1c396a4d7c38f6ae7085adb73c5
 2021-03-22 21:56 UTC 

[PATCH 4.4 00/14] 4.4.263-rc1 review
 2021-03-22 21:55 UTC  (2+ messages)

[PATCH 4.9 00/25] 4.9.263-rc1 review
 2021-03-22 21:54 UTC  (2+ messages)

[PATCH 4.14 00/43] 4.14.227-rc1 review
 2021-03-22 21:54 UTC  (2+ messages)

[PATCH 4.19 00/43] 4.19.183-rc1 review
 2021-03-22 21:53 UTC  (2+ messages)

[PATCH] omfs: avoid gcc-10 stringop-overflow warning
 2021-03-22 21:52 UTC 

[PATCH net-next] iwlwifi: fix old-style-declaration warning
 2021-03-22 21:51 UTC 

[PATCH 5.11 000/120] 5.11.9-rc1 review
 2021-03-22 21:50 UTC  (2+ messages)

[PATCH] clk: tegra: fix old-style declaration
 2021-03-22 21:50 UTC 

[PATCH V4] clk: imx: Fix reparenting of UARTs not associated with stdout
 2021-03-22 21:42 UTC  (2+ messages)

[PATCH 0/2] streamline_config.pl: Fix Perl spacing
 2021-03-22 21:38 UTC  (2+ messages)
` [PATCH 2/2] streamline_config.pl: Add softtabstop=4 for vim users


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