linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 19:50:40 to 2020-11-10 22:14:37 UTC [more...]

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

[PATCH 00/10] Broadcom b53 YAML bindings
 2020-11-10 22:13 UTC  (7+ messages)
` [PATCH 04/10] ARM: dts: BCM5301X: Add a default compatible for switch node
` [PATCH 05/10] ARM: dts: BCM5301X: Provide defaults ports container node

[PATCH 00/20] [Set 3] Rid W=1 warnings from GPU
 2020-11-10 22:13 UTC  (20+ messages)
` [PATCH 01/20] drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its use
` [PATCH 03/20] drm/radeon/radeon_fence: Demote some non-conformant kernel-doc headers and fix another
` [PATCH 06/20] drm/radeon/radeon_connectors: Strip out set but unused variable 'ret'
` [PATCH 07/20] drm/radeon/radeon_display: Remove unused variable 'mod'
` [PATCH 08/20] drm/radeon/radeon_i2c: Remove pointless function header
` [PATCH 09/20] drm/radeon/radeon_irq_kms: Demote non-conformant kernel-doc fix another
` [PATCH 15/20] drm/radeon/r600d: Move 'rc600_*' prototypes into shared header

[PATCH][V2] PCI: Fix a potential uninitentional integer overflow issue
 2020-11-10 22:10 UTC 

[PATCH] mm: fix build failure with xtensa
 2020-11-10 22:08 UTC  (2+ messages)

[PATCH v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-10 22:08 UTC  (4+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 2/3] docs: cgroup-v1: reflect the deprecation of "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH] netfilter: conntrack: fix -Wformat
 2020-11-10 22:06 UTC  (5+ messages)

[PATCH 0/8] simplify ep_poll
 2020-11-10 22:05 UTC  (4+ messages)

[PATCH 00/19] [Set 2] Rid W=1 warnings from GPU
 2020-11-10 22:01 UTC  (13+ messages)
` [PATCH 06/19] drm/radeon/atom: Move prototype into shared location
` [PATCH 07/19] drm/radeon/radeon_kms: Include header containing our own prototypes
` [PATCH 11/19] drm/radeon/radeon_drv: Source file headers are not good candidates for kernel-doc
` [PATCH 13/19] drm/radeon/radeon_drv: Move prototypes to a shared headerfile
` [PATCH 15/19] drm/radeon: Move prototypes to shared header
` [PATCH 18/19] drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder'

[PATCH] PCI: fix a potential uninitentional integer overflow issue
 2020-11-10 22:00 UTC  (3+ messages)

[PATCH v3 19/35] x86/io_apic: Cleanup trigger/polarity helpers
 2020-11-10 22:00 UTC  (15+ messages)
` [tip: x86/apic] "
              ` [EXTERNAL] "

[PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
 2020-11-10 22:00 UTC  (11+ messages)

[PATCH net-next 0/6] net: ipa: GSI register consolidation
 2020-11-10 21:59 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ipa: define GSI interrupt types with enums
` [PATCH net-next 2/6] net: ipa: use common value for channel type and protocol
` [PATCH net-next 3/6] net: ipa: move channel type values into "gsi_reg.h"
` [PATCH net-next 4/6] net: ipa: move GSI error "
` [PATCH net-next 5/6] net: ipa: move GSI command opcode "
` [PATCH net-next 6/6] net: ipa: use enumerated types for GSI field values

[PATCH v2] pinctrl: qcom: Fix msm8953 Kconfig entry to depend on, not select PINCTRL_MSM
 2020-11-10 21:56 UTC 

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-10 21:51 UTC  (4+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[PATCH 0/4] x86/bus_lock: Enable bus lock detection
 2020-11-10 21:51 UTC  (4+ messages)
` [PATCH 2/4] x86/bus_lock: Handle warn and fatal in #DB for bus lock

[PATCH 00/19] [Set 1] Rid W=1 warnings from GPU
 2020-11-10 21:50 UTC  (12+ messages)
` [PATCH 06/19] gpu: drm: scheduler: sched_main: Provide missing description for 'sched' paramter
` [PATCH 07/19] gpu: drm: scheduler: sched_entity: Demote non-conformant kernel-doc headers
` [PATCH 15/19] gpu: drm: radeon: radeon_drv: Remove unused variable 'ret'
` [PATCH 17/19] gpu: drm: radeon: radeon_device: Fix a bunch of kernel-doc misdemeanours
` [PATCH 18/19] gpu: drm: amd: amdgpu: amdgpu: Mark global variables as __maybe_unused

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-10 21:50 UTC  (14+ messages)
` [PATCH v1 07/30] soc/tegra: Add sync state API
` [PATCH v1 11/30] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v1 18/30] pwm: tegra: Support OPP and "

