All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-03-10 12:00:45 to 2019-03-10 17:51:09 UTC [more...]

[Buildroot] [RFC v1] package/gst1-plugins-bad: add webrtcbin option
 2019-03-10 17:51 UTC 

[PATCH v6 00/17] Rockchip ISP1 Driver
 2019-03-10 17:49 UTC  (4+ messages)
` [PATCH v6 04/17] media: rkisp1: add Rockchip MIPI Synopsys DPHY driver

[PATCH v2 0/5] selftests/ima: add kexec and kernel module tests
 2019-03-10 17:48 UTC  (11+ messages)
` [PATCH v2 4/5] selftests/ima: kexec_file_load syscall test
` [PATCH v2 5/5] selftests/ima: loading kernel modules

[PATCH] selftests/ima: Add missing '=y' to config options
 2019-03-10 17:48 UTC  (4+ messages)

[PATCH v3 7/7] staging: iio: ad5933: move out of staging
 2019-03-10 17:47 UTC 

[PATCH v3 6/7] staging: iio: ad5933: change attributes' ABI call
 2019-03-10 17:47 UTC 

[PATCH v2 0/5] Staging: rtl8192u: Avoid typedefs for structure
 2019-03-10 17:46 UTC  (6+ messages)
` [PATCH v2 1/5] Staging: rtl8192u: Remove typedef for struct _bandwidth_autoswitch
` [PATCH v2 2/5] Staging: rtl8192u: Remove typedef for struct _IbssParms
` [PATCH v2 3/5] Staging: rtl8192u: Remove typedef for struct _RT_POWER_SAVE_CONTROL
` [PATCH v2 4/5] Staging: rtl8192u: Remove typedef for struct _RT_LINK_DETECT_T
` [PATCH v2 5/5] Staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRY

[PATCH v3 5/7] staging: iio: ad5933: add ABI documentation
 2019-03-10 17:46 UTC 

[PATCH v3 4/7] staging: iio: ad5933: change help rule message
 2019-03-10 17:45 UTC 

[Bug 109819] Shadow of Mordor causes gpu freeze ryzen 2200g
 2019-03-10 17:45 UTC  (4+ messages)
