All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-23 20:03:20 to 2020-11-23 20:13:42 UTC [more...]

[PATCH mm v11 00/42] kasan: add hardware tag-based mode for arm64
 2020-11-23 20:08 UTC  (53+ messages)
` [PATCH mm v11 01/42] kasan: drop unnecessary GPL text from comment headers
` [PATCH mm v11 02/42] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH mm v11 03/42] kasan: group vmalloc code
` [PATCH mm v11 04/42] kasan: shadow declarations only for software modes
` [PATCH mm v11 05/42] kasan: rename (un)poison_shadow to (un)poison_range
` [PATCH mm v11 06/42] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH mm v11 07/42] kasan: only build init.c for software modes
` [PATCH mm v11 08/42] kasan: split out shadow.c from common.c
` [PATCH mm v11 09/42] kasan: define KASAN_MEMORY_PER_SHADOW_PAGE
` [PATCH mm v11 10/42] kasan: rename report and tags files
` [PATCH mm v11 11/42] kasan: don't duplicate config dependencies
` [PATCH mm v11 12/42] kasan: hide invalid free check implementation
` [PATCH mm v11 13/42] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH mm v11 14/42] kasan, arm64: only init shadow for software modes
` [PATCH mm v11 15/42] kasan, arm64: only use kasan_depth "
` [PATCH mm v11 16/42] kasan, arm64: move initialization message
` [PATCH mm v11 17/42] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH mm v11 18/42] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH mm v11 19/42] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH mm v11 20/42] kasan: rename SHADOW layout macros to META
` [PATCH mm v11 21/42] kasan: separate metadata_fetch_row for each mode
` [PATCH mm v11 22/42] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH mm v11 23/42] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH mm v11 24/42] arm64: Enable armv8.5-a asm-arch option
` [PATCH mm v11 25/42] arm64: mte: Add in-kernel MTE helpers
` [PATCH mm v11 26/42] arm64: mte: Reset the page tag in page->flags
` [PATCH mm v11 27/42] arm64: mte: Add in-kernel tag fault handler
` [PATCH mm v11 28/42] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH mm v11 29/42] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH mm v11 30/42] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH mm v11 31/42] kasan, mm: untag page address in free_reserved_area
` [PATCH mm v11 32/42] arm64: kasan: Align allocations for HW_TAGS
` [PATCH mm v11 33/42] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH mm v11 34/42] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH mm v11 35/42] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH mm v11 36/42] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH mm v11 37/42] kasan, arm64: implement HW_TAGS runtime
` [PATCH mm v11 38/42] kasan, arm64: print report from tag fault handler
` [PATCH mm v11 39/42] kasan, mm: reset tags when accessing metadata
` [PATCH mm v11 40/42] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH mm v11 41/42] kasan: add documentation for hardware tag-based mode
` [PATCH mm v11 42/42] kselftest/arm64: Check GCR_EL1 after context switch

[Buildroot] [PATCH 1/1] package/libglib2: bump version to 2.65.3
 2020-11-23 20:13 UTC 

[PATCH net-next v2 0/2] Add an assert in napi_consume_skb()
 2020-11-23 20:12 UTC  (4+ messages)
