All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-18 16:26:34 to 2020-12-18 17:42:48 UTC [more...]

[PATCH] ARM: vfp: use undef hook for VFP support detection
 2020-12-18 16:34 UTC  (2+ messages)

[PATCH v9 00/26] PCI: Allow BAR movement during boot and hotplug
 2020-12-18 17:39 UTC  (15+ messages)
` [PATCH v9 01/26] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH v9 02/26] PCI: Ensure a bridge has I/O and MEM access for hot-added devices
` [PATCH v9 03/26] PCI: hotplug: Initial support of the movable BARs feature
` [PATCH v9 04/26] PCI: Add version of release_child_resources() aware of fixed BARs
` [PATCH v9 05/26] PCI: hotplug: Fix reassigning the released BARs
` [PATCH v9 06/26] PCI: hotplug: Recalculate every bridge window during rescan
` [PATCH v9 07/26] PCI: hotplug: Don't allow hot-added devices to steal resources
` [PATCH v9 08/26] PCI: Reassign BARs if BIOS/bootloader had assigned not all of them
` [PATCH v9 09/26] PCI: Movable BARs: Make just a single attempt to assign bridge resources
` [PATCH v9 10/26] PCI: hotplug: Calculate fixed parts of bridge windows
` [PATCH v9 11/26] PCI: Include fixed BARs into the bus size calculating
` [PATCH v9 12/26] PCI: Make sure bridge windows include their fixed BARs
` [PATCH v9 13/26] PCI: hotplug: Add support of fixed BARs to pci_assign_resource()
` [PATCH v9 14/26] PCI: hotplug: Sort fixed BARs before assignment

[Virtio-fs] [edk2 PATCH 00/48] ArmVirtPkg, OvmfPkg: virtio filesystem driver
 2020-12-18 17:42 UTC  (5+ messages)
` [Virtio-fs] [edk2 PATCH 01/48] OvmfPkg: introduce VirtioFsDxe
` [Virtio-fs] [edk2 PATCH 42/48] OvmfPkg/VirtioFsDxe: add helper for composing rename/move destination path

[PATCH] ASoC: meson: Use managed DMA buffer allocation
 2020-12-18 17:41 UTC  (4+ messages)

[jpirko-mlxsw:combined_queue 2/30] /tmp/pinctrl-da9062-152917.s:464: Error: unrecognized opcode `zext.b a1, s1'
 2020-12-18 17:42 UTC 

[PATCH] mm/vmscan: DRY cleanup for do_try_to_free_pages()
 2020-12-18 17:41 UTC  (5+ messages)

[RFC PATCH 0/5] running kernel mode SIMD with softirqs disabled
 2020-12-18 17:01 UTC  (9+ messages)
