All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-12 18:13:57 to 2021-07-12 19:21:13 UTC [more...]

[PATCH v13a 00/32] Memory folios
 2021-07-12 19:02 UTC  (33+ messages)
` [PATCH v13 01/32] mm: Convert get_page_unless_zero() to return bool
` [PATCH v13 02/32] mm: Introduce struct folio
` [PATCH v13 03/32] mm: Add folio_pgdat(), folio_zone() and folio_zonenum()
` [PATCH v13 04/32] mm/vmstat: Add functions to account folio statistics
` [PATCH v13 05/32] mm/debug: Add VM_BUG_ON_FOLIO() and VM_WARN_ON_ONCE_FOLIO()
` [PATCH v13 06/32] mm: Add folio reference count functions
` [PATCH v13 07/32] mm: Add folio_put()
` [PATCH v13 08/32] mm: Add folio_get()
` [PATCH v13 09/32] mm: Add folio_try_get_rcu()
` [PATCH v13 10/32] mm: Add folio flag manipulation functions
` [PATCH v13 11/32] mm/lru: Add folio LRU functions
` [PATCH v13 12/32] mm: Handle per-folio private data
` [PATCH v13 13/32] mm/filemap: Add folio_index(), folio_file_page() and folio_contains()
` [PATCH v13 14/32] mm/filemap: Add folio_next_index()
` [PATCH v13 15/32] mm/filemap: Add folio_pos() and folio_file_pos()
` [PATCH v13 16/32] mm/util: Add folio_mapping() and folio_file_mapping()
` [PATCH v13 17/32] mm/filemap: Add folio_unlock()
` [PATCH v13 18/32] mm/filemap: Add folio_lock()
` [PATCH v13 19/32] mm/filemap: Add folio_lock_killable()
` [PATCH v13 20/32] mm/filemap: Add __folio_lock_async()
` [PATCH v13 21/32] mm/filemap: Add folio_wait_locked()
` [PATCH v13 22/32] mm/filemap: Add __folio_lock_or_retry()
` [PATCH v13 23/32] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v13 24/32] mm/filemap: Add folio_end_writeback()
` [PATCH v13 25/32] mm/writeback: Add folio_wait_writeback()
` [PATCH v13 26/32] mm/writeback: Add folio_wait_stable()
` [PATCH v13 27/32] mm/filemap: Add folio_wait_bit()
` [PATCH v13 28/32] mm/filemap: Add folio_wake_bit()
` [PATCH v13 29/32] mm/filemap: Convert page wait queues to be folios
` [PATCH v13 30/32] mm/filemap: Add folio private_2 functions
` [PATCH v13 31/32] fs/netfs: Add folio fscache functions
` [PATCH v13 32/32] mm: Add folio_mapped()

[PATCH bpf-next v3] libbpf: fix compilation errors on ubuntu 16.04
 2021-07-12 19:20 UTC 

mm/sparse.c:145:2: warning: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
 2021-07-12 19:19 UTC  (2+ messages)

[PATCH 00/47] GuC submission support
 2021-07-12 19:19 UTC  (10+ messages)
` [PATCH 28/47] drm/i915: Hold reference to intel_context over life of i915_request
    ` [Intel-gfx] "
` [PATCH 29/47] drm/i915/guc: Disable bonding extension with GuC submission
  ` [Intel-gfx] "
` [PATCH 30/47] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
    ` [Intel-gfx] "

[PATCH v2 bpf-next] libbpf: fix reuse of pinned map on older kernel
 2021-07-12 19:19 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wpewebkit: bump to version 2.32.2
 2021-07-12 19:19 UTC 

[PATCH v8 0/5] drm: address potential UAF bugs with drm_master ptrs
 2021-07-12 19:18 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 0/2] shm: omit forced shm destroy if task IPC namespace was changed
 2021-07-12 19:18 UTC  (7+ messages)

[RESEND PATCH v2 1/1] ishtp: Add support for Intel ishtp eclite driver
 2021-07-12 19:18 UTC  (3+ messages)

[5.14-rc1 regression] 7fe1e79b59ba configfs: implement the .read_iter and .write_iter methods - affects targetcli restore
 2021-07-12 19:10 UTC 

[PATCH] scripts/setlocalversion: fix a bug when LOCALVERSION is empty
 2021-07-12 19:16 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] btrfs-progs: default to SINGLE profile on zoned devices
 2021-07-12 19:16 UTC  (4+ messages)

[PATCH 1/1] mm: introduce process_reap system call
 2021-07-12 19:16 UTC  (9+ messages)

Linux 5.14-rc1
 2021-07-12 19:14 UTC  (8+ messages)

[PATCH 5.10 000/593] 5.10.50-rc1 review
 2021-07-12 19:14 UTC  (6+ messages)

[PATCH 1/2 v2] tpm2: Introduce TIS tpm core
 2021-07-12 19:13 UTC  (5+ messages)
` [PATCH 2/2] tpm2: Add a TPMv2 MMIO TIS driver

