linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 08:38:58 to 2021-02-09 10:32:07 UTC [more...]

[PATCH] drivers: crypto: qat: qat_common: Two different lines fix the same spelling in the file adf_vf2pf_msg.c
 2021-02-09 10:24 UTC  (2+ messages)

[PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c
 2021-02-09 10:22 UTC  (2+ messages)

[PATCH] arm64: dts: ti: Add support for Siemens IOT2050 boards
 2021-02-09 10:21 UTC 

[PATCH 1/2] PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCI
 2021-02-09 10:19 UTC  (2+ messages)
` [PATCH 2/2] PCI: xilinx-nwl: Add optional "dma-coherent" property

DMA direct mapping fix for 5.4 and earlier stable branches
 2021-02-09 10:19 UTC  (8+ messages)

linux-next: build failure after merge of the powerpc tree
 2021-02-09 10:19 UTC 

[PATCH v9 00/18] HSM driver for ACRN hypervisor
 2021-02-09 10:18 UTC  (3+ messages)

linux-next: Tree for Feb 8
 2021-02-09 10:17 UTC  (3+ messages)
` linux-next: Tree for Feb 8 (Warning at arch/x86/kernel/irq.c:390)

[PATCH v2 2/2] thermal: Move therm_throt there from x86/mce
 2021-02-09 10:16 UTC  (2+ messages)

[PATCH V3 00/19] vDPA driver for virtio-pci device
 2021-02-09 10:15 UTC  (8+ messages)
` [PATCH V3 16/19] virtio-pci: introduce modern device module

[PATCH 00/20] net: stmmac: Obvious cleanups and several fixes
 2021-02-09 10:15 UTC  (4+ messages)
` [PATCH 01/20] net: phy: realtek: Fix events detection failure in LPI mode

drivers/platform/surface/surface3-wmi.c:60:14: warning: variable 'status' set but not used
 2021-02-09 10:12 UTC  (2+ messages)

[PATCH 0/2] usb: misc: Add support for Microchip USB5744
 2021-02-09 10:11 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: usb: misc: Add binding for Microchip usb5744 hub
` [PATCH 2/2] usb: misc: usb5744: Add support for USB hub controller

[PATCH V7 0/6] dt: build overlays
 2021-02-09 10:10 UTC  (6+ messages)
` [PATCH V7 6/6] of: unittest: Statically apply overlays using fdtoverlay

linux-next: build failure after merge of the modules tree
 2021-02-09 10:08 UTC 

[PATCH] irqchip/csky: Use true and false for bool variable
 2021-02-09 10:07 UTC 

[PATCH] dt-bindings: serial: stm32: add examples
 2021-02-09  9:59 UTC 

[RFC PATCH v1 00/41] powerpc/32: Switch to interrupt entry/exit in C
 2021-02-09  9:57 UTC  (42+ messages)
` [RFC PATCH v1 01/41] powerpc/32: Preserve cr1 in exception prolog stack check to fix build error
` [RFC PATCH v1 02/41] powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
` [RFC PATCH v1 03/41] powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
` [RFC PATCH v1 04/41] powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
` [RFC PATCH v1 05/41] powerpc/40x: Reorder a few instructions in critical exception prolog
` [RFC PATCH v1 06/41] powerpc/40x: Prepare for enabling MMU "
` [RFC PATCH v1 07/41] powerpc/40x: Prepare normal exception handler for enabling MMU early
` [RFC PATCH v1 08/41] powerpc/32: Reconcile interrupts in C
` [RFC PATCH v1 09/41] powerpc/32: Entry cpu time accounting "
` [RFC PATCH v1 10/41] powerpc/32: Handle bookE debugging in C in exception entry
` [RFC PATCH v1 11/41] powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
` [RFC PATCH v1 12/41] powerpc/32: Remove ksp_limit
` [RFC PATCH v1 13/41] powerpc/32: Always enable data translation in exception prolog
` [RFC PATCH v1 14/41] powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
` [RFC PATCH v1 15/41] powerpc/32: Enable instruction translation at the same time as data translation
` [RFC PATCH v1 16/41] powerpc/32: Statically initialise first emergency context
` [RFC PATCH v1 17/41] powerpc/32: Add vmap_stack_overflow label inside the macro
` [RFC PATCH v1 18/41] powerpc/32: Use START_EXCEPTION() as much as possible
` [RFC PATCH v1 19/41] powerpc/32: Move exception prolog code into .text once MMU is back on
` [RFC PATCH v1 20/41] powerpc/32: Provide a name to exception prolog continuation in virtual mode
` [RFC PATCH v1 21/41] powerpc/32: Refactor booke critical registers saving
` [RFC PATCH v1 22/41] powerpc/32: Perform normal function call in exception entry
` [RFC PATCH v1 23/41] powerpc/32: Always save non volatile registers on "
` [RFC PATCH v1 24/41] powerpc/32: Replace ASM exception exit by C exception exit from ppc64
` [RFC PATCH v1 25/41] powerpc/32: Set regs parameter in r3 in transfer_to_handler
` [RFC PATCH v1 26/41] powerpc/32: Remove handle_page_fault()
` [RFC PATCH v1 27/41] powerpc/32: Save trap number on stack in exception prolog
` [RFC PATCH v1 28/41] powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
` [RFC PATCH v1 29/41] powerpc/32: Only restore non volatile registers when required
` [RFC PATCH v1 30/41] powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
` [RFC PATCH v1 31/41] powerpc/32: Remove the xfer parameter in EXCEPTION() macro
` [RFC PATCH v1 32/41] powerpc/32: Refactor saving of volatile registers in exception prologs
` [RFC PATCH v1 33/41] powerpc/32: Save remaining registers in exception prolog
` [RFC PATCH v1 34/41] powerpc/32: Set current->thread.regs in C interrupt entry
` [RFC PATCH v1 35/41] powerpc/32: Return directly from power_save_ppc32_restore()
` [RFC PATCH v1 36/41] powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
` [RFC PATCH v1 37/41] powerpc/32s: Move KUEP locking/unlocking in C
` [RFC PATCH v1 38/41] powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
` [RFC PATCH v1 39/41] powerpc/32s: Create C version of kuap save/restore/check helpers
` [RFC PATCH v1 40/41] powerpc/8xx: "
` [RFC PATCH v1 41/41] powerpc/32: Manage KUAP in C

[PATCH v6 0/3] Add %p4cc printk modifier for V4L2 and DRM fourcc codes
 2021-02-09 10:01 UTC  (10+ messages)
` [PATCH v6 1/3] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
` [PATCH v6 3/3] drm/fourcc: Switch to %p4cc format modifier

[PATCH 0/2] KVM: do not assume PTE is writable after follow_pfn
 2021-02-09 10:02 UTC  (12+ messages)
` [PATCH 1/2] mm: provide a sane PTE walking API for modules

[PATCH v3 0/3] blk-mq: Don't complete in IRQ, use llist_head
 2021-02-09 10:02 UTC  (3+ messages)
` [PATCH 1/3] smp: Process pending softirqs in flush_smp_call_function_from_idle()

[RFC PATCH 0/5] Split Coresight decode by aux records
 2021-02-09  9:58 UTC  (6+ messages)
` [RFC PATCH 1/5] perf cs-etm: Split up etm queue setup function
` [RFC PATCH 2/5] perf cs-etm: Only search timestamp in current sample's queue
` [RFC PATCH 3/5] perf cs-etm: Save aux records in each etm queue
` [RFC PATCH 4/5] perf cs-etm: don't process queues until cs_etm__flush_events
` [RFC PATCH 5/5] perf cs-etm: split decode by aux records

linux-next: build warning after merge of the kvm tree
 2021-02-09 10:01 UTC  (2+ messages)

linux-next: manual merge of the gpio-brgl tree with the arm-soc tree
 2021-02-09 10:01 UTC  (2+ messages)

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-02-09 10:00 UTC  (5+ messages)
` [RFC PATCH v2 16/26] KVM: arm64: Prepare Hyp memory protection

[PATCH 00/18] Apple M1 SoC platform bring-up
 2021-02-09  9:58 UTC  (5+ messages)
` [PATCH 13/18] arm64: ioremap: use nGnRnE mappings on platforms that require it

[PATCH] power: supply: Use true and false for bool variable
 2021-02-09  9:58 UTC 

[PATCH 0/2] quota: Add mountpath based quota support
 2021-02-09  9:57 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH] drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue
 2021-02-09  9:54 UTC  (7+ messages)
  ` [PATCH v2] drivers/misc/vmw_vmci: restrict too big queue size in
      ` [PATCH v3] "

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-09  9:53 UTC  (5+ messages)

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-09  9:46 UTC  (6+ messages)
` [PATCH 5/7] fsdax: Dedup file range to use a compare function

[PATCH v3 0/6] devicetree fixes for Protonic and Plymovent boards
 2021-02-09  9:51 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: display: simple: add Innolux G070Y2-T02 panel
` [PATCH v3 2/6] drm: panel-simple: Add support for the "
` [PATCH v3 3/6] ARM: dts: imx6dl-prtvt7: Add display and panel nodes
` [PATCH v3 4/6] ARM: dts: imx6dl-prtvt7: add TSC2046 touchscreen node
` [PATCH v3 5/6] ARM: dts: imx6dl-prtvt7: Remove backlight enable gpio
` [PATCH v3 6/6] ARM: dts: imx6dl-plym2m: remove touchscreen-size-* properties

