linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 12:03:23 to 2020-11-13 14:20:02 UTC [more...]

[PATCH v2] firmware: arm_scmi: fix missing destroy_workqueue()
 2020-11-13 14:19 UTC  (2+ messages)

[PATCH 0/8] linker-section array fix and clean ups
 2020-11-13 14:18 UTC  (5+ messages)

[PATCH RFC] checkpatch: add new cases to commit handling
 2020-11-13 14:17 UTC  (4+ messages)

[PATCH 2/2] uio: pruss: use devm_clk_get() for clk init
 2020-11-13 14:17 UTC  (2+ messages)

[PATCH] sysctl: move local variable in proc_do_large_bitmap() to proper scope
 2020-11-13 14:17 UTC  (3+ messages)

[PATCH v4 0/3] arm64: cppc: add FFH support using AMUs
 2020-11-13 14:16 UTC  (10+ messages)
` [PATCH v4 1/3] arm64: wrap and generalise counter read functions
` [PATCH v4 2/3] arm64: split counter validation function
` [PATCH v4 3/3] arm64: implement CPPC FFH support using AMUs

[PATCH 0/3] platform/chrome: cros_ec_typec: Add plug and plug altmodes
 2020-11-13 14:13 UTC  (2+ messages)

[PATCH] mm/page_counter: use page_counter_read in page_counter_set_max
 2020-11-13 14:10 UTC 

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-13 14:06 UTC  (8+ messages)
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH] lib: vsprintf: Avoid 32-bit truncation in vsscanf number parsing
 2020-11-13 14:00 UTC  (5+ messages)

[v10] i2c: imx: support slave mode for imx I2C driver
 2020-11-13 13:59 UTC  (2+ messages)

[PATCH v1 0/4] Add AHCI support for Tegra186
 2020-11-13 13:59 UTC  (7+ messages)
` [PATCH v1 1/4] dt-bindings: ata: tegra: Convert binding documentation to YAML

[PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk
 2020-11-13 13:58 UTC  (2+ messages)

[PATCH] checkpatch: fix typo and remove duplicate word
 2020-11-13 13:57 UTC 

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-13 13:56 UTC  (10+ messages)

[PATCH v2 0/3] media: i2c: Introduce driver for the TW9900 decoder
 2020-11-13 13:44 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix
` [PATCH v2 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900
` [PATCH v2 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder

[PATCH 00/40] [Set 7] Rid W=1 warnings from GPU
 2020-11-13 13:49 UTC  (41+ messages)
` [PATCH 01/40] drm/amd/include/vega10_ip_offset: Mark _BASE structs as __maybe_unused
` [PATCH 02/40] drm/amd/display/dc/core/dc_link_dp: Move DP_VGA_LVDS_CONVERTER_ID_{2,3} to where they're used
` [PATCH 03/40] drm/amd/display/dc/core/dc_link_ddc: Move DP_DVI_CONVERTER_ID_{4,5} "
` [PATCH 04/40] drm/amd/amdgpu/amdgpu_drv: Move 'amdgpu_info_ioctl()'s prototype to shared header
` [PATCH 05/40] drm/amd/amdgpu/amdgpu_ring: Fix misnaming of param 'max_dw'
` [PATCH 06/40] drm/msm/adreno/a6xx_gpu: Staticise local function 'a6xx_idle'
` [PATCH 07/40] drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member description
` [PATCH 08/40] drm/amd/amdgpu/amdgpu_ib: Fix some incorrect/incomplete function documentation
` [PATCH 09/40] drm/mediatek/mtk_drm_crtc: Demote seriously out-of-date struct header
` [PATCH 10/40] drm/mediatek/mtk_drm_drv: Staticise local function invoked by reference
` [PATCH 11/40] drm/amd/amdgpu/amdgpu_pll: Fix kernel-doc formatting, missing and extra params
` [PATCH 12/40] drm/pl111/pl111_display: Make local function static
` [PATCH 13/40] drm/panel/panel-tpo-tpg110: Correct misnaming and supply missing param description
` [PATCH 14/40] drm/meson/meson_venc: Make local function 'meson_venc_hdmi_get_dmt_vmode' static
` [PATCH 15/40] drm/lima/lima_drv: Demote kernel-doc formatting abuse
` [PATCH 16/40] drm/amd/amdgpu/amdgpu_sync: Fix misnamed, missing and extra param descriptions
` [PATCH 17/40] drm/meson/meson_vclk: Make two local functions static
` [PATCH 18/40] drm/mediatek/mtk_dpi: Remove unused struct definition 'mtk_dpi_encoder_funcs'
` [PATCH 19/40] drm/amd/amdgpu/amdgpu_vram_mgr: Add missing descriptions for 'dev' and 'dir'
` [PATCH 20/40] drm/pl111/pl111_debugfs: Make local function 'pl111_debugfs_regs()' static
` [PATCH 21/40] drm/amd/amdgpu/amdgpu_virt: Make local function 'amdgpu_virt_update_vf2pf_work_item()' static
` [PATCH 22/40] drm/amd/amdgpu/amdgpu_sched: Consume our own header containing prototypes
` [PATCH 23/40] drm/lima/lima_sched: Remove unused and unnecessary variable 'ret'
` [PATCH 24/40] drm/amd/amdgpu/amdgpu_ids: Supply missing docs for 'id' and 'vmhub'
` [PATCH 25/40] drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formatting
` [PATCH 26/40] drm/amd/amdgpu/amdgpu_gmc: Demote one and fix another function header
` [PATCH 27/40] drm/amd/amdgpu/amdgpu_ras: Remove unused function 'amdgpu_ras_error_cure'
` [PATCH 28/40] drm/amd/amdgpu/amdgpu_ras: Make local function 'amdgpu_ras_error_status_query' static
` [PATCH 29/40] drm/amd/amdgpu/amdgpu_csa: Remove set but unused variable 'r'
` [PATCH 30/40] drm/amd/amdgpu/amdgpu_vm_cpu: Fix 'amdgpu_vm_cpu_prepare()'s doc-rot
` [PATCH 31/40] drm/amd/amdgpu/amdgpu_vm_sdma: Fix 'amdgpu_vm_sdma_prepare()'s doc-rot
` [PATCH 32/40] drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()' static
` [PATCH 33/40] drm/drm_dp_mst_topology: Remove set but never used variable 'len'
` [PATCH 34/40] drm/msm/disp/mdp5/mdp5_ctl: Demote non-conformant kernel-doc headers
` [PATCH 35/40] drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en,dis}able()' static
` [PATCH 36/40] drm/amd/amdgpu/amdgpu_fw_attestation: Consume our own header containing prototypes
` [PATCH 37/40] drm/amd/amdgpu/smu_v11_0_i2c: Provide descriptions for 'control' and 'data' params
` [PATCH 38/40] drm/msm/disp/dpu1/dpu_core_perf: Remove set but unused variable 'dpu_cstate'
` [PATCH 39/40] drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variables
` [PATCH 40/40] drm/amd/amdgpu/gfx_v7_0: Remove unused struct definition

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-13 13:52 UTC  (8+ messages)
` REGRESSION: "
      ` iommu/vt-d: Cure VF irqdomain hickup

[PATCH] ipv6: remove unused function ipv6_skb_idev()
 2020-11-13 13:50 UTC 

[PATCH] highmem: fix highmem for xtensa
 2020-11-13 13:50 UTC  (3+ messages)

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-11-13 13:47 UTC  (13+ messages)
` [PATCH RFC 01/12] vhost-vdpa: add support for vDPA blk devices
` [PATCH RFC 02/12] vdpa: split vdpasim to core and net modules
` [PATCH RFC 03/12] vdpa_sim: remove hard-coded virtq count
` [PATCH RFC 04/12] vdpa: add vdpa simulator for block device
` [PATCH RFC 05/12] vdpa_sim: remove the limit of IOTLB entries
` [PATCH RFC 06/12] vdpa_sim: add struct vdpasim_device to store device properties
` [PATCH RFC 07/12] vdpa_sim: move config management outside of the core
` [PATCH RFC 08/12] vdpa_sim: use kvmalloc to allocate vdpasim->buffer
` [PATCH RFC 09/12] vdpa_sim: make vdpasim->buffer size configurable
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov
` [PATCH RFC 11/12] vringh: allow vringh_iov_xfer() to skip bytes when ptr is NULL
` [PATCH RFC 12/12] vdpa_sim_blk: implement ramdisk behaviour

[PATCH] checkpatch: fix typo and remove duplicate word
 2020-11-13 13:48 UTC  (3+ messages)

[PATCH 0/8] arm/arm64: dts: Use generic "ngpios" rather than "snps,nr-gpios"
 2020-11-13 13:48 UTC  (8+ messages)
` [PATCH 1/8] arm64: dts: socfpga: "
` [PATCH 5/8] arm64: dts: agilex: "
` [PATCH 8/8] ARM: dts: socfgpa: "

[PATCH 0/5] perf/mm: Fix PERF_SAMPLE_*_PAGE_SIZE
 2020-11-13 13:44 UTC  (8+ messages)
` [PATCH 1/5] mm/gup: Provide gup_get_pte() more generic
` [PATCH 2/5] mm: Introduce pXX_leaf_size()
` [PATCH 3/5] perf/core: Fix arch_perf_get_page_size()
` [PATCH 4/5] arm64/mm: Implement pXX_leaf_size() support
` [PATCH 5/5] sparc64/mm: "

[PATCH] x86/dumpstack: make show_trace_log_lvl() static
 2020-11-13 13:39 UTC 

[PATCH v4] kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirq
 2020-11-13 13:42 UTC  (5+ messages)

[PATCH v2 1/1] mfd: stmfx: fix dev_err_probe call in stmfx_chip_init
 2020-11-13 13:37 UTC  (2+ messages)

[PATCH v2] doc:it_IT: align Italian documentation
 2020-11-13 13:36 UTC 

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-13 13:32 UTC  (15+ messages)

[PATCH] Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"
 2020-11-13 13:31 UTC  (2+ messages)

[GIT PULL] bootconfig: Extend the magic check range to the preceding 3 bytes
 2020-11-13 13:29 UTC 

[PATCH 0/3 v6] ftrace: Add access to function arguments for all callbacks
 2020-11-13 13:26 UTC  (6+ messages)
` [PATCH 3/3 v6] livepatch: Use the default ftrace_ops instead of REGS when ARGS is available

[PATCH v3] power: suspend: Move dpm_watchdog to suspend.c and enhance it
 2020-11-13 13:27 UTC  (2+ messages)

[PATCH] pinctrl: at91-pio4: add support for fewer lines on last PIO bank
 2020-11-13 13:24 UTC 

[GIT PULL] pin control fixes for the v5.10 series
 2020-11-13 13:22 UTC 

[PATCH] fs/kernfs: remove the double check of dentry->inode
 2020-11-13 13:21 UTC 

ERROR: modpost: "mac_pton" undefined!
 2020-11-13 13:19 UTC  (4+ messages)

[PATCH] usb: core: Null deref in kernel with USB webcams
 2020-11-13 13:18 UTC  (7+ messages)

[PATCH] usb-serial: support NAL Research Corporation Iridium modems
 2020-11-13 13:17 UTC  (2+ messages)

phy-qcom-usb-ss.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-13 13:15 UTC 

[PATCH RESEND 0/4] regulator: debugging and fixing supply deps
 2020-11-13 13:16 UTC  (3+ messages)
` [PATCH RESEND 2/4] regulator: debug early supply resolving

[PATCH 0/2] nvme-pic: improve max I/O queue handling
 2020-11-13 13:15 UTC  (5+ messages)

[GIT PULL] GPIO fixes for the v5.10 series
 2020-11-13 13:11 UTC 

[PATCH] MIPS: reserve the memblock right after the kernel
 2020-11-13 13:09 UTC  (11+ messages)

[PATCH V3 0/5] arm64: dts: ti: Cleanup mix of "okay" and "disabled"
 2020-11-13 13:07 UTC  (2+ messages)

[RESEND PATCH] arm64: dts: ti: k3-j7200-mcu-wakeup: Enable ADC support
 2020-11-13 13:06 UTC  (2+ messages)

dfl.c:undefined reference to `devm_ioremap'
 2020-11-13 13:06 UTC 

[RESEND][PATCH 1/2] arm-smmu-qcom: Ensure the qcom_scm driver has finished probing
 2020-11-13 13:05 UTC  (2+ messages)

csky-linux-ld: vdpa_sim.c:undefined reference to `mac_pton'
 2020-11-13 12:59 UTC 

#PF from NMI
 2020-11-13 12:53 UTC 

[PATCH net] net: marvell: prestera: fix error return code in prestera_pci_probe()
 2020-11-13 12:50 UTC  (2+ messages)

GIT PULL] arm64 fixes for -rc4
 2020-11-13 12:44 UTC  (2+ messages)
` [GIT "

[PATCH net-next] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO
 2020-11-13 12:38 UTC  (5+ messages)
`  "
  ` [PATCH net-next V3] "
    ` [PATCH net-next V4] "

[PATCH][next] drm/kmb: fix potential integer overflow on multiplication
 2020-11-13 12:37 UTC 

[PATCH v2] libfs: fix error cast of negative value in simple_attr_write()
 2020-11-13 12:35 UTC  (3+ messages)

[PATCH 1/1] mfd: stmfx: fix dev_err_probe call in stmfx_chip_init
 2020-11-13 12:28 UTC  (3+ messages)

[PATCH 0/2] Rename ioremap functions that include request_mem
 2020-11-13 12:28 UTC  (3+ messages)
` [PATCH 3/2] checkpatch: document the function renaming and deprecation around devm_ioremap_resource

[PATCH v5 1/1] sched/uclamp: add SCHED_FLAG_UTIL_CLAMP_RESET flag to reset uclamp
 2020-11-13 12:26 UTC  (7+ messages)

[PATCH] tipc: fix -Wstringop-truncation warnings
 2020-11-13 12:26 UTC  (2+ messages)

[PATCH 1/3] net: mac80211: use core API for updating TX stats
 2020-11-13 12:25 UTC  (4+ messages)
` [PATCH v2 1/3] net: mac80211: use core API for updating TX/RX stats

[RFC PATCH kernel 0/2] irq: Add reference counting to IRQ mappings
 2020-11-13 12:06 UTC  (3+ messages)
` [RFC PATCH kernel 2/2] powerpc/pci: Remove LSI mappings on device teardown

[PATCH net] Bluetooth: Fix potential null pointer dereference in create_le_conn_complete
 2020-11-13 11:39 UTC 

[PATCH net] devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
 2020-11-13 11:59 UTC  (3+ messages)

[PATCH] hwmon: fix corsair-psu fan rpm calculation
 2020-11-13 12:19 UTC 

[PATCH v3 0/5] cleanup page poisoning
 2020-11-13 12:17 UTC  (7+ messages)
` [PATCH v3 2/5] mm, page_poison: use static key more efficiently
` [PATCH v3 3/5] kernel/power: allow hibernation with page_poison sanity checking

[PATCH v3] Documentation: scheduler: fix information on arch SD flags, sched_domain and sched_debug
 2020-11-13 11:50 UTC 

[PATCH 00/19] rcu/nocb: De-offload and re-offload support v4
 2020-11-13 12:13 UTC  (20+ messages)
` [PATCH 01/19] rcu/nocb: Turn enabled/offload states into a common flag
` [PATCH 02/19] rcu/nocb: Provide basic callback offloading state machine bits
` [PATCH 03/19] rcu/nocb: Always init segcblist on CPU up
` [PATCH 04/19] rcu/nocb: De-offloading CB kthread
` [PATCH 05/19] rcu/nocb: Don't deoffload an offline CPU with pending work
` [PATCH 06/19] rcu/nocb: De-offloading GP kthread
` [PATCH 07/19] rcu/nocb: Re-offload support
` [PATCH 08/19] rcu/nocb: Shutdown nocb timer on de-offloading
` [PATCH 09/19] rcu: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLY
` [PATCH 10/19] rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloading
` [PATCH 11/19] rcu/nocb: Only cond_resched() from actual offloaded batch processing
` [PATCH 12/19] rcu/nocb: Process batch locally as long as offloading isn't complete
` [PATCH 13/19] rcu/nocb: Locally accelerate callbacks "
` [PATCH 14/19] tools/rcutorture: Support nocb toggle in TREE01
` [PATCH 15/19] rcutorture: Remove weak nocb declarations
` [PATCH 16/19] rcutorture: Export nocb (de)offloading functions
` [PATCH 17/19] cpu/hotplug: Add lockdep_is_cpus_held()
` [PATCH 18/19] timer: Add timer_curr_running()
` [PATCH 19/19] rcu/nocb: Detect unsafe checks for offloaded rdp

[PATCH 0/2] Add missing nodes and refresh defconfig for Ingenic SoCs based boards
 2020-11-13 12:12 UTC  (5+ messages)
` [PATCH 1/2] MIPS: Ingenic: Add missing nodes for Ingenic SoCs and boards

[PATCH] spi: imx: enable runtime pm support
 2020-11-13 12:04 UTC  (4+ messages)

INFO: task can't die in nbd_ioctl
 2020-11-13 12:10 UTC  (4+ messages)

[PATCH v2 0/2] xor-neon: Remove GCC warn & pragmas
 2020-11-13 11:59 UTC  (6+ messages)
` [PATCH v2 1/2] arm: lib: xor-neon: remove unnecessary GCC < 4.6 warning

[PATCH 5/5] mm: slub: Convert sysfs sprintf family to sysfs_emit/sysfs_emit_at
 2020-11-13 12:10 UTC  (2+ messages)
` [mm] b6efe2fcc4: BUG:kernel_NULL_pointer_dereference,address

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-13 12:00 UTC  (8+ messages)
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH V3] arm64/mm: Validate hotplug range before creating linear mapping
 2020-11-13 11:27 UTC  (2+ messages)

[PATCH v9 0/3] Drivers: hv: vmbus: vmbus_requestor data structure for VMBus hardening
 2020-11-13 11:33 UTC  (7+ messages)
` [PATCH v9 1/3] Drivers: hv: vmbus: Add "
` [PATCH v9 2/3] scsi: storvsc: Use vmbus_requestor to generate transaction IDs "
` [PATCH v9 3/3] hv_netvsc: "

[PATCH 1/3] input: sc27xx: Add support for sc2730 and sc2721
 2020-11-13 11:34 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: input: Convert sc27xx-vibra.txt to json-schema
` [PATCH 3/3] dt-bindings: input: Add compatible string for SC2721 and SC2730

[PATCH 0/6] KVM: x86: KVM_SET_SREGS.CR4 bug fixes and cleanup
 2020-11-13 11:36 UTC  (2+ messages)

drivers/mmc/host/moxart-mmc.c:260:7: warning: variable 'dma_time' set but not used
 2020-11-13 11:37 UTC 

[PATCH v2 1/2] Documentation: scheduler: fix outdated information on arch SD flags and sched_domain
 2020-11-13 11:41 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation: scheduler: ask users to set sched_debug cmdline

[PATCH v3 net] net: udp: fix Fast/frag0 UDP GRO
 2020-11-13 12:15 UTC  (2+ messages)
` [net] 0b726f6b31: BUG:unable_to_handle_page_fault_for_address


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