All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-18 11:08:59 to 2019-11-18 11:38:14 UTC [more...]

[CI v5 0/2] VBT "generic DTD" block
 2019-11-18 11:38 UTC  (3+ messages)
` [CI v5 2/2] drm/i915/vbt: Handle generic DTD block

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 11:38 UTC  (15+ messages)
` [PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation
    ` [Intel-gfx] "
` [PATCH 06/15] drm/i915: Drop dma_buf->k(un)map
` [PATCH 11/15] media/videobuf2: Drop dma_buf->k(un)map support
  ` [Intel-gfx] "
` [PATCH 12/15] drm/tee_shm: Drop dma_buf_k(unmap) support
  ` [Intel-gfx] "

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

[kvm-unit-tests PULL 00/12] s390x and Travis CI updates
 2019-11-18 11:36 UTC  (5+ messages)

[PATCH v2] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
 2019-11-18 11:34 UTC  (2+ messages)

[atishp04:sbi_v0.2_3 4/5] reset.c:undefined reference to `sbi_shutdown'
 2019-11-18 11:35 UTC 

KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
 2019-11-18 11:35 UTC  (3+ messages)

patch "usb: host: xhci-tegra: Correct phy enable sequence" added to usb-testing
 2019-11-18 11:34 UTC 

[RFC v4] mm: add page preempt
 2019-11-18 11:33 UTC 

[PATCH] net-sysfs: Fix reference count leak
 2019-11-18 11:33 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: am5729: beaglebone-ai: Enable BeagleBone AI
 2019-11-18 11:33 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: am5729: beaglebone-ai: adding device tree

[igt-dev] [RFC PATCH i-g-t] lib/i915: Generate engine names at runtime
 2019-11-18 11:33 UTC  (4+ messages)

[feng:master 7/8] mm/page_alloc.c:4761:32: error: 'struct zone' has no member named 'node'
 2019-11-18 11:33 UTC 

[MPTCP] Re: [RFC 06/14] sendmsg: block until mptcp sk is writeable
 2019-11-18 11:33 UTC 

[PATCH v4 00/11] media: Report camera sensor properties
 2019-11-18 11:32 UTC  (11+ messages)
` [PATCH v4 01/11] dt-bindings: video-interfaces: Document 'location' property

[PATCH v4] mac80211: Drop the packets whose source or destination mac address is empty
 2019-11-18 11:32 UTC  (2+ messages)

[PATCH] drm/amdgpu: put cancel dealyed work at first
 2019-11-18 11:32 UTC  (4+ messages)

[GIT PULL] usb: chipidea: changes for v5.5-rc1
 2019-11-18 11:31 UTC  (2+ messages)

[PATCH 01/12] amdgpu: add UAPI for creating encrypted buffers
 2019-11-18 11:31 UTC  (7+ messages)
` [PATCH 07/12] amdgpu: using IB flags for TMZ or non-TMZ

[PATCH v3] mm: get rid of odd jump labels in find_mergeable_anon_vma()
 2019-11-18 11:31 UTC 

[PATCH] usb: host: xhci-tegra: Correct phy enable sequence
 2019-11-18 11:30 UTC  (4+ messages)

[PATCH v2] perf session: fix decompression of PERF_RECORD_COMPRESSED records
 2019-11-18 11:30 UTC 

[PATCH] gpio: fix getting nonexclusive gpiods from DT
 2019-11-18 11:29 UTC  (5+ messages)

[MPTCP] Re: [RFC 06/14] sendmsg: block until mptcp sk is writeable
 2019-11-18 11:29 UTC 

[U-Boot] [PATCH v4 1/2] riscv: dts: Add hifive-unleashed-a00 dts from Linux
 2019-11-18 11:29 UTC  (2+ messages)
` [U-Boot] [PATCH v4 2/2] sifive: fu540: Enable OF_SEPARATE

Invoke trace event in registration callback function
 2019-11-18 11:29 UTC 

[PATCH v2] arm64: dts: rockchip: Add SDR104 mode to SD-card I/F on rk3399-roc-pc
 2019-11-18 11:23 UTC  (6+ messages)
  ` [PATCH v3 1/2] arm64: dts: rockchip: Use correct pin for lcd-reset pinctrl "
  ` [PATCH v3 2/2] arm64: dts: rockchip: Add SDR104 mode to SD-card I/F "

[PATCH for-5.0 00/16] Complete the implementation of -accel
 2019-11-18 11:27 UTC  (3+ messages)
` [PATCH 03/16] vl: merge -accel processing into configure_accelerators

[PATCH 1/3] drm/i915: Flush idle barriers when waiting
 2019-11-18 11:28 UTC  (8+ messages)
` [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction
  ` [Intel-gfx] "

JMicron USB to ATA/ATAPI Bridge requires usb-storage quirks to disable uas
 2019-11-18 11:28 UTC  (2+ messages)

[virtio-comment] vsock: device expects at least 4 KB buffers in the rx virtqueue
 2019-11-18 11:28 UTC  (3+ messages)
` [virtio-comment] "

[PATCH] mm/sparse: Consistently do not zero memmap
 2019-11-18 11:28 UTC  (11+ messages)

[Xen-devel] [PATCH for-4.13] efi: do not use runtime services table with efi=no-rs
 2019-11-18 11:27 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Add intel_gt_driver_late_release for mock device
 2019-11-18 11:27 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
    `  "

[PATCH] cpuidle: Consolidate disabled state checks
 2019-11-18 11:26 UTC  (4+ messages)

[RFC PATCH 00/11] gdbstub re-factor and SVE support
 2019-11-18 11:24 UTC  (5+ messages)
` [RFC PATCH 01/11] gdbstub: move allocation of GDBState to one place

[PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S
 2019-11-18 11:23 UTC  (3+ messages)
` [PATCH v4 2/2] powerpc/kexec: move kexec files into a dedicated subdir

[U-Boot] [RFC PATCH] rockchip: tinker: Add automatic board discovery
 2019-11-18 11:25 UTC  (2+ messages)

patch "usb-serial: cp201x: support Mark-10 digital force gauge" added to usb-testing
 2019-11-18 11:24 UTC 

[PATCH 0/1] Make git rebase -r's label generation more resilient
 2019-11-18 11:23 UTC  (4+ messages)
` [PATCH v2 0/2] "
    ` [PATCH] sequencer: handle rebase-merge for "onto" message

[PATCH] PCI: kirin: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 11:30 UTC 

[meta-python][PATCH] python3-jsonrpcserver: add recipe
 2019-11-18 11:22 UTC 

[meta-python][PATCH] python3-apply-defaults: add recipe
 2019-11-18 11:22 UTC 

linux-5.4-rc8/drivers/char/tpm/tpm1-cmd.c:735: possible missing return value check
 2019-11-18 11:22 UTC  (2+ messages)

[Xen-devel] [PATCH for-4.13 v3] passthrough: simplify locking and logging
 2019-11-18 11:21 UTC  (2+ messages)

[PATCH] PCI: exynos: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 11:28 UTC  (2+ messages)

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-18 11:17 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: update metadata feature description for mlx5
 2019-11-18 11:20 UTC 

[PATCH V3] iio: adc: ad7124: Fix enabling of internal reference
 2019-11-18 11:19 UTC 

[PATCH v2 0/3] pwm: jz4740: Update to use TCU clocks/regmap
 2019-11-18 11:19 UTC  (7+ messages)
` [PATCH v2 1/3] pwm: jz4740: Use clocks from TCU driver

[PATCH v2] MIPS: Scan the DMI system information
 2019-11-18 11:18 UTC  (3+ messages)

[U-Boot] [PATCH] drivers: optee: rpmb: fix returning CID to TEE
 2019-11-18 11:18 UTC  (3+ messages)

[PATCH] PCI: amlogic: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 11:25 UTC  (3+ messages)

[PATCH] drm/amd/powerplay: enable gpu_busy_percent sys for renoir
 2019-11-18 11:17 UTC  (3+ messages)

[PATCH] drm/i915: fix accidental static variable use
 2019-11-18 11:17 UTC  (5+ messages)
` ✗ Fi.CI.IGT: failure for "
  ` [Intel-gfx] "

[PATCH] ARM: dts: am57xx-beagle-x15: Update pinmux name to ddr_3_3v
 2019-11-18 11:16 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/1] Rename dynamic subtest blocks
 2019-11-18 11:16 UTC  (2+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-18 11:11 UTC  (4+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

[feng:master 7/8] mm/page_alloc.c:4756:6: error: 'watchdog_thresh' undeclared
 2019-11-18 11:13 UTC 

[PATCH] dasd_fba: Display '00000000' for zero page when dumping sense
 2019-11-18 11:12 UTC 

[PATCH 0/3] crypto: sun4i-ss: fix SHA1 on A33 SecuritySystem
 2019-11-18 11:11 UTC  (4+ messages)
` [PATCH 2/3] ARM: dts: sun8i: a33: add the new SecuritySystem compatible

[PATCH AUTOSEL 4.19 001/237] ALSA: isight: fix leak of reference to firewire unit in error path of .probe callback
 2019-11-18 11:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 028/237] Btrfs: fix alignment in declaration and prototype of btrfs_get_extent

[PATCH] cpuidle: Introduce cpuidle_driver_state_disabled() for driver quirks
 2019-11-18 11:11 UTC 

[PATCH v17 0/7] target-ppc/spapr: Add FWNMI support in QEMU for PowerKM guests
 2019-11-18 11:09 UTC  (5+ messages)
` [PATCH v17 4/7] target/ppc: Build rtas error log upon an MCE

[PATCH] buildfix: update texinfo menu
 2019-11-18 11:08 UTC  (4+ messages)

[PATCH 1/2] iio: imu: inv_mpu6050: fix temperature reporting using bad unit
 2019-11-18 10:34 UTC 

[PATCH v1 0/2] s390x/cpumodel: Introduce "best" model variants
 2019-11-18 10:59 UTC  (10+ 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.