All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-05 04:14:51 to 2020-11-05 05:25:12 UTC [more...]

[PATCH v8 00/43] kasan: add hardware tag-based mode for arm64
 2020-11-04 23:48 UTC  (32+ messages)
` [PATCH v8 01/43] kasan: drop unnecessary GPL text from comment headers
` [PATCH v8 02/43] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v8 03/43] kasan: group vmalloc code
` [PATCH v8 04/43] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v8 05/43] kasan: shadow declarations only for software modes
` [PATCH v8 07/43] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v8 09/43] kasan: split out shadow.c from common.c
` [PATCH v8 11/43] kasan: rename report and tags files
` [PATCH v8 12/43] kasan: don't duplicate config dependencies
` [PATCH v8 13/43] kasan: hide invalid free check implementation
` [PATCH v8 14/43] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v8 15/43] kasan, arm64: only init shadow for software modes
` [PATCH v8 16/43] kasan, arm64: only use kasan_depth "
` [PATCH v8 17/43] kasan, arm64: move initialization message
` [PATCH v8 18/43] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v8 19/43] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v8 20/43] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v8 21/43] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v8 22/43] kasan: rename SHADOW layout macros to META
` [PATCH v8 27/43] arm64: mte: Add in-kernel MTE helpers
` [PATCH v8 28/43] arm64: mte: Reset the page tag in page->flags
` [PATCH v8 31/43] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v8 32/43] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v8 33/43] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v8 36/43] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v8 37/43] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v8 38/43] kasan, arm64: implement HW_TAGS runtime
` [PATCH v8 40/43] kasan, mm: reset tags when accessing metadata
` [PATCH v8 41/43] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v8 43/43] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH] arm64: dts: exynos: Fix reboot/poweroff issues on Exynos7
 2020-11-04 21:14 UTC  (3+ messages)

[PATCH v5 00/14] Add BLK_CTL support for i.MX8MP
 2020-11-05  1:09 UTC  (9+ messages)
` [PATCH v5 03/14] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH v5 05/14] dt-bindings: reset: imx8mp: Add media blk_ctl reset IDs
` [PATCH v5 10/14] clk: imx: Add generic blk-ctl driver
` [PATCH v5 11/14] clk: imx: Add blk-ctl driver for i.MX8MP

[PATCH v4 0/7] arm64: dts: rockchip: Add Engicam PX30.Core
 2020-11-04 21:55 UTC  (5+ messages)

[PATCH v2 0/8] Improve signal performance on PPC64 with KUAP
 2020-11-05  5:17 UTC  (7+ messages)
` [PATCH v2 1/8] powerpc/uaccess: Add unsafe_copy_from_user
` [PATCH v2 2/8] powerpc/signal: Add unsafe_copy_{vsx,fpr}_from_user()
` [PATCH v2 3/8] powerpc/signal64: Move non-inline functions out of setup_sigcontext()
` [PATCH v2 4/8] powerpc/signal64: Remove TM ifdefery in middle of if/else block
` [PATCH v2 6/8] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
` [PATCH v2 8/8] powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches

[Fuego] [PATCH] docs: Convert pages categorized as "Feature reference"
 2020-11-05  5:23 UTC 

[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-04 21:18 UTC  (7+ messages)
` [PATCH v14 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v14 2/8] parisc: start using signal-defs.h
` [PATCH v14 4/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v14 6/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v14 7/8] signal: define the field siginfo.si_faultflags
` [PATCH v14 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH v22 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-11-04 21:57 UTC  (4+ messages)
` [PATCH v22 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH 0/4] Add KRYO2XX Errata / mitigations data
 2020-11-04 23:22 UTC  (5+ messages)
` [PATCH 1/4] arm64: Add MIDR value for KRYO2XX gold/silver CPU cores
` [PATCH 2/4] arm64: kpti: Add KRYO2XX gold/silver CPU cores to kpti safelist
` [PATCH 3/4] arm64: proton-pack: Add KRYO2XX silver CPUs to spectre-v2 safe-list
` [PATCH 4/4] arm64: cpu_errata: Apply Erratum 845719 to KRYO2XX Silver

[PATCH -next] clk: imx: scu: Make pd_np with static keyword
 2020-11-05  1:37 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
 2020-11-04 22:27 UTC  (2+ messages)

[PATCH 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-05  0:02 UTC  (13+ messages)
` [PATCH 01/20] kasan: simplify quarantine_put call site
` [PATCH 02/20] kasan: rename get_alloc/free_info
` [PATCH 03/20] kasan: introduce set_alloc_info
` [PATCH 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH 06/20] kasan: remove __kasan_unpoison_stack
` [PATCH 07/20] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH 08/20] kasan: inline random_tag for HW_TAGS
` [PATCH 09/20] kasan: inline kasan_poison_memory and check_invalid_free
` [PATCH 10/20] kasan: inline and rename kasan_unpoison_memory
` [PATCH 18/20] kasan: clean up metadata allocation and usage
` [PATCH 20/20] kasan: update documentation

