All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-03 13:19:41 to 2021-03-03 13:52:25 UTC [more...]

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-03 13:31 UTC  (3+ messages)
` [PATCH v1 1/2] s390x/kvm: Get rid of legacy_s390_alloc()

[PATCH] spi: mediatek: Re-license MTK SPI driver as Dual MIT/GPL
 2021-03-03  9:02 UTC  (3+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-03 10:19 UTC  (5+ messages)
` [PATCH 4/5] net: page_pool: refactor dma_map into own function page_pool_dma_map

[PATCH v2] mm: memcontrol: fix kernel stack account
 2021-03-03 13:27 UTC  (3+ messages)
  ` [External] "

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-03 13:48 UTC  (3+ messages)
` [PATCH next v4 12/15] printk: introduce a kmsg_dump iterator

[PATCH v2] chardev: add nodelay option
 2021-03-03 13:51 UTC  (4+ messages)

[RESEND 00/53] Rid GPU from W=1 warnings
 2021-03-03 13:46 UTC  (63+ messages)
` [PATCH 01/53] drm/nouveau/nvkm/subdev/bios/init: Demote obvious abuse of kernel-doc
` [PATCH 02/53] drm/nouveau/dispnv50/disp: Remove unused variable 'ret'
` [PATCH 03/53] drm/msm/dp/dp_display: Remove unused variable 'hpd'
` [PATCH 04/53] drm/amd/display/dc/bios/command_table: Remove unused variable
` [PATCH 05/53] include: drm: drm_atomic: Make use of 'new_plane_state'
` [PATCH 06/53] drm/nouveau/nvkm/subdev/volt/gk20a: Demote non-conformant kernel-doc headers
` [PATCH 07/53] drm/amd/display/dc/bios/command_table: Remove unused variable and associated comment
` [PATCH 08/53] drm/amd/display/dc/calcs/dce_calcs: Move some large variables from the stack to the heap
` [PATCH 09/53] drm/amd/display/dc/calcs/dce_calcs: Remove some large variables from the stack
` [PATCH 10/53] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwritten' issue
` [PATCH 11/53] drm/amd/display/dc/dce80/dce80_resource: Make local functions static
` [PATCH 12/53] drm/nouveau/nvkm/engine/gr/gf100: Demote non-conformant kernel-doc header
` [PATCH 13/53] drm/nouveau/nouveau_bo: Remove unused variables 'dev'
` [PATCH 14/53] drm/nouveau/nouveau_display: Remove set but unused variable 'width'
` [PATCH 15/53] drm/nouveau/dispnv04/crtc: Demote non-conforming kernel-doc headers
` [PATCH 16/53] drm/nouveau/dispnv50/disp: Remove unused variable 'ret' from function returning void
` [PATCH 17/53] drm/nouveau/dispnv50/headc57d: Make local function 'headc57d_olut' static
` [PATCH 18/53] drm/nouveau/nv50_display: Remove superfluous prototype for local static functions
` [PATCH 19/53] drm/nouveau/dispnv50/disp: Include header containing our prototypes
` [PATCH 20/53] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc
` [PATCH 21/53] drm/nouveau/nouveau_svm: Remove unused variable 'ret' from void function
` [PATCH 22/53] drm/nouveau/nouveau_ioc32: Demote kernel-doc abuse to standard comment block
` [PATCH 23/53] drm/vmwgfx/vmwgfx_execbuf: Fix some kernel-doc related issues
` [PATCH 24/53] drm/vmwgfx/vmwgfx_kms: Remove unused variable 'ret' from 'vmw_du_primary_plane_atomic_check()'
` [PATCH 25/53] drm/vmwgfx/vmwgfx_kms: Mark vmw_{cursor, primary}_plane_formats as __maybe_unused
` [PATCH 26/53] drm/vmwgfx/vmwgfx_drv: Fix some kernel-doc misdemeanours
` [PATCH 27/53] drm/vmwgfx/vmwgfx_ioctl: Provide missing '@' sign required by kernel-doc
` [PATCH 28/53] drm/vmwgfx/vmwgfx_resource: Fix worthy function headers demote some others
` [PATCH 29/53] drm/vmwgfx/vmwgfx_ttm_buffer: Supply some missing parameter descriptions
` [PATCH 30/53] drm/vmwgfx/vmwgfx_fifo: Demote non-conformant kernel-doc header
` [PATCH 31/53] drm/vmwgfx/vmwgfx_ldu: Supply descriptions for 'state' function parameter
` [PATCH 32/53] drm/vmwgfx/vmwgfx_kms: Update worthy function headers and demote others
` [PATCH 33/53] drm/vmwgfx/vmwgfx_overlay: Demote kernel-doc abuses to standard comment blocks
` [PATCH 34/53] drm/vmwgfx/vmwgfx_fence: Add, remove and demote various documentation params/headers
` [PATCH 35/53] drm/vmwgfx/vmwgfx_bo: Remove superfluous param description and supply another
` [PATCH 36/53] drm/vmwgfx/vmwgfx_context: Demote kernel-doc abuses
` [PATCH 37/53] drm/vmwgfx/vmwgfx_scrn: Demote unworthy kernel-doc headers and update others
` [PATCH 38/53] drm/vmwgfx/vmwgfx_surface: Fix some kernel-doc related issues
` [PATCH 39/53] drm/vmwgfx/vmwgfx_cmdbuf_res: Rename param description and remove another
` [PATCH 40/53] drm/vmwgfx/vmwgfx_shader: Demote kernel-doc abuses and fix-up worthy headers
` [PATCH 41/53] drm/vmwgfx/vmwgfx_cmdbuf: Fix a bunch of missing or incorrectly formatted/named params
` [PATCH 42/53] drm/vmwgfx/vmwgfx_cmdbuf_res: Remove unused variable 'ret'
` [PATCH 43/53] drm/vmwgfx/vmwgfx_stdu: Add some missing param/member descriptions
` [PATCH 44/53] drm/vmwgfx/vmwgfx_cmdbuf: Fix misnaming of 'headers' should be plural
` [PATCH 45/53] drm/vmwgfx/vmwgfx_cotable: Fix a couple of simple documentation problems
` [PATCH 46/53] drm/vmwgfx/vmwgfx_so: Add description for 'vmw_view's 'rcu' member
` [PATCH 47/53] drm/vmwgfx/vmwgfx_binding: Provide some missing param descriptions and remove others
` [PATCH 48/53] drm/vmwgfx/vmwgfx_msg: Fix misspelling of 'msg'
` [PATCH 49/53] drm/vmwgfx/vmwgfx_blit: Add description for 'vmw_bo_cpu_blit's 'diff' param
` [PATCH 50/53] drm/vmwgfx/vmwgfx_validation: Add some missing struct member/function param descriptions
` [PATCH 51/53] drm/vmwgfx/ttm_object: Demote half-assed headers and fix-up another
` [PATCH 52/53] drm/vmwgfx/vmwgfx_thp: Add description for 'vmw_thp_manager's member 'manager'
` [PATCH 53/53] drm/vmwgfx/ttm_object: Reorder header to immediately precede its struct

AMDGPU Linux 5.11.0 freezes (divide error)
 2021-03-03 13:42 UTC 

[meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674
 2021-03-03 13:51 UTC  (9+ messages)
` [oe] "