` [Bug 109819] [APITRACE] "

[PATCH v3 3/7] staging: iio: ad5933: add SPDX identifier
 2019-03-10 17:45 UTC 

[PATCH v3 2/7] staging: iio: ad5933: organize includes
 2019-03-10 17:45 UTC 

[PATCH v3 1/7] staging: iio: ad5933: change multi-line comment style
 2019-03-10 17:45 UTC 

[PATCH v3 0/7] move out of staging
 2019-03-10 17:44 UTC 

[xen-4.11-testing baseline-only test] 83723: trouble: blocked/broken
 2019-03-10 17:44 UTC 

[PATCH net] gro_cells: make sure device is up in gro_cells_receive()
 2019-03-10 17:39 UTC 

[PATCH net] vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
 2019-03-10 17:36 UTC 

[Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.1.5)
 2019-03-10 17:36 UTC  (5+ messages)
` [Bug 107448] [r600g] 2 of 5 piglit sanity tests fail (PCIe, ppc64, mesa-18.2.2)
` [Bug 107448] [r600g] 5 of 30 piglit sanity tests fail (PCIe, ppc64, mesa-18.3.4)

[Buildroot] [git commit] gst1-plugins-bad: fix webrtc option
 2019-03-10 17:33 UTC  (4+ messages)

[PATCH] net: can: Increase tx queue length
 2019-03-10 17:30 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 0/10] qemu-binfmt-conf.sh
 2019-03-10 17:25 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 6/10] qemu-binfmt-conf.sh: generalize <CPU> to positional <CPUS>
` [Qemu-devel] [PATCH v3 7/10] qemu-binfmt-conf.sh: add option --reset <ARCHS>
` [Qemu-devel] [PATCH v3 8/10] qemu-binfmt-conf.sh: refactor usage()
` [Qemu-devel] [PATCH v3 9/10] qemu-binfmt-conf.sh: update usage()
` [Qemu-devel] [PATCH v3 10/10] qemu-binfmt-conf.sh: support QEMU_TARGETS

[Qemu-devel] [PATCH 00/10] bundle edk2 platform firmware with QEMU
 2019-03-10 17:23 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/10] roms: lift "edk2-funcs.sh" from "tests/uefi-test-tools/build.sh"
` [Qemu-devel] [PATCH 02/10] roms/edk2-funcs.sh: require gcc-4.8+ for building i386 and x86_64
` [Qemu-devel] [PATCH 05/10] roms/edk2-funcs.sh: add the qemu_edk2_get_thread_count() function
` [Qemu-devel] [PATCH 06/10] roms/Makefile: replace the $(EFIROM) target with "edk2-basetools"
` [Qemu-devel] [PATCH 07/10] roms: build edk2 firmware binaries and variable store templates

[GIT PULL] arm64 updates for 5.1-rc1
 2019-03-10 17:19 UTC  (4+ messages)

[Printing-architecture] OP Minutes (5 March 2019)
 2019-03-10 17:13 UTC 

[Buildroot] [PATCH 1/2] support/dependencies: add a check for python3
 2019-03-10 16:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/glibc: bump to version 2.29

[PATCH v1 0/6] Make sscanf safer
 2019-03-10 16:56 UTC  (7+ messages)
` [PATCH v1 1/6] lib: scanf: document features of scanf format string
` [PATCH v1 2/6] lib: scanf: handle integer overflows in vsscanf
` [PATCH v1 3/6] lib: scanf: add vsscanf feature for matching end of text
` [PATCH v1 4/6] lib: scanf: handle character ranges in %[...]
` [PATCH v1 5/6] lib: scanf: mark sscanf and vsscanf as __must_check
` [PATCH v1 6/6] lib: scanf: add test module

PROBLEM: kernel build fails with CONFIG_BPFILTER_UMH=y
 2019-03-10 16:52 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] block/qcow2-bitmap: Enable resize with persistent bitmaps
 2019-03-10 16:50 UTC  (2+ messages)

[PATCH] clk: rockchip: fix wrong clock definitions for rk3328
 2019-03-10 16:46 UTC  (5+ messages)

[Qemu-devel] converting build system to Meson?
 2019-03-10 16:33 UTC  (12+ messages)

[Buildroot] [PATCH 1/1] configs/imx8mpico: new defconfig
 2019-03-10 16:30 UTC 

[PATCH 00/10] Add support for XO 1.75 to OLPC battery driver
 2019-03-10 16:24 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH 02/10] x86, olpc: Don't split string literals when fixing up the DT
` [PATCH 03/10] x86, olpc: Trivial code move in DT fixup
` [PATCH 04/10] x86, olpc: Use a correct version when making up a battery node
` [PATCH 05/10] power: supply: olpc_battery: Use DT to get battery version
` [PATCH 06/10] power: supply: olpc_battery: Move priv data to a struct
` [PATCH 07/10] power: supply: olpc_battery: Use devm_power_supply_register()
` [PATCH 08/10] power: supply: olpc_battery: Avoid using platform_info
` [PATCH 09/10] power: supply: olpc_battery: Add OLPC XO 1.75 support
` [PATCH 10/10] power: supply: olpc_battery: Have the framework register sysfs files for us

[Qemu-devel] [PATCH] linux-user: Add missing IPV6 sockopts
 2019-03-10 16:22 UTC  (5+ messages)
  ` [Qemu-devel] [PATCH v2] "

[ANNOUNCE] fstests: master branch updated to 6be9a7861854
 2019-03-10 16:22 UTC 

[PATCH 0/2] Staging: rtl8192u: Remove typedef struct types
 2019-03-10 16:18 UTC  (5+ messages)
` [PATCH 1/2] Staging: rtl8192u: Avoid typedefs for structure types
` [PATCH 2/2] Staging: rtl8192: Remove occurances of typedef struct datatypes
  ` [Outreachy kernel] "

[U-Boot] [PATCH v4 01/12] m68k: add basic set of devicetrees
 2019-03-10 16:17 UTC  (4+ messages)
` [U-Boot] [PATCH v4 07/12] drivers: spi: cf_spi: convert to driver model

[PATCH v5 00/10] perf: enable compression of record mode trace to save storage space
 2019-03-10 16:17 UTC  (9+ messages)
` [PATCH v5 07/10] perf record: implement -z,--compression_level=n option and compression

[Qemu-devel] [PATCH] tests: test-qgraph: fix a memory leak
 2019-03-10 16:02 UTC 

[Qemu-devel] [PULL 00/60] ppc-for-4.0 queue 20190310
 2019-03-10 16:06 UTC  (2+ messages)

[PATCH] kconfig: fix 'Save As' menu of xconfig
 2019-03-10 16:13 UTC 

[PATCH] net/mlx5: support new representors' naming format
 2019-03-10 16:06 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] net/mlx5: support new representor "
    ` [PATCH v4] "

[PATCH net] net/x25: fix use-after-free in x25_device_event()
 2019-03-10 16:07 UTC 

[Buildroot] [PATCH 0/2] ppsh compatible Qt5 configuration
 2019-03-10 16:06 UTC  (4+ messages)

New Ft. for Git : Allow resumable cloning of repositories
 2019-03-10 15:59 UTC  (3+ messages)

[Qemu-devel] [Bug 1371915] [NEW] Make Uninstall Rule Requested
 2019-03-10 15:41 UTC  (2+ messages)
