All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-21 13:57:38 to 2020-04-21 14:29:48 UTC [more...]

[PATCH v2 0/8] Relax sanity checking for mismatched AArch32 EL1
 2020-04-21 14:29 UTC  (14+ messages)
` [PATCH v2 1/8] arm64: cpufeature: Relax check for IESB support
` [PATCH v2 2/8] arm64: cpufeature: Spell out register fields for ID_ISAR4 and ID_PFR1
` [PATCH v2 3/8] arm64: cpufeature: Add CPU capability for AArch32 EL1 support
` [PATCH v2 4/8] arm64: cpufeature: Remove redundant call to id_aa64pfr0_32bit_el0()
` [PATCH v2 5/8] arm64: cpufeature: Factor out checking of AArch32 features
` [PATCH v2 6/8] arm64: cpufeature: Relax AArch32 system checks if EL1 is 64-bit only

[dpdk-dev] [dpdk-dev 4/4] app/testpmd: add new types to RSS hash commands
 2020-04-22  1:02 UTC  (4+ messages)
` [dpdk-dev] [dpdk-dev v8 0/3] add RSS configuration for iavf
  ` [dpdk-dev] [dpdk-dev v8 3/3] app/testpmd: add new types to RSS hash commands

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-04-21 14:26 UTC  (35+ messages)
` [PATCH v3 01/23] arm64: alternative: Allow alternative_insn to always issue the first instruction
` [PATCH v3 02/23] arm64: mte: system register definitions
` [PATCH v3 03/23] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v3 04/23] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v3 05/23] arm64: mte: Assembler macros and default architecture for .S files
` [PATCH v3 06/23] arm64: mte: Tags-aware clear_page() implementation
` [PATCH v3 07/23] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v3 08/23] arm64: Tags-aware memcmp_pages() implementation
` [PATCH v3 09/23] arm64: mte: Add specific SIGSEGV codes
` [PATCH v3 10/23] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v3 11/23] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v3 12/23] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v3 13/23] mm: Introduce arch_validate_flags()
` [PATCH v3 14/23] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v3 15/23] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v3 16/23] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v3 17/23] arm64: mte: Allow user control of the generated random tags "
` [PATCH v3 18/23] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v3 19/23] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v3 20/23] fs: Allow copy_mount_options() to access user-space in a single pass
` [PATCH v3 21/23] arm64: mte: Check the DT memory nodes for MTE support
` [PATCH v3 22/23] arm64: mte: Kconfig entry
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

patch "xhci: Don't clear hub TT buffer on ep0 protocol stall" added to usb-linus
 2020-04-21 14:28 UTC 

patch "xhci: prevent bus suspend if a roothub port detected a over-current" added to usb-linus
 2020-04-21 14:28 UTC 

patch "xhci: Fix handling halted endpoint even if endpoint ring appears" added to usb-linus
 2020-04-21 14:28 UTC 

[PATCH 0/4] sched/rt: Distribute tasks in find_lowest_rq()
 2020-04-21 14:28 UTC  (10+ messages)

[PATCH 1/4] fsx: allow zero range operations to cross eof
 2020-04-21 14:27 UTC  (3+ messages)
  ` btrfs device missing issues

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-21 14:27 UTC  (12+ messages)

[RFC PATCH 1/3] net: phy: Add a generic phy file for TI generic PHYs
 2020-04-21 14:27 UTC  (6+ messages)
` [RFC PATCH 3/3] net: phy: dp83869: Port the kernel driver

[RESEND PATCH v7 0/6] ACPI / APEI: Add support to notify non-fatal HW errors
 2020-04-21 14:20 UTC  (7+ messages)
  ` [RESEND PATCH v7 1/6] ACPI / APEI: Add support to queuing up the non-fatal HW errors and notify
  ` [RESEND PATCH v7 4/6] ACPI / APEI: Add callback for ARM HW errors to the GHES notifier
  ` [RESEND PATCH v7 6/6] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH v2 0/7] libfs: group and simplify linux fs code
 2020-04-21 13:57 UTC  (15+ messages)
` [PATCH v2 1/7] apparmor: just use vfs_kern_mount to make .null
` [PATCH v2 2/7] libfs: wrap simple_pin_fs/simple_release_fs arguments in a struct
` [PATCH v2 3/7] libfs: introduce new_inode_current_time
` [PATCH v2 4/7] libfs: add alloc_anon_inode wrapper
` [PATCH v2 5/7] libfs: add file creation functions
` [PATCH v2 6/7] debugfs: switch to simplefs inode creation API
` [PATCH v2 7/7] tracefs: "

[dpdk-dev] [PATCH v2 1/2] ipsec: use hash lookup with hash sigs in sad lookup
 2020-04-21 14:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[dpdk-dev] [PATCH v5 00/33] DPDK Trace support
 2020-04-21 14:24 UTC  (10+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 05/33] eal/trace: implement trace operation APIs
  ` [dpdk-dev] [PATCH v6 27/33] eal/trace: add unit test cases

