linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 19:37:05 to 2021-05-21 22:57:29 UTC [more...]

[RFC PATCH 0/6] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-21 22:57 UTC  (13+ messages)
` [PATCH 1/6] mm/page_alloc: Delete vm.percpu_pagelist_fraction
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[PATCH v2] drm/msm: Use nvmem_cell_read_variable_le_u32() to read speed bin
 2021-05-21 22:54 UTC  (4+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-21 22:46 UTC  (26+ messages)

[PATCH 0/5] dt-bindings: gpio: omap: Convert to json-schema
 2021-05-21 22:32 UTC  (6+ messages)
` [PATCH 1/5] ARM: dts: am335x: align GPIO hog names with dt-schema
` [PATCH 2/5] ARM: dts: am437x: align gpio "
` [PATCH 3/5] ARM: dts: omap3: "
` [PATCH 4/5] ARM: dts: omap5-board-common: "
` [PATCH 5/5] dt-bindings: gpio: omap: Convert to json-schema

[PATCH v6 1/2] drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
 2021-05-21 22:27 UTC  (4+ messages)

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

[PATCH v6] drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
 2021-05-21 22:25 UTC 

[PATCH 0/3] ARM: dts: ti: fix ti,no-reset-on-init usage
 2021-05-21 22:24 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
` [PATCH 2/3] ARM: dts: am437x-gp-evm: "
` [PATCH 3/3] ARM: dts: am335x: "

[PATCH][next] ALSA: firewire-lib: Fix uninitialized variable err issue
 2021-05-21 22:21 UTC  (4+ messages)

[PATCH] acpi-cpufreq: Skip initialization if a cpufreq driver exists
 2021-05-21 22:19 UTC 

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-21 22:15 UTC  (11+ messages)
` [PATCH v27 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v27 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v27 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v27 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v27 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v27 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v27 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v27 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-21 22:11 UTC  (8+ messages)

[PATCH] ipv6: record frag_max_size in atomic fragments in input path
 2021-05-21 22:10 UTC  (2+ messages)

[PATCH] drm/amd/amdkfd: Drop unnecessary NULL check after container_of
 2021-05-21 22:08 UTC  (3+ messages)

[PATCH v2 0/4] bootconfig: Add mixed subkeys and value under the same key
 2021-05-21 22:06 UTC  (2+ messages)

[PATCH v26 00/25] LSM: Module stacking for AppArmor
 2021-05-21 22:05 UTC  (21+ messages)
` [PATCH v26 03/25] LSM: provide lsm name and id slot mappings
` [PATCH v26 07/25] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v26 08/25] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v26 14/25] LSM: Specify which LSM to display
` [PATCH v26 15/25] LSM: Ensure the correct LSM context releaser
` [PATCH v26 18/25] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v26 21/25] audit: add support for non-syscall auxiliary records
` [PATCH v26 22/25] Audit: Add new record for multiple process LSM attributes

[PATCH v2 0/2] Update sd card pinconf for sc7180 DT
 2021-05-21 22:02 UTC 

[RFC PATCH v0.1 0/9] UMCG early preview/RFC patchset
 2021-05-21 22:03 UTC  (10+ messages)
` [RFC PATCH v0.1 4/9] sched/umcg: implement core UMCG API
` [RFC PATCH v0.1 7/9] sched/umcg: add UMCG server/worker API (early RFC)

[PATCH 1/2] nvmem: core: constify nvmem_cell_read_variable_common() return value
 2021-05-21 22:03 UTC  (4+ messages)
` [PATCH 2/2] nvmem: qfprom: Improve the comment about regulator setting

[PATCH v2 0/2] Update sd card pinconf for sc7180 DT
 2021-05-21 21:58 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: sc7180: Move sdc pinconf to board specific DT files
` [PATCH v2 2/2] arm64: dts: qcom: sc7180: trogdor: SD-card GPIO pin set bias-pull up

[PATCH] net:sfc: fix non-freed irq in legacy irq mode
 2021-05-21 22:00 UTC  (2+ messages)

[PATCH 0/3] drm/msm/dp: Simplify aux code
 2021-05-21 21:57 UTC  (2+ messages)

[PATCH 5.12 00/43] 5.12.6-rc2 review
 2021-05-21 21:54 UTC  (2+ messages)

[PATCH tip:irq/core v1] genirq: remove auto-set of the mask when setting the hint
 2021-05-21 21:48 UTC  (13+ messages)
              ` [PATCH] genirq: Provide new interfaces for affinity hints

[PATCHv2 1/2] rcu/tree: handle VM stoppage in stall detection
 2021-05-21 21:38 UTC  (3+ messages)

[PATCH v4 0/6] x86/syscall: use int for x86-64 system calls
 2021-05-21 21:36 UTC  (4+ messages)
` [PATCH v4 6/6] x86/syscall: use int everywhere for system call numbers

