linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 16:39:41 to 2021-05-10 19:50:55 UTC [more...]

[PATCH] mm/mmap: Introduce unlock_range() for code cleanup
 2021-05-10 19:50 UTC 

[PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border
 2021-05-10 19:50 UTC  (2+ messages)

[PATCH v2] ARC: Use 40-bit physical page mask for PAE
 2021-05-10 19:49 UTC  (2+ messages)

[PATCH 00/33] locking/atomic: convert all architectures to ARCH_ATOMIC
 2021-05-10 19:48 UTC  (4+ messages)
` [PATCH 14/33] locking/atomic: arc: move "

[PATCH v1 1/1] pinctrl: Keep enum pin_config_param ordered by name (part 2)
 2021-05-10 19:47 UTC 

[PATCH v9 05/10] regulator: IRQ based event/error notification helpers
 2021-05-10 19:45 UTC  (3+ messages)

[PATCH v2 0/5] gpio: xilinx: convert to use bitmap API
 2021-05-10 19:46 UTC  (6+ messages)
` [PATCH v2 1/5] bitmap: Make bitmap_remap() and bitmap_bitremap() available to users
` [PATCH v2 2/5] gpio: xilinx: Correct kernel doc for xgpio_probe()
` [PATCH v2 3/5] gpio: xilinx: Introduce xgpio_read_chan() / xgpio_write_chan()
` [PATCH v2 4/5] gpio: xilinx: Switch to use bitmap APIs
` [PATCH v2 5/5] gpio: xilinx: No need to disable IRQs in the handler

[PATCH v1 1/3] HID: intel-ish-hid: Drop if block with an always false condition
 2021-05-10 19:43 UTC  (5+ messages)

Linux 5.13-rc1
 2021-05-10 19:39 UTC  (6+ messages)

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-10 19:38 UTC  (8+ messages)
` [PATCH RFC 3/9] x86/mm/cpa: Add grouped page allocations

[PATCH] serial: core: fix suspicious security_locked_down() call
 2021-05-10 19:36 UTC  (2+ messages)

[PATCH v2] clk: Skip clk provider registration when np is NULL
 2021-05-10 19:36 UTC  (2+ messages)

[PATCH 5.12 000/384] 5.12.3-rc1 review
 2021-05-10 19:29 UTC  (5+ messages)
` [PATCH 5.12 195/384] drm/amdgpu: Fix memory leak

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-10 19:28 UTC  (13+ messages)
` [PATCH 06/53] docs: admin-guide: avoid using UTF-8 chars
` [PATCH 11/53] docs: trace: coresight: coresight-etm4x-reference.rst: "
` [PATCH 13/53] docs: driver-api: fpga: "
` [PATCH 28/53] docs: filesystems: ext4: "

[PATCH rdma-rc] RDMA/core: Prevent divide-by-zero error triggered by the user
 2021-05-10 19:22 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/siw: Release xarray entry
 2021-05-10 19:22 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/siw: Properly check send and receive CQ pointers
 2021-05-10 19:22 UTC  (3+ messages)

[PATCH] ARM: dts: rockchip: rename vcc_stdby node name for rk3066a-rayeager.dts
 2021-05-10 19:20 UTC 

[PATCH V6] perf: Reset the dirty counter to prevent the leak for an RDPMC task
 2021-05-10 19:18 UTC  (2+ messages)

[GIT PULL] KVM updates for Linux 5.13-rc2
 2021-05-10 19:09 UTC  (2+ messages)

[PATCH v4] IMA: support for duplicate measurement records
 2021-05-10 19:09 UTC 

[PATCH] component: Move host device to end of device lists on binding
 2021-05-10 19:08 UTC  (5+ messages)

Personal
 2021-05-10 14:06 UTC 

Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)
 2021-05-10 19:04 UTC  (4+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c:159:37: warning: unused variable 'amdgpu_securedisplay_debugfs_ops'
 2021-05-10 19:01 UTC 

[PATCH 0/2] drm: Fix atomic helper dirtyfb stalls
 2021-05-10 19:06 UTC  (6+ messages)
` [PATCH 1/2] drm: Fix "

[PATCH] drm/dp: Fix bogus DPCD version check in drm_dp_read_downstream_info()
 2021-05-10 18:58 UTC  (2+ messages)

[PATCH Part2 RFC v2 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-05-10 18:57 UTC  (8+ messages)
` [PATCH Part2 RFC v2 16/37] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v2 32/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v2 36/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v2] userns: automatically split user namespace extent
 2021-05-10 18:57 UTC  (3+ messages)

