All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-21 22:55:24 to 2018-10-22 04:15:50 UTC [more...]

[PATCH 0/9] net: simplify getting .driver_data
 2018-10-22  4:11 UTC  (5+ messages)
` [PATCH 9/9] net: phy: mdio-mux-bcm-iproc: "

[PATCH 0/6] gpu: simplify getting .driver_data
 2018-10-21 20:00 UTC  (2+ messages)
` [PATCH 6/6] gpu: drm: omapdrm: displays: panel-dsi-cm: "

[PATCH 0/1] bus: simplify getting .driver_data
 2018-10-21 19:59 UTC  (2+ messages)
` [PATCH 1/1] bus: brcmstb_gisb: "

[U-Boot] [PATCH 1/2] powerpc: t1040: Correct RCW MAC2_GMII_SEL value
 2018-10-22  4:11 UTC  (6+ messages)

[PATCH V12 00/14] Krait clocks + Krait CPUfreq
 2018-10-22  4:09 UTC  (10+ messages)

[lustre-devel] [PATCH 00/28] lustre: more assorted fixes for lustre 2.10
 2018-10-22  4:08 UTC  (24+ messages)
` [lustre-devel] [PATCH 04/28] lustre: ptlrpc: Do not assert when bd_nob_transferred != 0
` [lustre-devel] [PATCH 06/28] lustre: ldlm: ELC shouldn't wait on lock flush
` [lustre-devel] [PATCH 11/28] lustre: llite: use security context if it's enabled in the kernel
` [lustre-devel] [PATCH 15/28] lustre: llite: fix for stat under kthread and X86_X32
` [lustre-devel] [PATCH 16/28] lustre: statahead: missing barrier before wake_up
` [lustre-devel] [PATCH 20/28] lustre: obdclass: deprecate OBD_GET_VERSION ioctl

[PATCH] completion: fix __gitcomp_builtin no longer consider extra options
 2018-10-22  3:51 UTC  (2+ messages)

[PATCH 00/16] Adding Cavium's crypto device(CPT) driver
 2018-10-22  3:49 UTC  (8+ messages)
` [PATCH v2 09/33] crypto/octeontx: adds symmetric capabilities

using interrupt controller dt-bindings macros in Non GPL dts files
 2018-10-22  3:48 UTC 

[PATCH 0/2] Introduce dmic mode switch delay parameter
 2018-10-22  3:42 UTC  (2+ messages)

bpf-next is CLOSED
 2018-10-21 19:27 UTC 

[RFC v3 00/12] rtw88: mac80211 driver for Realtek 802.11ac wireless network chips
 2018-10-22  3:40 UTC  (5+ messages)
` [RFC v3 01/12] rtw88: main files

pull-request: bpf-next 2018-10-21
 2018-10-21 19:24 UTC 

[PATCH] read-cache: use of memory after it is freed
 2018-10-22  3:39 UTC  (3+ messages)

[1/2] usb: xhci: fix uninitialized completion when USB3 port got wrong status
 2018-10-22  3:37 UTC  (5+ messages)
` [2/2] usb: xhci: fix timeout for transition from RExit to U0
    ` [PATCH 2/2] "

[PATCH] builtin/receive-pack: dead initializer for retval in check_nonce
 2018-10-22  3:35 UTC  (3+ messages)

[PATCH 0/1] Fix format detection when archiving remotely
 2018-10-22  3:24 UTC  (4+ messages)
` [PATCH 1/1] archive: init archivers before determining format

[PATCH] drm/amdgpu: disable SDMA page queue on Vega20
 2018-10-22  3:23 UTC  (2+ messages)

git ls-files --with-tree documentation
 2018-10-22  3:22 UTC  (2+ messages)

[PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
 2018-10-22  3:14 UTC  (5+ messages)

[lustre-devel] [PATCH 00/10] lustre: lnet: fixes for non-x86 systems
 2018-10-22  3:09 UTC  (9+ messages)
` [lustre-devel] [PATCH 01/10] lustre: lnd: set device capabilities
` [lustre-devel] [PATCH 03/10] lustre: lnd: rework map_on_demand behavior

[PATCH 0/2] Compiler Attributes: __fallthrough
 2018-10-22  0:42 UTC  (7+ messages)
` [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)
` [PATCH 2/2] Compiler Attributes: auxdisplay: panel: use __fallthrough

[PATCH] sched/numa: fix choosing isolated CPUs when task_numa_migrate()
 2018-10-22  3:05 UTC 

[xen-4.9-testing test] 128900: tolerable FAIL - PUSHED
 2018-10-22  3:03 UTC 

[PATCH V2 0/5] arm64/mm: Enable HugeTLB migration
 2018-10-22  3:01 UTC  (5+ messages)
` [PATCH V2 1/5] mm/hugetlb: Enable PUD level huge page migration

[PATCH 0/2] Unmap efi boot services code/data regions after boot
 2018-10-22  3:00 UTC  (5+ messages)
` [PATCH 1/2] x86/efi: Unmap efi boot services code/data regions from efi_pgd
` [PATCH 2/2] x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86

[PATCH 0/1] Perf: Compile failed when compile with libelf
 2018-10-22  2:57 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] mfd: mt6397: Do not call irq_domain_remove if PMIC unsupported
 2018-10-22  2:55 UTC 

Bug with "git mv" and submodules, and with "git submodule add something --force"
 2018-10-22  2:52 UTC  (4+ messages)

[PATCH v3 00/12] Base SHA-256 implementation
 2018-10-22  2:43 UTC  (13+ messages)
` [PATCH v3 01/12] sha1-file: rename algorithm to "sha1"
` [PATCH v3 02/12] sha1-file: provide functions to look up hash algorithms
` [PATCH v3 03/12] hex: introduce functions to print arbitrary hashes
` [PATCH v3 04/12] cache: make hashcmp and hasheq work with larger hashes
` [PATCH v3 05/12] t: add basic tests for our SHA-1 implementation
` [PATCH v3 06/12] t: make the sha1 test-tool helper generic
` [PATCH v3 07/12] sha1-file: add a constant for hash block size
` [PATCH v3 08/12] t/helper: add a test helper to compute hash speed
` [PATCH v3 09/12] commit-graph: convert to using the_hash_algo
` [PATCH v3 10/12] Add a base implementation of SHA-256 support
` [PATCH v3 11/12] sha256: add an SHA-256 implementation using libgcrypt
` [PATCH v3 12/12] hash: add an SHA-256 implementation using OpenSSL

[U-Boot] [PATCH 1/3] scsi: ceva: add ls2080a soc support
 2018-10-22  2:43 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls2080a: add sata node support
` [U-Boot] [PATCH 3/3] arm64: ls2080a: enable DM support for sata

[U-Boot] [PATCH 1/3] scsi: ceva: add ls1088a soc support
 2018-10-22  2:39 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] armv8: dts: fsl-ls1088a: add sata node support
` [U-Boot] [PATCH 3/3] arm64: ls1088a: enable DM support for sata

[tpm2] There is no '-I' option for tpm2_rsaencrypt which I found it in the doc
 2018-10-22  2:38 UTC 

[PATCH 1/3] printk: Introduce per-console loglevel setting
 2018-10-22  2:37 UTC  (4+ messages)

[PATCH 00/03] Further 32-bit product name updates
 2018-10-21 18:21 UTC  (4+ messages)
` [PATCH 01/03] arm: dts: Include SoC name in DTSI for r8a7740
` [PATCH 02/03] arm: dts: Include SoC name in DTSI for sh73a0
` [PATCH 03/03] "

[Buildroot] [PATCH] .gitlab-ci.yml: do runtime tests only on explicit trigger
 2018-10-22  2:35 UTC  (2+ messages)

[RFC PATCH 0/6] Auxiliary IOMMU domains and Arm SMMUv3
 2018-10-22  2:32 UTC  (3+ messages)
