linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 19:17:50 to 2020-08-19 23:07:28 UTC [more...]

[PATCH] checkpatch: Add test for comma use that should be semicolon
 2020-08-19 23:07 UTC  (2+ messages)
  ` coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)

[PATCH v2 1/3] mm: remove activate_page() from unuse_pte()
 2020-08-19 23:06 UTC  (6+ messages)
` [PATCH v2 2/3] mm: remove superfluous __ClearPageActive()
` [PATCH v2 3/3] mm: remove superfluous __ClearPageWaiters()

[PATCH v3] docs: trusted-encrypted.rst: update parameters for command examples
 2020-08-19 23:03 UTC  (4+ messages)

[PATCH] hv_utils: return error if host timesysnc update is stale
 2020-08-19 22:54 UTC  (4+ messages)
` [RFC PATCH] hv_utils: HOST_TIMESYNC_DELAY_THRESH can be static

[PATCH v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-19 22:49 UTC  (6+ messages)
` [PATCH v4 2/3] KVM: x86: Introduce allow list for "

[REGRESSION 5.8] x86/entry: DR0 break-on-write not working
 2020-08-19 22:47 UTC  (5+ messages)

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-19 22:40 UTC  (9+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v1 2/8] bpf: Propagate BPF_PSEUDO_BTF_ID to uapi headers in /tools
` [PATCH bpf-next v1 3/8] bpf: Introduce help function to validate ksym's type
` [PATCH bpf-next v1 4/8] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v1 5/8] bpf/selftests: ksyms_btf to test "
` [PATCH bpf-next v1 6/8] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v1 7/8] bpf: Propagate bpf_per_cpu_ptr() to /tools
` [PATCH bpf-next v1 8/8] bpf/selftests: Test for bpf_per_cpu_ptr()

[PATCH bpf-next 1/6] net: sk_msg: simplify sk_psock initialization
 2020-08-19 22:41 UTC  (15+ messages)
` [PATCH bpf-next 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next 6/6] selftests: bpf: test sockmap "

[PATCH 1/2] soc: mediatek: mtk-infracfg: Fix kerneldoc
 2020-08-19 22:39 UTC  (4+ messages)

[PATCH] dt-bindings: convert spmi.txt to spmi.yaml
 2020-08-19 22:38 UTC  (2+ messages)

[PATCH 0/3] hwrng: add support for Xiphera XIP8001B
 2020-08-19 22:37 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: rng: add bindings for Xiphera XIP8001B hwnrg

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-19 22:36 UTC  (12+ messages)
` [PATCH 49/49] dt: display: Add binds for the DPE and DSI controller for Kirin 960/970

[PATCH] ARM: at91: Add GARDENA smart Gateway AT91SAM board
 2020-08-19 22:35 UTC  (3+ messages)
` [PATCH v2] ARM: at91: Add GARDENA smart Gateway (Art. 19000) board

[PATCH] add support for battery charging threshold, mute. correctly save ac/dc brightness to hardware registers
 2020-08-19 22:31 UTC  (2+ messages)

Linux-next: Kernel panic - not syncing: Fatal exception in interrupt - RIP: 0010:security_port_sid
 2020-08-19 22:31 UTC  (5+ messages)

[PATCH v2] of: address: Work around missing device_type property in pcie nodes
 2020-08-19 22:30 UTC  (2+ messages)

[PATCH v6 0/9] Add UEFI support for RISC-V
 2020-08-19 22:24 UTC  (10+ messages)
` [PATCH v6 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v6 2/9] RISC-V: Add early ioremap support
` [PATCH v6 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v6 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v6 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v6 6/9] RISC-V: Add EFI stub support
` [PATCH v6 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v6 8/9] RISC-V: Add EFI runtime services
` [PATCH v6 9/9] RISC-V: Add page table dump support for uefi

[PATCH v3 00/18] virtiofs: Add DAX support
 2020-08-19 22:19 UTC  (19+ messages)
