All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-21 19:56:57 to 2020-05-21 20:40:51 UTC [more...]

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:40 UTC 

[RFC PATCH 00/13] Core scheduling v5
 2020-05-21 20:40 UTC  (7+ messages)
` [PATCH RFC] sched: Add a per-thread core scheduling interface

[PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-21 20:40 UTC  (5+ messages)
    ` Solved: "

[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-05-21 19:21 UTC  (6+ messages)
` [PATCH 1/6] npcm7xx: Add config symbol
` [PATCH 3/6] hw/misc: Add NPCM7xx Clock Controller device model
` [PATCH 4/6] hw/timer: Add NPCM7xx Timer "
` [PATCH 5/6] hw/arm: Add NPCM730 and NPCM750 SoC models
` [PATCH 6/6] hw/arm: Add two NPCM7xx-based machines

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:40 UTC 

[PATCH] usb: musb: jz4740: Prevent lockup when CONFIG_SMP is set
 2020-05-21 20:39 UTC  (3+ messages)

[PATCH net-next 00/12] net: atlantic: QoS implementation
 2020-05-21 20:38 UTC  (6+ messages)
` [PATCH net-next 03/12] net: atlantic: changes for multi-TC support
    ` [EXT] "

linux-next: manual merge of the rcu tree with the powerpc tree
 2020-05-21 20:38 UTC  (4+ messages)

[PATCH 3/3] target: rename target_setup_cmd_from_cdb() to target_parse_cdb()
 2020-05-21 20:38 UTC  (5+ messages)

[PATCH v12 0/3] i2c: npcm7xx: add NPCM i2c controller driver
 2020-05-21 20:37 UTC  (11+ messages)
` [PATCH v12 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller
` [PATCH v12 2/3] i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver

[PATCH] usb: musb: Fix runtime PM imbalance on error
 2020-05-21 20:37 UTC  (2+ messages)

[PATCH v2 0/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-21 20:37 UTC  (4+ messages)
` [PATCH v2 1/3] selftests: vdso: Rename vdso_test to vdso_test_gettimeofday
` [PATCH v2 2/3] selftests: vdso: Use a header file to prototype parse_vdso API
` [PATCH v2 3/3] selftests: vdso: Add a selftest for vDSO getcpu()

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:37 UTC 

Question about projects bugzilla and personal tags not being so personal
 2020-05-21 20:35 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:35 UTC 

[PSIGN v2 X/3] selftests: vdso: Add a selftest for vDSO getcpu()
 2020-05-21 20:34 UTC 

[patch V9 00/39] x86/entry: Rework leftovers (was part V)
 2020-05-21 20:05 UTC  (40+ messages)
` [patch V9 01/39] nmi, tracing: Make hardware latency tracing noinstr safe
` [patch V9 02/39] rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()
` [patch V9 03/39] rcu: Provide rcu_irq_exit_check_preempt()
` [patch V9 04/39] x86/entry: Provide idtentry_entry/exit_cond_rcu()
` [patch V9 05/39] x86/entry: Provide idtentry_enter/exit_user()
` [patch V9 06/39] x86/idtentry: Switch to conditional RCU handling
` [patch V9 07/39] x86/entry: Cleanup idtentry_enter/exit() leftovers
` [patch V9 08/39] genirq: Provide irq_enter/exit_rcu()
` [patch V9 09/39] genirq: Provide __irq_enter/exit_raw()
` [patch V9 10/39] x86/entry: Provide helpers for execute on irqstack
` [patch V9 11/39] x86/entry/64: Move do_softirq_own_stack() to C
` [patch V9 12/39] x86/entry: Split out idtentry_exit_cond_resched()
` [patch V9 13/39] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch V9 14/39] x86/entry/64: Simplify idtentry_body
` [patch V9 15/39] x86/entry: Switch page fault exception to IDTENTRY_RAW
` [patch V9 16/39] x86/entry: Remove the transition leftovers
` [patch V9 17/39] x86/entry: Change exit path of xen_failsafe_callback
` [patch V9 18/39] x86/entry/64: Remove error_exit
` [patch V9 19/39] x86/entry/32: Remove common_exception
` [patch V9 20/39] x86/irq: Use generic irq_regs implementation
` [patch V9 21/39] x86/irq: Convey vector as argument and not in ptregs
` [patch V9 22/39] x86/irq: Rework handle_irq() for 64bit
` [patch V9 23/39] x86/entry: Add IRQENTRY_IRQ macro
` [patch V9 24/39] x86/entry: Use idtentry for interrupts
` [patch V9 25/39] x86/entry: Provide IDTENTRY_SYSVEC
` [patch V9 26/39] x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
` [patch V9 27/39] x86/entry: Convert SMP system vectors "
` [patch V9 28/39] x86/entry: Convert various system vectors
` [patch V9 29/39] x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
` [patch V9 30/39] x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
` [patch V9 31/39] x86/entry: Convert XEN hypercall vector "
` [patch V9 32/39] x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE
` [patch V9 33/39] x86/entry: Remove the apic/BUILD interrupt leftovers
` [patch V9 34/39] x86/entry/64: Remove IRQ stack switching ASM
` [patch V9 35/39] x86/entry: Make enter_from_user_mode() static
` [patch V9 36/39] x86/entry/32: Remove redundant irq disable code
` [patch V9 37/39] x86/entry/64: Remove TRACE_IRQS_*_DEBUG
` [patch V9 38/39] x86/entry: Move paranoid irq tracing out of ASM code
` [patch V9 39/39] x86/entry: Remove the TRACE_IRQS cruft

[PULL] u-boot-sh/master
 2020-05-21 20:33 UTC  (3+ messages)

[PATCH] checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files
 2020-05-21 20:32 UTC 

libexec/git-core on PATH in editors and other subprocesses (and a fix for vim)
 2020-05-21 20:31 UTC 

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:31 UTC 

[PATCH v2] ACPI / DPTF: Add additional attributes to power participant driver
 2020-05-21 20:30 UTC 

post-receive: pub/scm/linux/kernel/git/soc/soc
 2020-05-21 20:30 UTC 

[PATCH net-next] net/tls: fix race condition causing kernel panic
 2020-05-21 20:32 UTC  (7+ messages)

[dpdk-dev] [PATCH] examples/kni: fix crash during MTU set
 2020-05-21 20:29 UTC  (4+ messages)

[PATCH 3.16 35/99] pxa168fb: Fix the function used to release some memory in an error handling path
 2020-05-21 20:28 UTC  (4+ messages)

[PATCH] drm/amdkfd: Track SDMA utilization per process
 2020-05-21 20:27 UTC  (2+ messages)

[PATCH] kbuild: reuse vmlinux.o in vmlinux_link
 2020-05-21 20:27 UTC 

[PATCH net] ethtool: count header size in reply size estimate
 2020-05-10 19:04 UTC 

[PATCH] Convert CONFIG_CMD_MMC to Kconfig
 2020-05-21 20:26 UTC 

[PATCH] drm/amd/amdgpu: Fix the CGCG setting is overwritten for SRIOV
 2020-05-21 20:25 UTC  (2+ messages)

[RESEND PATCH v14 00/11] Convert PWM period and duty cycle to u64
 2020-05-21 20:25 UTC  (5+ messages)
` [RESEND PATCH v14 04/11] pwm: clps711x: Cast period to u32 before use as divisor

[BUG?] b43: can't connect to WPA3 network (nohwcrypt=1)
 2020-05-21 20:23 UTC  (19+ messages)

[PATCH 0/3] sparc: port to copy_thread_tls() and struct kernel_clone_args
 2020-05-21 20:23 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:23 UTC 

[PATCH 1/3] Revert "drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handling"
 2020-05-21 20:23 UTC  (3+ messages)
` [PATCH 2/3] Revert "drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attribute"
` [PATCH 3/3] Revert "drm/amdgpu: optimize amdgpu device attribute code"

[PATCH] PCI/switchtec: Correct bool variable type assignment
 2020-05-21 20:23 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:23 UTC 

devlink interface for asynchronous event/messages from firmware?
 2020-05-21 20:22 UTC  (3+ messages)

[PATCH 3.16 00/99] 3.16.84-rc1 review
 2020-05-21 20:22 UTC  (6+ messages)

[PATCH -tip v3 00/11] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-21 20:21 UTC  (3+ messages)
` [PATCH -tip v3 09/11] data_race: Avoid nested statement expression

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2020-05-21 20:20 UTC 

[PATCH] PCI: shpchp: Remove surplus variable and ineffectual error check
 2020-05-21 20:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:20 UTC 

[PATCH] can: mcp251x: convert to half-duplex SPI
 2020-05-21 20:19 UTC  (7+ messages)

[PATCH 2/4] hw/riscv: spike: Allow creating multiple sockets
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH 00/10] fix swiotlb-xen for RPi4
 2020-05-21 20:17 UTC  (7+ messages)
` [PATCH 09/10] xen/arm: introduce phys/dma translations in xen_dma_sync_for_*

[PATCH 4/4] hw/riscv: virt: Allow creating multiple sockets
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH 3/4] hw/riscv: Allow creating multiple instances of PLIC
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH v6 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-21 20:16 UTC  (12+ messages)
` [PATCH v6 04/19] spi: spi-mem: allow specifying a command's extension

[PATCH 1/4] hw/riscv: Allow creating multiple instances of CLINT
 2020-05-21 20:16 UTC  (3+ messages)

FIB filtering (comments, please) (reformatted)
 2020-05-21 20:16 UTC 

[PATCH] iommu/dma: limit iova free size to unmmaped iova
 2020-05-21 20:16 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:16 UTC 

[PATCH v2 for-4.14 0/3] Remove the 1GB limitation on Rasberry Pi 4
 2020-05-21 20:14 UTC  (2+ messages)

[PATCH] wireless: Use linux/stddef.h instead of stddef.h
 2020-05-21 20:14 UTC 

[PATCH] smp: generic ipi_raise tracepoint
 2020-05-21 20:11 UTC  (3+ messages)

[PATCH] audio: fix wavcapture segfault
 2020-05-21 20:09 UTC  (2+ messages)

FIB filtering (comments, please)
 2020-05-21 20:10 UTC 

[net-next v4 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-21 20:10 UTC  (5+ messages)
` [net-next v4 01/12] Implementation of Virtual Bus

[dpdk-dev] mlx5 & pdump: convert HW timestamps to nanoseconds
 2020-05-21 20:09 UTC  (4+ messages)

[PULL 0/1] qemu-openbios queue 20200521
 2020-05-21 20:07 UTC  (2+ messages)
` [PULL 1/1] Update OpenBIOS images to 4704d9eb built from submodule

Bug in Dash's unquoting of backslashes within backquoted strings
 2020-05-21 20:06 UTC 

[PATCH v2] arm: dts: am335x-boneblack: add gpio-line-names
 2020-05-21 20:09 UTC 

[bpf-next PATCH v2 0/4] ] verifier, improve ptr is_branch_taken logic
 2020-05-21 20:08 UTC  (5+ messages)
` [bpf-next PATCH v2 1/4] bpf: verifier track null pointer branch_taken with JNE and JEQ
` [bpf-next PATCH v2 2/4] bpf: selftests, verifier case for non null pointer check branch taken
` [bpf-next PATCH v2 3/4] bpf: selftests, verifier case for non null pointer map value branch
` [bpf-next PATCH v2 4/4] bpf: selftests, add printk to test_sk_lookup_kern to encode null ptr check

[PATCH v3 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-21 19:59 UTC  (24+ messages)
` [PATCH v3 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v3 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v3 04/11] accel/tcg: Add stub for probe_access()
` [PATCH v3 05/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v3 06/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v3 07/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v3 08/11] accel/Kconfig: Add the TCG selector
` [PATCH v3 09/11] rules.mak: Add base-arch() rule
` [PATCH v3 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v3 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-21 20:06 UTC  (14+ messages)
                    ` [f2fs-dev] "

[PATCH v2 0/3] Venus dynamic debug
 2020-05-21 20:06 UTC  (4+ messages)
` [PATCH v2 2/3] venus: Make debug infrastructure more flexible
    ` [RFC] Make dynamic "

[PATCH 0/5] Dedicated CLINT timer driver
 2020-05-21 20:05 UTC  (3+ messages)
` [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

[PATCH net] r8169: fix OCP access on RTL8117
 2020-05-21 20:03 UTC 

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:01 UTC 

post-receive: pub/scm/linux/kernel/git/tglx/devel
 2020-05-21 20:01 UTC 

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-21 20:00 UTC  (14+ messages)
  ` io_uring vs CPU hotplug, was "

[PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
 2020-05-21 20:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-05-21 20:00 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mfd: Add ENE KB3930 Embedded Controller binding

post-receive: pub/scm/linux/kernel/git/tglx/devel
 2020-05-21 20:00 UTC 

[PATCH v2 0/9] Function Granular KASLR
 2020-05-21 20:00 UTC  (3+ messages)
` [PATCH v2 4/9] x86: Makefile: Add build and config option for CONFIG_FG_KASLR

[PATCH v8 0/5] mainline Protonic boards
 2020-05-21 20:00 UTC  (4+ messages)
` [PATCH v8 5/5] dt-bindings: arm: fsl: add different "

[PATCH 0/7] Latest COLO tree queued patches
 2020-05-21 19:54 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-05-21 19:59 UTC 

[PATCH 0/9] DT: Improve validation for Marvell SoCs
 2020-05-21 19:57 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: gpio: Convert mrvl-gpio to json-schema

[PATCH v2 0/7] Misc display/sm501 clean ups and fixes
 2020-05-21 19:39 UTC  (2+ messages)
` [PATCH v2 1/7] sm501: Convert printf + abort to qemu_log_mask

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-21 19:55 UTC  (4+ messages)
` [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH 08/12] of/irq: make of_msi_map_get_device_domain() bus agnostic
 2020-05-21 19:57 UTC  (4+ messages)

[PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
 2020-05-21 19:57 UTC  (3+ messages)

[PATCH v9 1/2] PCI: Microchip: Add host driver for Microchip PCIe controller
 2020-05-21 19:56 UTC  (2+ messages)


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.