linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-04 15:17:37 to 2022-09-04 23:33:53 UTC [more...]

[PATCH/RFC 00/10 v5] Improve scalability of directory operations
 2022-09-04 23:33 UTC  (9+ messages)
` [PATCH 01/10] VFS: support parallel updates in the one directory

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-04 23:08 UTC  (2+ messages)

[PATCH v7 6/6] arm64: Enable perf events based hard lockup detector
 2022-09-04 22:57 UTC  (2+ messages)

[PATCH 1/1] [PATCH] net: rose: fix unregistered netdevice: waiting for rose0 to become free
 2022-09-04 22:48 UTC  (2+ messages)

arch/arm/mach-versatile/versatile.c:56:14: warning: no previous prototype for function 'mmc_status'
 2022-09-04 22:47 UTC 

[BUG] commit a8d302a0b77057568350fe0123e639d02dba0745 cause IO_PAGE_FAULT and a lot of errors
 2022-09-04 22:40 UTC  (4+ messages)

[PATCH 0/4] Add support for Toshiba TC358746
 2022-09-04 22:35 UTC  (3+ messages)
` [PATCH 3/4] media: dt-bindings: add bindings "

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-04 22:29 UTC  (6+ messages)

[PATCH v7 00/15] GSC support for XeHP SDV and DG2
 2022-09-04 22:26 UTC  (5+ messages)
