All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-18 10:59:05 to 2019-11-18 11:26:30 UTC [more...]

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 11:26 UTC  (15+ messages)
` [PATCH 04/15] staging/android/ion: delete dma_buf->kmap/unmap implemenation
    ` [Intel-gfx] "
` [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  (52+ 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 08/48] soc: fsl: qe: drop unneeded #includes
` [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 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

[PATCH v2] arm64: dts: rockchip: Add SDR104 mode to SD-card I/F on rk3399-roc-pc
 2019-11-18 11:23 UTC  (5+ 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] net-sysfs: Fix reference count leak
 2019-11-18 11:25 UTC 

[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)

[kvm-unit-tests PULL 00/12] s390x and Travis CI updates
 2019-11-18 11:21 UTC  (3+ 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] hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass
 2019-11-18 11:13 UTC 

[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 1/3] drm/i915: Flush idle barriers when waiting
 2019-11-18 11:14 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction
  ` [Intel-gfx] "

[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)

[PATCH 1/2] ath11k: add wmi helper for turning STA PS on/off
 2019-11-18 11:08 UTC  (2+ messages)
` [PATCH 2/2] ath11k: disable PS for STA interfaces by default upon bringup

[MPTCP] Re: Warn + crash in mptcp_sendmsg_frag()
 2019-11-18 11:07 UTC 

[PATCH v6 0/8] Add support for H6 PWM
 2019-11-18 11:06 UTC  (29+ messages)
` [PATCH v6 1/8] dt-bindings: pwm: allwinner: Add H6 PWM description
` [PATCH v6 2/8] pwm: sun4i: Add an optional probe for reset line
` [PATCH v6 3/8] pwm: sun4i: Prefer "mod" clock to unnamed
` [PATCH v6 4/8] pwm: sun4i: Add an optional probe for bus clock
` [PATCH v6 5/8] pwm: sun4i: Add support to output source clock directly
` [PATCH v6 6/8] pwm: sun4i: Add support for H6 PWM
` [PATCH v6 7/8] arm64: dts: allwinner: h6: Add PWM node
` [PATCH v6 8/8] [DO NOT MERGE] arm64: allwinner: h6: enable Beelink GS1 PWM

:how to solve the basehash value changed from 'xxx' to 'aaaa' ?
 2019-11-18 11:05 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Add intel_gt_driver_late_release for mock device
 2019-11-18 11:05 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
    `  "

[PULL v2 0/6] ppc-for-4.2 queue 2019-11-15
 2019-11-18 10:53 UTC  (3+ messages)
` [PULL v2 1/6] ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip
` [PULL v2 5/6] spapr/kvm: Set default cpu model for all machine classes

[PATCH v2 for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
 2019-11-18 11:01 UTC  (3+ messages)

[igt-dev] [CI PATCH i-g-t 1/1] i915/gem_exec_basic: Use dynamic subtests
 2019-11-18 11:04 UTC  (2+ messages)

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

[Intel-gfx] [PATCH V13 0/6] mdev based hardware virtio offloading support
 2019-11-18 10:59 UTC  (28+ messages)
  `  "
  ` [PATCH V13 1/6] mdev: make mdev bus agnostic
    ` [Intel-gfx] "
  ` [PATCH V13 2/6] mdev: split out VFIO bus specific parent ops
    ` [Intel-gfx] "
  ` [PATCH V13 3/6] mdev: move to drivers/
    ` [Intel-gfx] "
  ` [PATCH V13 4/6] mdev: introduce mediated virtio bus
    ` [Intel-gfx] "
  ` [PATCH V13 5/6] virtio: introduce a mdev based transport
      ` [Intel-gfx] "
  ` [PATCH V13 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework
      ` [Intel-gfx] "

[PATCH 1/2] opp: Free static OPPs on errors while adding them
 2019-11-18 11:02 UTC  (2+ messages)
` [PATCH 2/2] opp: Replace list_kref with a local counter

[PATCH net-next v2 0/2] net: introduce and use route hint
 2019-11-18 11:01 UTC  (3+ messages)
` [PATCH net-next v2 1/2] ipv6: introduce and uses route look hints for list input
` [PATCH net-next v2 2/2] ipv4: use dst hint for ipv4 list receive

[PATCH] do_image_cpio: Improve reproducibility
 2019-11-18 11:02 UTC  (2+ messages)
` ✗ patchtest: failure for "

[RFC PATCH net-next] net: dsa: tag_8021q: Allow DSA tags and VLAN filtering simultaneously
 2019-11-18 11:01 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] mtd: spi: spi-nor-core: Add SST vendor specific SFDP parser
 2019-11-18 11:01 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/4] "

[PATCH] block: Don't disable interrupts in trigger_softirq()
 2019-11-18 11:01 UTC 

[meta-qt4][PATCH 0/2] fix qt4 for zeus
 2019-11-18 11:01 UTC  (4+ messages)

[PATCH for-5.0 00/16] Complete the implementation of -accel
 2019-11-18 10:58 UTC  (3+ messages)
` [PATCH 02/16] vl: extract accelerator option processing to a separate function

[PATCH] iio: dac: ad7303: use regulator get optional to check for ext supply
 2019-11-18 10:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] xfs: various coverity fixes
 2019-11-18 10:59 UTC  (4+ messages)
` [PATCH 3/3] xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock

Please provide a one-liner for syncing with the original/source project
 2019-11-18 10:59 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] J721e: Add networking support
 2019-11-18 10:59 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] dma: Introduce dma_get_cfg() interface
` [U-Boot] [PATCH 2/6] dma: ti: k3-udma: Implement "
` [U-Boot] [PATCH 3/6] net: ti: am65-cpsw-nuss: Rework RX flow ID handling
` [U-Boot] [PATCH 4/6] net: ti: am65-cpsw-nuss: Add new compatible for J721e
` [U-Boot] [PATCH 5/6] arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes
` [U-Boot] [PATCH 6/6] configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet


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.