All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-03 02:06:29 to 2017-10-03 03:54:49 UTC [more...]

[PATCH 00/12] of: overlay: clean up device tree overlay code
 2017-10-03  3:53 UTC  (15+ messages)
` [PATCH 01/12] of: overlay.c: Remove comments that state the obvious, to reduce clutter
` [PATCH 02/12] of: overlay.c: Convert comparisons to zero or NULL to logical expressions
` [PATCH 04/12] of: overlay: rename identifiers in dup_and_fixup_symbol_prop()
` [PATCH 05/12] of: overlay: minor restructuring
` [PATCH 06/12] of: overlay: detect cases where device tree may become corrupt
  ` [PATCH 03/12] of: overlay: rename identifiers to more reflect what they do
  ` [PATCH 07/12] of: overlay: expand check of whether overlay changeset can be removed
` [PATCH 08/12] of: overlay: loosen overly strict phandle clash check
` [PATCH 09/12] of: overlay: avoid race condition between applying multiple overlays
` [PATCH 10/12] of: overlay: simplify applying symbols from an overlay
` [PATCH 11/12] of: overlay: remove a dependency on device node full_name
` [PATCH 12/12] of: overlay: remove unneeded check for NULL kbasename()

[PATCH v15 01/27] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2017-10-03  3:51 UTC  (6+ messages)
` [PATCH v16 1/6] "

[PATCH 1/4] amdgpu/dc: use kernel ilog2 for log_2
 2017-10-03  3:49 UTC  (4+ messages)
  ` [PATCH 2/4] amdgpu/dc: drop dce110_types.h
  ` [PATCH 3/4] amdgpu/dc: drop hw_sequencer_types.h
  ` [PATCH 4/4] amdgpu/dc: remove bitmap implementation in gpio_service

4879b7ae05 ("Merge tag 'dmaengine-4.12-rc1' of .."): WARNING: kernel stack regs at bd92bc2e in 01-cpu-hotplug:3811 has bad 'bp' value 000001be
 2017-10-03  3:45 UTC  (7+ messages)

[PATCH 0/1] ref-filter.c: pass empty-string as NULL to atom parsers
 2017-10-03  3:37 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] more i40iw fixes
 2017-10-03  3:34 UTC  (4+ messages)
` [PATCH 1/5] i40iw: Do not retransmit MPA request after it is ACKed

Audisp-remote - connection refused
 2017-10-03  3:31 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/19] Add FPGA, SDRAM, SPL loads U-boot & booting to console
 2017-10-03  3:30 UTC  (9+ messages)
` [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function

[PATCH] KEYS: allow changing key ownership with CAP_SYS_ADMIN in a NS
 2017-10-03  3:30 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2017-10-03  3:29 UTC 

[PATCH] prctl: add PR_[GS]ET_PDEATHSIG_PROC
 2017-10-03  3:25 UTC  (4+ messages)
` [RESEND PATCH] "

[xen-unstable test] 113954: tolerable FAIL - PUSHED
 2017-10-03  3:22 UTC 

[RFC v2 PATCH] x86/boot: Add the secdata section to the setup header
 2017-10-03  3:22 UTC  (8+ messages)

[PATCH] vfs: hard-ban creating files with control characters in the name
 2017-10-03  3:22 UTC  (3+ messages)

[BUG] fs/dcache: might_sleep is called under a spinlock
 2017-10-03  3:19 UTC  (2+ messages)

[RFC PATCH v2 03/31] KVM: arm/arm64: Remove unused params in mmu functions
 2017-10-03  3:11 UTC  (84+ messages)
` [RFC PATCH v2 04/31] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC PATCH v2 05/31] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC PATCH v2 06/31] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC PATCH v2 07/31] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC PATCH v2 08/31] KVM: arm/arm64: Make mmu functions non-static
` [RFC PATCH v2 09/31] KVM: arm/arm64: Manage mmus for nested VMs
` [RFC PATCH v2 10/31] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC PATCH v2 11/31] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC PATCH v2 12/31] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC PATCH v2 13/31] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC PATCH v2 14/31] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC PATCH v2 15/31] KVM: arm64: Move system register helper functions around
` [RFC PATCH v2 16/31] KVM: arm64: Introduce sys_reg_desc.forward_trap
` [RFC PATCH v2 17/31] KVM: arm64: Rework the system instruction emulation framework
` [RFC PATCH v2 18/31] KVM: arm64: Enumerate AT and TLBI instructions to emulate
` [RFC PATCH v2 19/31] KVM: arm64: Describe AT instruction emulation design
` [RFC PATCH v2 20/31] KVM: arm64: Implement AT instruction handling
` [RFC PATCH v2 21/31] KVM: arm64: Emulate AT S1E[01] instructions
` [RFC PATCH v2 22/31] KVM: arm64: Emulate AT S1E2 instructions
` [RFC PATCH v2 23/31] KVM: arm64: Emulate AT S12E[01] instructions
` [RFC PATCH v2 24/31] KVM: arm64: Emulate TLBI ALLE2(IS) instruction
` [RFC PATCH v2 25/31] KVM: arm64: Emulate TLBI VAE2* instrutions
` [RFC PATCH v2 26/31] KVM: arm64: Emulate TLBI ALLE1(IS)
` [RFC PATCH v2 27/31] KVM: arm64: Emulate TLBI VMALLS12E1(IS) instruction
` [RFC PATCH v2 28/31] KVM: arm64: Emulate TLBI IPAS2E1* instructions
` [RFC PATCH v2 29/31] KVM: arm64: Respect the virtual HCR_EL2.AT and NV setting
` [RFC PATCH v2 30/31] KVM: arm64: Emulate TLBI instructions accesible from EL1
` [RFC PATCH v2 31/31] KVM: arm64: Fixes to toggle_cache for nesting