` [RFC PATCH 1/5] crypto: aead - disallow en/decrypt for non-task or non-softirq context
` [RFC PATCH 2/5] crypto: skcipher "
` [RFC PATCH 3/5] crypto: arm64/gcm-aes-ce - add NEON yield support
` [RFC PATCH 4/5] arm64: fpsimd: run kernel mode NEON with softirqs disabled
` [RFC PATCH 5/5] crypto: arm64/gcm-aes-ce - remove non-SIMD fallback path

[PATCH 1/3] arm/edk2-firmware: no need to depend on the C library
 2020-12-18 17:40 UTC  (3+ messages)
` [PATCH 2/3] arm/edk2-firmware: upgrade platforms to fix VariablePolicyLib errors
` [PATCH 3/3] arm-bsp/edk2-firmware: upgrade SGI575 to 202011

[PATCH net] net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
 2020-12-18 17:38 UTC 

[PATCH] genirq/msi: Initialize msi_alloc_info to zero for msi_prepare API
 2020-12-18 17:38 UTC  (2+ messages)

[PATCH v2 00/11] crypto: arm32-optimized BLAKE2b and BLAKE2s
 2020-12-18 16:30 UTC  (7+ messages)
` [PATCH v2 09/11] crypto: blake2s - share the "shash" API boilerplate code
` [PATCH v2 11/11] wireguard: Kconfig: select CRYPTO_BLAKE2S_ARM

[PATCH v2 1/2] hwrng: iproc-rng200: Fix disable of the block
 2020-12-18 17:34 UTC  (3+ messages)

[PATCH 0/5] v3u: add support for RWDT
 2020-12-18 17:37 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: watchdog: renesas,wdt: add r8a779a0 (V3U) support
` [PATCH 2/5] clk: renesas: r8a779a0: Add RWDT clocks
` [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add RWDT node
` [PATCH 4/5] arm64: dts: renesas: falcon: Enable watchdog timer
` [PATCH 5/5] WIP soc: v3u: allow WDT reset

[PATCH v4 00/17] remoteproc: Add support for detaching a rproc
 2020-12-18 17:32 UTC  (18+ messages)
` [PATCH v4 01/17] dt-bindings: remoteproc: Add bindind to support autonomous processors
` [PATCH v4 02/17] remoteproc: Re-check state in rproc_shutdown()
` [PATCH v4 03/17] remoteproc: Remove useless check in rproc_del()
` [PATCH v4 04/17] remoteproc: Rename function rproc_actuate()
` [PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation
` [PATCH v4 06/17] remoteproc: stm32: Move resource table setup to rproc_ops
` [PATCH v4 07/17] remoteproc: Add new RPROC_ATTACHED state
` [PATCH v4 08/17] remoteproc: Properly represent the attached state
` [PATCH v4 09/17] remoteproc: Properly deal with a kernel panic when attached
` [PATCH v4 10/17] remoteproc: Add new detach() remoteproc operation
` [PATCH v4 11/17] remoteproc: Introduce function __rproc_detach()
` [PATCH v4 12/17] remoteproc: Introduce function rproc_detach()
` [PATCH v4 13/17] remoteproc: Add return value to function rproc_shutdown()
` [PATCH v4 14/17] remoteproc: Properly deal with a stop request when attached
` [PATCH v4 15/17] remoteproc: Properly deal with a start "
` [PATCH v4 16/17] remoteproc: Properly deal with detach request
` [PATCH v4 17/17] remoteproc: Refactor rproc delete and cdev release path

[PATCH 1/7] arm-bsp/musca: remove trusted-firmware-m statements
 2020-12-18 17:34 UTC  (7+ messages)
` [PATCH 2/7] arm/trusted-firmware-m: don't use COMPATIBLE_MACHINE directly
` [PATCH 3/7] arm-bsp/trusted-firmware-m: move TFM_PLATFORM to machine configuration
` [PATCH 4/7] arm/trusted-firmware-m: remove more unneeded build dependencies
` [PATCH 5/7] arm/trusted-firmware-m: improve CMake calls
` [PATCH 6/7] arm/trusted-firmware-m: set PACKAGE_ARCH
` [PATCH 7/7] arm/trusted-firmware-m: upgrade to 1.1

[PATCH -next] net: wireless/mediatek/mt7915: fix MESH ifdef block
 2020-12-18 17:32 UTC 

[PATCH v1 0/3] arm64: defconfig: Enable some (hopefully) useful options
 2020-12-18 17:32 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: defconfig: Enable function tracer
` [PATCH v1 2/3] arm64: defconfig: Enable more filesystems
` [PATCH v1 3/3] arm64: defconfig: Enable more DM/MD targets as modules

[Buildroot] [buildroot] guidance need to add spash screen with buildroot on imx6 board
 2020-12-18 17:32 UTC  (2+ messages)

[PATCH v5] PCI: cadence: Retrain Link to work around Gen2 training defect
 2020-12-18 17:31 UTC  (6+ messages)

[virtio-comment] [RFC PATCH] virtio-pci: introduce device state capability
 2020-12-18 17:28 UTC  (5+ messages)

[PATCH 00/26] git-log: implement new --diff-merge options
 2020-12-18 17:25 UTC  (18+ messages)
` [PATCH v2 00/33] "
  ` [PATCH v2 22/33] diff-merges: implement new values for --diff-merges
  ` [PATCH v2 24/33] diff-merges: handle imply -p on -c/--cc logic for log.c
  ` [PATCH v2 26/33] diff-merges: let new options enable diff without -p
  ` [PATCH v2 29/33] doc/git-log: describe new --diff-merges options

[PULL v2 00/11] testing and configure updates
 2020-12-18 17:23 UTC  (9+ messages)

[PULL u-boot] Please pull u-boot-amlogic-20201218
 2020-12-18 17:24 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2020-12-18 17:23 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] bpf: introduce task_vma bpf_iter

"Cannot allocate memory" on ring creation (not RLIMIT_MEMLOCK)
 2020-12-18 17:23 UTC  (12+ messages)

[PATCH v3] close_range.2: new page documenting close_range(2)
 2020-12-18 16:58 UTC 

[PATCH] drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs
 2020-12-18 17:23 UTC  (2+ messages)

[PATCH v2 0/5] Expose RPi4's bootloader configuration
 2020-12-18 15:43 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: nvmem: Add bindings for rmem driver
` [PATCH v2 2/5] nvmem: Add driver to expose reserved memory as nvmem
` [PATCH v2 3/5] ARM: dts: bcm2711: Add reserved memory template to hold firmware configuration
` [PATCH v2 4/5] arm64: defconfig: Enable nvmem's rmem driver
` [PATCH v2 5/5] ARM: multi_v7_defconfig: "

[gatesgarth PATCH] arm-bsp/linux: fix sgi575 kernel compile warning
 2020-12-18 17:21 UTC 

[Intel-wired-lan] Maintainer of ./drivers/dca?
 2020-12-18 17:20 UTC  (5+ messages)

[RFC PATCH v1] x86/cpu: initialize the CPU concurrently
 2020-12-18 17:17 UTC  (2+ messages)

linux-next: Tree for Dec 18
 2020-12-18 17:19 UTC  (3+ messages)
` linux-next: Tree for Dec 18 (drm/i915/display/intel_panel)
  ` [Intel-gfx] "

[PATCH] ia64: fix build failure caused by memory model changes
 2020-12-18 17:19 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/9] Introduce vfio-user library
 2020-12-18 17:17 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/9] lib: introduce "

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2020-12-18 17:13 UTC  (4+ messages)
` [PATCH 5/5] i386: provide simple 'hyperv=on' option to x86 machine types

[resend/standalone PATCH v4] Add auxiliary bus support
 2020-12-18 17:15 UTC  (13+ messages)

Feature request: 'git bisect run' option to redundantly check start and end commits
 2020-12-18 17:15 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/2] net/mlx5: add mbuf fast free Tx offload
 2020-12-18 17:14 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/mlx5: optimize inline mbuf freeing