[dpdk-dev] [PATCH 00/13] Features and bugfixes for hns3
 2021-03-03 13:51 UTC  (14+ messages)
` [dpdk-dev] [PATCH 09/13] net/hns3: fix maximum frame size update after buffer alloc
` [dpdk-dev] [PATCH V2 00/14] Features and bugfixes for hns3
  ` [dpdk-dev] [PATCH V2 01/14] net/hns3: support module EEPROM dump
  ` [dpdk-dev] [PATCH V2 03/14] net/hns3: implement cleanup for Tx done
  ` [dpdk-dev] [PATCH V2 04/14] net/hns3: add Rx and Tx bytes stats
  ` [dpdk-dev] [PATCH V2 07/14] net/hns3: fix device capabilities for copper media type

[PATCH 0/7] Add FFT Support for R-Car Gen3 devices
 2021-03-03 10:20 UTC  (8+ messages)
` [PATCH 4/7] misc: Add driver for DAB IP found on Renesas R-Car devices

[PATCH 0/3] soundwire: qcom: add Clock Stop and Auto Enumeration support
 2021-03-03  9:38 UTC  (6+ messages)
` [PATCH 2/3] soundwire: qcom: add auto enumeration support

[PATCH v7] drm: Use USB controller's DMA mask when importing dmabufs
 2021-03-03 13:27 UTC  (4+ messages)