[PATCH v2 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2021-02-09  9:49 UTC  (3+ messages)
` [PATCH v2 14/15] ARM: dts: bcm2711: Add the BSC interrupt controller

[PATCH] HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxx
 2021-02-09  9:48 UTC  (2+ messages)

[PATCH v3] sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2
 2021-02-09  9:46 UTC  (2+ messages)

[PATCH 0/2] Add decoder conceal color ctrl
 2021-02-09  9:45 UTC  (3+ messages)
` [PATCH 1/2] v4l2-ctrl: Add decoder conceal color control
` [PATCH 2/2] venus: vdec: Add support for conceal control

[PATCH] drivers/perf: Replace spin_lock_irqsave to spin_lock
 2021-02-09  9:42 UTC 

[GIT PULL] memblock: remove return value of memblock_free_all()
 2021-02-09  9:43 UTC 

[RFC PATCH 0/2] Add a test for kvm page table code
 2021-02-09  9:43 UTC  (4+ messages)
` [RFC PATCH 2/2] KVM: selftests: "

[PATCH] clk: at91: sama5d2: Mark device OF_POPULATED after setup
 2021-02-09  9:42 UTC  (5+ messages)

[PATCH v2] Use devicetree to determine present cpus (v2)
 2021-02-09  9:42 UTC  (3+ messages)

[PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock
 2021-02-09  9:42 UTC  (5+ messages)
` [Linuxarm] "

[PATCH v2 0/3] Add quirks to AMD Sensor Fusion Hub driver
 2021-02-09  9:39 UTC  (2+ messages)

[PATCH] bus: mvebu-mbus: Convert to use DEFINE_SHOW_ATTRIBUTE macro
 2021-02-09  8:49 UTC 

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-09  9:37 UTC  (9+ messages)
` [RFC PATCH v3 1/2] "

[PATCH] HID: logitech-dj: add support for the new lightspeed connection iteration
 2021-02-09  9:37 UTC  (2+ messages)

[PATCH v2 0/3] objtool: Support the stack swizzle
 2021-02-09  9:16 UTC  (4+ messages)
` [PATCH v2 1/3] x86/unwind/orc: Change REG_SP_INDIRECT
` [PATCH v2 2/3] objtool,x86: Additionally decode: mov %rsp, (%reg)
` [PATCH v2 3/3] objtool: Support stack-swizzle

[PATCH 0/6] Add basic support for Loongson-2K1000
 2021-02-09  9:32 UTC  (7+ messages)
` [PATCH 1/6] MIPS: Loongson64: DeviceTree for 2K1000
` [PATCH 2/6] MIPS: Loongson64: Distinguish firmware dependencies DTB/LEFI
` [PATCH 3/6] MIPS: Loongson64: Add support for the 2K1000 to get cpu_clock_freq
` [PATCH 4/6] MIPS: Loongson64: Add 2K1000 early_printk_port
` [PATCH 5/6] irqchip/loongson-liointc: irqchip add 2.0 version
` [PATCH 6/6] MIPS: Loongson64: Add a Loongson-2k default config file

[PATCH 0/2] clk: provide new devm helpers for prepared and enabled clocks
 2021-02-09  9:32 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH] vdpa/mlx5: fix param validation in mlx5_vdpa_get_config()
 2021-02-09  9:31 UTC  (7+ messages)

[PATCH] HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device ID
 2021-02-09  9:27 UTC  (3+ messages)

[PATCH] drivers: mmc: host: Retire MMC_GOLDFISH
 2021-02-09  9:26 UTC  (2+ messages)

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2021-02-09  9:24 UTC  (19+ messages)

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation
 2021-02-09  9:23 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Use hva_t for holding hypercall page address
 2021-02-09  9:22 UTC  (2+ messages)

[PATCH] KVM: Use kvm_pfn_t for local PFN variable in hva_to_pfn_remapped()
 2021-02-09  9:21 UTC  (2+ messages)

[PATCH v3] KVM: x86/MMU: Do not check unsync status for root SP
 2021-02-09 17:01 UTC 

[RESEND PATCH v18 0/3] userspace MHI client interface driver
 2021-02-09  9:20 UTC  (13+ messages)

[PATCH][next] iommu/mediatek: Fix unsigned domid comparison with less than zero
 2021-02-09  9:19 UTC  (3+ messages)

[PATCH v2] printk: fix deadlock when kernel panic
 2021-02-09  9:19 UTC  (7+ messages)
  ` [External] "

[PATCH] mm: backing-dev: Remove duplicated macro definition
 2021-02-09  9:19 UTC 

[PATCH v1 1/2] ipack: Fail earlier for drivers without probe function
 2021-02-09  8:47 UTC  (3+ messages)
` [Industrypack-devel] "

[PATCH v2 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-09  9:16 UTC  (4+ messages)
` [PATCH v2 2/7] ASoC: fsl_rpmsg: Add CPU DAI driver for audio base on rpmsg

[PATCH 0/3] bus: fsl-mc: minor updates
 2021-02-09  9:17 UTC  (4+ messages)
` [PATCH 1/3] bus: fsl-mc: Fix test for end of loop

[PATCH 1/2] arm64: defconfig: Allow mt8173-based boards to boot from usb
 2021-02-09  9:11 UTC  (2+ messages)
` [PATCH 2/2] arm64: defconfig: Enable options to support panel display for Mediatek Chromebooks

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-09  9:09 UTC  (6+ messages)
` [PATCH v17 07/10] "

[PATCH] auxdisplay: Remove in_interrupt() usage
 2021-02-09  9:01 UTC  (7+ messages)

[PATCH 0/8] sched/fair: misfit task load-balance tweaks
 2021-02-09  8:58 UTC  (9+ messages)
` [PATCH 2/8] sched/fair: Add more sched_asym_cpucapacity static branch checks
` [PATCH 7/8] sched/fair: Attempt misfit active balance when migration_type != migrate_misfit
` [PATCH 8/8] sched/fair: Relax task_hot() for misfit tasks

[PATCH] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
 2021-02-09  9:00 UTC 

[PATCH] [PATCH 5.12/scsi-staging] scsi: ufs: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-09  9:00 UTC 

[PATCH] misc: fastrpc: fix incorrect usage of dma_map_sgtable
 2021-02-09  8:57 UTC  (2+ messages)

[patch 06/12] x86/entry: Convert system vectors to irq stack macro
 2021-02-09  8:57 UTC  (6+ messages)
    ` [kbuild-all] "

[PATCH] ARM: fix panic when kasan and kprobe are enabled
 2021-02-09  8:55 UTC 

[PATCH v2] KVM: x86/MMU: Do not check unsync status for root SP
 2021-02-09  8:53 UTC  (7+ messages)

[PATCH net v2] vsock: fix locking in vsock_shutdown()
 2021-02-09  8:52 UTC 

Linux 4.9.256
 2021-02-09  8:53 UTC  (4+ messages)

[PATCH v11 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-09  8:42 UTC  (16+ messages)
` [PATCH v11 net-next 01/15] doc: marvell: add CM3 address space and PPv2.3 description
` [PATCH v11 net-next 02/15] dts: marvell: add CM3 SRAM memory to cp11x ethernet device tree
` [PATCH v11 net-next 03/15] net: mvpp2: add CM3 SRAM memory map
` [PATCH v11 net-next 04/15] net: mvpp2: always compare hw-version vs MVPP21
` [PATCH v11 net-next 05/15] net: mvpp2: add PPv23 version definition
` [PATCH v11 net-next 06/15] net: mvpp2: increase BM pool and RXQ size
` [PATCH v11 net-next 07/15] net: mvpp2: add FCA periodic timer configurations
` [PATCH v11 net-next 08/15] net: mvpp2: add FCA RXQ non occupied descriptor threshold
` [PATCH v11 net-next 09/15] net: mvpp2: enable global flow control
` [PATCH v11 net-next 10/15] net: mvpp2: add RXQ flow control configurations
` [PATCH v11 net-next 11/15] net: mvpp2: add ethtool flow control configuration support
` [PATCH v11 net-next 12/15] net: mvpp2: add BM protection underrun feature support
` [PATCH v11 net-next 13/15] net: mvpp2: add PPv23 RX FIFO flow control
` [PATCH v11 net-next 14/15] net: mvpp2: set 802.3x GoP Flow Control mode
` [PATCH v11 net-next 15/15] net: mvpp2: add TX FC firmware check

[PATCH bpf-next] selftests/bpf: Simplify the calculation of variables
 2021-02-09  8:46 UTC 

[PATCH] scripts: Fix linking extract-cert against libcrypto
 2021-02-09  8:44 UTC  (2+ messages)

[PATCH v4 00/14] Restricted DMA
 2021-02-09  8:40 UTC  (3+ messages)
` [PATCH v4 01/14] swiotlb: Remove external access to io_tlb_start

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-02-09  8:39 UTC 

drivers/gpu/drm/msm/disp/dpu1/dpu_rm.c:106 dpu_rm_init() warn: passing zero to 'PTR_ERR'
 2021-02-09  8:37 UTC 

[PATCH] xhci-pci: Set AMD Renoir USB controller to D3 when shutdown
 2021-02-09  8:37 UTC  (5+ 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).