[PATCH] spi: fsi: Fix transfer returning without finalizing message
 2020-11-10 21:47 UTC 

[PATCH] PCI: altera-msi: Remove irq handler and data in one go
 2020-11-10 21:45 UTC  (3+ messages)

[PATCH] efi/x86: Free efi_pgd with free_pages()
 2020-11-10 21:43 UTC  (2+ messages)

[PATCH 0/2] arm: lib: xor-neon: Remove warn & disble neon vect
 2020-11-10 21:41 UTC  (7+ messages)
` [PATCH 2/2] arm: lib: xor-neon: disable clang vectorization

[PATCH v2 0/4] cpufreq: intel_pstate: Handle powersave governor correctly in the passive mode with HWP
 2020-11-10 21:37 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] selftests/seccomp: Update kernel config
 2020-11-10 21:36 UTC  (2+ messages)

[PATCH] regulator: core: don't disable regulator if is_enabled return error
 2020-11-10 21:38 UTC  (2+ messages)

[PATCH v5 0/7] Audio Graph Updates
 2020-11-10 21:38 UTC  (2+ messages)

[PATCH] ASoC: fsl_xcvr: fix break condition
 2020-11-10 21:38 UTC  (2+ messages)

[RFC PATCH 0/3] regulator: bd718x7: support voltage scaling
 2020-11-10 21:38 UTC  (2+ messages)

support splice reads on seq_file based procfs files v2
 2020-11-10 21:35 UTC  (4+ messages)
` [PATCH 1/6] seq_file: add seq_read_iter

[PATCH] ARM: do not assemble iwmmxt.S with LLVM toolchain
 2020-11-10 21:35 UTC  (9+ messages)
` [PATCH v2] Make iwmmxt.S support Clang's integrated assembler

[PATCH 0/3] drm/nouveau: extend the lifetime of nouveau_drm
 2020-11-10 21:34 UTC  (4+ messages)
` [PATCH 2/3] drm/nouveau: manage nouveau_drm lifetime with devres
  ` [Nouveau] "

[PATCH 1/2] jffs2: fix ignoring mounting options problem during remounting
 2020-11-10 21:34 UTC  (2+ messages)

[RFC PATCH v2 00/10] firmware: arm_scmi: Add virtio transport
 2020-11-10 21:32 UTC  (3+ messages)
` [RFC PATCH v2 10/10] "

[PATCH -next v2] clk: pm_clock: provide stubs for pm_clk_runtime_suspend/_resume
 2020-11-10 21:30 UTC  (3+ messages)

[GIT PULL] (swiotlb) stable/for-linus-5.10-rc2
 2020-11-10 21:31 UTC 

[PATCH] pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callback
 2020-11-10 21:28 UTC  (3+ messages)

linux-next: build failure after merge of the vfs tree
 2020-11-10 21:24 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add sc7280 pinctrl bindings
 2020-11-10 21:24 UTC  (4+ messages)
` [PATCH v2 2/2] pinctrl: qcom: Add sc7280 pinctrl driver

linux-next: Fixes tag needs some work in the omap-fixes tree
 2020-11-10 21:16 UTC 

linux-next: Signed-off-by missing for commit in the wireless-drivers tree
 2020-11-10 21:12 UTC 

[PATCH v5 0/3] media: rkvdec: Add a VP9 backend
 2020-11-10 21:03 UTC  (2+ messages)

[PATCH 00/13] Introduce seqnum_ops
 2020-11-10 21:03 UTC  (20+ messages)
` [PATCH 01/13] seqnum_ops: Introduce Sequence Number Ops
` [PATCH 02/13] selftests:lib:test_seqnum_ops: add new test for seqnum_ops
` [PATCH 03/13] drivers/acpi: convert seqno seqnum_ops
` [PATCH 04/13] drivers/acpi/apei: convert seqno to seqnum_ops
` [PATCH 05/13] drivers/base/test/test_async_driver_probe: convert to use seqnum_ops
` [PATCH 06/13] drivers/char/ipmi: convert stats "
` [PATCH 07/13] drivers/edac: convert pci counters to seqnum_ops
` [PATCH 08/13] drivers/oprofile: convert stats to use seqnum_ops
` [PATCH 09/13] drivers/staging/rtl8723bs: "
` [PATCH 10/13] usb: usbip/vhci: convert seqno to seqnum_ops
` [PATCH 11/13] drivers/staging/rtl8188eu: convert stats to use seqnum_ops
` [PATCH 12/13] drivers/staging/unisys/visorhba: "
` [PATCH 13/13] security/integrity/ima: converts stats to seqnum_ops

