All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-18 12:04:10 to 2019-11-18 12:58:45 UTC [more...]

[PATCH 00/15] Retire dma_buf_k(un)map
 2019-11-18 12:58 UTC  (16+ messages)
` [PATCH 03/15] drm/i915: Remove dma_buf_kmap selftest
` [PATCH 06/15] drm/i915: Drop dma_buf->k(un)map
  ` [Intel-gfx] "
` [PATCH 07/15] drm/omapdrm: "
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Retire dma_buf_k(un)map
    `  "

[Buildroot] [git commit branch/2019.08.x] package/qt5wayland: fix installation with Qt 5.6
 2019-11-18 12:58 UTC 

[PATCH v2 01/13] drm/modes: parse_cmdline: Fix possible reference past end of string
 2019-11-18 12:58 UTC  (11+ messages)
` [PATCH v2 09/13] drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)
` [PATCH v2 10/13] drm/modes: parse_cmdline: Remove some unnecessary code (v2)
` [PATCH v2 11/13] drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode struct
` [PATCH v2 13/13] drm/connector: Hookup the new drm_cmdline_mode panel_orientation member

[Buildroot] [git commit] package/libressl: bump to version 3.0.2
 2019-11-18 12:58 UTC  (5+ messages)

[PATCH 1/2] mm: Move the backup x_devmap() functions to asm-generic/pgtable.h
 2019-11-18 12:58 UTC  (5+ messages)
` [PATCH 2/2] mm: Fix a huge pud insertion race during faulting

[PATCH v6 0/8] Add support for H6 PWM
 2019-11-18 12:57 UTC  (8+ messages)
` [PATCH v6 1/8] dt-bindings: pwm: allwinner: Add H6 PWM description

btrfs based backup?
 2019-11-18 12:56 UTC  (2+ messages)

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

Why our soft-RoCE throughput is quite low compared with TCP
 2019-11-18 12:56 UTC  (7+ messages)
  ` [question]Why "

[PATCH v2] ARM: dt: check MPIDR on MP devices built without SMP
 2019-11-18 12:55 UTC  (4+ messages)

[PATCH v4l-utils] libmediactl: bug fix in memory allocation for links enumeration
 2019-11-18 12:55 UTC 

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

[PATCH v5 00/11] media: Report camera sensor properties
 2019-11-18 12:54 UTC  (5+ messages)
` [PATCH v5 06/11] media: v4l2-fwnode: Add helper to parse device properties
` [PATCH v5 09/11] media: v4l2-ctrls: Add helper to register properties

[Buildroot] [PATCH] package/libfcgi: bump to version 2.4.2
 2019-11-18 12:54 UTC 

[Buildroot] [PATCH 1/1] package/libsvgtiny: disable parallel build
 2019-11-18 12:54 UTC  (2+ messages)

[Buildroot] [git commit branch/2019.08.x] package/libsvgtiny: disable parallel build
 2019-11-18 12:54 UTC 

[Buildroot] [git commit branch/2019.02.x] package/libsvgtiny: disable parallel build
 2019-11-18 12:53 UTC 

[Buildroot] [git commit branch/2019.02.x] package/libsvgtiny: add license hash
 2019-11-18 12:52 UTC 

[PATCH v2 0/6] Make the qemu_logfile handle thread safe
 2019-11-18 12:50 UTC  (8+ messages)
