linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 13:35:02 to 2021-09-24 17:15:10 UTC [more...]

[RFC] perf/core: allow ftrace for functions in kernel/event/core.c
 2021-09-24 17:15 UTC  (7+ messages)

[PATCH] powerpc: Activate CONFIG_STRICT_KERNEL_RWX by default
 2021-09-24 17:13 UTC 

Question about ntfs3 git pull request
 2021-09-24 17:13 UTC  (2+ messages)

[PATCH] scsi: ufs: Kconfig: SCSI_UFS_HWMON depens on HWMON=y
 2021-09-24 17:07 UTC  (2+ messages)

[PATCH 00/11] Modular Broadcom irqchip drivers
 2021-09-24 17:05 UTC  (12+ messages)
` [PATCH 01/11] arch: Export cpu_logical_map to modules
` [PATCH 02/11] genirq: Export irq_to_desc() again "
` [PATCH 03/11] genirq: Export irq_set_affinity_locked()
` [PATCH 04/11] irqchip/irq-bcm7038-l1: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH 05/11] irqchip/irq-brcmstb-l2: "
` [PATCH 06/11] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg
` [PATCH 07/11] of/irq: Export of_irq_count to drivers
` [PATCH 08/11] genirq: Export irq_gc_noop()
` [PATCH 09/11] irqchip/irq-bcm7120-l2: Switch to IRQCHIP_PLATFORM_DRIVER
` [PATCH 10/11] arm64: broadcom: Removed forced select of interrupt controllers
` [PATCH 11/11] ARM: bcm: "

[PATCH v2] blktrace: Fix uaf in blk_trace access after removing by sysfs
 2021-09-24 17:06 UTC  (2+ messages)

[PATCH] Remove blank lines and whitespaces
 2021-09-24 17:05 UTC  (2+ messages)

[PATCH v3] PCI: of: Avoid pci_remap_iospace() when PCI_IOBASE not defined
 2021-09-24 17:04 UTC  (23+ messages)

[PATCH net-next v2] ptp: clockmatrix: use rsmu driver to access i2c/spi bus
 2021-09-24 16:52 UTC  (2+ messages)

[RESEND PATCH] x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
 2021-09-24 16:48 UTC  (2+ messages)

[PATCH 0/2] [v2] mm/migrate: 5.15 fixes for automatic demotion
 2021-09-24 16:45 UTC  (4+ messages)
` [PATCH 1/2] mm/migrate: optimize hotplug-time demotion order updates
` [PATCH 2/2] mm/migrate: add CPU hotplug to demotion #ifdef

[PATCH 0/2] shm: omit forced shm destroy if task IPC namespace was changed
 2021-09-24 16:45 UTC  (9+ messages)