` [PATCH net-next v2 1/2] lockdep: Introduce in_softirq lockdep assert

[to-be-updated] mmthpshmem-limit-shmem-thp-alloc-gfp_mask.patch removed from -mm tree
 2020-11-23 20:12 UTC 

[to-be-updated] mmthpshm-limit-gfp-mask-to-no-more-than-specified.patch removed from -mm tree
 2020-11-23 20:12 UTC 

[PATCH v3 00/85] Update NFSD XDR functions
 2020-11-23 20:11 UTC  (86+ messages)
` [PATCH v3 01/85] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v3 02/85] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v3 03/85] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v3 04/85] NFSD: Add tracepoints in nfsd_dispatch()
` [PATCH v3 05/85] NFSD: Add tracepoints in
` [PATCH v3 06/85] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v3 07/85] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v3 08/85] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v3 09/85] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v3 10/85] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v3 11/85] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v3 12/85] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v3 13/85] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v3 14/85] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v3 15/85] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v3 16/85] NFSD: Replace READ* macros that decode the fattr4 time_set attributes
` [PATCH v3 17/85] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v3 18/85] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v3 19/85] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v3 20/85] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v3 21/85] NFSD: Replace READ* macros in nfsd4_decode_delegreturn()
` [PATCH v3 22/85] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v3 23/85] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v3 24/85] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v3 25/85] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v3 26/85] NFSD: Add helper for decoding locker4
` [PATCH v3 27/85] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v3 28/85] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v3 29/85] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v3 30/85] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v3 31/85] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v3 32/85] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v3 33/85] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v3 34/85] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v3 35/85] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v3 36/85] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v3 37/85] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v3 38/85] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v3 39/85] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v3 40/85] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v3 41/85] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v3 42/85] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v3 43/85] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v3 44/85] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v3 45/85] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v3 46/85] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v3 47/85] NFSD: Replace READ* macros in nfsd4_decode_setattr()
` [PATCH v3 48/85] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v3 49/85] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v3 50/85] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v3 51/85] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v3 52/85] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v3 53/85] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v3 54/85] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [PATCH v3 55/85] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v3 56/85] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v3 57/85] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v3 58/85] NFSD: Add a helper to decode state_protect4_a
` [PATCH v3 59/85] NFSD: Add a helper to decode nfs_impl_id4
` [PATCH v3 60/85] NFSD: Add a helper to decode channel_attrs4
` [PATCH v3 61/85] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v3 62/85] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v3 63/85] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v3 64/85] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()
` [PATCH v3 65/85] NFSD: Replace READ* macros in nfsd4_decode_layoutcommit()
` [PATCH v3 66/85] NFSD: Replace READ* macros in nfsd4_decode_layoutget()
` [PATCH v3 67/85] NFSD: Replace READ* macros in nfsd4_decode_layoutreturn()
` [PATCH v3 68/85] NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name()
` [PATCH v3 69/85] NFSD: Replace READ* macros in nfsd4_decode_sequence()
` [PATCH v3 70/85] NFSD: Replace READ* macros in nfsd4_decode_test_stateid()
` [PATCH v3 71/85] NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid()
` [PATCH v3 72/85] NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete()
` [PATCH v3 73/85] NFSD: Replace READ* macros in nfsd4_decode_fallocate()
` [PATCH v3 74/85] NFSD: Replace READ* macros in nfsd4_decode_nl4_server()
` [PATCH v3 75/85] NFSD: Replace READ* macros in nfsd4_decode_copy()
` [PATCH v3 76/85] NFSD: Replace READ* macros in nfsd4_decode_copy_notify()
` [PATCH v3 77/85] NFSD: Replace READ* macros in nfsd4_decode_offload_status()
` [PATCH v3 78/85] NFSD: Replace READ* macros in nfsd4_decode_seek()
` [PATCH v3 79/85] NFSD: Replace READ* macros in nfsd4_decode_clone()
` [PATCH v3 80/85] NFSD: Replace READ* macros in nfsd4_decode_xattr_name()
` [PATCH v3 81/85] NFSD: Replace READ* macros in nfsd4_decode_setxattr()
` [PATCH v3 82/85] NFSD: Replace READ* macros in nfsd4_decode_listxattrs()
` [PATCH v3 83/85] NFSD: Make nfsd4_ops::opnum a u32
` [PATCH v3 84/85] NFSD: Replace READ* macros in nfsd4_decode_compound()
` [PATCH v3 85/85] NFSD: Remove macros that are no longer used

[PATCH] ASoC: imx-audmux: Remove unused .id_table
 2020-11-23 20:09 UTC 

[PATCH v3 00/19] qom: Use qlit to represent property defaults
 2020-11-23 19:48 UTC  (6+ messages)
` [PATCH v3 03/19] qnum: QNumValue type for QNum value literals
` [PATCH v3 11/19] qom: field_prop_set_default_value() helper
` [PATCH v3 13/19] qom: Fix documentation of UUID property type
` [PATCH v3 14/19] qom: Don't ignore defval on UUID property
` [PATCH v3 17/19] qom: Delete field_prop_set_default_value_*int()

[Bug 210275] New: Bluetooth stopped working on kernel 5.9
 2020-11-23 20:12 UTC  (2+ messages)
` [Bug 210275] "