` [dpdk-dev] [PATCH 2/2] net/mlx5: add mbuf fast free offload support

[PATCH] arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
 2020-12-18 16:33 UTC  (2+ messages)

[PATCH v2 0/2] bugfix: Decrease dirty bitmap blocks after we remove ramblock
 2020-12-17 10:09 UTC  (5+ messages)
` [PATCH v2 1/2] ramlist: Make dirty bitmap blocks of ramlist resizable
` Ping: [PATCH v2 0/2] bugfix: Decrease dirty bitmap blocks after we remove ramblock

[PATCH v7 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-18 17:14 UTC  (5+ messages)
` [Intel-gfx] [PATCH v7 2/5] drm/i915/display/psr: Use plane damage clips to calculate damaged area

[GIT PULL] xfs: new code for 5.11
 2020-12-18 17:12 UTC 

[PATCH] dt-bindings: Fix JSON pointers
 2020-12-18 17:11 UTC  (3+ messages)

[PATCH v4 1/3] dt-bindings: iio: dac: AD5766 yaml documentation
 2020-12-18 17:12 UTC  (3+ messages)
` [PATCH v4 2/3] Documentation/ABI/testing: Add documentation for AD5766 new ABI
` [PATCH v4 3/3] iio: dac: ad5766: add driver support for AD5766

[PATCH 0/4] Add new API is_being_panic()
 2020-12-18 17:06 UTC  (5+ messages)
` [PATCH 2/4] hung_task: Replace "did_panic" with is_be_panic()

[PATCH v2 0/2] s390x/pci: some pcistb fixes
 2020-12-18 17:05 UTC  (9+ messages)
` [PATCH v2 2/2] s390x/pci: Fix memory_region_access_valid call

[PATCH] [OE-core] [PATCHv2] systemtap: upgrade 4.3 -> 4.4
 2020-12-18 17:07 UTC  (4+ messages)

[Virtio-fs] What did I miss / SELinux avcs needed for virtiofs root
 2020-12-18 17:06 UTC 

[PATCH] io_uring: flush timeouts that should already have expired
 2020-12-18 17:04 UTC  (3+ messages)

[Bug 210775] New: hci0 reset with multiple clients
 2020-12-18 17:00 UTC 

[PATCH] add pin memory method for checkout add restore
 2020-12-18 16:59 UTC  (2+ messages)

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-12-18 16:59 UTC  (7+ messages)
` [PATCH V3 10/10] x86/pks: Add PKS test code

[PATCH] selftests/timens: add futex binary to .gitignore
 2020-12-18 16:56 UTC 

[RFC PATCH 0/3] vfs, overlayfs: Fix syncfs() to return error
 2020-12-18 16:55 UTC  (7+ messages)
` [PATCH 3/3] overlayfs: Check writeback errors w.r.t upper in ->syncfs()