[PATCH net 0/2] MTU fixes for DSA
 2020-04-21 14:24 UTC  (6+ messages)
` [PATCH net 1/2] net: dsa: be compatible with DSA masters with max_mtu of 1500 or less

[PATCH] platform/x86: touchscreen_dmi: Add info for the ONDA V891 v5 tablet
 2020-04-21 14:24 UTC  (3+ messages)

[PATCH v3] pinctrl: fix several typos
 2020-04-21 14:24 UTC 

rk3399 single channel lpddr4 setup
 2020-04-21 14:24 UTC 

imx8qxp-lpcg-clk: probe of 5a4a0000.clock-controller failed with error -110
 2020-04-21 14:23 UTC 

[PATCH net-next v2 0/4] Remove vermagic header from global include folder
 2020-04-21 14:23 UTC  (3+ messages)
` [PATCH net-next v2 3/4] net/nfp: Update driver to use global kernel version
  ` [oss-drivers] "

Have live session and rotation together
 2020-04-21 14:23 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Disable C-states when measuring RPS frequency response
 2020-04-21 14:22 UTC 

[PATCH 4/4] fsx: move range generation logic into a common helper
 2020-04-21 14:22 UTC  (2+ messages)

[PATCH] drm/amdgpu: change how we update mmRLC_SPM_MC_CNTL
 2020-04-21 14:22 UTC 

stable/linux-5.6.y build: 200 builds: 0 failed, 200 passed, 8 warnings (v5.6.6)
 2020-04-21 14:22 UTC 

[Intel-gfx] [PATCH 1/5] drm/i915: Make define for lrc state offset
 2020-04-21 14:21 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/5] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[oe][zeus][PATCH] git: Security Advisory - git - CVE-2020-5260
 2020-04-21 14:21 UTC  (3+ messages)
` [OE-core] "

[PATCH v3 1/3] gpio: pca953x: Rewrite ->get_multiple() function
 2020-04-21 14:21 UTC  (5+ messages)

[RFC PATCH xfstests] generic: test reporting of wb errors via syncfs
 2020-04-21 14:21 UTC  (3+ messages)
` [RFC PATCH v2] "

[RFC PATCH v2 0/2] Introduce multi PM domains helpers
 2020-04-21 14:18 UTC  (8+ messages)
` [RFC PATCH v2 1/2] PM / domains: "

[PATCH v1 0/6] arm64: tlb: add support for TTL feature
 2020-04-21 14:18 UTC  (6+ messages)
` [PATCH v1 5/6] mm: tlb: Provide flush_*_tlb_range wrappers

[PATCH] arm64: dts: meson: kvim3: move hdmi to tdm a
 2020-04-21 14:18 UTC  (2+ messages)

[PATCH V2 1/3] dt-bindings: nvmem: Convert i.MX OCOTP to json-schema
 2020-04-21 14:09 UTC  (6+ messages)
` [PATCH V2 2/3] dt-bindings: nvmem: Convert i.MX IIM "
` [PATCH V2 3/3] dt-bindings: nvmem: Convert MXS OCOTP "

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-21 13:59 UTC  (18+ messages)

[Bug 1874073] [NEW] openrisc_sim.c:87:42: error: 'cpu_irqs[0]' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2020-04-21 14:08 UTC  (2+ messages)
` [Bug 1874073] "

stop using ioctl_by_bdev in the s390 DASD driver
 2020-04-21 14:17 UTC  (2+ messages)