[PATCH] cgroup: inline cgroup_task_freeze()
 2021-05-10 18:54 UTC  (2+ messages)

[PATCH v6 1/3] reset: add missing empty function reset_control_rearm()
 2021-05-10 18:54 UTC  (2+ messages)

[RFC v2 PATCH 0/6] x86/entry: cleanups and consistent syscall number handling
 2021-05-10 18:53 UTC  (8+ messages)
` [RFC v2 PATCH 1/7] x86/entry: unify definitions from calling.h and ptrace-abi.h
` [RFC v2 PATCH 2/7] x86/entry: reverse arguments to do_syscall_64()
` [RFC v2 PATCH 3/7] x86/syscall: unconditionally prototype {ia32,x32}_sys_call_table[]
` [RFC v2 PATCH 4/7] x86/syscall: maximize MSR_SYSCALL_MASK
` [RFC v2 PATCH 5/7] x86/entry: split PUSH_AND_CLEAR_REGS into two submacros
` [RFC v2 PATCH 6/7] x86/regs: syscall_get_nr() returns -1 for a non-system call
` [RFC v2 PATCH 7/7] x86/entry: use int for syscall number; handle all invalid syscall nrs

[PATCH v12 0/7] FPGA Security Manager Class Driver
 2021-05-10 18:52 UTC  (18+ messages)
` [PATCH v12 1/7] fpga: sec-mgr: fpga security manager class driver
` [PATCH v12 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v12 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v12 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v12 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v12 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v12 7/7] fpga: sec-mgr: expose hardware error info

[PATCH v5 1/3] soc: qcom: Add support for Core Power Reduction v3, v4 and Hardened
 2021-05-10 18:40 UTC 

[PATCH 1/2] dt-bindings: pci: convert faraday,ftpci100 to yaml
 2021-05-10 18:35 UTC  (2+ messages)

[PATCH v11 0/6] MTE support for KVM guest
 2021-05-10 18:35 UTC  (8+ messages)
` [PATCH v11 2/6] arm64: kvm: Introduce MTE VM feature

[PATCH] MAINTAINERS: De-duplicate INTEL MAX 10 BMC MFD DRIVER entry
 2021-05-10 18:30 UTC 

arch/powerpc/lib/sstep.c:1172:21: error: variable 'suffix' set but not used
 2021-05-10 18:27 UTC 

[PATCH v3 0/8] Lazily allocate memslot rmaps
 2021-05-10 18:28 UTC  (6+ messages)
` [PATCH v3 7/8] KVM: x86/mmu: Protect rmaps independently with SRCU

[PATCH v2] dt-bindings: convert rtc/faraday,ftrtc01 to yaml
 2021-05-10 18:25 UTC 

[PATCH] riscv: code patching only works on !XIP_KERNEL
 2021-05-10 18:19 UTC  (2+ messages)

[PATCH 0/2] Apple M1 pinctrl DT bindings
 2021-05-10 18:18 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: Add DT bindings for apple,pinctrl

[PATCH 0/2] virtiofs, dax: Fix couple of smatch warnings
 2021-05-10 18:16 UTC  (5+ messages)
` [PATCH 1/2] virtiofs, dax: Fix smatch warning about loss of info during shift

[PATCH] drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
 2021-05-10 18:15 UTC  (2+ messages)