[PATCH] qtest: Fix bad printf format specifiers
 2020-11-05  5:14 UTC  (4+ messages)

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-11-05  5:15 UTC  (12+ messages)
` [PATCH v5 14/21] kprobes: Remove NMI context check

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2020-11-05  5:07 UTC  (4+ messages)

[PATCH v4 0/2] mailbox: Add Broadcom STB mailbox driver for SCMI
 2020-11-04 22:03 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: Add bindings for BrcmSTB SCMI mailbox driver

[PATCH 1/8] clk: pwm: drop of_match_ptr from of_device_id table
 2020-11-05  1:11 UTC  (5+ messages)
` [PATCH 3/8] clk: imx8mn: "
` [PATCH 4/8] clk: imx8mp: "

[PATCH] RISC-V: Use non-PGD mappings for early DTB access
 2020-11-04 23:37 UTC  (2+ messages)

[PATCH -next] clk: imx: gate2: Remove unused variable ret
 2020-11-05  1:32 UTC  (2+ messages)

[PATCH 0/4] arm64: dts: ti: Cleanup mix of "okay" and "disabled" usage
 2020-11-04 22:43 UTC  (4+ messages)
` [PATCH 1/4] arm64: dts: ti: k3-am65*: Cleanup disabled nodes at SoC dtsi level
` [PATCH 3/4] arm64: dts: ti: am65/j721e: Fix up un-necessary status set to "okay" for crypto
` [PATCH 4/4] arm64: dts: ti: k3-am654-base-board: Fix up un-necessary status set to "okay" for USB

[RFC PATCH] .clang-format: Remove conditional comments
 2020-11-05  5:10 UTC  (6+ messages)

[tip:core/urgent] BUILD SUCCESS 9d820f68b2bdba5b2e7bf135123c3f57c5051d05
 2020-11-05  5:09 UTC 

[PATCH 0/4] clk: add driver for the SiFive FU740
 2020-11-05  2:45 UTC  (3+ messages)
` [PATCH 1/4] clk: sifive: Extract prci core to common base

[PATCH] drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs'
 2020-11-04 23:50 UTC  (4+ messages)

[PATCH v2 net-next 0/3] Add devlink and devlink health reporters to
 2020-11-05  5:08 UTC  (3+ messages)
` [PATCH v2 net-next 3/3] octeontx2-af: Add devlink health reporters for NIX

[PATCH v20 00/20] per memcg lru lock
 2020-11-05  5:07 UTC  (16+ messages)
` [PATCH v20 08/20] mm: page_idle_get_page() does not need lru_lock

[PATCH v8 0/7] Exynos: Simple QoS for exynos-bus using interconnect
 2020-11-05  2:20 UTC  (2+ messages)

[REGRESSION] hwmon: (applesmc) avoid overlong udelay()
 2020-11-05  5:05 UTC  (13+ messages)

linux-next: build failure after merge of the akpm-current tree
 2020-11-05  5:04 UTC 

[PATCH V6 0/5] nvme-core: timeout related fixes and cleanup
 2020-11-04 22:17 UTC  (7+ messages)
` [PATCH V6 1/5] nvme: centralize setting req timeout
` [PATCH V6 2/5] nvmet: add passthru admin timeout value attr
` [PATCH V6 5/5] nvme: centralize setting req end_io_data

[PATCH v3 0/5] Improve kernel section protections
 2020-11-05  0:04 UTC  (2+ messages)