` [PATCH v3 01/18] dax: Modify bdev_dax_pgoff() to handle NULL bdev
` [PATCH v3 02/18] dax: Create a range version of dax_layout_busy_page()
` [PATCH v3 03/18] virtio: Add get_shm_region method
` [PATCH v3 04/18] virtio: Implement get_shm_region for PCI transport
` [PATCH v3 05/18] virtio: Implement get_shm_region for MMIO transport
` [PATCH v3 06/18] virtiofs: Provide a helper function for virtqueue initialization
` [PATCH v3 07/18] fuse: Get rid of no_mount_options
` [PATCH v3 08/18] virtio_fs, dax: Set up virtio_fs dax_device
` [PATCH v3 09/18] fuse,virtiofs: Add a mount option to enable dax
` [PATCH v3 10/18] fuse,virtiofs: Keep a list of free dax memory ranges
` [PATCH v3 11/18] fuse: implement FUSE_INIT map_alignment field
` [PATCH v3 12/18] fuse: Introduce setupmapping/removemapping commands
` [PATCH v3 13/18] fuse, dax: Implement dax read/write operations
` [PATCH v3 14/18] fuse,dax: add DAX mmap support
` [PATCH v3 15/18] fuse,virtiofs: Define dax address space operations
` [PATCH v3 16/18] fuse, dax: Serialize truncate/punch_hole and dax fault path
` [PATCH v3 17/18] fuse,virtiofs: Maintain a list of busy elements
` [PATCH v3 18/18] fuse,virtiofs: Add logic to free up a memory range

[PATCH] dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances
 2020-08-19 22:20 UTC 

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-19 22:19 UTC  (6+ messages)
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage

[PATCH v2 2/2] Show /proc/self/net only for CAP_NET_ADMIN
 2020-08-19 21:59 UTC  (3+ messages)

Request: Add Transition TI Tree to linux-next
 2020-08-19 22:15 UTC  (2+ messages)

[PATCH net] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-19 22:11 UTC  (2+ messages)

[PATCH 0/2] enable append-emulation for ZNS
 2020-08-19 22:10 UTC  (8+ messages)
  ` [PATCH 2/2] nvme: add emulation for zone-append

[PATCH] ARM: dts: vfxxx: Add syscon compatible with ocotp
 2020-08-19 22:08 UTC  (2+ messages)

fbconsole needs more parameter validations
 2020-08-19 22:07 UTC  (3+ messages)
` [PATCH v3] vt: Reject zero-sized screen buffer size

[PATCH v2 00/10] smp: irq_work / smp_call_function rework
 2020-08-19 22:04 UTC  (7+ messages)
` [RFC][PATCH v2 08/10] smp,irq_work: Use the new irq_work API

linux-next: Fixes tag needs some work in the pm tree
 2020-08-19 22:01 UTC 

Kernel build error on BTFIDS vmlinux
 2020-08-19 22:00 UTC  (9+ messages)

[PATCH] Fix typo in irq_domain documentation
 2020-08-19 21:53 UTC 

[PATCH] PCI: Add pci_iounmap
 2020-08-19 21:46 UTC  (3+ messages)

[PATCH] usb: dwc3: Stop active transfers before halting the controller
 2020-08-19 21:42 UTC  (2+ messages)

[PATCH] mm, THP, swap: fix allocating cluster for swapfile by mistake
 2020-08-19 21:41 UTC  (6+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-19 21:39 UTC  (12+ messages)
` [PATCH] block: "

[RFC 13/20] drm/i915/dp: Extract drm_dp_downstream_read_info()
 2020-08-19 21:34 UTC  (3+ messages)

ERROR: modpost: "max_low_pfn" undefined!
 2020-08-19 21:33 UTC 

[PATCH] x86/uaccess: Use pointer masking to limit uaccess speculation
 2020-08-19 21:30 UTC  (4+ messages)

[PATCH] ARM: dts: BCM5301X: Fix pin controller node
 2020-08-19 21:29 UTC  (5+ messages)

[PATCH] media: pvrusb2: fix parsing error
 2020-08-19 21:26 UTC  (4+ messages)
  ` [PATCH v2] "

FSGSBASE causing panic on 5.9-rc1
 2020-08-19 21:25 UTC  (3+ messages)

[PATCH v36 00/24] Intel SGX foundations
 2020-08-19 21:23 UTC  (13+ messages)
` [PATCH v36 21/24] x86/vdso: Implement a vDSO for Intel SGX enclave call
` [PATCH v36 23/24] docs: x86/sgx: Document SGX micro architecture and kernel internals

[PATCH iproute2 v5 0/2] iplink: hsr: add support for creating PRP device
 2020-08-19 21:21 UTC  (2+ messages)

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

[tip:x86/cpu] BUILD SUCCESS 40eb0cb4939e462acfedea8c8064571e886b9773
 2020-08-19 21:19 UTC 

[PATCH] docs: kvm: fix referenced ioctl symbol
 2020-08-19 21:19 UTC 

[PATCH v2] perf/x86/intel/uncore: Add BW counters for GT, IA and IO breakdown
 2020-08-19 21:19 UTC 

[PATCH] Makefile: Yes. Finally remove '-Wdeclaration-after-statement'
 2020-08-19 21:15 UTC  (13+ messages)

[PATCH bpf-next] net-veth: add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()
 2020-08-19 21:16 UTC  (2+ messages)

[PATCH] lib: kunit: add list_sort test conversion to KUnit
 2020-08-19 21:14 UTC  (2+ messages)

[PATCH] lib: kunit: add bitfield test conversion to KUnit
 2020-08-19 21:10 UTC  (2+ messages)

[PATCH bpf-next 1/2] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19 21:09 UTC  (2+ messages)

[PATCH v5 0/2] synquacer: add TPM support
 2020-08-19 21:09 UTC  (5+ messages)
` [PATCH v5 2/2] dt-bindings: Add SynQucer TPM MMIO as a trivial device