[RFC v2 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-09-24 16:44 UTC  (7+ messages)
` [v2 PATCH 1/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

[PATCH stable 4.9 v2 0/4] ARM: ftrace MODULE_PLTS warning
 2021-09-24 16:41 UTC  (6+ messages)

[PATCH v4 0/2] irqchip/mchp-eic: add driver for Microchip EIC
 2021-09-24 16:34 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: microchip,eic: add bindings
` [PATCH v4 2/2] irqchip/mchp-eic: add support

[PATCH v3 0/2] irqchip/mchp-eic: add driver for Microchip EIC
 2021-09-24 16:32 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: microchip,eic: add bindings
` [PATCH v3 2/2] irqchip/mchp-eic: add support

[PATCH v3 00/31] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-09-24 16:31 UTC  (32+ messages)
` [PATCH v3 01/31] KVM: MMU: pass unadulterated gpa to direct_page_fault
` [PATCH v3 02/31] KVM: MMU: Introduce struct kvm_page_fault
` [PATCH v3 03/31] KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
` [PATCH v3 04/31] KVM: MMU: change direct_page_fault() "
` [PATCH v3 05/31] KVM: MMU: change page_fault_handle_page_track() "
` [PATCH v3 06/31] KVM: MMU: change kvm_faultin_pfn() "
` [PATCH v3 07/31] KVM: MMU: change handle_abnormal_pfn() "
` [PATCH v3 08/31] KVM: MMU: change __direct_map() "
` [PATCH v3 09/31] KVM: MMU: change FNAME(fetch)() "
` [PATCH v3 10/31] KVM: MMU: change kvm_tdp_mmu_map() "
` [PATCH v3 11/31] KVM: MMU: change tdp_mmu_map_handle_target_level() "
` [PATCH v3 12/31] KVM: MMU: change fast_page_fault() "
` [PATCH v3 13/31] KVM: MMU: change kvm_mmu_hugepage_adjust() "
` [PATCH v3 14/31] KVM: MMU: change disallowed_hugepage_adjust() "
` [PATCH v3 15/31] KVM: MMU: change tracepoints "
` [PATCH v3 16/31] KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
` [PATCH v3 17/31] KVM: x86/mmu: Fold rmap_recycle into rmap_add
` [PATCH v3 18/31] KVM: MMU: mark page dirty in make_spte
` [PATCH v3 19/31] KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_dirty_log
` [PATCH v3 20/31] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [PATCH v3 21/31] KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
` [PATCH v3 22/31] KVM: MMU: inline set_spte in mmu_set_spte
` [PATCH v3 23/31] KVM: MMU: inline set_spte in FNAME(sync_page)
` [PATCH v3 24/31] KVM: MMU: clean up make_spte return value
` [PATCH v3 25/31] KVM: MMU: remove unnecessary argument to mmu_set_spte
` [PATCH v3 26/31] KVM: MMU: set ad_disabled in TDP MMU role
` [PATCH v3 27/31] KVM: MMU: pass kvm_mmu_page struct to make_spte
` [PATCH v3 28/31] KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
` [PATCH v3 29/31] KVM: x86/mmu: Avoid memslot lookup in rmap_add
` [PATCH v3 30/31] KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
` [PATCH v3 31/31] KVM: MMU: make spte an in-out argument in make_spte

[PATCHv1] ACPI: processor idle: Allow playing dead in C3 state
 2021-09-24 16:31 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Refactoring of xattr.c
 2021-09-24 16:31 UTC  (5+ messages)
` [PATCH 1/3] fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release
` [PATCH 2/3] fs/ntfs3: Remove locked argument in ntfs_set_ea
` [PATCH 3/3] fs/ntfs3: Refactoring of ntfs_set_ea

[PATCH V3 0/2] dt-bindings: remoteproc: k3-r5f|dsp: Remove
 2021-09-24 16:29 UTC  (4+ messages)
` [PATCH V3 2/2] dt-bindings: remoteproc: k3-dsp: Remove board-specific compatible from DT example

[PATCH] ACPI: Kconfig: Fix a typo in Kconfig
 2021-09-24 16:23 UTC  (2+ messages)

[PATCH v5 00/10] VP9 codec V4L2 control interface
 2021-09-24 16:23 UTC  (3+ messages)
` [PATCH v5 05/10] media: uapi: Add VP9 stateless decoder controls

[PATCH] Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium"
 2021-09-24 16:21 UTC  (2+ messages)

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-09-24 16:17 UTC  (3+ messages)

[PATCH 1/2] platform: lg-laptop: drop unneeded MODULE_ALIAS
 2021-09-24 16:13 UTC  (5+ messages)
` [PATCH 2/2] acpi: pnp: remove duplicated BRI0A49 and BDP3336 entries

[PATCH] x86/softirq: Disable softirq stacks on PREEMPT_RT
 2021-09-24 16:12 UTC 

[PATCH 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-24 16:12 UTC  (13+ messages)
` [PATCH 4/8] x86/traps: Demand-populate PASID MSR via #GP
` [PATCH 5/8] x86/mmu: Add mm-based PASID refcounting

[PATCH] zram: Introduce an aged idle interface
 2021-09-24 16:11 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] ACPI: APEI: Check NULL argument in exported symbol
 2021-09-24 16:11 UTC  (2+ messages)

[PATCH] drm/bridge: parade-ps8640: check return values in ps8640_aux_transfer()
 2021-09-24 16:03 UTC  (2+ messages)

[PATCH V2 00/10] KVM: X86: MMU: misc fixes and cleanups
 2021-09-24 16:03 UTC  (5+ messages)
` [PATCH V2 03/10] KVM: Remove tlbs_dirty

[PATCH] ARM: dts: stm32: fix SAI sub nodes register range
 2021-09-24 16:02 UTC 

[GIT PULL] KVM/rseq changes for Linux 5.15-rc3
 2021-09-24 16:01 UTC  (4+ messages)

[PATCH v2] NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLE
 2021-09-24 15:59 UTC  (2+ messages)

[PATCH 0/5] Switchtec Fixes and Improvements
 2021-09-24 15:53 UTC  (2+ messages)

linux-next: Tree for Sep 24
 2021-09-24 15:51 UTC  (2+ messages)
` linux-next: Tree for Sep 24 (scsi/ufs)

[PATCH 0/6] per signal_struct coredumps
 2021-09-24 15:48 UTC  (11+ messages)
` [PATCH 1/6] signal: Remove the bogus sigkill_pending in ptrace_stop
` [PATCH 2/6] ptrace: Remove the unnecessary arguments from arch_ptrace_stop
` [PATCH 3/6] exec: Check for a pending fatal signal instead of core_state

[RFC PATCH 0/3] Type C partner power supply and PDO support
 2021-09-24 15:38 UTC  (10+ messages)
` [RFC PATCH 2/3] power: supply: Add support for PDOs props

[PATCH bpf-next 1/4] bpf: define bpf_jit_alloc_exec_limit for riscv JIT
 2021-09-24 15:28 UTC  (2+ messages)

[PATCH] memory: Allow building Broadcom STB DPFE as module
 2021-09-24 15:27 UTC  (2+ messages)

[PATCH] drm/edid: Fix EDID quirk compile error on older compilers
 2021-09-24 15:23 UTC  (2+ messages)

[PATCH 1/2] mem_cgroup: optimize the atomic count of wb_completion
 2021-09-24 15:21 UTC  (5+ messages)

[PATCH] tracing/cfi: Fix cmp_entries_* functions signature mismatch
 2021-09-24 15:20 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: hwmon: Add nct7802 bindings
 2021-09-24 15:17 UTC  (3+ messages)

[PATCH v3] ath10k: Don't always treat modem stop events as crashes
 2021-09-24 15:17 UTC  (3+ messages)

kernel BUG in __clear_extent_bit
 2021-09-24 15:16 UTC  (4+ messages)

[PATCH 0/6] Get rid of pm_runtime_irq_safe() for 8250_omap
 2021-09-24 15:16 UTC  (11+ messages)
` [PATCH 3/6] serial: core: Add new prep_tx for power management
` [PATCH 4/6] serial: 8250: Implement "

[PATCH v2 1/2] serial: 8250: SERIAL_8250_FSL should not default to y when compile-testing
 2021-09-24 15:14 UTC  (4+ messages)
` [PATCH] serial: 8250: allow disabling of Freescale 16550 compile test

[PATCH] perf config: Refine error message to eliminate confusion
 2021-09-24 15:08 UTC  (2+ messages)

[PATCH v16 0/5] FPGA Image Load (previously Security Manager)
 2021-09-24 14:53 UTC  (3+ messages)
` [PATCH v16 5/5] fpga: image-load: enable cancel of image upload

[PATCH] perf doc: Fix typos all over the place
 2021-09-24 14:59 UTC  (2+ messages)

[PATCH v2 0/6] usb: typec: tipd: Add Apple M1 support
 2021-09-24 14:58 UTC  (4+ messages)
` [PATCH v2 4/6] usb: typec: tipd: Add support for Apple CD321X

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-24 14:55 UTC  (7+ messages)

[PATCH v2 0/7] PCI: ACPI: Get rid of struct pci_platform_pm_ops and clean up code
 2021-09-24 14:52 UTC  (8+ messages)
` [PATCH v2 2/7] PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPI

[PATCH v3] arm64: dts: marvell: add Globalscale MOCHAbin
 2021-09-24 14:50 UTC  (2+ messages)

[PATCH 0/2] ASoC: mediatek: Add support for MT8195 sound card with rt1011 and rt5682
 2021-09-24 14:46 UTC  (6+ messages)
` [PATCH 1/2] ASoC: mediatek: mt8195: add machine driver with mt6359, "

[PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c
 2021-09-24 14:46 UTC  (2+ messages)

[PATCH 0/2] Audio support on Jetson TX2 NX
 2021-09-24 14:45 UTC  (2+ messages)

[PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c
 2021-09-24 14:43 UTC  (6+ messages)

[PATCH v2 1/2] gpio: tegra: add multiple interrupt support
 2021-09-24 14:37 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 2/2] arm64: tegra: GPIO Interrupt entries

[PATCH] scs: Release kasan vmalloc poison in scs_free process
 2021-09-24 14:35 UTC  (4+ messages)

[PATCH v2 0/3] mfd: Ensure DT compatibles have SPI device IDs
 2021-09-24 14:33 UTC  (4+ messages)
` [PATCH v2 1/3] mfd: altr_a10sr: Add SPI device ID table
` [PATCH v2 2/3] mfd: cpcap: "
` [PATCH v2 3/3] mfd: sprd: "

[PATCH v5 1/2] pwm: Introduce single-PWM of_xlate function
 2021-09-24 14:30 UTC  (3+ messages)

[PATCH] proc: Disable /proc/$pid/wchan
 2021-09-24 14:26 UTC  (9+ messages)

[PATCH v3 1/3] arm64: dts: renesas: r8a779a0: Add DU support
 2021-09-24 14:23 UTC  (5+ messages)
  ` [PATCH v3.1 "

[PATCH 5.14 000/100] 5.14.8-rc1 review
 2021-09-24 14:21 UTC  (2+ messages)

[PATCH] tpm: fix potential NULL pointer access in tpm_del_char_device()
 2021-09-24 14:20 UTC  (8+ messages)
  ` Aw: "

[PATCH 0/2] tracing: Have trace_pid_list be a sparse array
 2021-09-24 14:18 UTC  (6+ messages)

[PATCH] mm/userfaultfd: selftests: Fix memory corruption with thp enabled
 2021-09-24 14:14 UTC  (3+ messages)

[PATCH] mm/kfence: Null check is added for return value of addr_to_metadata
 2021-09-24 14:13 UTC  (2+ messages)

[PATCH 5.10 00/63] 5.10.69-rc1 review
 2021-09-24 14:12 UTC  (2+ messages)

[PATCH v3] vmpressure: wake up work only when there is registration event
 2021-09-24 14:11 UTC  (2+ messages)

[PATCH RESEND net] ice: Correctly deal with PFs that do not support RDMA
 2021-09-24 14:10 UTC  (2+ messages)

[Issue] timer callback registered with mod_timer is getting called beforetime
 2021-09-24 14:04 UTC  (3+ messages)
    `  "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-24 14:04 UTC  (3+ messages)
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH 5.4 00/50] 5.4.149-rc1 review
 2021-09-24 14:03 UTC  (2+ messages)

[PATCH] imx: soc: Select REGMAP_MMIO
 2021-09-24 14:01 UTC 

Linux Next cannot build on Ubuntu 1604 and 1804
 2021-09-24 14:01 UTC  (2+ messages)

[v3,5/9] dt-bindings: pinctrl: update bindings for MT7986 SoC
 2021-09-24 13:59 UTC  (3+ messages)
` [v4,5/9] "

[PATCH 4.19 00/34] 4.19.208-rc1 review
 2021-09-24 13:57 UTC  (2+ messages)

[PATCH] iommu/dart: Clear sid2group entry when a group is freed
 2021-09-24 13:57 UTC  (2+ messages)

[PATCH 1/3 v2] clocksource/drivers/fttmr010: Be stricter on IRQs
 2021-09-24 13:56 UTC  (4+ messages)

[PATCH 0/2] drm/vc4: hdmi: Get rid of encoder->crtc, take 2
 2021-09-24 13:55 UTC  (3+ messages)
` [PATCH 1/2] drm/vc4: hdmi: Check the device state in prepare()
` [PATCH 2/2] drm/vc4: hdmi: Remove drm_encoder->crtc usage

[PATCH 4.14 00/27] 4.14.248-rc1 review
 2021-09-24 13:55 UTC  (2+ messages)

[PATCH v10] Bluetooth: btusb: Add support using different nvm for variant WCN6855 controller
 2021-09-24 13:54 UTC  (3+ messages)

[PATCH 4.9 00/26] 4.9.284-rc1 review
 2021-09-24 13:52 UTC  (2+ messages)

[PATCH] media: rcar-vin: add G/S_PARM ioctls
 2021-09-24 13:51 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 4.4 00/23] 4.4.285-rc1 review
 2021-09-24 13:50 UTC  (2+ messages)

[PATCH 1/3] mm: Make generic arch_is_kernel_initmem_freed() do what it says
 2021-09-24 13:48 UTC  (3+ messages)
` [PATCH 2/3] powerpc: Use generic version of arch_is_kernel_initmem_freed()
` [PATCH 3/3] s390: "

[PATCH 0/4] spi: cadence-quadspi: Add Xilinx Versal OSPI support
 2021-09-24 13:44 UTC  (7+ messages)
` [PATCH 1/4] firmware: xilinx: Add OSPI Mux selection support

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2021-09-24 13:40 UTC  (3+ messages)
` [PATCH] [v16] wireless: Initial driver submission for pureLiFi LiFi Station

[PATCH] clk: samsung: describe drivers in KConfig
 2021-09-24 13:36 UTC 

[PATCH] i2c: exynos: describe drivers in KConfig
 2021-09-24 13:35 UTC 

[PATCH] iio: adc: exynos: describe drivers in KConfig
 2021-09-24 13:35 UTC 

[PATCH] firmware: arm_sdei: pass sdei_api_event_register right parameters
 2021-09-24 13:34 UTC  (2+ messages)

[PATCH] interconnect: samsung: describe drivers in KConfig
 2021-09-24 13:34 UTC 

[PATCH v4] watchdog: add new parameter to start the watchdog on module insertion
 2021-09-24 13:35 UTC 


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