[PATCH 00/25] Rid W=1 warnings in SoC
 2020-11-10 21:02 UTC  (4+ messages)
` [PATCH 24/25] soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variables

Linux 4.19.157
 2020-11-10 20:59 UTC  (2+ messages)

Linux 4.14.206
 2020-11-10 20:59 UTC  (2+ messages)

Linux 4.9.243
 2020-11-10 20:58 UTC  (2+ messages)

Linux 4.4.243
 2020-11-10 20:58 UTC  (2+ messages)

Linux 5.4.77
 2020-11-10 20:57 UTC  (2+ messages)

[PATCH] fs/nfsd: remove unused NFSDDBG_FACILITY to tame gcc
 2020-11-10 20:55 UTC  (2+ messages)

"irq 4: Affinity broken due to vector space exhaustion." warning on restart of ttyS0 console
 2020-11-10 20:56 UTC  (2+ messages)

Linux 5.9.8
 2020-11-10 20:56 UTC  (2+ messages)

[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2020-11-10 20:52 UTC  (4+ messages)
  ` [PATCH] perf/intel: Remove Perfmon-v4 counter_freezing support

[PATCH] PCI: dwc: Add support to configure for ECRC
 2020-11-10 20:50 UTC  (2+ messages)

How to enable auto-suspend by default
 2020-11-10 20:45 UTC  (9+ messages)

[PATCH] soc: ti: pruss: Remove wrong check against *get_match_data return value
 2020-11-10 20:42 UTC  (2+ messages)

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-10 20:38 UTC  (6+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper

[tip: ras/core] x86/mce: Enable additional error logging on certain Intel CPUs
 2020-11-10 20:37 UTC  (14+ messages)
        ` [PATCH] x86/mce: Check for hypervisor before enabling additional error logging

[PATCH] cpuset: fix race between hotplug work and later CPU offline
 2020-11-10 20:34 UTC  (3+ messages)

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-10 20:30 UTC  (6+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP

[PATCH tip/core/rcu 0/4] Documentations updates for v5.11
 2020-11-10 20:33 UTC  (6+ messages)
` [PATCH tip/core/rcu 2/4] docs: Update RCU's hotplug requirements with a bit about design

[PATCH v1] drivers: make struct device_driver::remove return void
 2020-11-10 20:31 UTC  (2+ messages)

[PATCH v4] reboot: allow to specify reboot mode via sysfs
 2020-11-10 20:27 UTC 

[PATCH 0/2] clk: provide new devm helpers for prepared and enabled clocks
 2020-11-10 20:25 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH v4 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-10 20:24 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/5] bpf: add in-kernel split "
` [PATCH v4 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO

[PATCH] checkpatch: add fix option for MISSING_SIGN_OFF
 2020-11-10 20:19 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnected
 2020-11-10 20:18 UTC  (2+ messages)

[PATCH v6 2/6] drivers: mfd: Add a driver for iEi WT61P803 PUZZLE MCU
 2020-11-10 20:14 UTC  (4+ messages)

[PATCH v4 0/2] NFS: Fix interaction between fs_context and user namespaces
 2020-11-10 20:12 UTC  (3+ messages)

[PATCH v2 0/3] Add support for frequency invariance to AMD EPYC Zen2
 2020-11-10 20:10 UTC  (2+ messages)

[PATCH v7 0/6] Add support for the IEI WT61P803 PUZZLE MCU
 2020-11-10 20:06 UTC  (4+ messages)
` [PATCH v7 3/6] drivers: hwmon: Add the IEI WT61P803 PUZZLE HWMON driver

[PATCH] drm/rockchip: Avoid uninitialized use of endpoint id in LVDS
 2020-11-10 20:04 UTC 

[PATCH v3 0/3] Add support for frequency invariance to AMD EPYC Zen2
 2020-11-10 20:05 UTC  (4+ messages)
` [PATCH v3 1/3] x86, sched: Calculate frequency invariance for AMD systems
` [PATCH v3 2/3] x86, sched: Use midpoint of max_boost and max_P for frequency invariance on AMD EPYC
` [PATCH v3 3/3] x86: Print ratio freq_max/freq_base used in frequency invariance calculations

[PATCH 00/35] Enhance memory utilization with DMEMFS
 2020-11-10 20:04 UTC  (3+ messages)
` [PATCH 01/35] fs: introduce dmemfs module

[PATCH] drm/tegra: replace idr_init() by idr_init_base()
 2020-11-10 19:53 UTC  (2+ messages)

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-11-10 19:50 UTC  (3+ messages)


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).