[Qemu-devel] [PATCH v4 00/23] make bdrv_get_block_status byte-based
 2017-10-03  3:18 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 23/23] qemu-io: Relax 'alloc' now that block-status doesn't assert

[U-Boot] [PATCH 1/1] efi_loader: replace efi_div10 by div64_u64
 2017-10-03  3:17 UTC 

[Qemu-devel] [PATCH 0/3] blockjobs: add explicit job culling
 2017-10-03  3:15 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] blockjob: add manual-cull property
` [Qemu-devel] [PATCH 2/3] qmp: add block-job-cull command
` [Qemu-devel] [PATCH 3/3] blockjob: expose manual-cull property

[PATCH] amdgpu/dc: use kernel ilog2 for log_2
 2017-10-03  3:14 UTC 

Updated to v2.14.2 on macOS; git add --patch broken
 2017-10-03  3:14 UTC  (5+ messages)

[PATCH 0/3] arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 host channel 3
 2017-10-03  3:13 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: renesas: r8a7795: salvator-xs: enable USB2.0 phy "

[RFC PATCH v2 02/31] KVM: arm64: Expose limited memory management support to the virtual EL2
 2017-10-03  3:09 UTC  (3+ messages)

[PATCH v2] drivers/ide/pci: Fix legacy IRQ assignment
 2017-10-03  3:09 UTC  (3+ messages)

[RFC PATCH v2 01/31] arm64: KVM: Hide unsupported AArch64 CPU features from guests
 2017-10-03  3:09 UTC  (2+ messages)

[RFC PATCH v2 00/31] Nested Virtualization on KVM/ARM - memory virtualization
 2017-10-03  3:08 UTC  (3+ messages)

[PATCH V1 0/3] High baud rate supports of F81866/F81216H
 2017-10-03  3:08 UTC  (4+ messages)
` [PATCH V1 1/3] serial: 8250_fintek: UART dynamic clocksource on Fintek F81866
` [PATCH V1 2/3] serial: 8250_fintek: UART dynamic clocksource on Fintek F81216H
` [PATCH V1 3/3] serial: 8250_fintek: fix warning reported from smatch

[BUG] scsi/libfc: Sleep-in-atomic bugs in libfc
 2017-10-03  3:08 UTC 

[BUG] scsi/fcoe: Sleep-in-atomic bugs in fcoe driver
 2017-10-03  3:02 UTC 

[PATCH v3 0/3] Refactor event related code
 2017-10-03  2:57 UTC  (7+ messages)
` [PATCH v3 1/3] iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names

[PATCH] scsi/fnic: Fix a sleep-in-atomic bug in fnic_handle_event
 2017-10-03  2:53 UTC 

[PATCH] ibmvscsis: Fix write_pending failure path
 2017-10-03  2:51 UTC  (3+ messages)

[PATCH v2 00/21] lpfc updates for 11.4.0.4
 2017-10-03  2:45 UTC  (2+ messages)

convert dc to using krefs for object reference counts
 2017-10-03  2:39 UTC  (7+ messages)
  ` [PATCH 1/6] amdgpu/dc: convert dc_transfer to use a kref
  ` [PATCH 2/6] amdgpu/dc: convert dc_gamma to kref reference counting
  ` [PATCH 3/6] amdgpu/dc: use kref for dc_plane_state
  ` [PATCH 4/6] amdgpu/dc: convert dc_stream_state to kref
  ` [PATCH 5/6] amdgpu/dc: convert dc_sink "
  ` [PATCH 6/6] amdgpu/dc: use kref for dc_state