[PATCH v3 1/3] dt-bindings: clock: Add support for MSM8992/4 MMCC
 2021-07-12 19:13 UTC  (4+ messages)
` [PATCH v3 2/3] clk: qcom: Add msm8994 MMCC driver

[PATCH 1/1] PCI: hv: Support for create interrupt v3
 2021-07-12 19:13 UTC  (3+ messages)

RFC: remove set_fs for m68k
 2021-07-12 19:12 UTC  (5+ messages)

[PATCH v5 0/3] media: imx: add support for imx8mq MIPI RX
 2021-07-12 19:11 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: media: document the nxp,imx8mq-mipi-csi2 receiver phy and controller

[PATCH bpf-next] bpf: Expose bpf_d_path helper to vfs_read/vfs_write
 2021-07-12 19:12 UTC  (2+ messages)

[PATCH v2 00/13] Add support mtu3 gadget (runtime) PM
 2021-07-12 19:09 UTC  (17+ messages)
` [PATCH v2 01/13] dt-bindings: usb: mtu3: remove support VBUS detection of extcon
` [PATCH v2 02/13] dt-bindings: usb: mtu3: add optional property to disable usb2 ports
` [PATCH v2 03/13] dt-bindings: usb: mtu3: add support property role-switch-default-mode
` [PATCH v2 04/13] dt-bindings: usb: mtu3: add wakeup interrupt

[PATCH bpf-next v2] libbpf: fix compilation errors on ubuntu 16.04
 2021-07-12 19:10 UTC  (3+ messages)

[PATCH v2 1/1] PCI: hv: Support for create interrupt v3
 2021-07-12 19:09 UTC 

[PATCH] usb: host: ohci-spear: simplify calling usb_add_hcd()
 2021-07-12 19:08 UTC  (2+ messages)

PATCH: improve git switch documentation
 2021-07-12 19:08 UTC  (23+ messages)
` What actually is a branch?

[Tech Topic] Integrating GitLab into the Red Hat kernel workflow
 2021-07-12 19:07 UTC  (8+ messages)

[PATCH v9 0/4] arm64: mte: allow async MTE to be upgraded to sync on a per-CPU basis
 2021-07-12 19:04 UTC  (7+ messages)
` [PATCH v9 2/4] arm64: mte: change ASYNC and SYNC TCF settings into bitfields
` [PATCH v9 3/4] arm64: mte: introduce a per-CPU tag checking mode preference

[PATCH v1 0/6] ACPI: glue / driver core: Eliminate acpi_platform_notify() and split device_platform_notify()
 2021-07-12 19:04 UTC  (13+ messages)
` [PATCH v1 4/6] ACPI: glue: Eliminate acpi_platform_notify()
` [PATCH v1 5/6] software nodes: Split software_node_notify()
` [PATCH v1 6/6] driver core: Split device_platform_notify()

[RFC PATCH 0/4] xen/arm: Sanitize cpuinfo
 2021-07-12 19:03 UTC  (11+ messages)
` [RFC PATCH 2/4] xen/arm: Import ID features sanitize from linux
` [RFC PATCH 3/4] xen/arm: Sanitize cpuinfo ID registers fields

❌ FAIL: Test report for kernel 5.14.0-rc1 (arm-next, e73f0f0e)
 2021-07-12 19:01 UTC 

[PATCH 0/7] namei: clean up retry logic in various do_* functions
 2021-07-12 19:01 UTC  (9+ messages)
` [PATCH 4/7] namei: clean up do_mknodat retry logic
` [PATCH 5/7] namei: clean up do_symlinkat "
` [PATCH 6/7] namei: clean up do_linkat "

[linux-lvm] [PATCH] toolcontext: fix double free (core dumped) issue
 2021-07-12 19:01 UTC 

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-12 19:00 UTC  (8+ messages)
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command

[PATCH] USB: core: Fix incorrect pipe calculation in do_proc_control()
 2021-07-12 18:59 UTC  (2+ messages)

[PATCHv2 for-rc 0/6] Bugfixes for send queue overflow by heartbeat
 2021-07-12 18:58 UTC  (3+ messages)

arm64/for-kernelci baseline: 48 runs, 5 regressions (v5.14-rc1)
 2021-07-12 18:56 UTC 

