linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 18:43:08 to 2021-04-01 19:54:44 UTC [more...]

[PATCH] ARM: Qualify enabling of swiotlb_init()
 2021-04-01 19:11 UTC  (8+ messages)

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-04-01 19:54 UTC  (6+ messages)
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[PATCH] alpha/kernel/traps: Use find_vma_intersection() in traps for setting si_code
 2021-04-01 19:51 UTC 

[PATCH v2 0/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-01 19:50 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 19:48 UTC  (3+ messages)
` [PATCH] Where we are for this patch?

[GIT PULL] KVM changes for Linux 5.12-rc6
 2021-04-01 19:48 UTC  (2+ messages)

[git pull] drm fixes for 5.12-rc6
 2021-04-01 19:48 UTC  (2+ messages)

[PATCH] psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files
 2021-04-01 19:47 UTC  (7+ messages)

[PATCH 0/5] 4.14 backports of fixes for "CoW after fork() issue"
 2021-04-01 19:47 UTC  (10+ messages)
` [PATCH 1/5] mm: reuse only-pte-mapped KSM page in do_wp_page()
` [PATCH 2/5] mm: do_wp_page() simplification
` [PATCH 3/5] mm: fix misplaced unlock_page in do_wp_page()
` [PATCH 4/5] userfaultfd: wp: add helper for writeprotect check
` [PATCH 5/5] mm/userfaultfd: fix memory corruption due to writeprotect

[RFC PATCH v1 0/4] arm64: Implement stack trace reliability checks
 2021-04-01 19:47 UTC  (10+ messages)
  ` [RFC PATCH v1 1/4] arm64: Implement infrastructure for "
  ` [RFC PATCH v1 3/4] arm64: Detect FTRACE cases that make the stack trace unreliable

[PATCH v6 00/10] libperf and arm64 userspace counter access support
 2021-04-01 19:45 UTC  (6+ messages)
` [PATCH v6 02/10] arm64: perf: Enable PMU counter direct access for perf event

ASM2142: Transfer event TRB DMA ptr not part of current TD ep_index 6 comp_code 13
 2021-04-01 19:41 UTC  (2+ messages)

[PATCH 1/9] dt-bindings: clk: qcom: Add bindings for MSM8994 GCC driver
 2021-04-01 19:39 UTC  (6+ messages)
` [PATCH 9/9] clk: qcom: gcc-msm8994: Add a quirk for a different SDCC configuration

[PATCH v4 0/5] clk: ti: add am33xx spread spectrum clock support
 2021-04-01 19:37 UTC  (6+ messages)
` [PATCH v4 1/5] clk: ti: fix typo in routine description
` [PATCH v4 2/5] dt-bindings: ti: dpll: add spread spectrum support
` [PATCH v4 3/5] ARM: dts: am33xx-clocks: "
` [PATCH v4 4/5] ARM: dts: am43xx-clocks: "
` [PATCH v4 5/5] clk: ti: add am33xx/am43xx spread spectrum clock support

[PATCH v6 1/7] powercap/drivers/dtpm: Encapsulate even more the code
 2021-04-01 19:37 UTC  (9+ messages)
` [PATCH v6 2/7] powercap/drivers/dtpm: Create a registering system
` [PATCH v6 3/7] powercap/drivers/dtpm: Simplify the dtpm table
` [PATCH v6 4/7] powercap/drivers/dtpm: Use container_of instead of a private data field
` [PATCH v6 5/7] powercap/drivers/dtpm: Scale the power with the load
` [PATCH v6 6/7] powercap/drivers/dtpm: Export the symbols for the modules
` [PATCH v6 7/7] powercap/drivers/dtpm: Allow dtpm node device creation through configfs

[PATCH 1/2] x86/sgx: Do not update sgx_nr_free_pages in sgx_setup_epc_section()
 2021-04-01 19:32 UTC  (3+ messages)
` [PATCH 2/2] x86/sgx: Add sgx_nr_{all, free}_pages to the debugfs

[PATCH] usb: isp1301-omap: Add missing gpiod_add_lookup_table function
 2021-04-01 19:20 UTC  (2+ messages)

[PATCH v4 0/3] sched/fair: load-balance vs capacity margins
 2021-04-01 19:30 UTC  (4+ messages)
` [PATCH v4 1/3] sched/fair: Ignore percpu threads for imbalance pulls
` [PATCH v4 2/3] sched/fair: Clean up active balance nr_balance_failed trickery
` [PATCH v4 3/3] sched/fair: Introduce a CPU capacity comparison helper

[RFC] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-01 19:21 UTC  (7+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-04-01 19:21 UTC  (5+ messages)
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap

[syzbot] WARNING in mntput_no_expire (2)
 2021-04-01 19:11 UTC  (8+ messages)

[PATCH] ARM: OMAP: Fix use of possibly uninitialized irq variable
 2021-04-01 19:05 UTC  (2+ messages)

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-01 19:04 UTC  (3+ messages)

[PATCH] ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power
 2021-04-01 18:55 UTC  (2+ messages)

[PATCH] drm/msm: Drop mm_lock in scan loop
 2021-04-01 18:45 UTC 

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-01 18:37 UTC 

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-01 18:31 UTC  (10+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests

[PATCH 0/5] 4.19 backports of fixes for "CoW after fork() issue"
 2021-04-01 18:21 UTC  (6+ messages)
` [PATCH 1/5] mm: reuse only-pte-mapped KSM page in do_wp_page()
` [PATCH 2/5] mm: do_wp_page() simplification
` [PATCH 3/5] mm: fix misplaced unlock_page in do_wp_page()
` [PATCH 4/5] userfaultfd: wp: add helper for writeprotect check
` [PATCH 5/5] mm/userfaultfd: fix memory corruption due to writeprotect

[PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues
 2021-04-01 18:15 UTC  (4+ messages)

[PATCH 0/3] Adjust contacts for Dell drivers
 2021-04-01 16:22 UTC  (3+ messages)
` [PATCH 1/3] MAINTAINERS: Adjust Dell drivers to email alias
` [PATCH 2/3] MAINTAINERS: Add missing section for alienware-wmi driver

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-04-01 18:09 UTC  (6+ messages)
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map

[PATCH net] atl1c: move tx cleanup processing out of interrupt
 2021-04-01 17:32 UTC 

[PATCH 00/32] Fix broken documentation file references
 2021-04-01 19:18 UTC  (8+ messages)
` [PATCH 02/32] MAINTAINERS: update ste,mcde.yaml reference
` [PATCH 24/32] MAINTAINERS: update imi,rdacm2x-gmsl.yaml reference
` [PATCH 31/32] Documentation: update sysfs-platform_profile.rst reference
    ` [External] "

[PATCH] init: add support for zstd compressed modules
 2021-04-01 19:18 UTC 

[PATCH v14 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-01 19:17 UTC  (2+ messages)

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-01 19:16 UTC  (6+ messages)
` [PATCH v4 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH] iio: adc: stm32-dfsdm: drop __func__ while using Dynamic debug
 2021-04-01 18:05 UTC  (2+ messages)

[PATCH -next] IB/srpt: Fix passing zero to 'PTR_ERR'
 2021-04-01 19:13 UTC  (2+ messages)

[PATCH] audit: drop /proc/PID/loginuid documentation Format field
 2021-04-01 19:10 UTC 

[PATCH v2 0/6] Add support for Actions Semi Owl socinfo
 2021-04-01 17:57 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: reserved-memory: Add Owl SoC serial number binding
` [PATCH v2 2/6] dt-bindings: soc: actions: Add Actions Semi Owl socinfo binding

WARNING in ieee802154_del_seclevel
 2021-04-01 13:30 UTC  (3+ messages)
` [syzbot] "

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-01 18:32 UTC  (11+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 05/10] mm/migrate: demote pages during reclaim
` [PATCH 06/10] mm/vmscan: add page demotion counter
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH 08/10] mm/vmscan: Consider anonymous pages without swap
` [PATCH 09/10] mm/vmscan: never demote for memcg reclaim
` [PATCH 10/10] mm/migrate: new zone_reclaim_mode to enable reclaim migration

[PATCH v3 0/3] Introduce the for_each_set_nbits macro
 2021-04-01 17:50 UTC  (9+ messages)
` [PATCH v3 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH] torture: Correctly fetch CPUs for kvm-build.sh with all native language
 2021-04-01 18:51 UTC  (2+ messages)

[PATCH 0/2] soundwire: bus: handle errors in clock stop/start sequences
 2021-04-01 18:43 UTC  (8+ messages)
` [PATCH 1/2] soundwire: add macro to selectively change error levels

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-04-01 18:44 UTC  (7+ messages)

Fix hibernation in FIPS mode?
 2021-04-01 18:26 UTC  (13+ messages)

[PATCH 0/3] Use pr_crit() instead of long fancy messages
 2021-04-01 11:28 UTC  (5+ messages)
` [PATCH 2/3] tracing: "

[PATCH 1/2] ASoC: codecs: lpass-tx-macro: set npl clock rate correctly
 2021-04-01 16:15 UTC  (2+ messages)

[PATCH 0/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-01 18:47 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v2 1/2] iommu: Statically set module owner
 2021-04-01 13:56 UTC  (2+ messages)
` [PATCH v2 2/2] iommu: Streamline registration interface

Backporting to v5.6: fd258dc4442c ("x86/mce: Add Skylake quirk for patrol scrub reported errors")
 2021-04-01 18:38 UTC  (3+ messages)

[PATCH] PCI: merge slot and bus reset implementations
 2021-04-01 12:27 UTC  (2+ messages)

[PATCH] linux/spi: Remove repeated struct declaration
 2021-04-01 16:15 UTC  (2+ messages)

[PATCH v14 0/6] Add NUMA-awareness to qspinlock
 2021-04-01 15:31 UTC  (5+ messages)
` [PATCH v14 1/6] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v14 2/6] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v14 5/6] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
` [PATCH v14 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA

[PATCH v1] arm64: dts: qcom: sm8350: Add support for PRNG EE
 2021-04-01 11:26 UTC  (2+ messages)

[PATCH] iio: adc: bcm_iproc_adc: Use %s and __func__
 2021-04-01 15:05 UTC  (5+ messages)

[PATCH 1/1] ASoC: intel, keembay-i2s: Fix a dt_binding_check warning
 2021-04-01 16:15 UTC  (2+ messages)

[PATCH] ASoC: Intel: Fix a typo
 2021-04-01 16:15 UTC  (2+ messages)

Race condition in Kernel
 2021-04-01 16:27 UTC  (3+ messages)

[PATCH v2] dmaengine: k3dma: use the correct HiSilicon copyright
 2021-04-01 11:50 UTC 

[PATCH v2] phy: hisilicon: Use the correct HiSilicon copyright
 2021-04-01 12:02 UTC 

[PATCH RESEND 0/3] x86/sgx: eextend ioctl
 2021-04-01 18:40 UTC  (6+ messages)

[PATCH v2 0/5] iio: Add output buffer support
 2021-04-01 15:00 UTC  (4+ messages)
` [PATCH v2 1/5] iio: Documentation: update definitions for bufferY and scan_elements

[PATCH] arm64: dts: qcom: sm8350: Add interconnects
 2021-04-01 11:32 UTC 

[PATCH v3 0/2] audit: add documentation for /proc/PID/stable interfaces
 2021-04-01 13:48 UTC  (3+ messages)
` [PATCH v3 1/2] audit: document /proc/PID/loginuid

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-04-01 18:32 UTC  (7+ messages)
` [PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library

[PATCH v2 0/8] CXL Port Enumeration
 2021-04-01 14:31 UTC  (3+ messages)
` [PATCH v2 3/8] cxl/core: Rename bus.c to core.c
` [PATCH v2 5/8] cxl/acpi: Introduce ACPI0017 driver and cxl_root

[PATCH 2/3] dt-bindings: touchscreen: Add HY46XX bindings
 2021-04-01 18:37 UTC  (3+ messages)

[PATCH v2 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-04-01 15:31 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[bug report] node: Add memory-side caching attributes
 2021-04-01 14:06 UTC  (3+ messages)

[GIT PULL] sound fixes for 5.12-rc6
 2021-04-01 18:30 UTC  (2+ messages)

[PATCH] overflow: improve check_shl_overflow comment
 2021-04-01 16:06 UTC 

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-04-01 15:33 UTC  (11+ messages)
        ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races
              ` [PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
                ` [PATCH v3] mm,hwpoison: return -EHWPOISON "

[PATCH 0/7] drivers/base: remove kernel-doc warnings
 2021-04-01 14:13 UTC  (4+ messages)
` [PATCH 3/7] PM: runtime: "

[PATCH] power: reset: at91-reset: free resources on exit path
 2021-04-01 14:50 UTC  (4+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-01 14:08 UTC  (18+ messages)

[PATCH v7 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-04-01 16:03 UTC  (5+ messages)
` [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-01 14:31 UTC  (10+ messages)
` [PATCH 1/6] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH 2/6] KVM: nSVM: call nested_svm_load_cr3 on nested state load
` [PATCH 3/6] KVM: x86: introduce kvm_register_clear_available
` [PATCH 4/6] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
` [PATCH 5/6] KVM: nSVM: avoid loading PDPTRs after migration when possible
` [PATCH 6/6] KVM: nVMX: "

[PATCH v3 00/14] PCI/MSI: Getting rid of msi_controller, and other cleanups
 2021-04-01 11:27 UTC  (2+ messages)

[PATCH -next] RDMA/uverbs: Fix -Wunused-function warning
 2021-04-01 18:30 UTC  (2+ messages)

[PATCH] scripts: A new script for checking duplicate struct declaration
 2021-04-01 11:09 UTC 

[PATCH 00/30] media: atmel: atmel-isc: add support for xisc
 2021-04-01 11:27 UTC  (4+ messages)
` [PATCH 02/30] media: atmel: atmel-isc: specialize driver name constant
` [PATCH 04/30] media: atmel: atmel-isc: specialize max width and max height
` [PATCH 21/30] media: atmel: atmel-isc: create callback for DPC submodule product specific

[PATCH] soundwire: intel_init: test link->cdns
 2021-04-01 14:31 UTC  (3+ messages)

[PATCH v2] soundwire: qcom: wait for fifo space to be available before read/write
 2021-04-01 14:36 UTC  (2+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01 13:20 UTC  (9+ messages)
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH v1 0/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-04-01 18:26 UTC  (11+ messages)

[PATCH net-next] net: document a side effect of ip_local_reserved_ports
 2021-04-01 15:57 UTC 

[PATCH v3 0/4] MIPS: Remove get_fs/set_fs
 2021-04-01 12:56 UTC  (5+ messages)
` [PATCH v3 1/4] MIPS: kernel: Remove not needed set_fs calls
` [PATCH v3 2/4] MIPS: uaccess: Added __get/__put_kernel_nofault
` [PATCH v3 3/4] MIPS: uaccess: Remove get_fs/set_fs call sites
` [PATCH v3 4/4] MIPS: Remove get_fs/set_fs

[PATCH v2 0/6] clk: at91: updates for power management and dvfs
 2021-04-01 12:27 UTC  (2+ messages)
` [PATCH v2 6/6] clk: at91: clk-master: improve readability by using local variables

[PATCH v2 04/15] ACPI: table: replace __attribute__((packed)) by __packed
 2021-04-01 14:23 UTC  (5+ messages)

[PATCH V2 0/3] Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A
 2021-04-01 12:35 UTC  (3+ messages)
` [PATCH V2 1/3] pinctrl: qcom: spmi-gpio: Add support for four variants
` [PATCH V2 3/3] dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings to YAML

[PATCH] kernel: initialize cpumask before parsing
 2021-04-01 13:34 UTC  (2+ messages)

[PATCH] cifsd: use kfree to free memory allocated by kzalloc
 2021-04-01 13:36 UTC  (7+ messages)
  ` [Linux-cifsd-devel] "

[PATCH net-next 0/2] Enable 2.5Gbps speed for stmmac
 2021-04-01 15:10 UTC  (3+ messages)
` [PATCH net-next 1/2] net: stmmac: enable 2.5Gbps link speed

[PATCH v3 06/16] objtool: Fix static_call list generation
 2021-04-01 15:08 UTC  (2+ messages)
` [tip: x86/core] "

[PATCH 0/4] BCM2711's sdhci-iproc CMD timeouts
 2021-04-01 15:23 UTC  (7+ messages)
` [PATCH 4/4] ARM: dts: Fix-up EMMC2 controller's frequency

[PATCH v10 0/4] Add support for secure regions in NAND
 2021-04-01 15:19 UTC  (2+ messages)
` [PATCH v10 4/4] mtd: rawnand: qcom: Add missing nand_cleanup() in error path

[PATCH v3] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-04-01 14:06 UTC  (3+ messages)

[PATCH v4 0/2] add support for Waveshare 2inch LCD module
 2021-04-01 16:12 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: display: sitronix,st7789v-dbi: Add "
  ` [PATCH v4 2/2] dt-bindings: display: sitronix, st7789v-dbi: "

[PATCH] perf data: Add JSON export
 2021-04-01 13:18 UTC  (2+ messages)

[PATCH -next 1/3] mm/debug_vm_pgtable: Fix one comment mistake
 2021-04-01 14:41 UTC  (3+ messages)
` [PATCH -next 3/3] mm/debug_vm_pgtable: Remove useless pfn_pmd()


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