Ceph on ARM meeting canceled
 2017-10-03  2:38 UTC 

[PATCH] amdgpu/dc: don't memset after kzalloc
 2017-10-03  2:37 UTC 

[SPDK] blobstore metadata questions, comments and potential issues
 2017-10-03  2:37 UTC 

[PATCH] amdgpu/dc: inline dal grph object id functions
 2017-10-03  2:36 UTC 

[PATCH] extcon: Split out extcon header file for consumer and provider device
 2017-10-03  2:32 UTC  (4+ messages)

[Patch v2 1/2] libiscsi: Fix use-after-free race during iscsi_session_teardown
 2017-10-03  2:28 UTC  (6+ messages)

[Bug Report]: generic/085 trigger a XFS panic on kernel 4.14-rc2
 2017-10-03  2:27 UTC  (3+ messages)

[PATCH 0/3] smartpqi updates
 2017-10-03  2:26 UTC  (2+ messages)

[kprobes/x86] a19b2e3d78: WARNING:at_kernel/locking/lockdep.c:#trace_hardirqs_off_caller
 2017-10-03  2:26 UTC  (6+ messages)

[pm:bleeding-edge 12/41] utstrsuppt.c:undefined reference to `__udivdi3'
 2017-10-03  2:25 UTC  (2+ messages)
` [Devel] "

[PATCH V2] Fix a sleep-in-atomic bug in shash_setkey_unaligned
 2017-10-03  2:25 UTC  (3+ messages)

[RFC][PATCH 0/4] Audio/SSI pin supprt for r8a7795/r8a77995
 2017-10-03  2:23 UTC  (5+ messages)
` [RFC][PATCH 1/4] pinctrl: sh-pfc: r8a7795: add Audio clock pin support
` [RFC][PATCH 2/4] pinctrl: sh-pfc: r8a7795: add Audio SSI "
` [RFC][PATCH 3/4] pinctrl: sh-pfc: r8a77995: add Audio clock "
` [RFC][PATCH 4/4] pinctrl: sh-pfc: r8a77995: add Audio SSI "

[PATCH] Fix a sleep-in-atomic bug in shash_setkey_unaligned
 2017-10-03  2:22 UTC  (2+ messages)

[meta-oe][PATCH v2 0/2] Add mraa/upm recipes from meta-refkit-core
 2017-10-03  2:21 UTC  (4+ messages)
` [meta-oe][PATCH v2 1/2] mraa: move recipe "

[PATCH] crypto: keywrap - simplify code
 2017-10-03  2:19 UTC  (2+ messages)
` [PATCH v2] "

[ovmf test] 113958: all pass - PUSHED
 2017-10-03  2:18 UTC 

[morty][PATCH v2 0/2] coreutils: musl build fix for gplv2 coreutils recipe
 2017-10-03  2:16 UTC  (3+ messages)
` [morty][PATCH v2 1/2] coreutils_6.9: Disable broken man pages
` [morty][PATCH v2 2/2] coreutils_6.9: fix musl compilation

[PATCH] epoll: account epitem and eppoll_entry to kmemcg
 2017-10-03  2:15 UTC  (2+ messages)

[PATCH 0/7] regulator: axp20x: Add support for AXP813/818 regulators
 2017-10-03  2:14 UTC  (6+ messages)
` [PATCH 5/7] ARM: dts: sun8i: a83t: cubietruck-plus: Add AXP818 regulator nodes

[Qemu-devel] [RFC PATCH qemu] virtio-pci: Replace modern_as with direct access to modern_bar
 2017-10-03  2:11 UTC  (3+ messages)

[U-Boot] [PATCH] sun50i: h5: Add NanoPi Neo Plus2 DT initial support
 2017-10-03  2:11 UTC  (5+ messages)
` [U-Boot] [PATCH v3] "

[Qemu-devel] [PATCH qemu v2] pci: Initialize pci_dev->name before use
 2017-10-03  2:10 UTC  (2+ messages)

[PATCH v3 00/12] add pinmuxing support for pins in AXP209 and AXP813 PMICs
 2017-10-03  2:06 UTC  (6+ messages)
` [PATCH v3 12/12] ARM: dtsi: axp81x: set pinmux for GPIO0/1 when used as LDOs


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.