[GIT PULL] ktest.pl: Updates for 5.11
 2020-12-18 16:55 UTC 

[PATCH] ARM: OMAP1: OSK: fix ohci-omap breakage
 2020-12-18 16:21 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] i915/gem_exec_store: Add test description
 2020-12-18 16:57 UTC 

[PATCH 0/1 v3 bpf-next] bpf: increment and use correct thread iterator
 2020-12-18 16:53 UTC  (3+ messages)
` [PATCH 1/1 "

[PATCH v2 00/12] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-18 16:53 UTC  (3+ messages)
` [PATCH v2 12/12] ipu3-cio2: Add cio2-bridge to ipu3-cio2 driver

[PATCH] gcc-plugins: simplify GCC plugin-dev capability test
 2020-12-18 16:53 UTC  (10+ messages)

[PATCH] xhci: tegra: Delay for disabling LFPS detector
 2020-12-18 16:53 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] i40e: Add error message when MTU on device is out of the range
 2020-12-18 16:52 UTC 

cacheflush.2
 2020-12-18 16:51 UTC  (9+ messages)
            ` Ping: cacheflush.2

[pynfs 00/10] Misc Fixes, primarily LAYOUTRETURN
 2020-12-18 16:50 UTC  (8+ messages)
` [pynfs 03/10] Close the file for SEQ10b

[PATCH] Input: da7280 - protect OF match table with CONFIG_OF
 2020-12-18 16:49 UTC  (2+ messages)

net latency, long wait for softirq_entry
 2020-12-18 16:49 UTC  (3+ messages)

[net-next PATCH v2 00/14] ACPI support for dpaa2 driver
 2020-12-18 15:35 UTC  (5+ messages)
` [net-next PATCH v2 06/14] net: mdiobus: Introduce fwnode_mdiobus_register_phy()

[PULL] drm-next, part 2 + fixes
 2020-12-18 16:47 UTC  (2+ messages)

[for-linus][PATCH 0/2] ktest.pl: A couple of fixes for sending email results
 2020-12-18 16:44 UTC  (3+ messages)
` [for-linus][PATCH 1/2] ktest.pl: If size of log is too big to email, email error message
` [for-linus][PATCH 2/2] ktest.pl: Fix the logic for truncating the size of the log file for email

wip-msgr2
 2020-12-18 16:45 UTC  (9+ messages)

[PATCH] x86/kgdb: Allow removal of early BPs
 2020-12-18 16:44 UTC  (2+ messages)

KASAN: use-after-free Read in idr_for_each (2)
 2020-12-18 16:44 UTC  (2+ messages)

[rt-tests v1 0/6] libnuma cleanups for cyclictest
 2020-12-18 16:43 UTC  (6+ messages)

[PATCH 1/2] drm/amd/display: Update idle optimization handling
 2020-12-18 16:40 UTC  (7+ messages)
` [PATCH 2/2] drm/amd/display: enable idle optimizations for linux (MALL stutter)

WARNING in percpu_ref_kill_and_confirm (2)
 2020-12-18 16:34 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] scripts: mod: cleanup a few checkpatch.pl warnings
 2020-12-18 16:37 UTC  (4+ messages)

[PATCH] ia64: fix build failure caused by memory model changes
 2020-12-18 16:35 UTC  (2+ messages)

[meta-rockchip][PATCH] glmark2: fix bugs on panfrost
 2020-12-18 16:36 UTC  (2+ messages)
` [yocto] "

[xenomai-images][PATCH 0/2] add xenomai 3.1.x to pipeline
 2020-12-18 16:36 UTC  (5+ messages)

[PATCH] drm/i915: Check for rq->hwsp validity after acquiring RCU lock
 2020-12-18 16:32 UTC  (6+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[dm-devel] [PATCH 0/7] Various multipath-tools patches
 2020-12-18 16:32 UTC  (5+ messages)
` [dm-devel] [PATCH 2/7] libmultipath: protect logarea with logq_lock

[PATCH 1/4] initscripts: use quotes for shell variable comparision
 2020-12-18 16:33 UTC  (6+ messages)
` [PATCH 3/4] busybox: Run mdev as daemon
  ` [OE-core] "

[SDK] How to use the gold linker
 2020-12-18 16:32 UTC  (4+ messages)
  ` [OE-core] "

[PATCH v7 00/38] Cleanup error handling in relocation
 2020-12-18 16:25 UTC  (3+ messages)

[PATCH] xen: Fix event channel callback via INTX/GSI
 2020-12-18 16:25 UTC 


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.