` [RFC PATCH 1/6] iommu: Adapt attach/detach_dev() for auxiliary domains

[radeon-alex:amd-staging-dkms-4.18 1267/1379] drivers/gpu/drm/v3d/v3d_sched.c:158:39: error: implicit declaration of function 'V3D_CLE_CTNRA'
 2018-10-22  2:30 UTC 

[PATCH 0/1] udev-hwdb: fix postinstall scripts failures when multilib enabled
 2018-10-22  2:29 UTC  (2+ messages)

[PATCH 0/1] commit-reach: fix first-parent heuristic
 2018-10-22  2:29 UTC  (5+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/3] support for filtering trees and blobs based on depth
 2018-10-22  2:21 UTC  (5+ messages)
` [RFC PATCH 2/3] Documentation/git-rev-list: s/<commit>/<object>/

[PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
 2018-10-22  2:21 UTC  (15+ messages)
` [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
  ` [Ocfs2-devel] "
` [PATCH 25/28] xfs: support returning partial reflink results
  ` [Ocfs2-devel] "
` [PATCH 27/28] xfs: remove xfs_reflink_remap_range
  ` [Ocfs2-devel] "
` [PATCH 28/28] xfs: remove [cm]time update from reflink calls
  ` [Ocfs2-devel] "
` [Ocfs2-devel] [PATCH v6 00/28] fs: fixes for serious clone/dedupe problems

[Qemu-devel] [PATCH] vhost-scsi: prevent using uninitialized vqs
 2018-10-22  2:17 UTC  (2+ messages)

Linux Kernel Tester's Guide is still valid?
 2018-10-22  2:18 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] vfio: some trivial fixes
 2018-10-22  1:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH 7/7] vfio: platform: destory mutex in error path

[PATCH v1] read-cache: speed up index load through parallelization
 2018-10-22  2:14 UTC  (5+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 7/7] read-cache: load cache entries on worker threads

[PATCH] drm/amdgpu: fix and cleanup TLB flushing of GMC9
 2018-10-22  2:10 UTC  (3+ messages)

[PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem
 2018-10-22  8:47 UTC  (13+ messages)

[PATCH/RFC] iommu/ipmmu-vmsa: R-Car M3-N/V3H/E3 AVB whitelist prototype
 2018-10-21 17:51 UTC 

rcu: Kernel stack is corrupted in: perf_trace_rcu_dyntick
 2018-10-22  2:03 UTC  (3+ messages)

[PATCH v3 00/16] i.MX media mem2mem scaler
 2018-10-21 17:43 UTC  (6+ messages)
` [PATCH v3 01/16] media: imx: add mem2mem device

[PATCH v1 0/2] Enable HvNotifyLongSpinWait for Hyper-V
 2018-10-22  1:53 UTC  (4+ messages)
` [PATCH v1 2/2] x86/hyperv: make HvNotifyLongSpinWait hypercall

[PATCH 1/2] staging: iio: ad7606: Move out of staging
 2018-10-21 17:40 UTC  (2+ messages)

[PATCH v3 0/7] Use generation numbers for --topo-order
 2018-10-22  1:55 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/7] revision.c: begin refactoring --topo-order logic
          ` [RFC PATCH] revision.c: use new algorithm in A..B case

[PATCH V9 00/21] C-SKY(csky) Linux Kernel Port
 2018-10-22  1:52 UTC  (5+ messages)
` [PATCH V9 11/21] csky: Atomic operations

(unknown),
 2018-10-22  1:50 UTC  (6+ messages)
` 

[PATCH] hw/arm/virt: remove unused header files
 2018-10-22  1:37 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH] thermal: qoriq: add i.mx8mq support
 2018-10-22  1:43 UTC  (4+ messages)

[PATCH 1/2] thermal: imx: improve error message
 2018-10-22  1:43 UTC  (4+ messages)

[PATCH 0/3] Add GIT_TEST_MULTI_PACK_INDEX environment variable
 2018-10-22  1:41 UTC  (4+ messages)
` [PATCH v2 "

[U-Boot] [PATCH 00/30] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-10-22  1:39 UTC  (3+ messages)
` [U-Boot] [PATCH 18/30] riscv: invalidate the instruction cache before jumping to Linux
    ` [U-Boot] FW: "

[PATCH] memblock: remove stale #else and the code it protects
 2018-10-22  1:35 UTC  (4+ messages)

[PATCH 1/3] clk: qoriq: add t1023 soc support
 2018-10-22  1:34 UTC  (4+ messages)
` [PATCH 2/3] powerpc: t102x: upgrade the legacy clock node