` [Qemu-devel] [Bug 1371915] "

[PATCH 1/2] staging: aacraid: add SPDX GPL-2.0+ license identifier
 2019-03-10 15:45 UTC  (4+ messages)
` [PATCH 2/2] staging: aacraid: remove boilerplate license text

[PATCH] fs: file: fixed a long comment style issue
 2019-03-10 15:44 UTC 

[PATCH] drm/vgem: fix use-after-free when drm_gem_handle_create() fails
 2019-03-10 15:36 UTC  (7+ messages)
` [PATCH] drm/vkms: "

[Buildroot] [PATCH 1/2] package/libfuse3: new package
 2019-03-10 15:35 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libfuse: common files from libfuse3 are prefered

[GIT PULL REQUEST] watchdog - v5.1 Merge window
 2019-03-10 14:54 UTC 

[PATCHv6 0/5] perf record: Add support to store data in directory
 2019-03-10 15:30 UTC  (6+ messages)
` [PATCH 1/5] perf session: Add __perf_session__process_dir_events function
` [PATCH 2/5] perf session: Add path to reader object
` [PATCH 3/5] perf record: Add --dir option to store data in directory
` [PATCH 4/5] perf record: Add --output-dir "
` [PATCH 5/5] perf record: Describe perf.data directory format

[PATCH v3] drm/vkms: Add overlay plane support
 2019-03-10 15:29 UTC  (2+ messages)

[PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node
 2019-03-10 15:19 UTC  (3+ messages)
` [PATCH v2] "

[Bug 108806] AMDGPU Failed to read EDID from display
 2019-03-10 15:19 UTC  (2+ messages)

[Bug 201497] New: [amdgpu]: '*ERROR* No EDID read' is back in 4.19
 2019-03-10 15:16 UTC  (2+ messages)
` [Bug 201497] "

[PATCH v2 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-03-10 15:14 UTC  (4+ messages)
` [PATCH 0/2] fix spurious space after linkgit, now in *.html
  ` [PATCH 1/2] Documentation/Makefile: add missing dependencies on asciidoctor-extensions
  ` [PATCH 2/2] asciidoctor-extensions: fix spurious space after linkgit in *.html

[Buildroot] issue to build elfutils due to libintl
 2019-03-10 15:14 UTC  (3+ messages)

[U-Boot] [RESEND PATCH 1/3] ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard
 2019-03-10 15:09 UTC  (2+ messages)
  ` [U-Boot] [U-Boot, RESEND, "

[PATCH] regulator: palmas: Remove *rdev[PALMAS_NUM_REGS] from struct palmas_pmic
 2019-03-10 15:06 UTC 

[GSoC][PATCH] tests: avoid using pipes
 2019-03-10 15:05 UTC  (4+ messages)

[Qemu-riscv] [PATCH] hw/riscv/virt: re-add machine-specific compatible string to /soc/ node
 2019-03-10 14:57 UTC  (6+ messages)
` [Qemu-riscv] [Qemu-devel] "
  `  "

KASAN: use-after-free Read in x25_device_event
 2019-03-10 14:56 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] SMP support for RISC-V
 2019-03-10 14:54 UTC  (5+ messages)
` [U-Boot] [PATCH 5/7] riscv: add support for multi-hart systems

[meta-networking][PATCH v2] wireshark: upgrade to 3.0.0
 2019-03-10 14:47 UTC  (3+ messages)

[PATCH] target: fix the exceptioin handling in target_pr_res_aptpl_metadata_store
 2019-03-10 14:43 UTC 

[U-Boot] [PATCH v2 0/9] SMP support for RISC-V
 2019-03-10 14:41 UTC  (18+ messages)
` [U-Boot] [PATCH v2 1/9] riscv: add infrastructure for calling functions on other harts
` [U-Boot] [PATCH v2 3/9] riscv: implement IPI platform functions using SBI
` [U-Boot] [PATCH v2 5/9] riscv: add support for multi-hart systems
` [U-Boot] [PATCH v2 6/9] riscv: boot images passed to bootm on all harts
` [U-Boot] [PATCH v2 7/9] riscv: do not rely on hart ID passed by previous boot stage
` [U-Boot] [PATCH v2 8/9] riscv: fu540: enable SMP
` [U-Boot] [PATCH v2 9/9] riscv: qemu: "

[PATCH] target:tcmu:add '\n' when return user space
 2019-03-10 14:41 UTC 

[Qemu-devel] [PATCH] tests: test-bdrv-graph-mod: fix memory leak
 2019-03-10 14:34 UTC  (2+ messages)

[libvirt test] 133672: tolerable all pass - PUSHED
 2019-03-10 14:32 UTC 

[GSOC][PATCH] Fixed an issue which contained extra unnecessary code
 2019-03-10 14:31 UTC 

[PATCH] net/kni: calc mbuf&mtu according to given mb_pool
 2019-03-10 14:27 UTC  (4+ messages)
` [PATCH v2] "

r8169 only works in promisc mode
 2019-03-10 14:26 UTC  (4+ messages)

[Qemu-devel] [Bug 1819343] [NEW] Qcow2 image stuck as locked after host crash
 2019-03-10 14:17 UTC 

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-03-10 14:24 UTC  (21+ messages)

[PATCH] target:tcmu:add '\n' when return user space
 2019-03-10 14:07 UTC 

[Qemu-devel] [Bug 1818483] [NEW] qemu user mode does not support binfmt_misc config with flags=P
 2019-03-10 13:50 UTC  (2+ messages)
` [Qemu-devel] [Bug 1818483] Re: qemu user mode does not support binfmt_misc config with flags include "P"

[PATCH v4 0/6] Add the I3C mastership request
 2019-03-10 13:58 UTC  (7+ messages)
` [PATCH v4 1/6] i3c: add addr and lvr to i2c_dev_desc structure
` [PATCH v4 2/6] i3c: export bus maintenance lock and unlock functions
` [PATCH v4 3/6] i3c: Add support for mastership request to I3C subsystem
` [PATCH v4 4/6] i3c: master: cdns: add support for mastership request to Cadence I3C master driver
` [PATCH v4 5/6] i3c: master: Add module author
` [PATCH v4 6/6] MAINTAINERS: add myself as co-maintainer of i3c subsystem

[Qemu-devel] [PATCH v7 0/2] Basic ATI VGA emulation
 2019-03-09 17:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v7 2/2] mips_fulong2e: Add on-board graphics chip
` [Qemu-devel] [PATCH v7 1/2] hw/display: Add basic ATI VGA emulation

[Qemu-devel] [PATCH] ati-vga: Implement DDC and EDID info from monitor
 2019-03-09 23:22 UTC 

[Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686
 2019-03-09 16:48 UTC 

[PATCH] Drop -Wdeclaration-after-statement
 2019-03-10 13:35 UTC 

[PATCH v3 0/8] This patch-set is to enable Guest CET support
 2019-03-10 13:35 UTC  (10+ messages)
` [PATCH v3 3/8] KVM:CPUID: Add CPUID support for Guest CET
` [PATCH v3 7/8] KVM:X86: Add XSS bit 11 and 12 support for CET xsaves/xrstors

[U-Boot] [PULL] u-boot-socfpga/master
 2019-03-10 13:27 UTC 

[U-Boot] [PULL] u-boot-sh/master
 2019-03-10 13:26 UTC 

[GIT FIXES FOR v5.1] seco build fix
 2019-03-10 13:24 UTC 

[PATCH v3] Staging: vt6655: Remove unused function prototype and definition
 2019-03-10 13:24 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 00/20] objtool: UACCESS validation v3
 2019-03-10 13:22 UTC  (31+ messages)
` [PATCH 03/20] x86/uaccess: Move copy_user_handle_tail into asm
` [PATCH 05/20] x86/uaccess/xen: Suppress SMAP warnings
` [PATCH 18/20] objtool: Add UACCESS validation
` [PATCH 19/20] objtool: uaccess PUSHF/POPF support
` [PATCH 20/20] objtool: Add Direction Flag validation

[Qemu-devel] [PATCH] tests: test-announce-self: fix memory leak
 2019-03-10 13:12 UTC 

When connecting to NAP bnep0 can not go up
 2019-03-10 13:08 UTC  (4+ messages)

[PATCH] arm64: dts: renesas: r8a774c0: Remove invalid compatible value for CSI40
 2019-03-10 13:06 UTC 

[PATCH v2 2/2] staging: rtl8712: Modify coding style alignments
 2019-03-10 13:00 UTC 

[PATCH] mmc_spi: add a status check for spi_sync_locked
 2019-03-10 12:58 UTC  (2+ messages)

[PATCH v2 1/2] staging: rtl8712: line over 80 characters
 2019-03-10 12:58 UTC 

Request for your valuable inputs
 2019-03-10 12:49 UTC 

[PATCH v11 0/3] ipc: Increase IPCMNI limit & IPC id generation modes
 2019-03-10 12:47 UTC  (5+ messages)
` [PATCH v11 2/3] ipc: Conserve sequence numbers in ipcmni_extend mode

[PATCH 0/5] x86/percpu semantics and fixes
 2019-03-10 12:46 UTC  (5+ messages)

[U-Boot] [PATCH v2] common: spl_fit: Allow firmware image if no loadables
 2019-03-10 12:26 UTC  (3+ messages)

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-03-10 12:12 UTC  (8+ messages)
` [PATCH RESEND v5 2/5] namei: O_BENEATH-style path resolution flags


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.