Need some help on "Input: elantech - add LEN2146 to SMBus blacklist for ThinkPad L13 Gen2"
 2021-03-03 10:11 UTC  (3+ messages)

[PATCH] scsi: ufs: Fix incorrect ufshcd_state after ufshcd_reset_and_restore()
 2021-03-03 10:19 UTC  (5+ messages)

[OpenRISC] [PATCH 0/4] OpenRISC fixes and setjmp/longjmp work
 2021-03-03 13:50 UTC  (5+ messages)
` [OpenRISC] [PATCH 1/4] openrisc: Use movhi to zero registers
` [OpenRISC] [PATCH 2/4] openrisc: Add gitignore for dtb files
` [OpenRISC] [PATCH 3/4] openrisc: Add linkage.h
` [OpenRISC] [PATCH 4/4] openrisc: Implement setjmp/longjmp/initjmp

[PATCH 0/2] Clarify error messages pertaining to 'node-name'
 2021-03-03 13:48 UTC  (3+ messages)

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.258-93-ga8379a8a874e)
 2021-03-03 10:53 UTC 

[PATCH v2 1/2] sched/fair: Fix task utilization accountability in compute_energy()
 2021-03-03  9:49 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v2] qemu-config: add error propagation to qemu_config_parse
 2021-03-03 13:48 UTC  (2+ messages)

[PATCH v2 0/3] Three minor changes related with error handling
 2021-03-03 10:06 UTC  (5+ messages)
` [PATCH v2 1/3] scsi: ufs: Minor adjustments to "

[PATCH for 4.4.y] iwlwifi: pcie: fix to correct null check
 2021-03-03  7:57 UTC 

[PATCH v8] drm: Use USB controller's DMA mask when importing dmabufs
 2021-03-03 13:47 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_3d: update stereo mode count static value
 2021-03-03 13:35 UTC 

[PATCH] scsi: target: vhost-scsi: remove redundant initialization of variable ret
 2021-03-03 13:43 UTC 

[ANNOUNCE] Git v2.31.0-rc1
 2021-03-03 10:14 UTC 

[PATCH] drm/amdgpu: Remove unnecessary conversion to bool
 2021-03-03  9:17 UTC  (2+ messages)

FAILED: patch "[PATCH] net_sched: fix RTNL deadlock again caused by request_module()" failed to apply to 5.4-stable tree
 2021-03-03  6:33 UTC  (4+ messages)
` [Phishing Risk] [External] "

[PATCH 1/2] Makefile: Remove '--gcc-toolchain' flag
 2021-03-03  8:33 UTC  (3+ messages)

stable-rc/linux-4.14.y baseline: 66 runs, 3 regressions (v4.14.222-176-g451d68c3cf2f3)
 2021-03-03  3:06 UTC 

stable-rc/queue/4.4 baseline: 52 runs, 5 regressions (v4.4.258-92-gd4ed2da466c36)
 2021-03-03  3:15 UTC 

