All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-18 04:36:06 to 2018-12-18 06:50:41 UTC [more...]

[PATCH v2 1/7] dt-bindings: soc: qcom: Add remote-pid binding for GLINK SMEM
 2018-12-18  6:50 UTC  (18+ messages)
` [PATCH v2 2/7] dt-bindings: remoteproc: qcom: Add clock bindings for Q6V5
` [PATCH v2 3/7] dt-bindings: remoteproc: qcom: Fixup regulator dependencies
` [PATCH v2 4/7] dt-bindings: remoteproc: qcom: Add power-domain bindings for Q6V5
` [PATCH v2 5/7] arm64: dts: qcom: sdm845: Add Q6V5 MSS node
` [PATCH v2 6/7] arm64: dts: qcom: sdm845: Add power-domain for "

selftests/bpf/test_progs: 32-bit: Unable to handle kernel NULL pointer dereference at virtual address 00000000
 2018-12-18  6:49 UTC  (10+ messages)

[PATCH v2 0/3] Fix dependency file corruption with parallel depmod invocation
 2018-12-18  6:47 UTC  (5+ messages)
` [PATCH v2 2/3] depmod: prevent module dependency files corruption due to parallel invocation

[PATCH][resend] drm: dw-hdmi-i2s: convert to SPDX identifiers
 2018-12-18  6:47 UTC  (2+ messages)

[PATCH] blk-mq: enable IO poll if .nr_queues of type poll > 0
 2018-12-18  6:47 UTC  (3+ messages)

[PATCH 1/2] file: upgrade 5.34 -> 5.35
 2018-12-18  6:46 UTC  (2+ messages)
` [PATCH 2/2] json-glib: upgrade 1.4.2 -> 1.4.4

[PATCH] bbdev: add missing APIs to map file
 2018-12-18  6:46 UTC  (2+ messages)

[PATCH 1/4] nfs: use-after-free in svc_process_common()
 2018-12-18  6:45 UTC  (3+ messages)

[PATCH 0/1] package.bbclass: fix python unclosed file ResourceWarning
 2018-12-18  6:53 UTC  (2+ messages)
` [PATCH 1/1] "