[PATCH v4 0/3] Bulk-release pages during NFSD read splice
 2021-07-12 18:58 UTC  (4+ messages)
` [PATCH v4 1/3] NFSD: Clean up splice actor
` [PATCH v4 2/3] SUNRPC: Add svc_rqst_replace_page() API
` [PATCH v4 3/3] NFSD: Batch release pages during splice read

MCP2518FD Drivers Rarely Working with Custom Kernel 5.10.Y
 2021-07-12 18:57 UTC  (9+ messages)

[yocto-autobuilder-helper][PATCH] config.json: track system load with PARALLEL_MAKE
 2021-07-12 18:56 UTC  (3+ messages)
` [yocto] "

[PATCH 5.4 000/348] 5.4.132-rc1 review
 2021-07-12 18:54 UTC  (5+ messages)

[PATCH v1 1/4] KVM: stats: Support linear and logarithmic histogram statistics
 2021-07-12 18:53 UTC  (4+ messages)

[linux-rt-devel:linux-5.13.y-rt-testing 207/227] include/linux/entry-common.h:62:3: error: '_TIF_NEED_RESCHED_MASK' undeclared; did you mean 'TIF_NEED_RESCHED'?
 2021-07-12 18:53 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.12.16 (stable-queue, e2aabcec)
 2021-07-12 18:53 UTC  (3+ messages)

[PATCH 0/3] Additional refactoring of Hyper-V arch specific code
 2021-07-12 18:51 UTC  (6+ messages)
` [PATCH 1/3] Drivers: hv: Make portions of Hyper-V init code be arch neutral

[PATCH v2 1/2] mt76: fix mt76_rates for the multiple devices
 2021-07-12 18:40 UTC  (4+ messages)
` [PATCH v2 2/2] mt76: mt7921: fix mgmt frame using unexpected bitrate

[android-common:android12-5.10 1/1] drivers/usb/core/driver.c:37:1: iwyu: warning: superfluous #include <trace/hooks/usb.h>
 2021-07-12 18:50 UTC 

[PATCH 5.10 000/598] 5.10.50-rc2 review
 2021-07-12 18:49 UTC 

[PATCH 5.4 000/349] 5.4.132-rc2 review
 2021-07-12 18:49 UTC 

[syzbot] WARNING in do_proc_control/usb_submit_urb
 2021-07-12 18:48 UTC  (8+ messages)

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-12 18:47 UTC  (6+ messages)

[PATCH bpf-next 0/2] Add xdp_update_skb_shared_info utility routine
 2021-07-12 18:46 UTC  (3+ messages)
` [PATCH bpf-next 2/2] net: xdp: add "

[PATCH 0/5] Sparse index: integrate with commit and checkout
 2021-07-12 18:46 UTC  (3+ messages)

[PATCH IPV6 v2 0/4] ipv6: allocate enough headroom in ip6_finish_output2()
 2021-07-12 18:45 UTC  (4+ messages)
  ` [PATCH NET 1/7] skbuff: introduce pskb_realloc_headroom()

wcschr(3): add special case for NUL, as in strchr(3)
 2021-07-12 18:41 UTC  (3+ messages)

[xen-unstable-smoke test] 163607: regressions - FAIL
 2021-07-12 18:43 UTC 

[PATCH 0/3] migration: Three more fixes for postcopy recovery
 2021-07-12 18:40 UTC  (5+ messages)
` [PATCH 2/3] migration: Don't do migrate cleanup if during postcopy resume
` [PATCH 3/3] migration: Clear error at entry of migrate_fd_connect()

[RFC v2] /dev/iommu uAPI proposal
 2021-07-12 18:41 UTC  (5+ messages)

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-12 18:41 UTC  (3+ messages)
` [PATCH v2 4/7] net: phy: adin1100: Add ethtool get_stats support

[PATCH 00/16] Enable GuC based power management features
 2021-07-12 18:40 UTC  (5+ messages)
` [PATCH 02/16] drm/i915/guc/slpc: Initial definitions for slpc
    ` [Intel-gfx] "

[PATCH] rtw88: Fix out-of-bounds write
 2021-07-12 18:38 UTC  (3+ messages)

Waiting for fences timed out on MacBook Pro 2019
 2021-07-12 18:35 UTC  (2+ messages)

[PATCH 0/2] IOMMU: adjustments after ""IOMMU: make DMA containment of quarantined devices optional""
 2021-07-12 18:35 UTC  (5+ messages)
` [PATCH 1/2] IOMMU: correct parsing of "quarantine=scratch-page"
` [PATCH 2/2] CHANGELOG: record changed PCI device quarantining default

[PATCH net-next 0/9] net: hns3: add support devlink
 2021-07-12 18:32 UTC  (3+ messages)
` [PATCH net-next 1/9] devlink: add documentation for hns3 driver