[PATCH v7] MIPS: force use FR=0 or FRE for FPXX binaries
 2021-03-03  5:33 UTC 

[PATCH v6] MIPS: force use FR=0 for FPXX binary
 2021-03-03  2:00 UTC  (3+ messages)
  ` 回复: "

stable-rc/queue/5.4 baseline: 145 runs, 4 regressions (v5.4.101-336-g73aac2336083f)
 2021-03-03  1:53 UTC 

stable-rc/queue/5.10 baseline: 87 runs, 1 regressions (v5.10.19-655-g196c153de60fe)
 2021-03-03  2:33 UTC 

stable-rc/linux-5.4.y baseline: 144 runs, 3 regressions (v5.4.101-338-g44433bdfc6fdb)
 2021-03-03  2:50 UTC 

stable-rc/linux-4.9.y baseline: 60 runs, 3 regressions (v4.9.258-135-g90d5aacad5cf6)
 2021-03-03  1:38 UTC 

stable-rc/queue/4.19 baseline: 130 runs, 4 regressions (v4.19.177-246-g90138bf8c544)
 2021-03-03  1:42 UTC 

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-03 10:09 UTC  (3+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration

stable-rc/linux-4.19.y baseline: 78 runs, 3 regressions (v4.19.177-247-g26e47b79f5ec2)
 2021-03-03  1:07 UTC 

[RFC v2 0/7] add function support to IDL
 2021-03-03 13:41 UTC  (3+ messages)

[PATCH v3 1/2] Revert "iputils: Fix build determinism"
 2021-03-03 13:41 UTC  (8+ messages)
` [PATCH v3 2/2] iputils: Fix setcap/setuid of executables

[PATCH] ASoC: hdmi-codec: fix platform_no_drv_owner.cocci warnings
 2021-03-03 13:37 UTC  (3+ messages)

[meta-multimedia][PATCH] srt: Backport fix for missing <limits> header
 2021-03-03 13:38 UTC  (2+ messages)

[PATCH 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-03-03 13:38 UTC  (2+ messages)

[PATCH 2/2] mm: fs: Invalidate BH LRU during page migration
 2021-03-03 13:38 UTC  (2+ messages)

[PATCH] arm: a37xx: pci: Implement workaround for the readback value of VEND_ID
 2021-03-03 13:37 UTC 

[meta-python][PATCH 1/2] python3-aiohue: Integrate the hue control python module
 2021-03-03 13:37 UTC  (3+ messages)
` [oe] "

[PATCH] Uprobe: Assign boolean values to a bool variable
 2021-03-03 10:02 UTC 

[Nouveau] [PATCH] drm/nouveau/pmu: Use %p4cc printk modifier to print FourCC codes
 2021-03-03  2:50 UTC 

[PATCH AUTOSEL 4.9 01/10] udf: fix silent AED tagLocation corruption
 2021-03-03  8:20 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 05/10] sparc32: Limit memblock allocation to low memory

[PATCH 01/44] MAINTAINERS: orphan mxser
 2021-03-03  7:44 UTC  (3+ messages)
` [PATCH 40/44] tty: hvc, drop unneeded forward declarations

drm/amd/display: Implement dmub trace event
 2021-03-03 10:25 UTC 

[PATCH][next] drm/amdgpu/display: remove redundant continue statement
 2021-03-03 13:25 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 01/13] udf: fix silent AED tagLocation corruption
 2021-03-03  8:19 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 06/13] sparc32: Limit memblock allocation to low memory

+ userfaultfd-selftests-reinitialize-test-context-in-each-test.patch added to -mm tree
 2021-03-02 23:39 UTC 

+ maintainers-exclude-uapi-directories-in-api-abi-section.patch added to -mm tree
 2021-03-03  0:56 UTC 

[to-be-updated] linux-compiler-clangh-define-have_builtin_bswap.patch removed from -mm tree
 2021-03-03  1:23 UTC 