RTnet splash with current next and stable
 2018-12-18  6:46 UTC  (8+ messages)
          ` [PATCH] rtnet: Fix lifecycle management of mapped rtskbs

[PATCH] Revert 95f408bb Ryzen DMA related RiSC engine stall fixes
 2018-12-18  6:32 UTC  (9+ messages)

[RFC PATCH net v3] net: phy: Fix the issue that netif always links up after resuming
 2018-12-18  6:44 UTC  (4+ messages)

[PATCH] pinctrl: xway: fix gpio-hog related boot issues
 2018-12-18  6:43 UTC  (4+ messages)

[PATCH -next] clk: imx: fix potential NULL dereference in imx8qxp_lpcg_clk_probe()
 2018-12-18  6:43 UTC  (3+ messages)

[PATCH libdrm] xf86drm: Make drmNodeIsDRM() public
 2018-12-18  6:42 UTC  (3+ messages)

[PATCH] Fix error->errno typos
 2018-12-18  6:40 UTC 

[Qemu-devel] [PATCH 00/34] tcg, target/ppc vector improvements
 2018-12-18  6:39 UTC  (35+ messages)
` [Qemu-devel] [PATCH 01/34] tcg: Add logical simplifications during gvec expand
` [Qemu-devel] [PATCH 02/34] target/arm: Rely on optimization within tcg_gen_gvec_or
` [Qemu-devel] [PATCH 03/34] tcg: Add gvec expanders for nand, nor, eqv
` [Qemu-devel] [PATCH 04/34] tcg: Add write_aofs to GVecGen4
` [Qemu-devel] [PATCH 05/34] tcg: Add opcodes for vector saturated arithmetic
` [Qemu-devel] [PATCH 06/34] tcg/i386: Implement vector saturating arithmetic
` [Qemu-devel] [PATCH 07/34] tcg: Add opcodes for vector minmax arithmetic
` [Qemu-devel] [PATCH 08/34] tcg/i386: Implement "
` [Qemu-devel] [PATCH 09/34] target/arm: Use vector minmax expanders for aarch64
` [Qemu-devel] [PATCH 10/34] target/arm: Use vector minmax expanders for aarch32
` [Qemu-devel] [PATCH 11/34] target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access
` [Qemu-devel] [PATCH 12/34] target/ppc: introduce get_avr64() and set_avr64() helpers for VMX "
` [Qemu-devel] [PATCH 13/34] target/ppc: introduce get_cpu_vsr{l, h}() and set_cpu_vsr{l, h}() helpers for VSR "
` [Qemu-devel] [PATCH 14/34] target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env
` [Qemu-devel] [PATCH 15/34] target/ppc: merge ppc_vsr_t and ppc_avr_t union types
` [Qemu-devel] [PATCH 16/34] target/ppc: move FP and VMX registers into aligned vsr register array
` [Qemu-devel] [PATCH 17/34] target/ppc: convert VMX logical instructions to use vector operations
` [Qemu-devel] [PATCH 18/34] target/ppc: convert vaddu[b, h, w, d] and vsubu[b, h, w, d] over "
` [Qemu-devel] [PATCH 19/34] target/ppc: convert vspltis[bhw] "
` [Qemu-devel] [PATCH 20/34] target/ppc: convert vsplt[bhw] "
` [Qemu-devel] [PATCH 21/34] target/ppc: nand, nor, eqv are now generic "
` [Qemu-devel] [PATCH 22/34] target/ppc: convert VSX logical operations to "
` [Qemu-devel] [PATCH 23/34] target/ppc: convert xxspltib "
` [Qemu-devel] [PATCH 24/34] target/ppc: convert xxspltw "
` [Qemu-devel] [PATCH 25/34] target/ppc: convert xxsel "
` [Qemu-devel] [PATCH 26/34] target/ppc: Pass integer to helper_mtvscr
` [Qemu-devel] [PATCH 27/34] target/ppc: Use helper_mtvscr for reset and gdb
` [Qemu-devel] [PATCH 28/34] target/ppc: Remove vscr_nj and vscr_sat
` [Qemu-devel] [PATCH 29/34] target/ppc: Add helper_mfvscr
` [Qemu-devel] [PATCH 30/34] target/ppc: Use mtvscr/mfvscr for vmstate
` [Qemu-devel] [PATCH 31/34] target/ppc: Add set_vscr_sat
` [Qemu-devel] [PATCH 32/34] target/ppc: Split out VSCR_SAT to a vector field
` [Qemu-devel] [PATCH 33/34] target/ppc: convert vadd*s and vsub*s to vector operations
` [Qemu-devel] [PATCH 34/34] target/ppc: convert vmin* and vmax* "

[PATCH net-next 0/2] net: phy: set 1Gbps as default for driver features
 2018-12-18  6:39 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] net: phy: remove feature definition from 1Gbps PHY drivers

[PATCH -next] cifs: Fix to use kmem_cache_free() instead of kfree()
 2018-12-18  6:37 UTC 

[XEN][ARM64] PV DRM failing to convert virtual to physical address
 2018-12-18  6:36 UTC  (2+ messages)

[PATCH] bcache: treat stale && dirty keys as bad keys
 2018-12-18  6:37 UTC 

[PATCH 0/3] net/netvsc: misc fixes
 2018-12-18  6:32 UTC  (3+ messages)

[PATCH v3 2/2] dt-bindings: net: dsa: ksz9477: add sample of switch bindings managed in i2c mode
 2018-12-18  6:32 UTC  (3+ messages)

[RFC 0/3] tqs: add thread quiescent state library
 2018-12-18  6:31 UTC  (11+ messages)
` [RFC 2/3] "

[linux-4.19 test] 131382: regressions - FAIL
 2018-12-18  6:31 UTC 

[PATCH v6 0/6] mm: Randomize free memory
 2018-12-18  6:30 UTC  (9+ messages)
` [PATCH v6 1/6] acpi: Create subtable parsing infrastructure
` [PATCH v6 2/6] acpi: Add HMAT to generic parsing tables
` [PATCH v6 3/6] acpi/numa: Set the memory-side-cache size in memblocks
` [PATCH v6 4/6] mm: Shuffle initial free memory to improve memory-side-cache utilization
` [PATCH v6 5/6] mm: Move buddy list manipulations into helpers
` [PATCH v6 6/6] mm: Maintain randomization of page free lists

[PATCH RFC net-next] net: dsa: microchip: add KSZ9477 I2C driver
 2018-12-18  6:30 UTC  (5+ messages)

rte_eal_hotplug_remove() generates error message
 2018-12-18  6:25 UTC  (6+ messages)