[PATCH] rtl818x_pci: switch from 'pci_' to 'dma_' API
 2020-08-19 21:08 UTC 

fsl_espi errors on v5.7.15
 2020-08-19 21:08 UTC  (6+ messages)

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-08-19 21:07 UTC  (10+ messages)
` [PATCH v5 5/6] kprobes: Use text_alloc() and text_free()

[PATCH v2] lib: kunit: Provides a userspace memory context when tests are compiled as module
 2020-08-19 21:07 UTC  (3+ messages)

[PATCH v2] lib: Convert test_user_copy to KUnit test
 2020-08-19 21:06 UTC  (2+ messages)

[PATCH] kprobes: Use module_name() macro
 2020-08-19 21:06 UTC  (5+ messages)

[PATCH RESEND] docs: update trusted-encrypted.rst
 2020-08-19 21:01 UTC  (8+ messages)

[PATCH] drm/vkms: add alpha-premultiplied color blending
 2020-08-19 20:53 UTC 

[PATCH] mm: slub: re-initialize randomized freelist sequence in calculate_sizes
 2020-08-19 20:52 UTC  (4+ messages)

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (4+ messages)
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private

[PATCH v3 00/44] SPMI patches needed by Hikey 970
 2020-08-19 20:48 UTC  (7+ messages)
` [PATCH v3 43/44] dt: document HiSilicon SPMI controller and mfd/regulator properties

[PATCH v14 0/2] Add initial support for slimport anx7625
 2020-08-19 20:39 UTC  (3+ messages)

[PATCH v2 00/17] Add BLK_CTRL support for i.MX8MP
 2020-08-19 20:37 UTC  (16+ messages)
` [PATCH v2 09/17] arm64: dts: Remove imx-hdmimix-reset header file
` [PATCH v2 11/17] clk: imx: Add blk_ctrl combo driver
` [PATCH v2 12/17] clk: imx8mp: Add audio blk_ctrl clocks and resets
` [PATCH v2 15/17] arm64: dts: imx8mp: Add audio_blk_ctrl node
` [PATCH v2 16/17] arm64: dts: imx8mp: Add media_blk_ctrl node

LAST CALL: Linux Foundation Technical Advisory Board election 2020
 2020-08-19 20:28 UTC 

[PATCH] Add missing bound checks for software 842 decompressor
 2020-08-19 20:19 UTC  (3+ messages)

5.9-rc1: graphics regression moved from -next to mainline
 2020-08-19 20:19 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH 1/2] mm/mmap: rename __vma_unlink_common() to __vma_unlink()
 2020-08-19 20:12 UTC  (2+ messages)

[RFC PATCH] sched: Invoke io_wq_worker_sleeping() with enabled preemption
 2020-08-19 20:11 UTC  (4+ messages)
` [PATCH 1/2] sched: Bring the PF_IO_WORKER and PF_WQ_WORKER bits closer together
  ` [PATCH 2/2] sched: Cache task_struct::flags in sched_submit_work()

[PATCH v2 0/5] -ffreestanding/-fno-builtin-* patches
 2020-08-19 20:11 UTC  (6+ messages)
` [PATCH v2 3/5] Revert "lib/string.c: implement a basic bcmp"
` [PATCH v2 4/5] x86/boot: use -fno-builtin-bcmp
` [PATCH v2 5/5] x86: don't build CONFIG_X86_32 as -ffreestanding