+ linux-compiler-clangh-define-have_builtin_bswap.patch added to -mm tree
 2021-03-03  1:26 UTC 

+ mm-filemap-use-filemap_read_page-in-filemap_fault.patch added to -mm tree
 2021-03-03  1:30 UTC 

+ kernel-asyncc-fix-pr_debug-statement.patch added to -mm tree
 2021-03-03  1:32 UTC 

+ mm-hugetlb-remove-redundant-reservation-check-condition-in-alloc_huge_page.patch added to -mm tree
 2021-03-03  0:02 UTC 

+ samples-vfio-mdev-mdpy-use-remap_vmalloc_range.patch added to -mm tree
 2021-03-03  0:11 UTC 

+ mm-unexport-remap_vmalloc_range_partial.patch added to -mm tree
 2021-03-03  0:11 UTC 

+ squashfs-fix-xattr-id-and-id-lookup-sanity-checks.patch added to -mm tree
 2021-03-03  0:35 UTC 

+ lib-fix-inconsistent-indenting-in-process_bit1.patch added to -mm tree
 2021-03-03  0:35 UTC 

+ fix-zero_user_segments-with-start-end.patch added to -mm tree
 2021-03-03  0:37 UTC 

+ binfmt_misc-fix-possible-deadlock-in-bm_register_write.patch added to -mm tree
 2021-03-03  0:41 UTC 

[PATCH 4.19 000/247] 4.19.178-rc1 review
 2021-03-03  7:59 UTC  (2+ messages)

+ x86-vmemmap-handle-unpopulated-sub-pmd-ranges.patch added to -mm tree
 2021-03-03  0:08 UTC 

+ x86-vmemmap-drop-handling-of-4k-unaligned-vmemmap-range.patch added to -mm tree
 2021-03-03  0:08 UTC 

[PATCH 2/3] drm/nouveau/kms/nv50-: Report max cursor size to userspace
 2021-03-03 13:33 UTC  (14+ messages)
` [Nouveau] "

+ hugetlb_cgroup-fix-imbalanced-css_get-and-css_put-pair-for-shared-mappings.patch added to -mm tree
 2021-03-03  0:01 UTC 

[RFC PATCH 00/10] Add Fujitsu A64FX soc entry/hardware barrier driver
 2021-03-03 13:33 UTC  (11+ messages)

+ x86-vmemmap-drop-handling-of-1gb-vmemmap-ranges.patch added to -mm tree
 2021-03-03  0:08 UTC 

+ userfaultfd-support-minor-fault-handling-for-shmem.patch added to -mm tree
 2021-03-02 23:39 UTC 

[meta-python][PATCH v2 1/6] python3-ifaddr: Integrate a dependency of pysonos
 2021-03-03 13:32 UTC  (6+ messages)
` [meta-python][PATCH v2 2/6] python3-pysonos: Integrate the SONOS control HomeAssistant module
` [meta-python][PATCH v2 3/6] python3-aiohue: Integrate the hue control python module
` [meta-python][PATCH v2 4/6] packagegroup-meta-python: Add new modules (aiohue, ifaddr, pysonos)
` [meta-python][PATCH v2 5/6] python3-pep8: Fix HOMEPAGE
` [meta-python][PATCH v2 6/6] python3-mccabe: "

+ lib-fix-a-typo-in-the-file-bchc.patch added to -mm tree
 2021-03-02 23:57 UTC 

+ mm-page_alloc-drop-pr_info_ratelimited-in-alloc_contig_range.patch added to -mm tree
 2021-03-02 23:46 UTC 

[PATCH] perf test: Test case 27 fails on s390 and non-x86 platforms
 2021-03-03  7:32 UTC  (7+ messages)

+ mm-provide-filemap_range_needs_writeback-helper.patch added to -mm tree
 2021-03-02 23:43 UTC 

+ mm-delete-bool-migrated.patch added to -mm tree
 2021-03-02 23:56 UTC 