[PATCH v2] powerpc/perf: Fix loop exit condition in nest_imc_event_init
 2018-12-18  6:20 UTC 

[lustre-devel] [PATCH RFC 00/28] lustre: PFL port to linux client
 2018-12-18  6:21 UTC  (2+ messages)

[PATCH v4 00/18] mfd: demodularization of non-modular drivers
 2018-12-18  6:21 UTC  (3+ messages)
` [PATCH 01/18] mfd: aat2870-core: Make it explicitly non-modular

[PATCH libdrm] libkms: remove ilo from list of intel_drivers
 2018-12-18  6:18 UTC 

[Qemu-devel] [PATCH 0/3] macppc: minor patches for 4.0
 2018-12-18  6:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/3] mac_newworld: enable access to EDID data for the VGA device

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-18  6:12 UTC  (11+ messages)

[PATCH] stripspace: allow -s/-c outside git repository
 2018-12-18  6:09 UTC  (2+ messages)

[PATCH libdrm] xf86drm: Add drmIsMaster()
 2018-12-18  6:07 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] cmd: add efishell for efi environment
 2018-12-18  6:07 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/8] cmd: add efishell command
` [U-Boot] [PATCH v3 2/8] cmd: efishell: add devices command
` [U-Boot] [PATCH v3 3/8] cmd: efishell: add drivers command
` [U-Boot] [PATCH v3 4/8] cmd: efishell: add images command
` [U-Boot] [PATCH v3 5/8] cmd: efishell: add memmap command
` [U-Boot] [PATCH v3 6/8] cmd: efishell: add dh command
` [U-Boot] [PATCH v3 7/8] cmd: efishell: export uefi variable helper functions
` [U-Boot] [PATCH v3 8/8] cmd: env: add "-e" option for handling UEFI variables

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-18  6:06 UTC  (8+ messages)

[PATCH v2] ACPI / tables: table override from built-in initrd
 2018-12-18  6:02 UTC  (2+ messages)

[PATCH 0/2][resend] irqchip: irq-renesas-xxx: convert to SPDX identifiers
 2018-12-18  6:03 UTC  (3+ messages)
` [PATCH 1/2] irqchip: irq-renesas-irqc: "
` [PATCH 2/2] irqchip: irq-renesas-intc-irqpin: "

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-12-18  5:55 UTC  (17+ messages)

[Qemu-devel] Monitor and serial output window broken with SDL2
 2018-12-18  5:54 UTC  (7+ messages)

[PATCH net-next] net: phy: mscc: Fix the VSC 8530/31/40/41 Chips Init sequence
 2018-12-18  5:43 UTC 

Dear
 2018-12-18  5:52 UTC 

[v2, PATCH 0/2] add ethernet binding and modify ethernet driver for mt2712
 2018-12-18  5:48 UTC  (9+ messages)
` [v2, PATCH 1/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC
` [v2, PATCH 2/2] net-next: stmmac: dwmac-mediatek: remove fine-tune property

Fan speed control
 2018-12-18  5:46 UTC  (2+ messages)