[PATCH -tip] kprobes/x86: Use preempt_enable() in optimized_callback()
 2018-10-22  1:33 UTC  (2+ messages)
` [tip:perf/core] "

[U-Boot] [PATCH 4/4] test: Add test for PCI device without compat string and with DT node
 2018-10-22  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] test: Add PCI device entry without compat string and with DT node
 2018-10-22  1:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] pci: Update documentation to make 'compatible' string optional
 2018-10-22  1:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] pci: Support parsing PCI controller DT subnodes
 2018-10-22  1:30 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

INFO: rcu detected stall in sys_creat
 2018-10-21 17:15 UTC 

[PATCH 00/03] Connect R-Car Gen3 Ethernet-AVB to IPMMU
 2018-10-21 17:15 UTC  (4+ messages)
` [PATCH 01/03] arm64: dts: renesas: r8a77965: Connect R-Car M3-N AVB "
` [PATCH 02/03] arm64: dts: renesas: r8a77980: Connect R-Car V3H "
` [PATCH 03/03] arm64: dts: renesas: r8a77990: Connect R-Car E3 "

[PATCH v3 1/2] iio:temperature: Add MAX31856 thermocouple support
 2018-10-21 17:12 UTC  (4+ messages)
` [PATCH v3 2/2] iio:temperature:max31856:Add device tree bind info

[PATCH V2] MAINTAINERS: Add entry for VKMS
 2018-10-22  1:27 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/3] sunxi: extend SPL header to propagate DRAM size
 2018-10-22  1:26 UTC  (2+ messages)
` [U-Boot] [linux-sunxi] "

[RFC] put page to pcp->lists[] tail if it is not on the same node
 2018-10-22  1:24 UTC  (5+ messages)

[RFC PATCH v2] Allow aliases that include other aliases
 2018-10-22  1:23 UTC  (6+ messages)
` [PATCH] alias: detect loops in mixed execution mode

Caching/buffers become useless after some time
 2018-10-22  1:19 UTC  (13+ messages)

[cpuidle] 23e8ceb9ce: will-it-scale.per_process_ops 8.9% improvement
 2018-10-22  1:16 UTC  (2+ messages)
` [LKP] "

[PATCH] f2fs: fix to account IO correctly
 2018-10-22  1:15 UTC  (6+ messages)

[drivers/base] f198a21af6: WARNING:at_kernel/locking/lockdep.c:#__bfs
 2018-10-22  1:15 UTC 

[PATCH v4 0/2] Add SECO Boards CEC device driver
 2018-10-21 16:58 UTC  (3+ messages)
` [PATCH v4 1/2] media: add SECO cec driver
` [PATCH v4 2/2] seco-cec: add Consumer-IR support

[PATCHv2 1/2] Add AD7949 ADC driver family
 2018-10-21 16:58 UTC  (4+ messages)