[PATCH net 00/17] rxrpc: Prelude to gssapi support
 2020-11-23 20:12 UTC  (18+ messages)
` [PATCH net-next 01/17] keys: Provide the original description to the key preparser
` [PATCH net-next 02/17] rxrpc: Remove the rxk5 security class as it's now defunct
` [PATCH net-next 03/17] rxrpc: List the held token types in the key description in /proc/keys
` [PATCH net-next 04/17] rxrpc: Support keys with multiple authentication tokens
` [PATCH net-next 05/17] rxrpc: Don't retain the server key in the connection
` [PATCH net-next 06/17] rxrpc: Split the server key type (rxrpc_s) into its own file
` [PATCH net-next 07/17] rxrpc: Hand server key parsing off to the security class
` [PATCH net-next 08/17] rxrpc: Don't leak the service-side session key to userspace
` [PATCH net-next 09/17] rxrpc: Allow security classes to give more info on server keys
` [PATCH net-next 10/17] rxrpc: Make the parsing of xdr payloads more coherent
` [PATCH net-next 11/17] rxrpc: Ignore unknown tokens in key payload unless no known tokens
` [PATCH net-next 12/17] rxrpc: Fix example key name in a comment
` [PATCH net-next 13/17] rxrpc: Merge prime_packet_security into init_connection_security
` [PATCH net-next 14/17] rxrpc: Don't reserve security header in Tx DATA skbuff
` [PATCH net-next 15/17] rxrpc: Organise connection security to use a union
` [PATCH net-next 16/17] rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
` [PATCH net-next 17/17] rxrpc: Ask the security class how much space to allow in a packet

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-23 20:11 UTC  (5+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY

Understanding OMAP5 DPLL_ABE and CM_CLKSEL_WKUPAON
 2020-11-23 20:10 UTC  (5+ messages)

[dpdk-dev] [PATCH] doc: update documentation for Bluefield platform
 2020-11-23 20:09 UTC 

+ init-main-fix-broken-buffer_init-when-deferred_struct_page_init-set.patch added to -mm tree
 2020-11-23 20:08 UTC 

[PATCH] git-gui: Fix selected text colors
 2020-11-23 20:08 UTC  (5+ messages)
` [PATCH] git-gui: use gray selection background for inactive text widgets

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 20:03 UTC  (9+ messages)
` [Drbd-dev] "
  ` [Bridge] "
  ` [Cluster-devel] "
  ` [Intel-wired-lan] "

Patch attestation
 2020-11-23 20:08 UTC 

Patch attestation
 2020-11-23 20:08 UTC 

Adventures in NFS re-exporting
 2020-11-23 20:07 UTC  (9+ messages)
` [PATCH 2/4] nfsd: pre/post attr is using wrong change attribute

[PATCH] glossary: improve "branch" definition
 2020-11-23 20:05 UTC 

[qemu-mainline test] 156962: regressions - FAIL
 2020-11-23 20:05 UTC 

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-25 10:42 UTC  (5+ messages)
` [PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-23 20:04 UTC  (6+ messages)
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

[PATCH] [RFC] init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT set
 2020-11-23 20:04 UTC  (2+ messages)

simple aarch64 binary can cause linux-user QEMU to segv in zero_bss()
 2020-11-23 19:52 UTC 

[PATCH v5 0/4] um: suspend/resume support
 2020-11-23 20:03 UTC  (6+ messages)
` [PATCH v5 1/5] um: simplify os_idle_sleep() and sleep longer
` [PATCH v5 2/5] um: time: fix read_persistent_clock64() in time-travel
` [PATCH v5 3/5] um: allow PM with suspend-to-idle
` [PATCH v5 4/5] um: support suspend to RAM
` [PATCH v5 5/5] um: add a pseudo RTC

[PATCH 0/3] PPC: fixes for clang support
 2020-11-23 20:01 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] powerpc/64s: feature: Work around inline asm issues

[PATCH v2 0/6] Add AHCI support for Tegra186
 2020-11-23 20:03 UTC  (5+ messages)
` [PATCH v2 3/6] dt-bindings: ata: tegra: Convert binding documentation to YAML


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.