[PATCH v12 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW
 2018-12-18  5:45 UTC  (6+ messages)
` [PATCH v12 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

[PATCH] ext4: avoid declaring fs inconsistent due to invalid file handles
 2018-12-18  5:43 UTC  (4+ messages)

linux-next: build warning after merge of the gpio tree
 2018-12-18  5:41 UTC 

[PATCH net-next] fou: Prevent unbounded recursion in GUE error handler
 2018-12-18  5:38 UTC  (2+ messages)

[PATCH net] lan78xx: Resolve issue with changing MAC address
 2018-12-18  5:38 UTC 

[PATCH V2 00/21] Tegra210 DFLL support
 2018-12-18  5:34 UTC  (9+ messages)
` [PATCH V2 12/21] cpufreq: tegra124: do not handle the CPU rail
` [PATCH V2 14/21] cpufreq: dt-platdev: add Tegra210 to blacklist

rcu_preempt caused oom
 2018-12-18  5:34 UTC  (10+ messages)

[LINUX PATCH v12 0/3] Add support for Arasan NAND Flash controller
 2018-12-18  5:33 UTC  (18+ messages)
` [LINUX PATCH v12 3/3] mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

[PATCH] openvswitch: Add new option to use short hostname for ovs-ctl script
 2018-12-18  5:31 UTC 

KASAN: stack-out-of-bounds Read in apparmor_cred_prepare
 2018-12-18  5:31 UTC 

[PATCH v2] btrfs-progs: qgroup-verify: Check if qgroup limit is exceeded
 2018-12-18  5:28 UTC 

[PATCH] Export mm_update_next_owner function for unuse_mm
 2018-12-18  5:27 UTC  (3+ messages)

[PATCH] kbuild: fix false positive warning/error about missing libelf
 2018-12-18  5:25 UTC 

[PATCH] Fix mm->owner point to a tsk that has been free
 2018-12-18  5:24 UTC  (2+ messages)

[PATCH] nfs-utils: fix build error under tests folder
 2018-12-18  5:21 UTC  (2+ messages)
` [PATCH v2] "

10e9ae9fab ("gcc-plugins: Add STACKLEAK plugin for tracking .."): WARNING: can't dereference registers at (null) for ip entry_SYSCALL_64_after_hwframe
 2018-12-18  5:15 UTC  (2+ messages)

[PATCH 1/2] grub2: Fix passing null to printf formats
 2018-12-18  5:11 UTC  (3+ messages)
` [PATCH V2] libxcrypt: Upgrade to 4.4.1 release
` [PATCH 2/2] gnupg: Upgrade to 2.2.12 release

[U-Boot] [PATCH] am57xx_evm_defconfig: Enable YMODEM support
 2018-12-18  5:11 UTC  (2+ messages)

build fails for qemux86
 2018-12-18  5:10 UTC  (4+ messages)

[PATCH] CIFS: return correct errors when pinning memory failed for direct I/O
 2018-12-18  5:07 UTC  (2+ messages)

[PATCH] CIFS: use the correct length when pinning memory for direct I/O for write
 2018-12-18  5:05 UTC  (2+ messages)

[PATCH] ima: cleanup the match_token policy code
 2018-12-18  5:04 UTC  (6+ messages)

[U-Boot] [PATCH 0/5] efi_loader: run a specific efi application more easily
 2018-12-18  5:02 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
` [U-Boot] [PATCH 2/5] efi_loader: bootmgr: allow for running a given load option
` [U-Boot] [PATCH 3/5] cmd: bootefi: carve out fdt parameter handling
` [U-Boot] [PATCH 4/5] cmd: bootefi: run an EFI application of a specific load option
` [U-Boot] [PATCH 5/5] cmd: run: add "-e" option to run an EFI application

[Buildroot] [PATCH 0/2] Add a sysctl init script
 2018-12-18  5:02 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/procps-ng: add init script for sysctl
` [Buildroot] [PATCH 2/2] package/busybox: "

[U-Boot] [PATCH] efi_loader: move efi_init_obj_list() to a new efi_setup.c
 2018-12-18  5:02 UTC 

cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader
 2018-12-18  5:00 UTC  (3+ messages)
` [PATCH v2] "
  ` [v2] "

[U-Boot] [PATCH v4 0/2] Rename ax25-ae350 defconfig
 2018-12-18  4:58 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/2] riscv: configs: "

[Regression 4.15] Can't kill CONFIG_UNWINDER_ORC with fire or plague
 2018-12-18  4:56 UTC  (7+ messages)

[PATCH 1/2] arm64: dts: ls1088: add smmu device node
 2018-12-18  4:52 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: ls1088: add missing dma-coherent property in fsl-mc

[PATCH v4 1/2] export trace.c helper functions to other modules
 2018-12-18  4:51 UTC  (4+ messages)
` [PATCH v4 2/2] trace nvme submit queue status

[PATCH v2 0/3] x86: kprobes: Show correct blaclkist in debugfs
 2018-12-18  4:50 UTC  (3+ messages)

cron job: media_tree daily build: OK
 2018-12-18  4:48 UTC 

[Qemu-devel] [PULL 00/31] pci, pc, virtio: fixes, features
 2018-12-18  4:37 UTC  (5+ messages)
` [Qemu-arm] [PULL 24/31] hw: arm: acpi: Fix incorrect checksums in RSDP
` [Qemu-devel] [PULL 26/31] hw: arm: Carry RSDP specific data through AcpiRsdpData
` [Qemu-arm] [PULL 29/31] hw: acpi: Export and share the ARM RSDP build

[Qemu-devel] [PATCH] spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY
 2018-12-18  4:29 UTC  (2+ messages)

XFS: 3-way deadlock with xfs_dquot, xfs_buf and xfs_inode
 2018-12-18  4:36 UTC  (4+ 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.