drivers/android/binder.c:3861: Error: unrecognized keyword/register name `l.lwz
 2020-08-19 20:10 UTC 

[PATCH] iio: pulse: Support PWM capture with TI AM3358 eCAP module
 2020-08-19 20:08 UTC  (3+ messages)

BUG with 5.8.x and make xconfig
 2020-08-19 20:08 UTC  (2+ messages)

[PATCH v2 0/7] interconnect: Introduce xlate_extended()
 2020-08-19 20:07 UTC  (3+ messages)
` [PATCH v2 5/7] arm64: dts: qcom: sdm845: Increase the number of interconnect cells

[PATCH v2 00/11] Introduce kernel_clone(), kill _do_fork()
 2020-08-19 20:02 UTC  (3+ messages)
` [PATCH v2 06/11] sparc: switch to kernel_clone()

[PATCH 1/2] riscv: ptrace: Use the correct API for `fcsr' access
 2020-08-19 20:00 UTC  (2+ messages)

[PATCH V3] ARM: dts: imx6q-logicpd: Fix broken PWM
 2020-08-19 19:59 UTC 

[PATCH V2] ARM: dts: imx6q-logicpd: Fix broken PWM
 2020-08-19 19:54 UTC  (2+ messages)

[PATCH v2] net: Stop warning about SO_BSDCOMPAT usage
 2020-08-19 19:54 UTC  (2+ messages)

[PATCH 0/2] Make debug_obj_descr const
 2020-08-19 19:52 UTC  (2+ messages)

[PATCH v2 01/41] ARM: s3c: Remove unneeded machine header includes
 2020-08-19 19:51 UTC  (6+ messages)
` [PATCH v2 23/41] ARM: s3c24xx: move spi fiq handler into platform

[PATCH] MAINTAINERS: mention documentation maintainer entry profile
 2020-08-19 19:49 UTC  (2+ messages)

[PATCH v3] powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
 2020-08-19 19:48 UTC  (3+ messages)

[PATCH] ALSA: usb-audio: Add prevent wakeup from s3 state trig by Lenovo ThinkCentre TI024Gen3 USB-audio
 2020-08-19 19:47 UTC  (3+ messages)

[PATCH 00/10] remoteproc: imx_rproc: support iMX8M and early boot
 2020-08-19 19:45 UTC  (5+ messages)
` [PATCH 04/10] remoteproc: imx_rproc: make syscon optional

[PATCH] ARM: dts: imx6q-logicpd: Fix broken PWM
 2020-08-19 19:44 UTC  (2+ messages)

[RFC PATCH] sched: Invoke io_wq_worker_sleeping() with enabled preemption
 2020-08-19 19:44 UTC  (4+ messages)
    ` [PATCH] io_wq: Make io_wqe::lock a raw_spinlock_t

[REGRESSION] x86/entry: Tracer no longer has opportunity to change the syscall number at entry via orig_ax
 2020-08-19 19:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Broadcom BDC driver
 2020-08-19 19:42 UTC  (2+ messages)

[PATCH v5 0/2] Add mediatek codec mt6359 driver
 2020-08-19 19:40 UTC  (7+ messages)
` [PATCH v5 2/2] dt-bindings: mediatek: mt6359: add codec document

[PATCH v3 0/2] staging: android: Remove BUG/BUG_ONs
 2020-08-19 19:39 UTC  (3+ messages)
` [PATCH v3 1/2] staging: android: Remove BUG_ON from ion_page_pool.c
` [PATCH v3 2/2] staging: android: Remove BUG from ion_system_heap.c

[PATCH 2/8] spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250
 2020-08-19 19:38 UTC  (3+ messages)

[PATCH] mm/slub: make add_full() condition more explicit
 2020-08-19 19:37 UTC  (2+ messages)

[PATCH v3 0/2] staging: android: Remove BUG/BUG_ON from ion
 2020-08-19 19:34 UTC 

[PATCH] MAINTAINERS: Add entries for CoreSight and Arm SPE
 2020-08-19 19:26 UTC  (5+ messages)

[PATCH V2 1/2] thermal: ti-soc-thermal: Enable addition power management
 2020-08-19 19:23 UTC  (2+ messages)

[vmwgfx] Xwayland crash on latest linus git
 2020-08-19 19:22 UTC  (2+ messages)

[PATCH] coresight: etm4x: Handle unreachable sink in perf mode
 2020-08-19 19:22 UTC  (2+ messages)

[PATCH 0/8] Return head pages from find_get_entry and find_lock_entry
 2020-08-19 19:21 UTC  (3+ messages)
` [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page

[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
 2020-08-19 19:18 UTC  (4+ messages)
` [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code

[PATCH] ARM: omap2plus_defconfig: enable twl4030_madc as a loadable module
 2020-08-19 19:15 UTC 


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