[PATCH v6 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-04-21 14:15 UTC  (11+ messages)

[PATCH 0/2] publish HTML documentation on readthedocs.org
 2020-04-21 14:15 UTC  (2+ messages)

[PATCH] kmalloc_index optimization(add kmalloc max size check)
 2020-04-21 14:15 UTC  (2+ messages)

[PATCH] arm64: dts: meson-g12b-khadas-vim3: fix missing frddr_a node
 2020-04-21 14:15 UTC  (4+ messages)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-21 13:56 UTC  (5+ messages)

[PATCH v3] mfd: syscon: Add Spreadtrum physical regmap bus support
 2020-04-21 14:13 UTC 

[PATCH] scsi: core: Allow the state change from SDEV_QUIESCE to SDEV_BLOCK
 2020-04-21 14:13 UTC  (2+ messages)

[PATCH] drm: amd: display: fix kernel-doc struct warning
 2020-04-21 14:13 UTC  (6+ messages)
` [PATCH] drm: amdgpu: "

[PATCH 0/2] rproc core patches needed for TI K3 drivers
 2020-04-21 14:12 UTC  (7+ messages)
` [PATCH 1/2] remoteproc: Add prepare and unprepare ops

[PATCH V2] dt-bindings: gpio: Convert i.MX to json-schema
 2020-04-21 14:03 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Make the slice:unslice ratio request explicit for RPS
 2020-04-21 14:11 UTC  (4+ messages)

[PATCH v10 0/3] x86/guest: use assisted TLB flush in guest mode
 2020-04-21 14:09 UTC  (7+ messages)
` [PATCH v10 1/3] x86/tlb: introduce a flush HVM ASIDs flag

[PATCHv5 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-04-21 14:09 UTC  (4+ messages)

[PATCH V4 1/5] selftests/powerpc: Add header files for GZIP engine test
 2020-04-21 14:09 UTC  (2+ messages)

[PATCH v6 1/9] powerpc/vas: Initialize window attributes for GZIP coprocessor type
 2020-04-21 14:09 UTC  (2+ messages)

[PATCH v11 01/14] powerpc/xive: Define xive_native_alloc_irq_on_chip()
 2020-04-21 14:09 UTC  (2+ messages)

[PATCH v1] target/m68k: fix gdb for m68xxx
 2020-04-21 14:08 UTC  (6+ messages)

[Intel-gfx] [PATCH] drm/i915/selftests: Show the full scaling curve on failure
 2020-04-21 14:09 UTC  (3+ messages)

[dhowells-fs:fsinfo-core 29/31] fs/ext4/fsinfo.c:27:9: sparse: sparse: restricted __le32 degrades to integer
 2020-04-21 14:09 UTC 

[PATCH v1 0/2] cmd: bind allow to bind driver with driver_data
 2020-04-21 14:08 UTC  (3+ messages)
` [PATCH v1 1/2] dm: core: give access to driver_check_compatible()
` [PATCH v1 2/2] cmd: bind: allow to bind driver with driver data

[PATCH V3] dt-bindings: thermal: Convert i.MX8MM to json-schema
 2020-04-21 13:59 UTC  (2+ messages)

[PATCH 0/3] xhci fixes for usb-linus
 2020-04-21 14:08 UTC  (4+ messages)
` [PATCH 1/3] xhci: Fix handling halted endpoint even if endpoint ring appears empty
` [PATCH 2/3] xhci: prevent bus suspend if a roothub port detected a over-current condition
` [PATCH 3/3] xhci: Don't clear hub TT buffer on ep0 protocol stall

[PULL] drm-misc-next
 2020-04-21 14:05 UTC  (5+ messages)
      ` [Intel-gfx] "

[PATCH v2 00/10] Allow COMMON_CLK to be selectable
 2020-04-21 14:04 UTC  (3+ messages)
` [PATCH v2 06/10] mmc: meson-mx-sdio: Depend on OF_ADDRESS and not just OF

[dpdk-dev] [PATCH v3] net/mlx5: fix header modify action validation
 2020-04-21 14:03 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH] libipt_ULOG.c - include strings.h for the definition of ffs()
 2020-04-21 14:03 UTC  (4+ messages)

[PATCH 00/59] devm_drm_dev_alloc, v2
 2020-04-21 14:03 UTC  (6+ messages)
` [PATCH 01/59] drm: Add devm_drm_dev_alloc macro
        ` [Intel-gfx] "

[PATCH v3 0/4] Clean up hugetlb boot command line processing
 2020-04-21 14:02 UTC  (5+ messages)

[OE-core][PATCH] xf86-video-intel: update to the latest SRCREV
 2020-04-21 14:02 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH v2 1/2] kbuild: Always validate DT binding examples
 2020-04-21 14:01 UTC  (7+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-04-21 14:00 UTC 

net/mlx5: IPsec, Refactor SA handle creation and destruction
 2020-04-21 13:59 UTC 

[PATCH] drm/meson: add mode selection limits against specific SoC revisions
 2020-04-21 13:59 UTC  (5+ messages)

[PATCH 5/9] usb: fix empty-body warning in sysfs.c
 2020-04-21 13:58 UTC  (5+ messages)

[BUG] Regression in Linux 5.4.17 for JMicron JMS566 enclosure
 2020-04-21 13:58 UTC  (2+ messages)

[PATCH v8 0/6] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC
 2020-04-21 13:57 UTC  (7+ messages)
` [PATCH v8 1/6] "
` [PATCH v8 2/6] media: pci: Fill v4l2_fmtdesc with designated initializers
` [PATCH v8 3/6] media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devices
` [PATCH v8 4/6] rcar-vin: Make use of V4L2_CAP_IO_MC
` [PATCH v8 5/6] staging/intel-ipu3: "
` [PATCH v8 6/6] vimc: "

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-21 13:58 UTC  (7+ messages)

[PATCH 0/4] Charge loop device i/o to issuing cgroup
 2020-04-21 13:57 UTC  (2+ messages)
  ` [PATCH 4/4] loop: Charge i/o to mem and blk cg


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.