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

[PATCH v1 0/2] Support SC7180 sound card variation without headset
 2020-11-05  1:32 UTC  (3+ messages)
` [PATCH v1 1/2] ASoC: google: dt-bindings: add new compatible for sc7180-coachz
` [PATCH v1 2/2] ASoC: qcom: sc7180: Modify machine driver for adau7002

[PATCH v5 00/14] Add BLK_CTL support for i.MX8MP
 2020-11-05  1:08 UTC  (13+ messages)
` [PATCH v5 03/14] dt-bindings: clock: imx8mp: Add ids for the audio shared gate
` [PATCH v5 04/14] dt-bindings: clock: imx8mp: Add media blk_ctl clock IDs
` [PATCH v5 05/14] dt-bindings: reset: imx8mp: Add media blk_ctl reset IDs
` [PATCH v5 06/14] dt-bindings: clock: imx8mp: Add hdmi blk_ctl clock IDs
` [PATCH v5 07/14] dt-bindings: reset: imx8mp: Add hdmi blk_ctl reset IDs
` [PATCH v5 09/14] Documentation: bindings: clk: Add bindings for i.MX BLK_CTL

[PATCH] Windows: update dobuild.cmd to run the configure/make
 2020-11-05  5:51 UTC  (3+ messages)

[PATCH V6 0/5] nvme-core: timeout related fixes and cleanup
 2020-11-04 22:17 UTC  (11+ messages)
` [PATCH V6 1/5] nvme: centralize setting req timeout
` [PATCH V6 2/5] nvmet: add passthru admin timeout value attr
` [PATCH V6 3/5] nvmet: add passthru io "
` [PATCH V6 4/5] nvme: use consistent macro name for timeout
` [PATCH V6 5/5] nvme: centralize setting req end_io_data

[PATCH v15 0/2] pwm: intel: Add PWM driver for a new SoC
 2020-11-05  5:49 UTC  (3+ messages)
` [PATCH v15 1/2] Add DT bindings YAML schema for PWM fan controller of LGM SoC
` [PATCH v15 2/2] Add PWM fan controller driver for "

[REGRESSION] hwmon: (applesmc) avoid overlong udelay()
 2020-11-05  5:47 UTC  (14+ messages)
                        ` [PATCH] applesmc: Re-work SMC comms v1

[PATCH 0/5] SCSI: fix transfer limits for SCSI passthrough
 2020-11-05  5:44 UTC  (3+ messages)
` [PATCH 1/5] file-posix: split hdev_refresh_limits from raw_refresh_limits

[PATCH 0/6] PinePhone Device Tree Enhancements
 2020-11-05  5:41 UTC  (14+ messages)
` [PATCH 1/6] arm64: dts: allwinner: pinephone: Remove AC power supply
` [PATCH 2/6] arm64: dts: allwinner: pinephone: Set ALDO3 to exactly 3v0
` [PATCH 3/6] arm64: dts: allwinner: pinephone: Add LED flash
` [PATCH 4/6] arm64: dts: allwinner: pinephone: Add light/proximity sensor
` [PATCH 5/6] arm64: dts: allwinner: pinephone: Add WiFi support
` [PATCH 6/6] arm64: dts: allwinner: pinephone: Add Bluetooth support

[PATCH] block: Return the real error code in bdrv_getlength
 2020-11-05  5:41 UTC 

[PATCH] block: Fix integer promotion error in bdrv_getlength()
 2020-11-05  5:40 UTC 

[PATCH] iscsi: Do Not set param when sock is NULL
 2020-11-05  5:40 UTC 

[PATCH 0/2] arm64: Implement CONFIG_CMDLINE_EXTEND
 2020-11-05  5:40 UTC  (5+ messages)

[PATCH] usb: gadget: Fix spinlock lockup on usb_function_deactivate
 2020-11-05  5:39 UTC 

[null_blk] aa1c09cb65: BUG:sleeping_function_called_from_invalid_context_at_include/linux/wait_bit.h
 2020-11-05  5:38 UTC  (2+ messages)

linux-next: build failure after merge of the akpm-current tree
 2020-11-05  5:37 UTC  (2+ messages)

[PATCH v8 00/43] kasan: add hardware tag-based mode for arm64
 2020-11-04 23:48 UTC  (28+ 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 10/43] kasan: define KASAN_GRANULE_PAGE
` [PATCH v8 11/43] kasan: rename report and tags files
` [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 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 25/43] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v8 26/43] arm64: Enable armv8.5-a asm-arch option
` [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 37/43] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v8 38/43] kasan, arm64: implement HW_TAGS runtime
` [PATCH v8 41/43] kasan, arm64: enable CONFIG_KASAN_HW_TAGS

[PATCH v2] x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-on STIBP
 2020-11-05  5:33 UTC 

[PATCH v2] mtd: spinand: macronix: Add support for MX35LFxGE4AD
 2020-11-05  1:43 UTC 

[PATCH v2 0/6] QOM minor fixes
 2020-11-05  5:31 UTC  (5+ messages)
` [PATCH v2 5/6] macio: don't reference serial_hd() directly within the device

[PATCH 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-05  0:02 UTC  (12+ messages)
` [PATCH 02/20] kasan: rename get_alloc/free_info
` [PATCH 03/20] kasan: introduce set_alloc_info
` [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 11/20] kasan: add and integrate kasan boot parameters
` [PATCH 12/20] kasan, mm: check kasan_enabled in annotations
` [PATCH 16/20] kasan: simplify assign_tag and set_tag calls
` [PATCH 18/20] kasan: clean up metadata allocation and usage
` [PATCH 20/20] kasan: update documentation

[PATCH] lib: sbi: Improve boot prints in cold boot sequence
 2020-11-05  5:30 UTC  (2+ messages)

strange call stack when running uvc-gadget application
 2020-11-05  5:29 UTC  (4+ messages)

[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-04 21:18 UTC  (6+ 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 5/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v14 6/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v14 7/8] signal: define the field siginfo.si_faultflags

[igt-dev] [PATCH i-g-t] Added test description for test case
 2020-11-05  5:29 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2 0/8] Improve signal performance on PPC64 with KUAP
 2020-11-05  5:17 UTC  (9+ 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 5/8] powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
` [PATCH v2 6/8] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
` [PATCH v2 7/8] powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
` [PATCH v2 8/8] powerpc/signal64: Rewrite rt_sigreturn() "

[PATCH v3 0/5] Improve kernel section protections
 2020-11-05  0:04 UTC  (4+ messages)
` [PATCH v3 3/5] RISC-V: Align the .init.text section
` [PATCH v3 4/5] RISC-V: Protect all kernel sections including init early
` [PATCH v3 5/5] RISC-V: Move dynamic relocation section under __init

[PATCH v2] venus: venc: fix handlig of S_SELECTION and G_SELECTION
 2020-11-05  5:24 UTC 

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

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

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

[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] 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)

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

[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  (6+ messages)
` [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


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.