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

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 11:41 UTC  (21+ 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
      ` [Intel-gfx] "
` [PATCH 12/15] drm/tee_shm: Drop dma_buf_k(unmap) support
  ` [Intel-gfx] "
` [PATCH 14/15] sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map support
      ` [Intel-gfx] "

[PATCH] usb: dwc3: meson-g12a: add missed regulator_disable
 2019-11-18 11:41 UTC  (3+ messages)

[PATCH] video: ssd1307fb: add the missed regulator_disable
 2019-11-18 11:41 UTC  (3+ messages)

[PATCH] phy: mdio-sun4i: add missed regulator_disable in remove
 2019-11-18 11:41 UTC  (2+ messages)

[Xen-devel] [PATCH v1 0/2] Remove backend xen store entry on domain destroy
 2019-11-18 11:40 UTC  (10+ messages)
` [Xen-devel] [PATCH v1 1/2] libxl: introduce new backend type VINPUT

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

[PATCH for-5.0 00/16] Complete the implementation of -accel
 2019-11-18 11:39 UTC  (7+ messages)
` [PATCH 02/16] vl: extract accelerator option processing to a separate function
` [PATCH 03/16] vl: merge -accel processing into configure_accelerators

[PATCH][next] bpf: fix memory leak on object 'data'
 2019-11-18 11:40 UTC 

[PATCH] mfd: tps65010: add missed gpiochip_remove
 2019-11-18 11:40 UTC 

[PATCH 0/2] x86/insn: Add some Intel instructions to the opcode map
 2019-11-18 11:40 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] media: usb: go7007: s2250-board: add missed i2c_unregister_device
 2019-11-18 11:40 UTC 

[PATCH] iio: adc: max1027: fix not unregistered iio trigger
 2019-11-18 11:40 UTC 

[Xen-devel] Ryzen 3xxx works with Windows
 2019-11-18 11:39 UTC  (2+ messages)
` [Xen-devel] [SUSPECTED SPAM]Ryzen "

[PATCH v5 00/48] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-18 11:23 UTC  (103+ 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

[PATCH] drm/exynos: gsc: add missed component_del
 2019-11-18 11:39 UTC  (3+ messages)

[PATCH v2 0/4] mt76: channel switch support for USB devices
 2019-11-18 11:39 UTC  (5+ messages)
` [PATCH v2 1/4] mt76: mt76x02: ommit beacon slot clearing
` [PATCH v2 2/4] mt76: mt76x02: split beaconing
` [PATCH v2 3/4] mt76: speed up usb bulk copy
` [PATCH v2 4/4] mt76: mt76x02: add channel switch support for usb interfaces

[PATCH] btrfs: resize: Allow user to shrink missing device
 2019-11-18 11:38 UTC  (2+ messages)

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

[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 1/3] drm/i915: Flush idle barriers when waiting
 2019-11-18 11:28 UTC  (6+ 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)


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.