[PATCH net v2] net: lantiq: fix memory corruption in RX ring
 2021-05-21 21:30 UTC  (2+ messages)

[PATCH v17 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-21 21:29 UTC  (11+ messages)
` [PATCH v17 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v17 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings
` [PATCH v17 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH v1 00/13] NVIDIA Tegra memory and power management changes for 5.14
 2021-05-21 21:23 UTC  (7+ messages)
` [PATCH v1 07/13] memory: tegra: Fix compilation warnings on 64bit platforms
` [PATCH v1 09/13] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v1 10/13] memory: tegra30-emc: "

[PATCH 00/11] Convert Intel IOMMU to use sva-lib helpers
 2021-05-21 21:25 UTC  (3+ messages)
` [PATCH 01/11] iommu/vt-d: Add pasid private data helpers

[PATCH net] net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII port
 2021-05-21 21:20 UTC  (2+ messages)

[PATCH] ARM: dts: DRA7x: Fix duplicate USB4 device node
 2021-05-21 21:18 UTC 

[PATCH] scsi: Remove leading spaces in Kconfig
 2021-05-21 21:17 UTC  (2+ messages)

[PATCH 00/39] irqdomain: Simplify interrupt handling
 2021-05-21 21:17 UTC  (7+ messages)
` [PATCH 27/39] irqchip: Bulk conversion to generic_handle_domain_irq()
` [PATCH 29/39] pinctrl: "
` [PATCH 34/39] ARM: "

[PATCH v1 0/2] Update sd card pinconf for sc7180 DT
 2021-05-21 21:15 UTC  (5+ messages)
` [PATCH v1 1/2] arm64: dts: qcom: sc7180: Move sdc pinconf to board specific DT files
` [PATCH v1 2/2] arm64: dts: qcom: sc7180: trogdor: SD-card GPIO pin set bias-pull up

drivers/target/target_core_user.c:1424:9-10: WARNING: return of 0/1 in function 'tcmu_handle_completions' with return type bool
 2021-05-21 21:14 UTC  (3+ messages)
` [PATCH] scsi: target: tcmu: fix boolreturn.cocci warnings

[RFC v2 28/32] x86/tdx: Make pages shared in ioremap()
 2021-05-21 21:14 UTC  (12+ messages)

[PATCH net] MAINTAINERS: s390/net: add netdev list
 2021-05-21 21:10 UTC  (2+ messages)

[PATCH v2 0/4] zram: fix few sysfs races
 2021-05-21 21:08 UTC  (7+ messages)

[PATCH] x86: Fix location of '-plugin-opt=' flags
 2021-05-21 21:04 UTC  (4+ messages)

[PATCH] scsi: bfa: Fix inconsistent indenting
 2021-05-21 21:01 UTC  (2+ messages)

[PATCH] scsi:bfa: Fix typo
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH][next] net: hns3: Fix return of uninitialized variable ret
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH -next v2] sfc: farch: fix compile warning in efx_farch_dimension_resources()
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH] net: phy: Fix inconsistent indenting
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH] atm: Fix typo
 2021-05-21 21:00 UTC  (2+ messages)

[PATCH] scsi: Fix typo
 2021-05-21 20:59 UTC  (2+ messages)

[PATCH] scsi: scsi_transport_fc: Remove double FC_FPORT_DELETED in mask creation
 2021-05-21 20:58 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix inconsistent indenting
 2021-05-21 20:57 UTC  (3+ messages)

[PATCH v1 0/4] kunit: tool: add support for QEMU
 2021-05-21 20:57 UTC  (7+ messages)
` [PATCH v1 3/4] "

[PATCH v4 2/2] PCI: Add sysfs "removable" attribute
 2021-05-21 20:57 UTC  (2+ messages)

[PATCH 0/2] scsi: arcmsr: fix doorbell status may arrived late on ARC-1886
 2021-05-21 20:55 UTC  (2+ messages)

[PATCH v4 1/2] drm/msm/dp: handle irq_hpd with sink_count = 0 correctly
 2021-05-21 20:54 UTC  (13+ messages)

[PATCH v4 1/2] driver core: Move the "removable" attribute from USB to core
 2021-05-21 20:54 UTC  (3+ messages)

[PATCH v2] PM: AVS: qcom-cpr: Use nvmem_cell_read_variable_le_u32()
 2021-05-21 20:44 UTC 

[PATCH] mm/vmalloc: Remove quoted string split across lines
 2021-05-21 20:43 UTC 

[PATCH v2 0/2] TI K3 R5F remoteproc support on AM64x SoCs
 2021-05-21 20:40 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: k3-r5f: Update bindings for "

[PATCH net-next] caif_virtio: Fix some typos in caif_virtio.c
 2021-05-21 20:40 UTC  (2+ messages)

[PATCH net-next] net: bonding: bond_alb: Fix some typos in bond_alb.c
 2021-05-21 20:40 UTC  (2+ messages)