[rcu:dev.2021.05.02a 114/114] kernel/rcu/refscale.c:472:15: warning: variable 'x' set but not used
 2021-05-10 18:14 UTC  (2+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-10 18:13 UTC  (9+ messages)

[PATCH 0/2] KVM: x86: Fixes for SEV-ES state tracking
 2021-05-10 18:07 UTC  (5+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to update tracked sregs for protected guests

[PATCH v2] arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent
 2021-05-10 18:06 UTC 

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-05-10 18:02 UTC  (6+ messages)

[PATCH 00/15] KVM: x86: RDPID/RDTSCP fixes and uret MSR cleanups
 2021-05-10 17:55 UTC  (19+ messages)
` [PATCH 02/15] KVM: x86: Emulate RDPID only if RDTSCP is supported
` [PATCH 03/15] KVM: SVM: Inject #UD on RDTSCP when it should be disabled in the guest
` [PATCH 09/15] KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list
` [PATCH 14/15] KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model

[PATCH] checkpatch: auto detect codespell dictionary path
 2021-05-10 17:54 UTC  (3+ messages)

[PATCH] ACPI: scan: Rearrange dep_unmet initialization
 2021-05-10 17:53 UTC 

[PATCH v1] add longer timeout for verify signature command
 2021-05-10 17:51 UTC  (3+ messages)
` [PATCH v1] tpm2: "

[PATCH 00/11] ad_sigma_delta: convert all drivers to device-managed
 2021-05-10 17:49 UTC  (4+ messages)
` [PATCH 07/11] iio: adc: ad7192: convert to device-managed functions

[PATCH] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-10 17:50 UTC  (7+ messages)

[PATCH v2 09/15] iova: Add init_iova_domain_ext()
 2021-05-10 17:50 UTC  (3+ messages)
` [RFC PATCH] iova: __init_iova_domain can be static

[PATCH] virtiofs: Enable multiple request queues
 2021-05-10 17:50 UTC  (4+ messages)

[RFC PATCH 0/6] x86/entry: cleanups and consistent syscall number handling
 2021-05-10 17:45 UTC  (7+ messages)
` [RFC PATCH 1/6] x86/entry: unify definitions from calling.h and ptrace-abi.h
` [RFC PATCH 2/6] x86/entry: reverse arguments to do_syscall_64()
` [RFC PATCH 3/6] x86/syscall: unconditionally prototype {ia32,x32}_sys_call_table[]
` [RFC PATCH 4/6] x86/syscall: maximize MSR_SYSCALL_MASK
` [RFC PATCH 5/6] x86/entry: use int for syscall number; handle all invalid syscall nrs
` [RFC PATCH 6/6] x86/entry: split PUSH_AND_CLEAR_REGS into two submacros

[PATCH 1/2] fpga: mgr: Adds secure BitStream loading support
 2021-05-10 17:44 UTC  (5+ messages)

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 

[PATCH v3 0/8] CXL Port Enumeration and Plans for v5.14
 2021-05-10 17:31 UTC  (3+ messages)

drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c:109:37: warning: unused variable 'amdgpu_rap_debugfs_ops'
 2021-05-10 17:33 UTC 

[PATCH hyperv-next] scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
 2021-05-10 17:33 UTC  (4+ messages)

[GIT PULL] perf tools fixes for v5.13: 1st batch
 2021-05-10 17:32 UTC 

[PATCH] ARM: dts: rockchip: Remove more clock-names from PWM nodes A test with the command below gives this error:
 2021-05-10 17:29 UTC 

[PATCH hyperv-next] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2021-05-10 17:32 UTC  (3+ messages)

[PATCH v3 0/3] Add multiprocessor wake-up support
 2021-05-10 17:24 UTC  (8+ messages)
` [PATCH v3 3/3] x86/acpi, x86/boot: "

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-05-10 17:21 UTC  (5+ messages)
` [PATCH 11/12] tools: sync lib/find_bit implementation

[PATCH] PM: runtime: Fix unpaired parent child_count for force_resume
 2021-05-10 17:16 UTC  (3+ messages)

[PATCH v3 0/5] Enable Bluetooth functinality for WCN6750
 2021-05-10 17:16 UTC  (7+ messages)
` [PATCH v3 2/5] Bluetooth: btqca: Add support for firmware image with mbn type "
` [PATCH v3 3/5] Bluetooth: btqca: Moved extracting rom version info to common place

[PATCH] ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
 2021-05-10 17:13 UTC 

[PATCH v12 0/5] Intel MAX10 BMC Secure Update Driver
 2021-05-10 17:12 UTC  (5+ messages)
` [PATCH v12 4/5] fpga: m10bmc-sec: add max10 secure update functions
` [PATCH v12 5/5] fpga: m10bmc-sec: add max10 get_hw_errinfo callback func

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-10 17:03 UTC  (7+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()

[PATCH 1/2] ASoC: dwc: add a quirk DW_I2S_QUIRK_STOP_ON_SHUTDOWN to dwc driver
 2021-05-10 17:27 UTC  (9+ messages)

[PATCH] ACPICA: Use fallthrough pseudo-keyword
 2021-05-10 17:06 UTC  (2+ messages)

[PATCH] ACPI: scan: Fix a memory leak in an error handling path
 2021-05-10 17:04 UTC  (3+ messages)

[PATCH 5.10 000/299] 5.10.36-rc1 review
 2021-05-10 16:59 UTC  (2+ messages)

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-10 16:58 UTC  (23+ messages)
` [PATCH 03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [PATCH 01/22] mm: Add vma_lookup()
` [PATCH 02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH 04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 05/22] arch/powerpc/kvm/book3s_hv_uvmem: "
` [PATCH 06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH 08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH 07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma()
` [PATCH 09/22] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH 11/22] vfio: Use vma_lookup() instead of find_vma_intersection()
` [PATCH 10/22] virt/kvm: "
` [PATCH 12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH 13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH 14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH 16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH 15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH 18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH 17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH 19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH 22/22] mm/mempolicy: Use vma_lookup() in __access_remote_vm()
` [PATCH 21/22] mm/memory.c: "

[PATCH 1/1] ACPICA: Add SVKL table headers
 2021-05-10 16:58 UTC  (2+ messages)

[PATCH v2 0/1] drm/msm/dpu: Fix error return code in dpu_mdss_init()
 2021-05-10 16:55 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] HID: ft260: improve error handling of ft260_hid_feature_report_get()
 2021-05-10 16:53 UTC 

[PATCH net-next 0/2] mvpp2: resolve two warnings
 2021-05-10 16:52 UTC  (3+ messages)
` [PATCH net-next 1/2] mvpp2: remove unused parameter
` [PATCH net-next 2/2] mvpp2: suppress warning

[PATCH 0/4] ASoC: codecs: wcd934x: add Headset and button detection support
 2021-05-10 16:45 UTC  (3+ messages)
` [PATCH 1/4] ASoC: dt-bindings: wcd934x: add bindings for Headset Button detection

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-10 16:44 UTC  (15+ messages)
` [PATCH v16 01/14] s390/vfio-ap: fix memory leak in mdev remove callback
` [PATCH v16 02/14] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v16 03/14] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
` [PATCH v16 04/14] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v16 05/14] s390/vfio-ap: introduce shadow APCB
` [PATCH v16 06/14] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v16 07/14] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v16 08/14] s390/vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v16 09/14] s390/vfio-ap: reset queues after adapter/domain unassignment
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v16 11/14] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v16 12/14] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v16 13/14] s390/zcrypt: notify drivers on config changed and scan complete callbacks
` [PATCH v16 14/14] s390/vfio-ap: update docs to include dynamic config support

drivers/hid/hid-ft260.c:794:44: warning: format specifies type 'short' but the argument has type 'int'
 2021-05-10 16:41 UTC  (3+ messages)
` [PATCH v2] HID: ft260: fix format type warning in ft260_word_show()

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-05-10 16:39 UTC  (11+ messages)

[PATCH net-next v3 0/5] net: pch_gbe: fix and a few cleanups
 2021-05-10 16:39 UTC  (5+ messages)
` [PATCH net-next v3 2/5] net: pch_gbe: Convert to use GPIO descriptors
` [PATCH net-next v3 3/5] net: pch_gbe: use readx_poll_timeout_atomic() variant
` [PATCH net-next v3 4/5] net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()
` [PATCH net-next v3 5/5] net: pch_gbe: remove unneeded MODULE_VERSION() call


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