linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 17:02:35 to 2022-03-03 20:02:32 UTC [more...]

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-03 20:02 UTC  (23+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 19:59 UTC  (9+ messages)
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY

[RFC 00/10] Introduce In Field Scan driver
 2022-03-03 19:59 UTC  (4+ messages)
` [RFC 07/10] platform/x86/intel/ifs: Create kthreads for online cpus for scan test

[PATCH v1 1/7] ACPI: enumeration: Discourage to use custom _DSM methods
 2022-03-03 19:58 UTC  (2+ messages)

[PATCH v2 00/18] crypto: rockchip: permit to pass self-tests
 2022-03-03 19:54 UTC  (7+ messages)
` [PATCH v2 06/18] crypto: rockchip: add fallback for cipher
` [PATCH v2 17/18] dt-bindings: crypto: convert rockchip-crypto to yaml

[PATCH mmotm] mm/thp: refix __split_huge_pmd_locked() for migration PMD
 2022-03-03 19:51 UTC  (2+ messages)

[PATCH v2] dt-bindings: mfd: Fix pinctrl node name warnings
 2022-03-03 19:50 UTC 

[PATCH 0/4] drm/msm: Clear perf counters across context switch
 2022-03-03 19:46 UTC  (5+ messages)
` [PATCH 1/4] drm/msm: Update generated headers
` [PATCH 2/4] drm/msm: Add SET_PARAM ioctl
` [PATCH 3/4] drm/msm: Add SYSPROF param
` [PATCH 4/4] drm/msm/a6xx: Zap counters across context switch

[PATCH 0/4] SVM fixes + apic fix
 2022-03-03 19:49 UTC  (11+ messages)
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

[PATCH] dt-bindings: mfd: Fix pinctrl node name warnings
 2022-03-03 19:47 UTC 

[PATCH 00/21] Control VQ support in vDPA
 2022-03-03 19:39 UTC  (4+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support

[PATCH 00/35] Shadow stacks for userspace
 2022-03-03 19:40 UTC  (11+ messages)

[PATCH 2/2] Fixed (unsigned) uses, instead use (unsigned int)
 2022-03-03 19:41 UTC 

[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 19:38 UTC  (31+ messages)
` [PATCH v4 01/30] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v4 02/30] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v4 03/30] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v4 04/30] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v4 05/30] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v4 06/30] KVM: x86/mmu: only perform eager page splitting on valid roots
` [PATCH v4 07/30] KVM: x86/mmu: do not allow readers to acquire references to invalid roots
` [PATCH v4 08/30] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v4 09/30] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v4 10/30] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v4 11/30] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v4 12/30] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v4 13/30] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
` [PATCH v4 14/30] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH v4 15/30] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v4 16/30] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v4 17/30] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH v4 18/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH v4 19/30] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH v4 20/30] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
` [PATCH v4 21/30] KVM: x86/mmu: Zap invalidated roots via asynchronous worker
` [PATCH v4 22/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v4 23/30] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v4 24/30] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v4 25/30] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
` [PATCH v4 26/30] KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
` [PATCH v4 27/30] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
` [PATCH v4 28/30] KVM: selftests: Split out helper to allocate guest mem via memfd
` [PATCH v4 29/30] KVM: selftests: Define cpu_relax() helpers for s390 and x86
` [PATCH v4 30/30] KVM: selftests: Add test to populate a VM with the max possible guest mem

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-03 19:38 UTC  (3+ messages)