[PATCH net-next 0/6] net: wan: clean up some code style issues
 2021-05-21 20:40 UTC  (2+ messages)

staging: rtl8723bs: questions regarding refactor for reducing indents in core/rtw_wlan_util.c
 2021-05-21 20:32 UTC 

[PATCH -next] scsi: qedf: use vzalloc() instead of vmalloc()/memset(0)
 2021-05-21 20:31 UTC  (2+ messages)

[PATCH v4] net: phy: add driver for Motorcomm yt8511 phy
 2021-05-21 20:30 UTC  (2+ messages)

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-21 20:25 UTC  (4+ messages)

[PATCH net-next] net: xilinx_emaclite: Do not print real IOMEM pointer
 2021-05-21 20:20 UTC  (2+ messages)

[PATCH] nvme: Use NN for max_namespaces if MNAN is zero
 2021-05-21 20:19 UTC  (4+ messages)

[PATCH 1/1] spi-sun6i: Fix chipselect/clock bug
 2021-05-21 20:19 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for v5.13-rc3, part 2
 2021-05-21 20:11 UTC 

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2021-05-21 20:08 UTC  (2+ messages)

[RFC PATCH v4 0/2] arm64: Stack trace reliability checks in the unwinder
 2021-05-21 20:08 UTC  (13+ messages)
` [RFC PATCH v4 1/2] arm64: Introduce stack "

[PATCH 1/2] irqchip/qcom-pdc: Switch to IRQCHIP_PLATFORM_DRIVER and allow as a module
 2021-05-21 20:06 UTC  (4+ messages)
` [PATCH 2/2] firmware: QCOM_SCM: Allow qcom_scm driver to be loadable as a permenent module

[PATCH] misc: xilinx-sdfec: Drop unnecessary NULL check after container_of
 2021-05-21 20:04 UTC 

[PATCH 3/3] PCI: dwc: Create debugfs files in DWC driver
 2021-05-21 20:04 UTC  (2+ messages)

[PATCH mfd v1] mfd: Add Renesas Synchronization Management Unit (SMU) support
 2021-05-21 20:04 UTC  (5+ messages)

[PATCH v6 1/9] drm/i915/dpcd_bl: Remove redundant AUX backlight frequency calculations
 2021-05-21 20:03 UTC  (4+ messages)
` [PATCH v6 8/9] drm/dp: Extract i915's eDP backlight code into DRM helpers

[PATCH] scsi: sd: skip checks when media is present if sd_read_capacity reports zero
 2021-05-21 20:00 UTC  (2+ messages)

[PATCH] x86: fixmap: use CONFIG_NR_CPUS instead of NR_CPUS
 2021-05-21 19:59 UTC 

[PATCH 1/2] perf tests: Consolidate test__arch_unwind_sample declaration
 2021-05-21 19:58 UTC  (4+ messages)
` [PATCH 2/2] perf tests: Drop __maybe_unused on x86 test declarations

[PATCH 2/3] PCI: debugfs: Add support for RAS framework in DWC
 2021-05-21 19:57 UTC  (2+ messages)

[RFC v2 08/32] x86/traps: Add #VE support for TDX guest
 2021-05-21 19:57 UTC  (5+ messages)
` [RFC v2-fix 1/1] "

[PATCH] igc: change default return of igc_read_phy_reg()
 2021-05-21 19:50 UTC 

[PATCH] media: staging: atomisp: improve error handling in gc2235_detect()
 2021-05-21 19:48 UTC 

[PATCH] ALSA: usb-audio: initialize the cur variable
 2021-05-21 19:46 UTC 

[PATCH] perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
 2021-05-21 19:41 UTC  (2+ messages)

[PATCH 0/4] perf vendor events: Add events for Icelake Server and update for Icelake Client
 2021-05-21 19:41 UTC  (4+ messages)
` [PATCH 1/4] perf vendor events: Add core event list for Icelake Server

[PATCH v4 0/4] mtd: spi-nor: otp: 4 byte mode fix and erase support
 2021-05-21 19:40 UTC  (5+ messages)
` [PATCH v4 1/4] mtd: spi-nor: otp: fix access to security registers in 4 byte mode
` [PATCH v4 2/4] mtd: spi-nor: otp: use more consistent wording
` [PATCH v4 3/4] mtd: spi-nor: otp: return -EROFS if region is read-only
` [PATCH v4 4/4] mtd: spi-nor: otp: implement erase for Winbond and similar flashes

[PATCH] staging: rtl8192e: Fix shadowed variable name
 2021-05-21 19:37 UTC 

[PATCH] regulator: scmi: Fix off-by-one for linear regulators .n_voltages setting
 2021-05-21 19:37 UTC  (2+ messages)

[PATCH 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
 2021-05-21 19:37 UTC 

[PATCH v4 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-21 19:36 UTC  (2+ messages)
` [PATCH v4 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler


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