public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-18 07:36:01 to 2022-03-18 10:20:14 UTC [more...]

[PATCH v3] dt-bindings: crypto: convert rockchip-crypto to yaml
 2022-03-18 10:20 UTC  (3+ messages)

[PATCH bpf-next] bpf, arm64: sign return address for jited code
 2022-03-18 10:29 UTC 

[PATCH v2] memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual mode
 2022-03-18 10:14 UTC  (2+ messages)

[PATCH 00/18] dt-bindings: irqchip: include generic schema
 2022-03-18 10:12 UTC  (7+ messages)
` [PATCH 04/18] dt-bindings: irqchip: actions,owl-sirq: "
` [PATCH 10/18] dt-bindings: irqchip: microchip,eic: "
` [PATCH 16/18] dt-bindings: irqchip: renesas: "

[PATCH 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
 2022-03-18 10:09 UTC  (2+ messages)

[PATCH 5.10 00/23] 5.10.107-rc1 review
 2022-03-18 10:09 UTC  (3+ messages)

[PATCH v4 0/4] add hugetlb_free_vmemmap sysctl
 2022-03-18 10:07 UTC  (5+ messages)
` [PATCH v4 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2
` [PATCH v4 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v4 3/4] sysctl: allow to set extra1 to SYSCTL_ONE
` [PATCH v4 4/4] mm: hugetlb_vmemmap: add hugetlb_free_vmemmap sysctl

[mingo-tip:master 1788/2335] lib/memcat_p.c:10:8: warning: no previous prototype for function '__memcat_p'
 2022-03-18 10:08 UTC 

[PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation
 2022-03-18 10:04 UTC  (12+ messages)

[PATCH] ASoC: rockchip: i2s_tdm: Fixup config for SND_SOC_DAIFMT_DSP_A/B
 2022-03-18 10:01 UTC 

[PATCH] remoteproc: core: check rproc->power value before decreasing it
 2022-03-18  9:51 UTC 

[PATCH] mm/damon: Make the sampling more accurate
 2022-03-18 10:01 UTC  (3+ messages)

[PATCH v2 0/2] phy: mediatek: Add PCIe PHY driver
 2022-03-18  9:59 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: phy: mediatek: Add YAML schema for PCIe PHY
` [PATCH v2 2/2] phy: mediatek: Add PCIe PHY driver

[PATCH] iommu/vt-d: check alignment before using psi
 2022-03-18  9:59 UTC  (2+ messages)

[PATCH v1 0/7] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-18  9:59 UTC  (6+ messages)
` [PATCH v1 4/7] arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[RFC PATCH v3 0/4] ceph: add support for snapshot names encryption
 2022-03-18  9:57 UTC  (6+ messages)
` [RFC PATCH v3 2/4] ceph: handle encrypted snapshot names in subdirectories
` [RFC PATCH v3 4/4] ceph: replace base64url by the encoding used for mailbox names

[PATCHv6 00/30] TDX Guest: TDX core support
 2022-03-18  9:55 UTC  (5+ messages)
` [PATCHv6 20/30] x86/boot: Add a trampoline for booting APs via firmware handoff

[PATCH] drm/nouveau/bios: Rename prom_init() and friends functions
 2022-03-18  9:55 UTC  (5+ messages)

[PATCH] vhost: handle error while adding split ranges to iotlb
 2022-03-18  9:54 UTC  (2+ messages)

[PATCH v4] net:bonding:Add support for IPV6 RLB to balance-alb mode
 2022-03-18  9:53 UTC  (7+ messages)

[trondmy-nfs-2.6:testing 52/72] fs/nfs/fscache.c:231:71: error: 'nfsi' undeclared
 2022-03-18  9:52 UTC  (2+ messages)

[PATCH 0/4] MAX17055 model configuration via DT
 2022-03-18  9:51 UTC  (14+ messages)
` [PATCH 1/4] power: supply: max17042_battery: Add unit conversion macros
` [PATCH 2/4] power: supply: max17042_battery: use ModelCfg refresh on max17055
` [PATCH 3/4] dt-bindings: power: supply: max17042: Add monitored-battery phandle
` [PATCH 4/4] power: supply: max17042_battery: read battery properties from device tree

[PATCH v6] staging: greybus: introduce pwm_ops::apply
 2022-03-18  9:57 UTC 

[luxis1999-iommufd:iommufd-v5.17-rc6-wip 38/41] ld: drivers/iommu/iommufd/io_pagetable.c:179: undefined reference to `interval_tree_insert'
 2022-03-18  9:47 UTC 

[PATCH] ice: use min() to make code cleaner in ice_gnss
 2022-03-18  9:46 UTC 

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-03-18  9:45 UTC  (5+ messages)
` [PATCH v6 1/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add Kconfig options for testing AMD SEV related features
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB
` [PATCH v6 3/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions accessing registers such as MSR and DR7. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by accessing either MSR or DR7. "
` [PATCH v6 4/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for IO instructions. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by issuing an IO instruction. "

[RESEND PATCH v3 1/3] kexec: clean up arch_kexec_kernel_verify_sig
 2022-03-18  9:43 UTC  (7+ messages)

[PATCH -next] bus: fsl-mc: simplify DPMCP version check
 2022-03-18 10:03 UTC 

[PATCH v4 1/3] kexec: clean up arch_kexec_kernel_verify_sig
 2022-03-18  9:41 UTC  (3+ messages)
` [PATCH v4 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [PATCH v4 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH v4 0/4] Convert vmcore to use an iov_iter
 2022-03-18  9:37 UTC  (5+ messages)
` [PATCH v4 1/4] vmcore: Convert copy_oldmem_page() to take "
` [PATCH v4 2/4] vmcore: Convert __read_vmcore to use "
` [PATCH v4 3/4] vmcore: Convert read_from_oldmem() to take "
` [PATCH v4 4/4] fs/proc/vmcore: Use iov_iter_count()

[PATCH] ASoC: fsl-asoc-card: Fix jack_event() always return 0
 2022-03-18  9:35 UTC 

[PATCH 1/5 v2] dt-bindings: gnss: Rewrite common bindings in YAML
 2022-03-18  9:33 UTC  (9+ messages)
` [PATCH 2/5 v2] dt-bindings: gnss: Modify u-blox to use common bindings
` [PATCH 3/5 v2] dt-bindings: gnss: Rewrite sirfstar binding in YAML
` [PATCH 4/5 v2] dt-bindings: gnss: Add two more chips
` [PATCH 5/5 v2] dt-bindings: gnss: Rewrite Mediatek bindings in YAML

[PATCH] qed: remove unnecessary memset in qed_init_fw_funcs
 2022-03-18  9:31 UTC 

[PATCH v1] ARM: dts: aspeed: ast2600-evb: Enable RX delay for MAC0/MAC1
 2022-03-18  9:32 UTC  (3+ messages)

Przydzielono darmowy dostęp - Office 365
 2022-03-18  9:23 UTC 

[PATCH] firmware: arm_scmi: Fix sorting of retrieved clock rates
 2022-03-18  9:28 UTC 

[PATCH 5.15 00/25] 5.15.30-rc1 review
 2022-03-18  9:27 UTC  (2+ messages)

[PATCH] ASoC: atmel: mchp-pdmc: print the correct property name
 2022-03-18  9:26 UTC 

[PATCH 1/8] perf vendor events: Update events for CascadelakeX
 2022-03-18  9:26 UTC  (17+ messages)
` [PATCH 2/8] perf vendor events: Update events for Elkhartlake
` [PATCH 3/8] perf vendor events: Update events for Icelake
` [PATCH 4/8] perf vendor events: Update events for IcelakeX
` [PATCH 5/8] perf vendor events: Update events for Skylake
` [PATCH 6/8] perf vendor events: Update events for SkylakeX
` [PATCH 7/8] perf vendor events: Update events for Tigerlake
` [PATCH 8/8] perf vendor events: Update events for TremontX

[PATCH] staging: r8188eu: remove unnecessary memset in r8188eu
 2022-03-18  9:24 UTC 

[PATCH v2] drm/bridge: nwl-dsi: switch to devm_drm_of_get_bridge
 2022-03-18  9:24 UTC  (2+ messages)

[PATCHv3 bpf-next 00/13] bpf: Add kprobe multi link
 2022-03-18  9:22 UTC  (6+ messages)
` [PATCHv3 bpf-next 09/13] libbpf: Add bpf_program__attach_kprobe_multi_opts function

[PATCH v3 00/20] netfs: Prep for write helpers
 2022-03-18  9:18 UTC  (3+ messages)
` [PATCH v3 13/20] netfs: Add a netfs inode context
  ` [PATCH v4 "

[PATCH v3 0/2] Add PWM driver for Suplus SP7021 SoC
 2022-03-18  9:18 UTC  (4+ messages)
` [PATCH v3 2/2] pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM Driver

[PATCH RESEND 0/2] perf tools: Fix mis-matching of perf sub-commands
 2022-03-18  9:22 UTC  (3+ messages)
` [PATCH RESEND 1/2] perf string: Add strcmp_prefix()
` [PATCH RESEND 2/2] perf tools: Enhance the matching of sub-commands

security issue: data exposure when using block layer secure erase
 2022-03-18  9:11 UTC  (6+ messages)
` [PATCH alternative 2] block: fix the REQ_OP_SECURE_ERASE handling to not leak erased data

[PATCH 5.16 00/28] 5.16.16-rc1 review
 2022-03-18  9:10 UTC  (2+ messages)

[PATCH] staging: rtl8712: Fix CamelCase warnings
 2022-03-18  9:10 UTC  (2+ messages)

[RFC PATCH v2 00/10] Support microcode updates affecting SGX
 2022-03-18  9:06 UTC  (8+ messages)
` [RFC PATCH v2 09/10] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update

[PATCH v8 0/19] drm/mediatek: Add mt8195 DisplayPort driver
 2022-03-18  9:03 UTC  (3+ messages)
` [PATCH v8 17/19] drm/mediatek: add hpd debounce

[PATCH v2] f2fs: use aggressive GC policy during f2fs_disable_checkpoint()
 2022-03-18  9:02 UTC 

[PATCH -next] nfc: st21nfca: remove unnecessary skb check before kfree_skb()
 2022-03-18  8:59 UTC  (2+ messages)

[PATCH v9 net-next 00/11] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-03-18  8:55 UTC  (12+ messages)
` [PATCH v9 net-next 01/11] dt-bindings: net: make internal-delay-ps based on phy-mode
` [PATCH v9 net-next 02/11] dt-bindings: net: add mdio property
` [PATCH v9 net-next 03/11] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v9 net-next 04/11] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v9 net-next 05/11] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v9 net-next 06/11] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v9 net-next 07/11] net: dsa: microchip: add support for phylink management
` [PATCH v9 net-next 08/11] net: dsa: microchip: add support for ethtool port counters
` [PATCH v9 net-next 09/11] net: dsa: microchip: add support for port mirror operations
` [PATCH v9 net-next 10/11] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v9 net-next 11/11] net: dsa: microchip: add support for vlan operations

[PATCH v3 00/46] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-03-18  8:54 UTC  (7+ messages)
` [PATCH v3 03/46] media: sun6i-csi: Grab bus clock instead of passing it to regmap
` [PATCH v3 06/46] media: sun6i-csi: Define and use variant to get module clock rate

[PATCH] x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()
 2022-03-18  8:51 UTC  (2+ messages)

[PATCH v4 0/7] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2022-03-18  8:49 UTC  (3+ messages)
` [PATCH v4 5/7] sched/preempt: add PREEMPT_DYNAMIC using "

[PATCH] xen-blk{back,front}: Update contact points for buffer_squeeze_duration_ms and feature_persistent
 2022-03-18  8:49 UTC  (3+ messages)

linux-next: Tree for Mar 18
 2022-03-18  8:47 UTC 

[PATCH 0/2] admv8818 driver fixes
 2022-03-18  8:45 UTC  (3+ messages)
` [PATCH 1/2] iio:filter:admv8818: Add depends on REGMAP

[PATCH 0/3] drm: bridge: it66121: Add audio support
 2022-03-18  8:44 UTC  (5+ messages)
` [PATCH 2/3] drm: bridge: it66121: Fix the register page length
` [PATCH 3/3] drm: bridge: it66121: Add audio support

[PATCH] MIPS: ingenic: correct unit node address
 2022-03-18  8:42 UTC  (2+ messages)

[RFC PATCH V1 0/3] mm/damon: Add CMA minotor support
 2022-03-18  8:40 UTC  (7+ messages)

[PATCH 0/5] Generic Ticket Spinlocks
 2022-03-18  8:40 UTC  (2+ messages)

[Patch v1 0/3] Tegra234 cpufreq driver support
 2022-03-18  8:39 UTC  (3+ messages)
` [Patch v1 2/3] arm64: tegra: add node for tegra234 cpufreq

[PATCH v14 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ
 2022-03-18  8:38 UTC 

[PATCH] csky: Move to generic ticket-spinlock
 2022-03-18  8:34 UTC 

[PATCH v8 1/3] gpu: drm: separate panel orientation property creating and value setting
 2022-03-18  8:29 UTC  (12+ messages)
` [Intel-gfx] "

[PATCH v9 0/4] Separate panel orientation property creating and value setting
 2022-03-18  7:48 UTC  (5+ messages)
` [PATCH v9 1/4] gpu: drm: separate "
` [PATCH v9 2/4] drm/mediatek: init panel orientation property
` [PATCH v9 3/4] drm/msm: "
` [PATCH v9 4/4] arm64: dts: mt8183: Add panel rotation

[PATCH v2 00/11] A few cleanup and fixup patches for migration
 2022-03-18 11:17 UTC  (3+ messages)
` [PATCH v2 09/11] mm/migration: fix potential page refcounts leak in migrate_pages

[PATCH] delayacct: track delays from ksm cow
 2022-03-18  8:24 UTC  (8+ messages)

[PATCH v2 09/11] mm/migration: fix potential page refcounts leak in migrate_pages
 2022-03-18  8:24 UTC  (2+ messages)

[PATCH -next] media: platform: Fix build error
 2022-03-18  8:23 UTC  (2+ messages)

[PATCH v2] mm: add access/dirty bit on numa page fault
 2022-03-18  8:21 UTC  (4+ messages)

[PATCH 0/7] perf/x86/amd/core: Add AMD PerfMonV2 support
 2022-03-18  8:18 UTC  (10+ messages)
` [PATCH 5/7] perf/x86/amd/core: Add PerfMonV2 counter control
` [PATCH 6/7] perf/x86/amd/core: Add PerfMonV2 overflow handling
` [PATCH 7/7] kvm: x86/cpuid: Fix Architectural Performance Monitoring support

[PATCH] ALSA: hda/realtek: Fix LED on Zbook Studio G9
 2022-03-18  8:19 UTC  (2+ messages)

[PATCH v2 0/5] imx-jpeg: Support dynamic resolution change
 2022-03-18  8:16 UTC  (6+ messages)
` [PATCH v2 1/5] media: imx-jpeg: Refactor function mxc_jpeg_parse
` [PATCH v2 2/5] media: imx-jpeg: Identify and handle precision correctly
` [PATCH v2 3/5] media: imx-jpeg: Propagate the output frame size to the capture side
` [PATCH v2 4/5] media: imx-jpeg: Handle source change in a function
` [PATCH v2 5/5] media: imx-jpeg: Support dynamic resolution change

[asahilinux:bits/070-audio 14/32] drivers/dma/apple-admac.c:202:26: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'dma_addr_t' {aka 'unsigned int'}
 2022-03-18  8:16 UTC 

[PATCH v7 0/8] IPI virtualization support for VM
 2022-03-18  8:15 UTC  (2+ messages)

[PATCH RFC -next 0/3] improve fairness for sbitmap waitqueues
 2022-03-18  8:25 UTC  (4+ messages)
` [PATCH RFC -next 1/3] sbitmap: record the number of waiters for each waitqueue
` [PATCH RFC -next 2/3] blk-mq: call 'bt_wait_ptr()' later in blk_mq_get_tag()
` [PATCH RFC -next 3/3] sbitmap: improve the fairness of waitqueues' wake up

[PATCH v3 0/2] rcu: Deoffload rdp if rcuop/rcuog kthreads spawn failed
 2022-03-18  8:07 UTC  (3+ messages)
` [PATCH v3 1/2] rcu: Call rcu_nocb_rdp_deoffload() directly after rcuog/op "
` [PATCH v3 2/2] rcu: Invert the locking dependency order between rcu_state.barrier_mutex and hotplug lock

[PATCH v6 0/6] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-03-18  7:58 UTC  (7+ messages)
` [PATCH v6 1/6] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v6 2/6] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v6 3/6] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
` [PATCH v6 4/6] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v6 5/6] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v6 6/6] selftests/resctrl: Add missing SPDX license to Makefile

linux-next: manual merge of the usb tree with the xilinx tree
 2022-03-18  7:59 UTC  (5+ messages)

[PATCH v2 0/2] aspeed: Add LPC mailbox support
 2022-03-18  7:59 UTC  (4+ messages)
` [PATCH v2 1/2] soc: "

[btrfs] cd452af388: xfstests.btrfs.218.fail
 2022-03-18  7:56 UTC 

[PATCH -next] scripts: add compare-config utility
 2022-03-18  7:54 UTC 

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-18  7:51 UTC  (5+ messages)

[PATCH net-next 1/5] dt-bindings: net: lan966x: Extend with FDMA interrupt
 2022-03-18  7:54 UTC  (3+ messages)

[PATCH] selftests: net: fix warning when compiling selftest/net
 2022-03-18  7:50 UTC  (2+ messages)
` [PATCH linux-next v2] selftests: net: change fprintf format specifiers

[PATCH -next] sched/rt: fix build error when CONFIG_SYSCTL is disable
 2022-03-18  7:50 UTC  (2+ messages)

[PATCH RFC v5 00/21] DEPT(Dependency Tracker)
 2022-03-18  7:49 UTC  (3+ messages)

[PATCH 0/3] OP-TEE RPC argument cache
 2022-03-18  7:49 UTC  (6+ messages)
` [PATCH 2/3] optee: add FF-A capability OPTEE_FFA_SEC_CAP_ARG_OFFSET

[PATCH v5 0/6] Fix some bugs related to ramp and dax
 2022-03-18  7:45 UTC  (7+ messages)
` [PATCH v5 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v5 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v5 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v5 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v5 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v5 6/6] mm: simplify follow_invalidate_pte()

[PATCH v4 0/2] leds: add ktd20xx LED driver support
 2022-03-18  7:26 UTC  (5+ messages)
` [PATCH v4 1/2] leds: ktd20xx: Extension of the KTD20xx family of LED drivers from Kinetic

[PATCH] USB: Fix xhci ERDP update issue
 2022-03-18  7:45 UTC  (2+ messages)

[PATCH v5 0/3] Introduce Notify VM exit
 2022-03-18  7:49 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v5 2/3] KVM: VMX: Enable Notify VM exit
` [PATCH v5 3/3] KVM: Add document for KVM_CAP_X86_NOTIFY_VMEXIT and KVM_EXIT_NOTIFY

[PATCH -next] uaccess: fix __access_ok limit setup in compat mode
 2022-03-18  7:44 UTC  (2+ messages)

linux-next: manual merge of the qcom tree with the imx-mxs tree
 2022-03-18  7:44 UTC  (2+ messages)

[PATCH 1/2] MAINTAINERS: add a git repo for the Stratix10 Service driver
 2022-03-18  7:38 UTC  (4+ messages)

linux-next: manual merge of the usb tree with the qcom tree
 2022-03-18  7:37 UTC  (3+ messages)

[PATCH 00/21] Control VQ support in vDPA
 2022-03-18  7:35 UTC  (4+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox