All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-28 14:54:13 to 2019-11-28 15:19:25 UTC [more...]

[PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-28 14:55 UTC  (96+ messages)
` [PATCH v6 01/49] soc: fsl: qe: remove space-before-tab
` [PATCH v6 02/49] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v6 03/49] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v6 05/49] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v6 06/49] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v6 07/49] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v6 08/49] soc: fsl: qe: drop unneeded #includes
` [PATCH v6 09/49] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v6 10/49] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v6 11/49] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
  ` [PATCH v6 11/49] soc: fsl: qe: use qe_ic_cascade_{low,high}_mpic "
` [PATCH v6 12/49] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v6 13/49] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v6 14/49] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v6 15/49] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v6 16/49] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v6 17/49] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v6 18/49] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v6 19/49] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v6 20/49] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v6 21/49] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v6 22/49] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v6 23/49] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v6 24/49] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v6 25/49] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v6 26/49] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v6 27/49] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v6 28/49] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v6 29/49] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v6 30/49] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v6 31/49] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v6 32/49] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v6 33/49] serial: ucc_uart: limit brg-frequency workaround to PPC32
` [PATCH v6 34/49] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v6 35/49] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v6 36/49] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v6 37/49] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v6 38/49] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v6 39/49] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v6 40/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v6 41/49] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v6 42/49] soc: fsl: qe: drop pointless check "
` [PATCH v6 43/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v6 44/49] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v6 45/49] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v6 46/49] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v6 47/49] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v6 48/49] soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
` [PATCH v6 49/49] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH 01/14] oe-selftest: extend virgl gtk test to also check the SDL option
 2019-11-28 15:18 UTC  (5+ messages)
` [PATCH 08/14] gettext: update to 0.20.1
` [PATCH 13/14] flex: update to 2.6.4

INFO: trying to register non-static key in io_cqring_overflow_flush
 2019-11-28 15:18 UTC  (2+ messages)

MIPS: bug: gettimeofday syscall broken on CI20 board?
 2019-11-28 15:10 UTC  (14+ messages)
` MIPS: bug: gettimeofday syscall broken on CI20 board

[RFC PATCH 1/8] perf: Save PMU specific data in task_struct
 2019-11-28 15:14 UTC  (8+ messages)
` [RFC PATCH 2/8] perf: Helpers for alloc/init/fini PMU specific data
` [RFC PATCH 3/8] perf: Init/fini "
` [RFC PATCH 4/8] perf: Supply task information to sched_task()
` [RFC PATCH 5/8] perf/x86/lbr: Fix shorter LBRs call stacks for system-wide mode
` [RFC PATCH 6/8] perf/x86: Remove swap_task_ctx()
` [RFC PATCH 7/8] perf: Clean up pmu specific data
` [RFC PATCH 8/8] perf: Clean up event context from sched_task()

[CI 1/2] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-11-28 15:17 UTC  (8+ messages)
` [CI 2/2] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
    `  "