` [PATCH v7 11/15] mei: gsc: setup gsc extended operational memory

[PATCH linux-next] tools: power: x86: intel_pstate_tracer: intel_pstate_tracer: Replace the relative path of the called grep with an absolute path
 2022-09-04 22:23 UTC  (2+ messages)

[PATCH V3] LoongArch: Add efistub booting support
 2022-09-04 21:59 UTC  (6+ messages)

[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-04 21:54 UTC 

[net PATCH] net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_data
 2022-09-04 21:53 UTC 

[PATCH 0/4] ARM: footbridge: cleanups
 2022-09-04 21:47 UTC  (5+ messages)

[PATCH v9 0/7] RISC-V IPI Improvements
 2022-09-04 21:45 UTC  (5+ messages)
` [PATCH v9 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations

[PATCH v2 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes
 2022-09-04 21:44 UTC  (4+ messages)

[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-04 21:41 UTC  (58+ messages)
` [PATCH v6 01/57] dyndbg: fix static_branch manipulation
` [PATCH v6 02/57] dyndbg: fix module.dyndbg handling
` [PATCH v6 03/57] dyndbg: show both old and new in change-info
` [PATCH v6 04/57] dyndbg: reverse module walk in cat control
` [PATCH v6 05/57] dyndbg: reverse module.callsite "
` [PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for "
` [PATCH v6 07/57] dyndbg: let query-modname override actual module name
` [PATCH v6 08/57] dyndbg: add test_dynamic_debug module
` [PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [PATCH v6 10/57] dyndbg: cleanup auto vars in dynamic_debug_init
` [PATCH v6 11/57] dyndbg: gather __dyndbg[] state into struct _ddebug_info
` [PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites
` [PATCH v6 13/57] dyndbg: add __pr_debug_cls for testing
` [PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` [PATCH v6 15/57] kernel/module: add __dyndbg_classes section
` [PATCH v6 16/57] dyndbg: add ddebug_attach_module_classes
` [PATCH v6 17/57] dyndbg: validate class FOO by checking with module
` [PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support
` [PATCH v6 19/57] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [PATCH v6 22/57] drm_print: condense enum drm_debug_category
` [PATCH v6 23/57] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [PATCH v6 24/57] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [PATCH v6 26/57] drm-print.h: include dyndbg header
` [PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v6 28/57] drm_print: refine drm_debug_enabled for jump-label
` [PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [PATCH v6 30/57] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v6 31/57] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v6 32/57] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV
` [PATCH v6 34/57] dyndbg: add _DPRINTK_FLAGS_ENABLED
` [PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE
` [PATCH v6 36/57] dyndbg: add write-events-to-tracefs code
` [PATCH v6 37/57] dyndbg: add 2 trace-events: drm_debug, drm_devdbg
` [PATCH v6 38/57] dyndbg: add 2 more trace-events: pr_debug, dev_dbg
` [PATCH v6 39/57] dyndbg/drm: POC add tracebits sysfs-knob
` [PATCH v6 40/57] dyndbg: abstraction macros for modname,function,filename fields
` [PATCH v6 41/57] dyndbg: split repeating columns to new struct _ddebug_site
` [PATCH v6 42/57] dyndbg: shrink lineno field by 2 bits
` [PATCH v6 43/57] dyndbg: add _index,_map to struct _ddebug
` [PATCH v6 44/57] dyndbg: extend __ddebug_add_module proto to allow packing sites
` [PATCH v6 45/57] dyndbg: de-duplicate sites
` [PATCH v6 46/57] dyndbg: drop site-> in add-module, more needed
` [PATCH v6 47/57] dyndbg: demote iter->site in _init
` [PATCH v6 48/57] dyndbg: add .gnu.linkonce slot in vmlinux.lds.h KEEPs
` [PATCH v6 49/57] dyndbg: add structs _ddebug_hdr, _ddebug_site_hdr
` [PATCH v6 50/57] dyndbg: count unique callsites
` [PATCH v6 51/57] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [PATCH v6 52/57] dyndbg: add DEFINE_DYNAMIC_DEBUG_TABLE, use it tacitly RFC
` [PATCH v6 53/57] dyndbg: add/use is_dyndbg_header then set _uplink
` [PATCH v6 54/57] dyndbg: add .gnu.linkonce. & __dyndbg* sections in module.lds.h
` [PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG
` [PATCH v6 56/57] dyndbg: work ddebug_map_site
` [PATCH v6 57/57] dyndbg: fiddle with readback value on LEVEL_NAMES types

[PATCH] usb: add quirks for Lenovo OneLink+ Dock
 2022-09-04 21:38 UTC  (7+ messages)

[net-next PATCH v2] net: dsa: qca8k: convert to regmap read/write API
 2022-09-04 21:34 UTC  (3+ messages)

[syzbot] WARNING in bpf_bprintf_prepare (2)
 2022-09-04 21:21 UTC 

[PATCH] mm: use mem_map_offset instead of mem_map_next
 2022-09-04 21:15 UTC  (4+ messages)

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-04 21:13 UTC  (9+ messages)
` [PATCH v5 04/18] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation

[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
 2022-09-04 21:10 UTC  (2+ messages)

[PATCH v12 00/10] cgroup/cpuset: cpu partition code fixes & enhancements
 2022-09-04 20:48 UTC  (2+ messages)

[PATCH] drm/print: cleanup coding style in drm_print.h
 2022-09-04 20:38 UTC 

[PATCH] blk-throttle: clean up codes that can't be reached
 2022-09-04 20:38 UTC  (3+ messages)

[v3 PATCH 1/1] gpio: exar: access MPIO registers on cascaded chips
 2022-09-04 20:25 UTC  (2+ messages)

[RFC PATCH v3 1/3] workqueue: Hold wq_pool_mutex while affining tasks to wq_unbound_cpumask
 2022-09-04 20:23 UTC  (5+ messages)
` [PATCH] workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex

Linux 6.0-rc4
 2022-09-04 20:22 UTC 

[PATCH v1 0/3] Get rid of devm_fwnode_get_[index_]gpiod_from_child()
 2022-09-04 20:14 UTC  (3+ messages)
` [PATCH v1 3/3] gpiolib: remove devm_fwnode_get_[index_]gpiod_from_child()

[PATCH] gpiolib: make fwnode_get_named_gpiod() static
 2022-09-04 20:12 UTC  (3+ messages)

[PATCH 00/12] riscv: Allwinner D1 platform support
 2022-09-04 20:10 UTC  (4+ messages)
` [PATCH 07/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree

[djbw-nvdimm:libnvdimm-pending 13/17] mapping.c:(.rodata.cst4+0x158): undefined reference to `dax_flush'
 2022-09-04 20:03 UTC 

[PATCH] iopoll: Introduce ioreadX_poll_timeout[_atomic]
 2022-09-04 19:59 UTC 

[PATCH v2 1/2] bindings: iio: adc: Add max11205 documentation file
 2022-09-04 19:49 UTC  (11+ messages)
` [PATCH v2 2/2] iio: adc: add max11205 adc driver

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-04 19:42 UTC  (2+ messages)

[PATCH] jffs2: correct logic when creating a hole in jffs2_write_begin
 2022-09-04 19:39 UTC  (4+ messages)

[PATCH] core_pattern: add CPU specifier
 2022-09-04 19:38 UTC  (3+ messages)

[PATCH net-next 0/9] DSA changes for multiple CPU ports (part 4)
 2022-09-04 19:34 UTC  (6+ messages)

[RESEND PATCH] arm64: defconfig: enable newer Qualcomm SoC sound drivers
 2022-09-04 19:32 UTC  (3+ messages)

[PATCH] drm/amdgpu: cleanup coding style in amdgpu_fence.c
 2022-09-04 19:31 UTC 

[PATCH] arm64: Remove d-cache clean operation at preserve_boot_args()
 2022-09-04 19:30 UTC 

[PATCH v2 00/10] misc: fastrpc: Add audiopd support
 2022-09-04 19:29 UTC  (3+ messages)
` [PATCH v2 03/10] dt-bindings: misc: fastrpc: Document memory-region property

[PATCH] pcmcia: Fix double word in comments
 2022-09-04 18:57 UTC  (2+ messages)

[PATCH] cgroup: add pids.peak interface for pids controller
 2022-09-04 19:27 UTC  (2+ messages)

[PATCH] staging: rtl8712: fix camelcase in UserPriority
 2022-09-04 19:24 UTC 

data-race in cgroup_get_tree / proc_cgroup_show
 2022-09-04 19:23 UTC  (5+ messages)
        ` [PATCH cgroup/for-6.1] cgroup: Remove data-race around cgrp_dfl_visible

[PATCH] arm64: dts: qcom: sc8280xp-pmics: Remove reg entry for pmc8280c_lpg node
 2022-09-04 19:22 UTC  (2+ messages)

[PATCH v2 3/3] iio: temperature: mlx90632 Change return value of sensor measurement channel
 2022-09-04 19:19 UTC  (5+ messages)

[PATCH] drm/amdgpu: cleanup coding style in amdgpu_drv.c
 2022-09-04 19:15 UTC 

[PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM
 2022-09-04 19:15 UTC  (4+ messages)
` [PATCH v2 3/9] dt-bindings: nvmem: Add SoC compatible for sm6115

[PATCH 08/14] dt-bindings: ufs: qcom: Add sm6115 binding
 2022-09-04 19:10 UTC  (4+ messages)

[PATCH 1/3] iio: temperature: mlx90632 Add runtime powermanagement modes
 2022-09-04 19:08 UTC  (7+ messages)

[PATCH v2 0/4] Introduce ClockworkPi CWD686 DRM panel driver
 2022-09-04 19:08 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: display: Add ClockworkPi CWD686 panel

[GIT PULL] KVM fixes for Linux 6.0-rc4
 2022-09-04 18:53 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.0-4 tag
 2022-09-04 18:53 UTC  (2+ messages)

Linux regressions report for mainline [2022-09-04]
 2022-09-04 18:42 UTC 

[PATCH] drm/amdgpu: cleanup coding style in amdgpu_sync.c file
 2022-09-04 18:33 UTC 

[Bisected] Disconnecting pendrive with opened files causes trouble on 6.0.0-rc3
 2022-09-04 18:28 UTC 

[PATCH v11 0/3] Add QCOM SNPS PHY overriding params support
 2022-09-04 18:16 UTC  (6+ messages)
` [PATCH v11 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters

[djbw-nvdimm:libnvdimm-pending 13/17] mapping.c:undefined reference to `dax_flush'
 2022-09-04 17:51 UTC 

Request to cherry-pick 20401d1058f3f841f35a594ac2fc1293710e55b9 to v5.10 and v5.4
 2022-09-04 17:38 UTC  (3+ messages)

[ammarfaizi2-block:tglx/devel/depthtracking 58/59] kernel/trace/trace_selftest.c:790:13: error: expected string literal before 'CALL_DEPTH_ACCOUNT'
 2022-09-04 17:30 UTC 

[PATCH] clk: iproc: Do not rely on node name for correct PLL setup
 2022-09-04 15:00 UTC  (2+ messages)

[PATCH 0/8] MT6795 Devicetrees and Sony Xperia M5
 2022-09-04 17:26 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: dma: mediatek,uart-dma: Add binding for MT6795 SoC

[PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths
 2022-09-04 17:24 UTC  (2+ messages)

[PATCH v3 0/2] Add support for the Pine64 PinePhone Pro phone
 2022-09-04 17:22 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Add support for rk3399 based eaidk-610
 2022-09-04 17:22 UTC  (2+ messages)

[PATCH v5 0/1] Add support for the Pine64 PinePhone Pro phone
 2022-09-04 17:22 UTC  (2+ messages)

[PATCH v5 0/5] RK3568 PCIe V3 support
 2022-09-04 17:22 UTC  (5+ messages)
` Aw: Re: [PATCH v5 5/5] arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro
  ` Aw: "
` (subset) [PATCH v5 0/5] RK3568 PCIe V3 support

[PATCH v2] arm64: dts: rockchip: Set RK3399-Gru PCLK_EDP to 24 MHz
 2022-09-04 17:22 UTC  (2+ messages)

[PATCH 0/3] Add support for the RK356x variant of the Inno CSI DPHY
 2022-09-04 17:22 UTC  (2+ messages)
` (subset) "

[PATCH] dmaengine: dw-edma: Remove runtime PM support
 2022-09-04 17:21 UTC  (3+ messages)

[PATCH v1 1/4] dmaengine: hsu: Finish conversion to managed resources
 2022-09-04 17:19 UTC  (2+ messages)

[RESEND PATCH v3 0/6] STM32 DMA-MDMA chaining feature
 2022-09-04 17:18 UTC  (2+ messages)

[RESEND PATCH v5 0/7] dmaengine: hisilicon: Add support for hisi dma driver
 2022-09-04 17:12 UTC  (2+ messages)

[PATCH v4 0/2] iio: Add single and double tap events support
 2022-09-04 16:38 UTC  (2+ messages)

A new null-ptr-deref Write bug in snd_pcm_format_set_silence
 2022-09-04 17:06 UTC  (3+ messages)

[PATCH v2] iio: Use per-device lockdep class for mlock
 2022-09-04 16:31 UTC  (3+ messages)

[PATCH 0/2] iio: adc: mcp320x: Add triggered buffer support
 2022-09-04 16:29 UTC  (5+ messages)
` [PATCH 2/2] iio: adc: mcp320x: add "

[PATCH v2 0/5] iio: adc: mcp320x: Add triggered buffer support
 2022-09-04 16:26 UTC  (9+ messages)
` [PATCH v2 1/5] iio: adc: mcp320x: use callbacks for RX conversion
` [PATCH v2 4/5] iio: adc: mcp320x: use device managed functions
` [PATCH v2 5/5] iio: adc: mcp320x: add triggered buffer support

[RESEND PATCH V1 XDMA 0/1] xilinx XDMA driver
 2022-09-04 16:56 UTC  (3+ messages)
` [RESEND PATCH V1 XDMA 1/1] dmaengine: xilinx: xdma: add xilinx xdma driver

[PATCH] ipmi: kcs_bmc: Avoid wasting some memory
 2022-09-04 16:56 UTC  (2+ messages)

[PATCH] efi: x86: Wipe setup_data on pure EFI boot
 2022-09-04 16:53 UTC 

[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
 2022-09-04 16:52 UTC  (11+ messages)

[PATCH] ipmi:ipmb: Fix double word in comments
 2022-09-04 16:40 UTC  (2+ messages)

[PATCH] iio:accel:kxcjk-1013: Fix comments typo
 2022-09-04 16:04 UTC  (2+ messages)

[PATCH v2 2/3] iio: temperature: mlx90632 Read sampling frequency
 2022-09-04 15:58 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in p9_req_put
 2022-09-04 16:31 UTC  (3+ messages)
` [PATCH 1/2] 9p: p9_client_create: use p9_client_destroy on failure

[PATCH] idxd: avoid deadlock in process_misc_interrupts()
 2022-09-04 16:28 UTC  (3+ messages)
` [PATCH v2] dmaengine: "

[PATCH 0/3] Add GPI DMA support for SM6350
 2022-09-04 16:23 UTC  (2+ messages)

[PATCH] nvdimm: Avoid wasting some memory
 2022-09-04 16:17 UTC  (4+ messages)

[PATCH V4 2/4] dmaengine: imx-sdma: support hdmi audio
 2022-09-04 16:16 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: arm,pl330: Add missing 'iommus' property
 2022-09-04 16:11 UTC  (2+ messages)

[PATCH] hwmon: (emc2305) Remove unused including <linux/version.h>
 2022-09-04 16:10 UTC  (2+ messages)

[PATCH v2 1/3] iio: magnetometer: yamaha-yas530: Use pointers as driver data
 2022-09-04 15:30 UTC  (2+ messages)

[PATCH v3 1/2] bindings: iio: accel: extend adxl313 documentation file
 2022-09-04 15:28 UTC  (4+ messages)
` [PATCH v3 2/2] drivers: iio: accel: adxl312 and adxl314 support

[PATCH v9 0/2] Add mmc driver for Sunplus SP7021 SOC
 2022-09-04 16:02 UTC  (3+ messages)
` [PATCH v9 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
` [PATCH v9 2/2] mmc: Add mmc driver "

[PATCH] agp/intel: Fix double word in comments
 2022-09-04 16:00 UTC 

[PATCH net v2] net/smc: fix listen processing for SMC-Rv2
 2022-09-04 15:58 UTC  (3+ messages)
` [PATCH net v4] net/smc: Fix possible access to freed memory in link clear

[PATCH] KVM: SVM: Replace kmap_atomic() with kmap_local_page()
 2022-09-04 15:54 UTC  (3+ messages)

[PATCH v2 1/5] dt-bindings: iio: adc: Add docs for LTC2499
 2022-09-04 15:09 UTC  (14+ messages)
` [PATCH v2 2/5] Add the LTC2496 MAINTAINERS entry
` [PATCH v2 4/5] drivers: iio: adc: LTC2499 support
` [PATCH v2 5/5] drivers: iio: adc: Rename the LTC2499 iio device

[leon-rdma:xfrm-next 42/44] drivers/net/ethernet/mellanox/mlx5/core/eq.c:579:43: error: 'MLX5_IPSEC_CAP_FULL_OFFLOAD' undeclared
 2022-09-04 15:42 UTC 

[PATCH 0/3] Add ARM SCMI Powercap driver
 2022-09-04 15:41 UTC  (4+ messages)
` [PATCH 1/3] powercap: arm_scmi: Add SCMI Powercap based driver

[PATCH v4] phy: rockchip-inno-usb2: Return zero after otg sync
 2022-09-04 15:23 UTC  (2+ messages)

[PATCH] pstore/zone: Use GFP_ATOMIC to allocate zone buffer
 2022-09-04 15:17 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).