` [PATCH v2 2/6] Cleaned up flow of code in qemu_set_log(), to simplify and clarify
` [PATCH v2 3/6] Add a mutex to guarantee single writer to qemu_logfile handle
` [PATCH v2 5/6] Add use of RCU for qemu_logfile

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-18 12:49 UTC  (5+ messages)
` [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support

[PATCH v2 00/13] cpuidle: psci: Support hierarchical CPU arrangement
 2019-11-18 12:50 UTC  (9+ messages)
` [PATCH v2 08/13] cpuidle: psci: Add a helper to attach a CPU to its PM domain
` [PATCH v2 09/13] cpuidle: psci: Attach CPU devices to their PM domains

linux-next: manual merge of the workqueues tree with the tip tree
 2019-11-18 12:50 UTC  (3+ messages)

[RFC v3] memcg: add memcg lru
 2019-11-18 12:50 UTC 

[Buildroot] [PATCH] package/jailhouse: fix misc details in Config.in
 2019-11-18 12:50 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/jailhouse: python scripts needs python-mako
 2019-11-18 12:50 UTC  (2+ messages)

[PATCH] block: Don't disable interrupts in trigger_softirq()
 2019-11-18 12:49 UTC  (2+ messages)

linux-next: build failure after merge of the tip tree
 2019-11-18 12:49 UTC  (2+ messages)

[Buildroot] [git commit branch/2019.08.x] package/jailhouse: fix misc details in Config.in
 2019-11-18 12:49 UTC 

[PATCH] bluetooth: bcm: Set HCI_QUIRK_USE_BDADDR_PROPERTY for default addresses
 2019-11-18 12:49 UTC 

[Buildroot] [git commit branch/2019.08.x] package/jailhouse: python scripts needs python-mako
 2019-11-18 12:49 UTC 

[PATCH v2] {tty: serial, nand: onenand}: samsung: rename to fix build warning
 2019-11-18 12:47 UTC  (4+ messages)

[PATCH v6] ARM: dts: exynos5420: add mali dt node and enable mali on Odroid XU3/4
 2019-11-18 12:47 UTC  (2+ messages)

[PATCH v2] kernel.fitimage.bbclass: remove ramdisk_ctype
 2019-11-18 12:47 UTC  (3+ messages)

[PATCH] regulator: Defer init completion for a while after late_initcall
 2019-11-18 12:46 UTC  (3+ messages)

[RESEND PATCH] x86/setup: Fix typos
 2019-11-18 12:46 UTC  (4+ messages)
` [tip: x86/cleanups] x86: Fix typos in comments

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

[PATCH net] net/ipv4: fix sysctl max for fib_multipath_hash_policy
 2019-11-18 12:46 UTC 

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

linux-next: manual merge of the pm tree with the printk tree
 2019-11-18 12:45 UTC  (3+ messages)

[PATCH] arm64: dts: rockchip: Enable MTD Flash on rk3399-roc-pc
 2019-11-18 12:44 UTC  (2+ messages)

[PATCH v4] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-11-18 12:43 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/tools_test: Use readlink() properly
 2019-11-18 12:43 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Buildroot] [PATCH] DEVELOPERS: add François Perrad as contact for olimex_imx233_olinuxino_defconfig
 2019-11-18 12:42 UTC  (3+ messages)

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

[master][PATCH] standard.py: Not filtering devtool workspace for devtool finish
 2019-11-18 12:41 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/1] Rename dynamic subtest blocks
 2019-11-18 12:40 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/1] "

[PATCH v1 0/5] Make the qemu_logfile handle thread safe
 2019-11-18 12:39 UTC  (4+ messages)
` [PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle

[PATCH 1/2] PCI: rockchip: Make some regulators non-optional
 2019-11-18 12:39 UTC  (12+ messages)
` [PATCH 2/2] PCI: rockchip: Simplify optional regulator handling

[PATCH 5.5] brcmfmac: remove monitor interface when detaching
 2019-11-18 12:38 UTC 

[PATCH v3 0/8] per lruvec lru_lock for memcg
 2019-11-18 12:37 UTC  (20+ messages)
` [PATCH v3 1/7] mm/lru: add per lruvec lock "
` [PATCH v3 3/7] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH] ARM: dts: aspeed: Adding Facebook Yosemite V2 BMC
 2019-11-18 12:37 UTC 

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

[MPTCP] Re: [RFC 10/14] recv: make DATA_READY reflect ssk in-sequence state
 2019-11-18 12:36 UTC 

[PATCH 0/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 12:34 UTC  (12+ messages)
` [PATCH 1/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_hdmi_init_regmap_fields
` [PATCH 2/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_tmds_create
` [PATCH 3/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_dclk_create
` [PATCH 4/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun4i_ddc_create
` [PATCH 5/5] drm/sun4i: Use PTR_ERR_OR_ZERO() to simplify code in sun8i_phy_clk_create

perf trace segfault
 2019-11-18 12:33 UTC 

[PATCH v3] net-sysfs: Fix reference count leak
 2019-11-18 12:32 UTC 

[PATCH testsuite v3 0/3] Fix refpolicy build & build test_policy.pp in Travis
 2019-11-18 12:30 UTC  (4+ messages)
` [PATCH testsuite v3 1/3] policy: drop the unneeded userdom_search_generic_user_home_dirs()
` [PATCH testsuite v3 2/3] policy: add fallbacks for Fedora-specific macros
` [PATCH testsuite v3 3/3] travis: test building the test policy package

[PATCH] MAINTAINERS: Add a TILE-Gx section
 2019-11-18 12:29 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/mlx5: change default flow engine to DV
 2019-11-18 12:30 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v1 1/2] perf util: Move block tui function to ui browsers
 2019-11-18 12:30 UTC  (6+ messages)
` [PATCH v1 2/2] perf report: Jump to symbol source view from total cycles view

[PATCH] lpfc: fixup out-of-bounds access during CPU hotplug
 2019-11-18 12:30 UTC 

[PATCH] drm/amdgpu: put flush_dealyed_work at first
 2019-11-18 12:27 UTC  (3+ messages)

[Cocci] Data processing with pointer types/expressions
 2019-11-18 12:26 UTC 

[Xen-devel] [PATCH for-4.13] x86/vmx: always sync PIR to IRR before vmentry
 2019-11-18 12:26 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: ARM & SD fixes
 2019-11-18 12:26 UTC  (3+ messages)
` [PATCH 1/3] MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

[PATCH 4.14] memfd: Use radix_tree_deref_slot_protected to avoid the warning
 2019-11-18 12:25 UTC  (8+ messages)
` [PATCH 4.19] "
` [PATCH 4.4] "
` [PATCH 4.9] "

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

[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

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

[U-Boot] Issues when saving environment in RK399 RockPI 4
 2019-11-18 12:23 UTC  (4+ messages)

[PATCH v2 0/4] mt76: channel switch support for USB devices
 2019-11-18 12:23 UTC  (5+ messages)
` [PATCH v2 2/4] mt76: mt76x02: split beaconing
` [PATCH v2 4/4] mt76: mt76x02: add channel switch support for usb interfaces

[PATCH v2] perf session: fix decompression of PERF_RECORD_COMPRESSED records
 2019-11-18 12:22 UTC  (2+ messages)

[PATCH v7] selinux: sidtab: reverse lookup hash table
 2019-11-18 12:21 UTC 

[PATCH v3 00/10] Optimize cgroup context switch
 2019-11-18 12:21 UTC  (6+ messages)
` [PATCH v3 02/10] lib: introduce generic min max heap

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

[PATCH v3 1/2] zstd: move recipe to oe-core from meta-oe
 2019-11-18 12:19 UTC  (3+ messages)

[PATCH 00/26] tests/acceptance: Queue for 4.2
 2019-11-18 12:16 UTC  (3+ messages)
` [PATCH 08/26] tests/acceptance: Introduce LinuxUserTest base class

[PATCH net v3] net: fec: fix clock count mis-match
 2019-11-18 12:18 UTC 

[MPTCP] Re: [RFC 13/14] sendmsg: don't restart mptcp_sendmsg_frag
 2019-11-18 12:17 UTC 

[PATCH] btrfs: Fix error messages in qgroup_rescan_init
 2019-11-18 12:16 UTC 

[RFC v2 0/2] gpio: Support for shared GPIO lines on boards
 2019-11-18 12:15 UTC  (2+ messages)

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

error: the initrd is too big
 2019-11-18 12:15 UTC  (2+ messages)

[GIT PULL 0/5] KVM: s390: fixes and enhancements for 5.5
 2019-11-18 12:15 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/4] device selection && lsgpu
 2019-11-18 12:14 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 4/4] Add device selection in IGT

[PATCHv2 0/2] perf tools: Share struct map after clone
 2019-11-18 12:14 UTC  (4+ messages)

[PATCH 1/3] ath11k: remove superflous memset
 2019-11-18 12:12 UTC  (3+ messages)
` [PATCH 2/3] ath11k: remove superflous locking
` [PATCH 3/3] ath11k: drop memset when setting up a tx cmd desc

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

[MPTCP] Re: [RFC 13/14] sendmsg: don't restart mptcp_sendmsg_frag
 2019-11-18 12:11 UTC 

[PATCH] arm64: dts: rockchip: Fix NanoPC-T4 cooling maps
 2019-11-18 12:09 UTC  (4+ messages)

[RFC PATCH v3] ceph: add new obj copy OSD Op
 2019-11-18 12:09 UTC  (3+ messages)
` [RFC PATCH] osd: add new 'copy-from-notrunc' operation
` [RFC PATCH] ceph: switch copy_file_range to "

[PATCH 0/4] drm/omap: dss: Use PTR_ERR_OR_ZERO() to simplify code
 2019-11-18 12:09 UTC  (4+ messages)

[PATCH] lvm: add lvm cache logical volume handling
 2019-11-18 12:09 UTC  (6+ messages)

Windows installer does not set environment for first run
 2019-11-18 12:07 UTC 

[PATCH] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board
 2019-11-18 12:06 UTC  (6+ messages)

[PATCH] hwrng: ks-sa: Add minimum sleep time before ready-polling
 2019-11-18 12:05 UTC  (6+ messages)
      ` [PATCH] hwrng: ks-sa - Enable COMPILE_TEST

[PATCH] btrfs: resize: Allow user to shrink missing device
 2019-11-18 12:02 UTC  (3+ 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.