[syzbot] WARNING in usbtmc_ioctl/usb_submit_urb
 2022-03-03 19:29 UTC 

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2022-03-03 19:27 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI: APEI: explicit init HEST and GHES in apci_init

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-03-03 19:26 UTC  (8+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork

[PATCH v9 00/14] module: core code clean up
 2022-03-03 19:21 UTC  (11+ messages)
` [PATCH v9 13/14] module: Move kdb_modules list out of core code

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-03-03 19:21 UTC  (11+ messages)

[PATCH v2 0/6] SLUB debugfs improvements based on stackdepot
 2022-03-03 19:19 UTC  (3+ messages)
` [PATCH v2 1/6] lib/stackdepot: allow requesting early initialization dynamically
  ` [PATCH v3r0 "

[GIT PULL] auxdisplay for v5.17-rc7
 2022-03-03 19:18 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v5.17
 2022-03-03 19:18 UTC  (2+ messages)

[GIT PULL] Networking for 5.17-rc7
 2022-03-03 19:18 UTC  (2+ messages)

[PATCH 1/2] kselftest/vm: override TARGETS from arguments
 2022-03-03 19:17 UTC  (2+ messages)

[PATCH 4/8] mm: thp: only regular file could be THP eligible
 2022-03-03 19:14 UTC  (3+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-03 19:13 UTC  (7+ messages)

[PATCH] Fixed function pointers coding style issues
 2022-03-03 19:11 UTC 

[PATCH v3 0/2] AARCH64: Enable GCC-based Shadow Call Stack
 2022-03-03 19:09 UTC  (4+ messages)
` [PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests

[PATCH for-next] Revert "IB/mlx5: Don't return errors from poll_cq"
 2022-03-03 19:09 UTC  (2+ messages)

[REPOST PATCH v4 00/13] drm/msm: Add Display Stream Compression Support
 2022-03-03 19:08 UTC  (4+ messages)
` [REPOST PATCH v4 02/13] drm/msm/dsi: Pass DSC params to drm_panel

[PATCH] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string
 2022-03-03 19:06 UTC  (4+ messages)

[PATCH for-next] RDMA/core: Fix ib_qp_usecnt_dec() called when error
 2022-03-03 18:25 UTC  (2+ messages)

[PATCH 00/20] Support external boost at CS35l41 ASoC driver
 2022-03-03 19:00 UTC  (24+ messages)
` [PATCH 01/20] ASoC: cs35l41: Fix GPIO2 configuration
` [PATCH 02/20] ASoC: cs35l41: Fix max number of TX channels
` [PATCH 03/20] ASoC: cs35l41: Fix DSP mbox start command and global enable order
` [PATCH 04/20] ASoC: cs35l41: Remove unnecessary param
` [PATCH 05/20] sound: cs35l41: Unify hardware configuration
` [PATCH 06/20] sound: cs35l41: Check hw_config before using it
` [PATCH 07/20] sound: cs35l41: Move cs35l41_gpio_config to shared lib
` [PATCH 08/20] hda: cs35l41: Fix I2S params comments
` [PATCH 09/20] hda: cs35l41: Always configure the DAI
` [PATCH 10/20] hda: cs35l41: Add Boost type flag
` [PATCH 11/20] hda: cs35l41: Put the device into safe mode for external boost
` [PATCH 12/20] hda: cs35l41: Mute the device before shutdown
` [PATCH 13/20] sound: cs35l41: Enable Internal Boost in shared lib
` [PATCH 14/20] hda: cs35l41: Move boost config to initialization code
` [PATCH 15/20] hda: cs35l41: Remove unnecessary log
` [PATCH 16/20] hda: cs35l41: Remove cs35l41_hda_reg_sequence struct
` [PATCH 17/20] hda: cs35l41: Handle all external boost setups the same way
` [PATCH 18/20] hda: cs35l41: Move external boost handling to lib for ASoC use
` [PATCH 19/20] ASoC: cs35l41: Support external boost
` [PATCH 20/20] Documentation: devicetree: CS35l41 External Boost

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 18:50 UTC  (16+ messages)
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 08/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v3 09/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v3 10/28] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v3 11/28] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v3 12/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH v3 14/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU

[PATCH -next] clocksource/drivers/imx-tpm: Move tpm_read_sched_clock() under CONFIG_ARM
 2022-03-03 18:42 UTC 

[PATCH] config: Using HOSTPKG_CONFIG prefix for pkg-config
 2022-03-03 18:41 UTC  (5+ messages)
` [PATCH v2] config: Allow kernel installation packaging to override pkg-config

[PATCH][next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c
 2022-03-03 18:41 UTC  (4+ messages)

[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
 2022-03-03 18:39 UTC  (5+ messages)

[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
 2022-03-03 18:39 UTC  (7+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridge
 2022-03-03 18:37 UTC  (3+ messages)

[PATCH V2] samples/kobject: Use sysfs_emit instead of sprintf
 2022-03-03 18:36 UTC 

[PATCH] firewire: core: extend card->lock in fw_core_handle_bus_reset
 2022-03-03 18:30 UTC 

[PATCH] btrfs: don't access possibly stale fs_info data in device_list_add
 2022-03-03 18:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
 2022-03-03 18:17 UTC  (2+ messages)

[PATCH] drm/omap: switch to drm_of_find_panel_or_bridge
 2022-03-03 18:11 UTC  (3+ messages)

[PATCH] ARM: mmp: fix platform-device leak on registration errors
 2022-03-03 18:09 UTC 

[PATCH] memory: renesas-rpc-if: fix platform-device leak in error path
 2022-03-03 18:06 UTC 

[PATCH] Makefile: Fix separate output directory build of kselftests
 2022-03-03 18:06 UTC  (2+ messages)

[PATCH] firmware: sysfb: fix platform-device leak in error path
 2022-03-03 18:05 UTC 

[PATCH 1/1] sign-file: Use OpenSSL provided define to compile out deprecated APIs
 2022-03-03 18:05 UTC  (8+ messages)

[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
 2022-03-03 18:05 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH] x86/pmem: fix platform-device leak in error path
 2022-03-03 18:04 UTC 

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-03 18:01 UTC  (6+ messages)
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver

[PATCH 0/2] ARM: OMAP2+: omap-device cleanups
 2022-03-03 18:00 UTC  (3+ messages)
` [PATCH 1/2] ARM: OMAP2+: drop omap_device_register() helper
` [PATCH 2/2] ARM: OMAP2+: drop hwmod-clock helper comment

[PATCH 1/2] dt-bindings: nvmem: Add apple,efuses
 2022-03-03 18:00 UTC  (2+ messages)

[PATCH v16 0/4] MIPS: JZ4780 and CI20 HDMI
 2022-03-03 17:59 UTC  (11+ messages)
` [PATCH v16 1/4] drm/bridge: dw-hdmi: introduce dw_hdmi_enable_poll()
      ` [Letux-kernel] "

[PATCH net-next 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-03 17:59 UTC  (9+ messages)
` [PATCH net-next 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 3/7] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next 5/7] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next 6/7] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next 7/7] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[PATCH] PM: Add device name to suspend_report_result()
 2022-03-03 17:57 UTC  (2+ messages)

[PATCH v2] ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 board
 2022-03-03 17:56 UTC  (6+ messages)

[PATCH v2] usb:typec: Add sysfs support for Type C connector's physical location
 2022-03-03 17:54 UTC  (6+ messages)

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-03-03 17:49 UTC  (9+ messages)

[PATCH mmotm] mm/munlock: mlock_vma_folio() check against VM_SPECIAL
 2022-03-03 17:52 UTC  (4+ messages)

[PATCH v4 0/8] KVM: arm64: Hypervisor stack enhancements
 2022-03-03 17:45 UTC  (6+ messages)
` [PATCH v4 2/8] KVM: arm64: Introduce pkvm_alloc_private_va_range()

[PATCH v7 0/6] Raspberry Pi Sense HAT driver
 2022-03-03 17:39 UTC  (7+ messages)
` [PATCH v7 1/6] drivers/mfd: sensehat: Add Raspberry Pi Sense HAT to simple_mfd_i2c
` [PATCH v7 2/6] drivers/input/joystick: sensehat: Raspberry Pi Sense HAT joystick driver
` [PATCH v7 3/6] drivers/auxdisplay: sensehat: Raspberry Pi Sense HAT display driver
` [PATCH v7 4/6] dt-bindings: mfd: sensehat: Add Raspberry Pi Sense HAT schema
` [PATCH v7 5/6] MAINTAINERS: Add sensehat driver authors to MAINTAINERS
` [PATCH v7 6/6] DO NOT MERGE: full sensehat device tree overlay for raspberry pi 4

[v2 00/17] ASoC: mediatek: Add support for MT8186 SoC
 2022-03-03 17:39 UTC  (6+ messages)
` [v2 09/17] ASoC: mediatek: mt8186: support tdm in platform driver

[PATCH v1 1/4] powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()
 2022-03-03 17:39 UTC  (4+ messages)
` [PATCH v1 2/4] powerpc/ftrace: Refactor ftrace_{regs_}caller

[PATCH 1/3] dt-bindings: clock: qcom: rpmcc: Add RPM Modem SubSystem (MSS) clocks
 2022-03-03 17:38 UTC  (3+ messages)
` [PATCH 3/3] clk: qcom: smd: Add missing MSM8998 RPM clocks

[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
 2022-03-03 17:37 UTC  (6+ messages)
` [PATCH 3/3] Kbuild: use -std=gnu11 for KBUILD_USERCFLAGS

/tmp/ccc6Wvsr.s: Warning: relax hint unrecognized instruction: line 8743
 2022-03-03 17:30 UTC 

[vbabka:slub-stackdepot-v2 3/6] m68k-linux-ld: slub.c:undefined reference to `stack_depot_want_early_init'
 2022-03-03 17:30 UTC 

[PATCH v3 0/7] Convert overflow and stackinit to KUnit
 2022-03-03 17:28 UTC  (5+ messages)
` [PATCH v3 7/7] UAPI: Introduce KUnit userspace compatibility

[PATCH] kconfig: add KCONFIG_ALLCONFIG support for tinyconfig
 2022-03-03 16:51 UTC 

[PATCH v13 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-03-03 17:28 UTC  (5+ messages)
` [PATCH v13 2/2] leds: Add driver for Qualcomm LPG

[PATCH drm-misc-next 0/2] Use default drm_plane_funcs.format_mod_supported
 2022-03-03 17:24 UTC  (3+ messages)
` [PATCH drm-misc-next 1/2] drm/simple-kms: Drop format_mod_supported function
` [PATCH drm-misc-next 2/2] drm: mxsfb: "

[PATCH] irqchip: xilinx: Enable generic irq multi handler
 2022-03-03 17:24 UTC  (3+ messages)

linux-next: build failure after merge of the arm-soc tree
 2022-03-03 17:23 UTC  (4+ messages)

[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.4-p-release 6165/9922] kernel/time/timekeeping.c:952:17: error: 'struct timekeeper' has no member named 'raw_time'; did you mean 'raw_sec'?
 2022-03-03 17:19 UTC 

[PATCH 1/2] ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35
 2022-03-03 17:18 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: logicpd-som-lv: Move pinmuxing to peripheral nodes

[PATCH] dt-bindings: arm: Allow 32-bit 'cpu-release-addr' values
 2022-03-03 17:10 UTC  (2+ messages)

[PATCH] ASoC: wm_adsp: Expand firmware loading search options
 2022-03-03 17:09 UTC  (2+ messages)

[PATCH 0/4] scsi: libsas and users: Factor out internal abort code
 2022-03-03 17:05 UTC  (3+ messages)


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