RPMS
 2021-03-03 13:31 UTC  (2+ messages)

+ iomap-use-filemap_range_needs_writeback-for-o_direct-reads.patch added to -mm tree
 2021-03-02 23:43 UTC 

[LTP] [PATCH] Wait for complete input provided by `seq`
 2021-03-03 13:30 UTC  (2+ messages)

[PATCH v4] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 13:28 UTC 

[qemu-mainline test] 159810: regressions - FAIL
 2021-03-03 13:28 UTC 

+ userfaultfd-selftests-use-memfd_create-for-shmem-test-type.patch added to -mm tree
 2021-03-02 23:39 UTC 

[PATCH] Revert "iommu/amd: Fix performance counter initialization"
 2021-03-03 13:25 UTC  (2+ messages)

[PATCH 1/2] coreaudio: Drop support for macOS older than 10.6
 2021-03-03 13:20 UTC  (4+ messages)
` [PATCH 2/2] coreaudio: Handle output device change

[PATCH v6 09/40] xattr: handle idmapped mounts
 2021-03-03 13:24 UTC  (3+ messages)
` [PATCH v6 00/40] "

+ userfaultfd-selftests-create-alias-mappings-in-the-shmem-test.patch added to -mm tree
 2021-03-02 23:39 UTC 

[PATCH] fs/squashfs: Fix compilation error
 2021-03-03 13:23 UTC  (2+ messages)

[PATCH 00/20] ppc: qemu: Add eTSEC support
 2021-03-03 13:23 UTC  (3+ messages)
` [PATCH 16/20] dm: core: Correctly read <ranges> of simple-bus

+ userfaultfd-selftests-exercise-minor-fault-handling-shmem-support.patch added to -mm tree
 2021-03-02 23:39 UTC 

[SECURITY PATCH 000/117] Multiple GRUB2 vulnerabilities - 2021/03/02 round
 2021-03-03 13:13 UTC  (4+ messages)
` [SECURITY PATCH 116/117] templates: Disable the os-prober by default

[PATCH v2] arm: Add support for Kobol Helios64 board
 2021-03-03 13:23 UTC  (3+ messages)

+ mm-use-filemap_range_needs_writeback-for-o_direct-reads.patch added to -mm tree
 2021-03-02 23:43 UTC 

[PATCH 0/3] gitlab: Add missing job -> container dependencies
 2021-03-03 13:17 UTC  (7+ messages)
` [PATCH 1/3] docker: Alpine build job depends on Alpine container
` [PATCH 2/3] docker: EDK2 build job depends on EDK2 container
` [PATCH 3/3] docker: OpenSBI build job depends on OpenSBI container

[PATCH] crypto: mips/poly1305 - enable for all MIPS processors
 2021-03-03  8:17 UTC  (2+ messages)

[git pull resend] habanalabs fixes for 5.12-rc2
 2021-03-03  8:17 UTC  (2+ messages)

[PATCH v2 1/1] Bluetooth: Remove unneeded commands for suspend
 2021-03-03  0:11 UTC  (2+ messages)
` Bluetooth: Suspend improvements

[PATCH] mfd: stmpe: Revert "Constify static struct resource"
 2021-03-03  8:15 UTC  (2+ messages)

[PATCH BlueZ] shared/gatt-server: Fix not properly checking for secure flags
 2021-03-03  0:29 UTC 

[bluetooth-next:master] BUILD SUCCESS 5cb08553f7f2536f2f5a9142a060af2a77c1d5dc
 2021-03-03  3:00 UTC 

patch to fix conflict with unistd.h
 2021-03-03  8:19 UTC 

[Bluez PATCH] core: fix a typo in dev_connect
 2021-03-02 23:58 UTC  (2+ messages)
` [Bluez] "

[tip: locking/core] lockdep: Add lockdep_assert_not_held()
 2021-03-03  8:15 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.