[PATCH v6 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-11-28 15:16 UTC  (9+ messages)
` [PATCH v6 1/7] thermal: sun8i: add thermal driver for H6/H5/H3/A64/A83T/R40

[dpdk-dev] [PATCH] add top level SPDX license identifier
 2019-11-28 15:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 1/5] interconnect: qcom: sdm845: Walk the list safely on node removal
 2019-11-28 15:15 UTC  (3+ messages)
` [PATCH 3/5] interconnect: qcom: msm8974: "

[Buildroot] [PATCH] systemd: add option to enable systemd-journal-remote
 2019-11-28 15:15 UTC  (5+ messages)

[PATCH kvm-unit-tests] arm: Enable the VFP
 2019-11-28 15:15 UTC  (5+ messages)

Operation not supported when adding jump command
 2019-11-28 15:15 UTC  (11+ messages)

[PATCH v2 0/8] add header file for kelvin to/from Celsius conversion helpers
 2019-11-28 15:14 UTC  (22+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] ACPI: thermal: switch to use <linux/temperature.h> helpers
` [PATCH v2 3/8] platform/x86: asus-wmi: "
` [PATCH v2 4/8] platform/x86: intel_menlow: "
` [PATCH v2 5/8] thermal: int340x: "
` [PATCH v2 6/8] thermal: intel_pch: "
` [PATCH v2 7/8] nvme: hwmon: "
` [PATCH v2 8/8] thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>

[PATCH 1/2] interconnect: Add a common standard aggregate function
 2019-11-28 15:15 UTC  (4+ messages)
` [PATCH 2/2] interconnect: qcom: Use the "

[PATCH v5 0/3] MediaTek Security random number generator support
 2019-11-28 15:02 UTC  (6+ messages)
` [PATCH v5 3/3] hwrng: add mtk-sec-rng driver

Doubts in getting started with the Analog AD7928 driver
 2019-11-28 15:13 UTC  (5+ messages)

[dpdk-dev] [PATCH] examples/fips_validation: fix incorrect structure used for AES-GCM
 2019-11-28 15:12 UTC  (2+ messages)

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-28 15:12 UTC  (3+ messages)

[Bug 205661] New: Upgrade to 5.4 from K5.3.13 fails x2 attempts
 2019-11-28 15:12 UTC  (2+ messages)
` [Bug 205661] "

[PATCH v6] error: rename errp to errp_in where it is IN-argument
 2019-11-28 14:23 UTC  (2+ messages)

[PATCH] mm/vmscan.c: remove unused return value of shrink_node
 2019-11-28 15:10 UTC  (2+ messages)

[PATCH] kernel: audit.c: Add __rcu notation to RCU pointer
 2019-11-28 15:09 UTC  (6+ messages)
      ` [Linux-kernel-mentees] "

[PATCH v3] Bluetooth: btusb: hci_event: handle msbc audio over USB Endpoints
 2019-11-28 15:10 UTC  (4+ messages)

[PATCH kvm-unit-tests v2] arm: Enable the VFP
 2019-11-28 15:09 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915/dp: fix DP audio for PORT_A on gen12+
 2019-11-28 15:09 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915/dp: fix DP infoframe init "
    ` [Intel-gfx] "

[PATCH for-5.0 00/31] block: Introduce real BdrvChildRole
 2019-11-28 14:12 UTC  (3+ messages)
` [PATCH for-5.0 02/31] block: Add BdrvChildRole

[PATCH v15 00/18]Timestamp synchronization of host - guest tracing session
 2019-11-28 15:08 UTC  (12+ messages)
` [PATCH v15 11/18] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v15 14/18] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v15 15/18] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v15 16/18] trace-cmd: Basic infrastructure for host - guest timestamp synchronization

[Buildroot] [PATCH 1/1] package/mali-t76x: update the upstream URL in Config.in
 2019-11-28 15:08 UTC 

[PATCH liburing] liburing: create an installation target for tests
 2019-11-28 15:08 UTC  (3+ messages)

[PATCH] x86/mce/therm_throt: Avoid updating RO and reserved bits
 2019-11-28 15:08 UTC 

[PATCH 0/7] console: screendump improvements
 2019-11-28 14:34 UTC  (3+ messages)
` [PATCH 1/7] console: add graphic_hw_update_done()

[Xen-devel] [PATCH for-next] x86/svm: Correct vm_event API for descriptor accesses
 2019-11-28 15:06 UTC  (2+ messages)

[dpdk-dev] [PATCH] drivers: copyrights update for nxp files
 2019-11-28 15:05 UTC  (3+ messages)

[PATCH v7 0/2] perf: add support for logging debug messages to file
 2019-11-28 15:04 UTC  (3+ messages)

[PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
 2019-11-28 12:44 UTC  (2+ messages)

[PATCH v2 12/14] drm/i915/fbc: Wait for vblank after FBC disable on glk+
 2019-11-28 15:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 "
    `  "

[dpdk-dev] [PATCH v2] add drop statistic for af_packet
 2019-11-28 15:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 0/8] gpiolib: add an ioctl() for monitoring line status changes
 2019-11-28 15:02 UTC  (9+ messages)
` [PATCH 7/8] gpiolib: add new ioctl() for monitoring changes in line info

[PATCH] drm/i915: Provide ddc symlink in hdmi connector sysfs directory
 2019-11-28 15:01 UTC  (5+ messages)
    ` [Intel-gfx] "

Issue with 395f121e6199 ("PCI/PM: Wait for device to become ready after power-on")
 2019-11-28 15:01 UTC  (3+ messages)

[PATCH] kernel-devsrc: fix error with old (<4.2) x86 kernels
 2019-11-28 15:00 UTC  (4+ messages)

[PATCH V3] orangefs: posix open permission checking
 2019-11-28 15:00 UTC  (2+ messages)

[Xen-devel] [PATCH v2] build: provide option to disambiguate symbol names
 2019-11-28 14:59 UTC  (10+ messages)
` [Xen-devel] Ping: "

[PATCH 00/15] s390x: Protected Virtualization support
 2019-11-28 14:30 UTC  (3+ messages)
` [PATCH 12/15] s390x: protvirt: Set guest IPL PSW

[Intel-gfx] [CI] drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
 2019-11-28 14:59 UTC  (3+ messages)
  `  "

[dpdk-dev] [PATCH 0/8] GSG Documentation updates
 2019-11-28 14:59 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/8] doc: update Linux GSG system requirements section

[dpdk-dev] [PATCH] kni: increase kernel version requirement for VA
 2019-11-28 14:58 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "
    ` [dpdk-dev] [EXT] "

[igt-dev] [PATCH i-g-t] tests/kms_cursor_crc: start crc only once per test
 2019-11-28 14:57 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_cursor_crc: start crc only once per test (rev4)

[PATCH v37 00/17] QEMU AVR 8 bit cores
 2019-11-28 14:16 UTC  (9+ messages)

[Xen-devel] [PATCH for-4.13 1/2] python/xc.c: Remove trailing whitespace
 2019-11-28 14:54 UTC  (8+ messages)
` [Xen-devel] [PATCH for-4.13 2/2] Rationalize max_grant_frames and max_maptrack_frames handling

[PATCH] vfio-ccw: Fix error message
 2019-11-28 14:54 UTC  (2+ messages)

[RFC 1/8] Add Radeon kernel headers. Will clean up later
 2019-11-25 14:19 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.