` [PATCH v3 5/5] RISC-V: Move dynamic relocation section under __init

[PATCH v4 00/16] soc: mediatek: pm-domains: Add new driver for SCPSYS power domains controller
 2020-11-04 22:04 UTC  (7+ messages)
` [PATCH v4 10/16] dt-bindings: power: Add MT8183 power domains
` [PATCH v4 14/16] dt-bindings: power: Add MT8192 "

[PATCH V3] clk: imx8m: fix bus critical clk registration
 2020-11-05  1:13 UTC  (2+ messages)

[BUG] cqe unable to handle buggy cards
 2020-11-05  0:39 UTC  (4+ messages)

[pm:bleeding-edge] BUILD SUCCESS dddc237beebb79a67a6e2cc18b6a0a29a3a7a89c
 2020-11-05  4:58 UTC  (2+ messages)
` [Devel] "

[PATCH] remoteproc/mtk_scp: surround DT device IDs with CONFIG_OF
 2020-11-05  4:55 UTC  (4+ messages)

[PATCH net 0/2] ibmvnic: fixes in reset path
 2020-11-05  4:54 UTC  (4+ messages)
` [PATCH net 1/2] ibmvnic: notify peers when failover and migration happen

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-04 23:14 UTC  (15+ messages)
        ` Aw: "
                        ` Aw: "

[PATCH v2 0/2] ASoC: soc-compress: tidyup STREAM vs COMPRESS
 2020-11-05  4:52 UTC  (6+ messages)
` [PATCH v2 2/2] ASoC: soc-compress: assume SNDRV_PCM_STREAM_xxx and SND_COMPRESS_xxx are same

[PATCH] xfrm:fragmented ipv4 tunnel packets in inner interface
 2020-11-05  4:52 UTC  (10+ messages)

[radeon-alex:drm-next 655/663] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:802:6: warning: no previous prototype for function 'kgd_gfx_v9_get_cu_occupancy'
 2020-11-05  4:50 UTC  (2+ messages)

[PATCH v2 00/18] Refactor generic_file_buffered_read
 2020-11-05  4:52 UTC  (4+ messages)
` [PATCH v2 02/18] mm/filemap: Remove dynamically allocated array from filemap_read

[RFC PATCH bpf-next 0/5] Integrate kernel module BTF support
 2020-11-05  4:51 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: add in-kernel split "
` [RFC PATCH bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [RFC PATCH bpf-next 3/5] kbuild: Add CONFIG_DEBUG_INFO_BTF_MODULES option or module BTFs
` [RFC PATCH bpf-next 4/5] bpf: load and verify kernel "
` [RFC PATCH bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH v2 0/4] remoteproc: Improvement for the Qualcomm sysmon
 2020-11-05  4:50 UTC  (5+ messages)
` [PATCH v2 1/4] remoteproc: sysmon: Ensure remote notification ordering
` [PATCH v2 2/4] remoteproc: sysmon: Expose the shutdown result
` [PATCH v2 3/4] remoteproc: qcom: q6v5: Query sysmon before graceful shutdown
` [PATCH v2 4/4] remoteproc: sysmon: Improve error messages

pull-request: can 2020-11-03
 2020-11-05  4:47 UTC  (8+ messages)
` [net 05/27] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context

[Bluez PATCH v1 1/3] policy: add checks before connecting
 2020-11-05  4:44 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t]i915/gem_linear_blits: Added description to the subtest
 2020-11-05  4:43 UTC 

[RESEND PATCH v3 0/4] STUSB1600 support on STM32MP15xx-DKx
 2020-11-04 21:08 UTC  (7+ messages)
` [RESEND PATCH v3 1/4] dt-bindings: connector: add power-opmode optional property to usb-connector

[PATCH v3 0/3] CPUFreq: Add support for cpu performance dependencies
 2020-11-05  4:41 UTC  (6+ messages)
` [PATCH v3 2/3] opp/of: Allow empty opp-table with opp-shared

cron job: media_tree daily build: WARNINGS
 2020-11-05  4:40 UTC 

[PATCH v1] ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs
 2020-11-05  1:04 UTC  (2+ messages)

[RFC PATCH dwarves] btf: add support for split BTF loading and encoding
 2020-11-05  4:39 UTC 

[PATCH v3] arm64/mm: add fallback option to allocate virtually contiguous memory
 2020-11-05  0:03 UTC  (3+ messages)
  ` [PATCH v4] "

[igt-dev] [PATCH i-g-t 1/2] i915/gem_exec_whisper: Reopen existing device
 2020-11-05  4:35 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] "

[PATCH v4] dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs
 2020-11-04 21:42 UTC  (2+ messages)

