All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-13 21:37:35 to 2021-12-13 22:31:21 UTC [more...]

[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-13 21:57 UTC  (13+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS

[PATCH V3 1/2] git-apply: add --quiet flag
 2021-12-13 22:30 UTC  (3+ messages)
` [PATCH V5 2/2] git-apply: add --allow-empty flag

[yocto] [meta-rockchip][PATCH] kernel: linux-yocto: fix broken Ethernet MAC controller on RK3399 on 5.14 >= version <= 5.14.11
 2021-12-13 22:30 UTC  (8+ messages)

[PATCH 0/2] patchwork-bot: Ignore empty context lines
 2021-12-13 22:30 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:5.16-r2pro 4/35] cc1: error: arch/arm/mach-mt7623//dct/dct: No such file or directory
 2021-12-13 22:30 UTC 

[PATCH 0/5] patchwork-bot: Use worktrees for repos
 2021-12-13 22:30 UTC  (2+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-13 22:28 UTC  (21+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()

[geert-renesas-devel:master] BUILD SUCCESS 2d93a61c003c8e6bbc9e44c5ffc3eb00242028ef
 2021-12-13 22:28 UTC 

[PATCH v3 0/6] Add QCM2290 interconnect support
 2021-12-13 22:28 UTC  (4+ messages)
` [PATCH v3 5/6] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-13 21:59 UTC  (80+ messages)
` [PATCH mm v3 01/38] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v3 02/38] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v3 03/38] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 05/38] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v3 06/38] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v3 07/38] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v3 08/38] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 10/38] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v3 12/38] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 14/38] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 16/38] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v3 17/38] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 20/38] kasan: add wrappers for "
` [PATCH mm v3 21/38] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v3 22/38] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v3 23/38] kasan, arm64: "
` [PATCH mm v3 24/38] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 27/38] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations
` [PATCH mm v3 31/38] kasan, arm64: "
` [PATCH mm v3 32/38] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v3 33/38] kasan: simplify kasan_init_hw_tags
` [PATCH mm v3 34/38] kasan: add kasan.vmalloc command line flag
` [PATCH mm v3 35/38] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v3 36/38] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v3 37/38] kasan: documentation updates
` [PATCH mm v3 38/38] kasan: improve vmalloc tests

linux-next: manual merge of the xarray tree with the kselftest tree
 2021-12-13 22:24 UTC 

[PATCH 4.19 00/74] 4.19.221-rc1 review
 2021-12-13 22:23 UTC  (5+ messages)

M+ & H bugs with Milestone Movements WW50
 2021-12-13 22:24 UTC 

[PATCH v2 0/2] target/hppa: Fix deposit assert from trans_shrpw_imm
 2021-12-13 22:22 UTC  (3+ messages)
` [PATCH v2 2/2] "

Enhancements/Bugs closed WW50!
 2021-12-13 22:23 UTC 

bcache-register hang after reboot
 2021-12-13 22:22 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-13 22:22 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] selftests/bpf: "
` [PATCH v2 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH v2] dt-bindings: usb: dwc3-xilinx: Convert USB DWC3 bindings
 2021-12-13 22:20 UTC  (2+ messages)