` [PATCHv2 2/2] Add AD7949 device tree bindings in documentation

[PATCH v2] f2fs: fix to account IO correctly
 2018-10-22  1:12 UTC  (2+ messages)

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-10-21 16:57 UTC  (3+ messages)
` [PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE "

[PATCH 0/5] thermal: simplify getting .driver_data
 2018-10-22  1:12 UTC  (4+ messages)
` [PATCH 5/5] thermal: zx2967_thermal: "

[PATCH v4] gpg-interface.c: detect and reject multiple signatures on commits
 2018-10-22  0:58 UTC  (4+ messages)

OSS Edinburgh
 2018-10-21 16:44 UTC 

[Buildroot] How can I compile a module into the kernel?
 2018-10-22  0:56 UTC  (6+ messages)

[PATCH] fstests: add support for fuse.ext4
 2018-10-21 16:40 UTC  (2+ messages)

[drivers/base] 7f2b0462b0: WARNING:at_drivers/base.c:#device_bind_driver
 2018-10-22  0:47 UTC 

[RFP] Which V4L2 ioctls could be replaced by better versions?
 2018-10-21 16:28 UTC  (5+ messages)

5b86d4ff5d [ 52.328552] BUG: KASAN: use-after-free in rxrpc_rcu_destroy_call
 2018-10-22  0:38 UTC  (2+ messages)
` [LKP] "

[PATCH] jffs2: Fix use of uninitialized delayed_work, lockdep breakage
 2018-10-22  0:32 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to 298be055a00d
 2018-10-21 16:12 UTC 

[xen-unstable test] 128897: regressions - trouble: broken/fail/pass
 2018-10-22  0:17 UTC 

[Bug 201479] New: Dell WK717 keyboard causes crashes of Bluetooth daemon 5.50
 2018-10-22  0:13 UTC  (2+ messages)
` [Bug 201479] "

[PATCH iproute2-next] geneve: fix ttl inherit behavior
 2018-10-21 15:55 UTC  (3+ messages)
` [PATCHv2 iproute2-next] ip/geneve: "

r8169 regression: UDP packets dropped intermittantly
 2018-10-22  0:01 UTC  (8+ messages)

Submitting patches to xfstests based on OSDI '18 paper (CrashMonkey)
 2018-10-21 15:53 UTC  (3+ messages)

[ovmf baseline-only test] 75472: trouble: blocked/broken
 2018-10-22  0:00 UTC 

[Buildroot] [PATCH 1/1] board/pc: improve image generation
 2018-10-21 23:58 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/1] board/pc: ensure grub.cfg is copied to target filesystem

arp table - same mac address shows two ip addresses
 2018-10-21 23:55 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
 2018-10-21 15:37 UTC  (2+ messages)

[PATCH] staging: rtlwifi: Remove an extra pair of braces
 2018-10-21 23:49 UTC 

[Ksummit-discuss] [PATCH 0/7] Code of Conduct: Fix some wording, and add an interpretation document
 2018-10-21 23:37 UTC  (7+ messages)
` [Ksummit-discuss] Call to Action "
`  "

[PATCH v5 0/2] Harden spectrev2 userspace-userspace protection
 2018-10-21 23:32 UTC  (4+ messages)
` [PATCH v5 1/2] x86/speculation: apply IBPB more strictly to avoid cross-process data leak

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2018-10-21 23:30 UTC  (2+ messages)
` [Bug 107978] [amdgpu] Switching to tty fails with DisplayPort 1.2 "

[PATCH V1 net-next] net: ena: fix compilation error in xtensa architecture
 2018-10-21 15:07 UTC 

[PATCH 1/2] Add driver for Texas Instrument DAC7311 It is a driver for Texas Instruments 8/10/12-bit 1-channel compatible with DAC6311 and DAC5311 chips
 2018-10-21 15:07 UTC  (4+ messages)
` [PATCH 2/2] Add ti,dac7311 device tree bindings in documentation

ENSOPC on a 10% used disk
 2018-10-21 15:06 UTC  (8+ messages)

[Buildroot] [PATCH 1/3] package: linuxptp: bump to the latest GIT version
 2018-10-21 23:19 UTC  (5+ messages)
` [Buildroot] [PATCH 2/3] package: linuxptp: enhance systemd service

[Buildroot] [PATCH v3] qt5base: Qt KMS support does not depend on opengl
 2018-10-21 23:18 UTC  (2+ messages)

[Buildroot] [PATCH v2] qt5wayland: compositor depends on qt5base opengl
 2018-10-21 23:16 UTC  (2+ messages)

[PATCH v2] staging: iio: ad7816: Switch to the gpio descriptor interface
 2018-10-21 14:52 UTC  (4+ messages)

[B.A.T.M.A.N.] [PATCH 36/38] batctl: Move orig_interval setting to own file
 2018-10-21 23:02 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH v2 "

[PATCH][V2] iio: adc: ina2xx: add in early -EINVAL returns in case statements
 2018-10-21 14:45 UTC  (3+ messages)

[PATCH linux dev-4.18] arm: dts: aspeed: Use ColdFire FSI offload on Witherspoon
 2018-10-21 22:56 UTC  (4+ messages)

[PATCH v2] Staging iio: adc: Match parenthesis alignment
 2018-10-21 14:41 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 00/38] batctl: pre-netlink restructuring, part 1
 2018-10-21 22:55 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH 38/38] batctl: Add command to monitor for netlink events


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.