[PATCH v2 bpf-next 00/11] libbpf: split BTF support
 2020-11-05  4:34 UTC  (12+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: factor out common operations in BTF writing APIs
` [PATCH v2 bpf-next 02/11] selftest/bpf: relax btf_dedup test checks
` [PATCH v2 bpf-next 03/11] libbpf: unify and speed up BTF string deduplication
` [PATCH v2 bpf-next 04/11] libbpf: implement basic split BTF support
` [PATCH v2 bpf-next 05/11] selftests/bpf: add split BTF basic test
` [PATCH v2 bpf-next 06/11] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH v2 bpf-next 07/11] libbpf: fix BTF data layout checks and allow empty BTF
` [PATCH v2 bpf-next 08/11] libbpf: support BTF dedup of split BTFs
` [PATCH v2 bpf-next 09/11] libbpf: accomodate DWARF/compiler bug with duplicated identical arrays
` [PATCH v2 bpf-next 10/11] selftests/bpf: add split BTF dedup selftests
` [PATCH v2 bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

[PATCH 1/2] dt-bindings: usb: mediatek,mtk-xhci: add keep-clock-on
 2020-11-04 22:39 UTC  (3+ messages)

[PATCH 0/5 v16] KASan for Arm
 2020-11-05  0:38 UTC  (13+ messages)

Question on UEFI ACPI tables setup and probing on arm64
 2020-11-05  4:30 UTC  (4+ messages)

possible deadlock in send_sigio (2)
 2020-11-05  4:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] Added test description for test case
 2020-11-05  4:28 UTC 

[Qemu-devel] [Bug 1708617] [NEW] qemu2.9 meet a question using reconnect about ovs+dpdk
 2020-11-05  4:17 UTC  (2+ messages)
` [Bug 1708617] "

[PATCH v2 0/4] pwm: atmel-tcb: rework device tree binding
 2020-11-04 22:30 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: microchip: atmel,at91rm9200-tcb: add atmel,tcb-pwm
  ` [PATCH v2 1/4] dt-bindings: microchip: atmel, at91rm9200-tcb: add atmel, tcb-pwm

[PATCH-for-5.2 0/3] ci: Move --without-default-devices job from Travis to GitLab
 2020-11-05  4:26 UTC  (9+ messages)
` [PATCH-for-5.2 2/3] gitlab-ci: Add a job to cover the --without-default-devices config

[Qemu-devel] [Bug 1715162] [NEW] qemu-user crashing when writing core dump
 2020-11-05  4:17 UTC  (2+ messages)
` [Bug 1715162] "

[PATCH] libfc: fix enum-conversion warning
 2020-11-05  4:21 UTC  (2+ messages)

[Qemu-devel] [Bug 1708442] [NEW] Crash(assert) during reading image from http url through qemu-nbd
 2020-11-05  4:17 UTC  (2+ messages)
` [Bug 1708442] "

[Qemu-devel] [Bug 1712818] [NEW] live migration with storage encounter assert(!(bs->open_flags & BDRV_O_INACTIVE)) crashes
 2020-11-05  4:17 UTC  (2+ messages)
` [Bug 1712818] "

[Qemu-devel] [Bug 1715715] [NEW] [qemu-ppc] Segfault when booting from HD after OS install
 2020-11-05  4:17 UTC  (2+ messages)
` [Bug 1715715] Re: [qemu-ppc] Segfault when booting from HD after MacOS9 install

[PATCH v2 0/2] Check codeSigning extended key usage extension
 2020-11-05  4:24 UTC  (3+ messages)
` [PATCH v2 1/2] X.509: Add CodeSigning extended key usage parsing
` [PATCH v2 2/2] PKCS#7: Check codeSigning EKU for kernel module and kexec pe verification

[PATCH 1/2] libfc: move scsi/fc_encode.h to libfc
 2020-11-05  4:21 UTC  (3+ messages)

[PATCH v2 1/2] scsi: ufs: Put hba into LPM during clk gating
 2020-11-05  4:21 UTC  (4+ messages)

[PATCH] page_frag: Recover from memory pressure
 2020-11-05  4:21 UTC 

[PATCH 0/5] zfcp: cleanups, refactorings and features for 5.11
 2020-11-05  4:21 UTC  (2+ messages)

[PATCH v1 0/2] Two minor fixes for UFS driver
 2020-11-05  4:17 UTC  (2+ messages)

[PATCH v2 0/6] Allwinner V3 SL631 Action Camera Support and Related Fixes
 2020-11-05  4:14 UTC  (4+ messages)
` [PATCH v2 2/6] irqchip/sunxi-nmi: Add support for the V3s NMI


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.