[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
 2021-12-13 22:19 UTC  (4+ messages)

drivers/remoteproc/imx_rproc.c:413:17: sparse: sparse: cast removes address space '__iomem' of expression
 2021-12-13 22:19 UTC  (2+ messages)

[kevin78:percpu-cleanup 3/4] include/linux/kern_levels.h:5:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int'
 2021-12-13 22:19 UTC  (2+ messages)

Current high bug count owners for Yocto Project 3.5
 2021-12-13 22:19 UTC 

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-12-13 22:19 UTC 

[PATCH] l10n: README: call more attention to plural strings
 2021-12-13 22:18 UTC  (4+ messages)

[PATCH 0/3] usb: dwc2: drd: add support for role-switch-default-mode
 2021-12-13 22:16 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: usb: document role-switch-default-mode property in dwc2

[PATCH v3] vfio: Documentation for the migration region
 2021-12-13 22:16 UTC  (4+ messages)

[PATCH v2 0/4] rockchip: Improve support for Bob chromebook and add support for Kevin
 2021-12-13 22:15 UTC  (5+ messages)
` [PATCH v2 1/4] rockchip: gru: Set up SoC IO domain registers
` [PATCH v2 2/4] rockchip: gru: Add more devicetree settings
` [PATCH v2 3/4] rockchip: bob: Enable more configs
` [PATCH v2 4/4] rockchip: rk3399: Add support for chromebook_kevin

+ mm-fix-race-between-madv_free-reclaim-and-blkdev-direct-io-read.patch added to -mm tree
 2021-12-13 22:16 UTC 

[PATCH RESEND 2] libata: if T_LENGTH is zero, dma direction should be DMA_NONE
 2021-12-13 22:15 UTC  (3+ messages)

[PATCH 00/25] x86/sgx and selftests/sgx: Support SGX2
 2021-12-13 22:12 UTC  (38+ messages)
` [PATCH 01/25] x86/sgx: Add shortlog descriptions to ENCLS wrappers
` [PATCH 03/25] x86/sgx: Support VMA permissions exceeding enclave permissions
` [PATCH 04/25] x86/sgx: Add pfn_mkwrite() handler for present PTEs
` [PATCH 05/25] x86/sgx: Introduce runtime protection bits
` [PATCH 07/25] x86/sgx: Move PTE zap code to separate function
` [PATCH 10/25] x86/sgx: Support enclave page permission changes
` [PATCH 13/25] x86/sgx: Support adding of pages to initialized enclave

[PATCH v2 00/11] Reftable coverity fixes
 2021-12-13 22:13 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/11] reftable: fix resource leak in error path
  ` [PATCH v3 08/11] reftable: order unittests by complexity

[PATCH v4 1/5] dt-bindings: Powerzone new bindings
 2021-12-13 22:12 UTC  (4+ messages)

[net-next 6/6] can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC register
 2021-12-13 22:12 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/libvirt: fix libvirtd option
 2021-12-13 22:10 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/libvirt: fix dependencies in Config.in

[PATCH] i2c: i801: enable FEATURE_IRQ and FEATURE_I2C_BLOCK_READ on all chip versions
 2021-12-13 22:06 UTC 

[PATCH 00/22] Refactor perf cpumap
 2021-12-13 22:06 UTC  (4+ messages)

[PATCH v10 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-13 22:02 UTC  (4+ messages)
` [PATCH v10 06/10] ACPI ERST: build the ACPI ERST table

[PATCH 0/6] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2021-12-13 22:05 UTC  (3+ messages)
` [PATCH 5/6] sched/preempt: add PREEMPT_DYNAMIC using "

knfsd server returns writeverf of all 0 bits (but was not rebooted)
 2021-12-13 22:04 UTC  (5+ messages)

[PATCH] rlimits: do not grab tasklist_lock for do_prlimit on current
 2021-12-13 22:04 UTC 

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-13 22:02 UTC  (9+ messages)

[PATCH 5.15 000/171] 5.15.8-rc1 review
 2021-12-13 22:01 UTC  (2+ messages)

[PATCH v3] scsi: pm8001: Fix phys_to_virt() usage on dma_addr_t
 2021-12-13 22:01 UTC  (2+ messages)

[PATCH v4 0/6] input: Introduce support for SPMI haptics found on Qcom PMICs
 2021-12-13 21:57 UTC  (3+ messages)
` [PATCH v4 2/6] input: add Qualcomm SPMI haptics driver

[PATCH V3] git-apply: add --allow-empty flag
 2021-12-13 21:57 UTC  (5+ messages)
` [PATCH V4] "

[PATCH bpf-next] libbpf: Add doc comments for bpf_program__(un)pin()
 2021-12-13 21:56 UTC  (2+ messages)

[PATCH] reiserfs: don't use congestion_wait()
 2021-12-13 21:56 UTC  (5+ messages)

[bug report] nfs clients fail to get read delegations after file open with O_RDWR
 2021-12-13 21:55 UTC  (2+ messages)

[PATCH 0/4] rockchip: Improve support for Bob chromebook and add support for Kevin
 2021-12-13 21:55 UTC  (7+ messages)

[PATCH 5.10 000/132] 5.10.85-rc1 review
 2021-12-13 21:55 UTC  (6+ messages)

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-13 21:52 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH v3 net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-12-13 21:51 UTC  (6+ messages)
` [PATCH v3 net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[RFC PATCH] watchdog: da9062: Correct the timeout values [Klartext]
 2021-12-13 21:47 UTC  (4+ messages)

[PATCH v2] arm/efi: Handle Xen bootargs from both xen.cfg and DT
 2021-12-13 21:48 UTC  (2+ messages)

[PATCH v3] drm/amdgpu: reset asic after system-wide suspend aborted (v3)
 2021-12-13 21:48 UTC  (2+ messages)
` [v3] "

[PATCH v2 3/4] coresight: etm4x: Don't trace PID for non-root PID namespace
 2021-12-13 21:45 UTC  (4+ messages)

[PATCHv2] nvme: print out valid arguments when reading from /dev/nvme-fabrics
 2021-12-13 21:47 UTC  (4+ messages)

[PATCH v2 0/2] btrfs-progs: handle orphan directories properly
 2021-12-13 21:47 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] btrfs-progs: add a test to check orphaned directories

librseq: update to support upcoming glibc 2.35
 2021-12-13 21:47 UTC 

[PATCH] Target/arm: Implement Cortex-A5
 2021-12-13 21:46 UTC  (3+ messages)

[jpirko-mlxsw:linecards 55/109] drivers/net/ethernet/mellanox/mlxsw/core_linecards.c:366:33: warning: variable 'linecards' set but not used
 2021-12-13 21:45 UTC  (2+ messages)

include/asm-generic/bitops/fls64.h:21:14: warning: The result of the '>>' expression is undefined [clang-analyzer-core.UndefinedBinaryOperatorResult]
 2021-12-13 21:45 UTC 

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-13 21:44 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Test for IPv6 ext header parsing

Monitoring the status of your own patches on patchwork?
 2021-12-13 21:43 UTC  (3+ messages)

[PATCH v4 00/34] component: Make into an aggregate bus
 2021-12-13 21:43 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Fix segfault in bpf_tcp_ca
 2021-12-13 21:40 UTC  (2+ messages)

update hexagon float ref files
 2021-12-13 21:39 UTC  (3+ messages)

[PATCH] Bluetooth: hci_event: Use skb_pull_data when processing inquiry results
 2021-12-13 21:38 UTC 

[PATCH] xen/arm: increase memory banks number define value
 2021-12-13 21:38 UTC  (2+ messages)

[PATCH v20] tty: Fix the keyboard led light display problem
 2021-12-13 21:38 UTC  (6+ messages)

[PATCH 00/15] generalize chainlint self-tests
 2021-12-13 21:37 UTC  (11+ messages)
` [PATCH 05/15] t/Makefile: optimize chainlint self-test


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.