BUG: lkdtm stack-entropy.sh test hangs
 2021-07-12 18:31 UTC 

[PATCH v2 1/1] mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config
 2021-07-12 18:31 UTC  (3+ messages)

BUG: lkdtm stack-entropy.sh test hangs
 2021-07-12 18:31 UTC 

[Buildroot] [PATCH 1/1] package/mpg123: Remove disable-lfs-alias
 2021-07-12 18:30 UTC 

gitlab merge request -> list patchbomb workflows
 2021-07-12 18:29 UTC  (4+ messages)

[PATCH IPV6 v3 1/1] ipv6: allocate enough headroom in ip6_finish_output2()
 2021-07-12 18:30 UTC  (2+ messages)

[PATCH] octeontx2-pf: Fix uninitialized boolean variable pps
 2021-07-12 18:30 UTC  (2+ messages)

[hare-scsi-devel:auth.v2 3/12] lib/base64.c:27:5: warning: no previous prototype for 'base64_encode'
 2021-07-12 18:29 UTC  (2+ messages)

[PATCH] riscv: add correct as-options for assembly in modules
 2021-07-12 17:48 UTC 

[ppc][dlpar] WARNING: CPU: 2 PID: 1131623 at drivers/scsi/qla2xxx/qla_init.c:498 qla2x00_async_adisc_sp_done+0x294/0x2b0
 2021-07-12 18:23 UTC  (2+ messages)

[PATCH] pull: abort if --ff-only is given and fast-forwarding is impossible
 2021-07-12 18:24 UTC  (7+ messages)

[linux-rt-devel:linux-5.13.y-rt-testing 10/227] kernel/printk/printk.c:2790:9: error: implicit declaration of function 'read_console_seq'; did you mean 'up_console_sem'?
 2021-07-12 18:22 UTC  (2+ messages)

How to comment or reply to others?
 2021-07-12 18:22 UTC  (3+ messages)

[PATCH 1/1] package/mpg123: Remove disable-lfs-alias
 2021-07-12 18:22 UTC 

[PATCH 1/1] package/mpg123: Remove disable-lfs-alias
 2021-07-12 18:22 UTC 

[PATCH v2 1/1] ACPI: utils: Fix reference counting in for_each_acpi_dev_match()
 2021-07-12 18:21 UTC  (2+ messages)
` [Devel] "

support booting of arbitrary non-blockdevice file systems v2
 2021-07-12 18:21 UTC  (10+ messages)
` [PATCH 3/2] fs: simplify get_filesystem_list / get_all_fs_names
  ` [Virtio-fs] "

[PATCH v2 00/10] tcg: breakpoint reorg
 2021-07-12 18:20 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-12 18:20 UTC  (4+ messages)
` [PATCH v2 4/6] KVM: x86/mmu: fast_page_fault "

[PATCH 1/9] ext2fs: Drop HAS_SNAPSHOT feature
 2021-07-12 18:20 UTC  (2+ messages)

UML kernel panic on initialization
 2021-07-12 18:19 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/2] pipeline: fix incorrect resource free function
 2021-07-12 18:18 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] examples/pipeline: fix incorrect array out of bounds check

[PULL 00/17] s390x update for softfreeze
 2021-07-12 18:15 UTC  (6+ messages)

[PATCH v4 00/11] perf: Refine barriers for AUX ring buffer
 2021-07-12 18:14 UTC  (4+ messages)
` [PATCH v4 10/11] perf env: Set flag for kernel is 64-bit mode

[PULL RESEND 00/19] MIPS patches for 2021-07-11
 2021-07-12 18:14 UTC  (2+ messages)

[hare-scsi-devel:auth.v2 7/12] drivers/nvme/target/../target/nvmet.h:728:1: warning: type qualifiers ignored on function return type
 2021-07-12 18:14 UTC  (2+ messages)

arm64/for-kernelci build: 1 build: 0 failed, 1 passed (v5.14-rc1)
 2021-07-12 18:13 UTC 

[PATCH 0/3] Improve the documentation and warnings dealing with rename/copy limits
 2021-07-12 18:13 UTC  (4+ messages)
` [PATCH 3/3] diff: correct warning message when renameLimit exceeded

[PATCH] rev-list: add option for --pretty without header
 2021-07-12 18:13 UTC  (3+ messages)
` [PATCH v2] rev-list: add option for --pretty=format "


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.