All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-15 19:50:51 to 2018-03-15 20:41:50 UTC [more...]

[RFC PATCH v3 0/4] give more useful error messages while renaming branch
 2018-03-15 20:41 UTC  (8+ messages)
` [PATCH v4 0/3] give more useful error messages while renaming branch (reboot)
  ` [PATCH v4 1/3] branch: introduce dont_fail parameter for branchname validation
  ` [PATCH v4 2/3] builtin/branch: give more useful error messages when renaming
  ` [PATCH v4 3/3] t/t3200: fix a typo in a test description

[Devel] [PATCH v10 0/5] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-03-15 20:39 UTC  (15+ messages)
` [Devel] [PATCH v10 1/5] arm64: KVM: Prepare set virtual SEI syndrome value
  `  "
` [Devel] [PATCH v10 2/5] arm64: KVM: export the capability to set guest SError syndrome
  `  "
` [Devel] [PATCH v10 3/5] arm/arm64: KVM: Introduce set and get per-vcpu event
  `  "

[RFT][PATCH v4 0/7] sched/cpuidle: Idle loop rework
 2018-03-15 20:41 UTC  (4+ messages)
` [RFT][PATCH v4 3/7] sched: idle: Do not stop the tick before cpuidle_idle_call()

[bug] git stash push {dir-pathspec} wipes untracked files
 2018-03-15 20:39 UTC  (3+ messages)

[RFC v2 00/83] NOVA: a new file system for persistent memory
 2018-03-15 20:38 UTC  (9+ messages)
` [RFC v2 03/83] Add super.h

How to get mysqy/mariadb to start on powerup
 2018-03-15 20:38 UTC 

Patch to add read and write fua bit options to the SG engine
 2018-03-15 20:37 UTC  (6+ messages)

[PATCH v3 0/5] Setup RFI flush after PowerVM LPM migration
 2018-03-15 20:36 UTC  (3+ messages)
` [PATCH v3 1/5] rfi-flush: Move the logic to avoid a redo into the debugfs code

[RFC PATCH v2 0/3] ima: namespacing IMA
 2018-03-15 20:35 UTC  (15+ messages)
` [RFC PATCH v2 1/3] ima: extend clone() with IMA namespace support

scipy recipe
 2018-03-15 20:35 UTC  (2+ messages)

[Buildroot] [PATCH 0/2] core/instrumentation: optimisations
 2018-03-15 20:35 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] core/intrumetnation: don't spawn to get seconds-since-EPOCH
` [Buildroot] [PATCH 2/2] core/instrumentation: shave minutes off the build time

[patch -mm v3 0/3] mm, memcg: introduce oom policies
 2018-03-15 20:34 UTC  (12+ messages)
` [patch -mm v3 1/3] mm, memcg: introduce per-memcg oom policy tunable
` [patch -mm] mm, memcg: evaluate root and leaf memcgs fairly on oom
  ` [patch -mm] mm, memcg: separate oom_group from selection criteria

[PATCH 0/4] Code improvements in integrity and IMA
 2018-03-15 20:33 UTC  (8+ messages)
` [PATCH 3/4] ima: Improvements in ima_appraise_measurement()

Crashes running btrfs scrub
 2018-03-15 20:32 UTC  (2+ messages)

[bpf-next PATCH v2 00/18] bpf,sockmap: sendmsg/sendfile ULP
 2018-03-15 20:32 UTC  (7+ messages)
` [bpf-next PATCH v2 06/18] bpf: sockmap, add bpf_msg_apply_bytes() helper
` [bpf-next PATCH v2 08/18] bpf: sk_msg program helper bpf_sk_msg_pull_data
` [bpf-next PATCH v2 15/18] bpf: sockmap sample support for bpf_msg_cork_bytes()

[PATCH net-next 0/6] Converting pernet_operations (part #8)
 2018-03-15 20:32 UTC  (2+ messages)

[PATCH v2 00/45] New VGIC(-v2) implementation
 2018-03-15 20:30 UTC  (46+ messages)
` [PATCH v2 01/45] ARM: VGIC: rename gic_event_needs_delivery()
` [PATCH v2 02/45] ARM: Implement vcpu_kick()
` [PATCH v2 03/45] xen/arm: gic: Fix indentation in gic_update_one_lr
` [PATCH v2 04/45] xen/arm: vgic: Override the group in lr everytime
` [PATCH v2 05/45] xen/arm: gic: Use bool instead of uint8_t for the hw_status in gic_lr
` [PATCH v2 06/45] xen/arm: gic: Split the field state in gic_lr in 2 fields active and pending
` [PATCH v2 07/45] xen/arm: GIC: Only set pirq in the LR when hw_status is set
` [PATCH v2 08/45] ARM: GIC: extend LR read/write functions to cover EOI and source
` [PATCH v2 09/45] ARM: GIC: Allow tweaking the active and pending state of an IRQ
` [PATCH v2 10/45] ARM: GIC: Allow reading pending state of a hardware IRQ
` [PATCH v2 11/45] ARM: timer: Handle level triggered IRQs correctly
` [PATCH v2 12/45] ARM: evtchn: "
` [PATCH v2 13/45] ARM: vPL011: Use the VGIC's level triggered IRQs handling if available
` [PATCH v2 14/45] ARM: new VGIC: Add data structure definitions
` [PATCH v2 15/45] ARM: new VGIC: Add acccessor to new struct vgic_irq instance
` [PATCH v2 16/45] ARM: new VGIC: Implement virtual IRQ injection
` [PATCH v2 17/45] Add list_sort() routine from Linux
` [PATCH v2 18/45] ARM: new VGIC: Add IRQ sorting
` [PATCH v2 19/45] ARM: new VGIC: Add IRQ sync/flush framework
` [PATCH v2 20/45] ARM: new VGIC: Add GICv2 world switch backend
` [PATCH v2 21/45] ARM: new VGIC: Implement vgic_vcpu_pending_irq
` [PATCH v2 22/45] ARM: new VGIC: Add MMIO handling framework
` [PATCH v2 23/45] ARM: new VGIC: Add GICv2 "
` [PATCH v2 24/45] ARM: new VGIC: Add CTLR, TYPER and IIDR handlers
` [PATCH v2 25/45] ARM: new VGIC: Add ENABLE registers handlers
` [PATCH v2 26/45] ARM: new VGIC: Add PENDING "
` [PATCH v2 27/45] ARM: new VGIC: Add ACTIVE "
` [PATCH v2 28/45] ARM: new VGIC: Add PRIORITY "
` [PATCH v2 29/45] ARM: new VGIC: Add CONFIG "
` [PATCH v2 30/45] ARM: new VGIC: Add TARGET "
` [PATCH v2 31/45] ARM: new VGIC: Add SGIR register handler
` [PATCH v2 32/45] ARM: new VGIC: Add SGIPENDR register handlers
` [PATCH v2 33/45] ARM: new VGIC: Handle hardware mapped IRQs
` [PATCH v2 34/45] ARM: new VGIC: Add event channel IRQ handling
` [PATCH v2 35/45] ARM: new VGIC: Handle virtual IRQ allocation/reservation
` [PATCH v2 36/45] ARM: new VGIC: Dump virtual IRQ info
` [PATCH v2 37/45] ARM: new VGIC: Provide system register emulation stub
` [PATCH v2 38/45] ARM: new VGIC: Implement arch_move_irqs()
` [PATCH v2 39/45] ARM: new VGIC: Add preliminary stub implementation
` [PATCH v2 40/45] ARM: new VGIC: vgic-init: register VGIC
` [PATCH v2 41/45] ARM: new VGIC: Add vgic_v2_enable
` [PATCH v2 42/45] ARM: new VGIC: vgic-init: implement vgic_init
` [PATCH v2 43/45] ARM: new VGIC: vgic-init: implement map_resources
` [PATCH v2 44/45] ARM: new VGIC: Allocate two pages for struct vcpu
` [PATCH v2 45/45] ARM: VGIC: wire new VGIC(-v2) files into Xen build system

[PATCH v2 00/36] remove in-kernel syscall invocations (part 1)
 2018-03-15 20:30 UTC  (7+ messages)
` [PATCH v2 14/36] fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
` [PATCH v2 24/36] fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
` [PATCH v2 30/36] fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall

[PATCH] kernel.bbclass: set HOSTLDFLAGS in KCONFIG_CONFIG_COMMAND
 2018-03-15 20:30 UTC  (4+ messages)

[PATCH] nvme_fc: fix ctrl create failures racing with workq items
 2018-03-15 20:30 UTC  (2+ messages)

[PATCH] nvme_fc: io timeout should defer abort to ctrl reset
 2018-03-15 20:29 UTC  (2+ messages)

[U-Boot] dhcp command not populating dnsip environment variable
 2018-03-15 20:29 UTC  (2+ messages)

alsalib and snd_pcm_hw_params_set_rate_minmax
 2018-03-15 20:29 UTC  (6+ messages)

[PATCH v13 00/20] xfs-4.17: online repair support
 2018-03-15 20:28 UTC  (21+ messages)
` [PATCH 01/20] xfs: add helpers to calculate btree size
` [PATCH 02/20] xfs: expose various functions to repair code
` [PATCH 03/20] xfs: add repair helpers for the reverse mapping btree
` [PATCH 04/20] xfs: add repair helpers for the reference count btree
` [PATCH 05/20] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmpabt
` [PATCH 06/20] xfs: halt auto-reclamation activities while rebuilding rmap
` [PATCH 07/20] xfs: create tracepoints for online repair
` [PATCH 08/20] xfs: implement the metadata repair ioctl flag
` [PATCH 09/20] xfs: add helper routines for the repair code
` [PATCH 10/20] xfs: repair superblocks
` [PATCH 11/20] xfs: repair the AGF and AGFL
` [PATCH 12/20] xfs: repair the AGI
` [PATCH 13/20] xfs: repair free space btrees
` [PATCH 14/20] xfs: repair inode btrees
` [PATCH 15/20] xfs: repair the rmapbt
` [PATCH 16/20] xfs: repair refcount btrees
` [PATCH 17/20] xfs: repair inode records
` [PATCH 18/20] xfs: repair inode forks
` [PATCH 19/20] xfs: repair inode block maps
` [PATCH 20/20] xfs: repair damaged symlinks

[PATCH v3] vsprintf: Prevent crash when dereferencing invalid pointers
 2018-03-15 20:26 UTC  (2+ messages)

[rocko/master][PATCH 1/2] matrix-gui-hmi-demos: RDEPENDS on bash
 2018-03-15 20:27 UTC  (2+ messages)
` [rocko/master][PATCH 2/2] images: re-enable matrix, as php no longer blacklised upstream

[RFC PATCH V1 00/12] audit: implement container id
 2018-03-15 20:27 UTC  (4+ messages)
` [RFC PATCH V1 01/12] audit: add "

[tpm2] tpm2_quote and "safe"
 2018-03-15 20:26 UTC 

[RFC,POC] iptables/nftables to epbf/xdp via common intermediate layer
 2018-03-15 20:26 UTC  (9+ messages)

[PATCH 0/7] xen: More assorted improvements to domain creation
 2018-03-15 20:25 UTC  (16+ messages)
` [PATCH 3/7] RFC arm/domain: Reject invalid combinations of domain creation flags
` [PATCH 4/7] x86/domain: Remove unused parameters from {hvm, pv}_domain_initialise()
` [PATCH 5/7] x86/domain: Optimise the order of actions in arch_domain_create()
` [PATCH 7/7] xen/mm: Clean up share_xen_page_with_guest() API

[Qemu-devel] ARM64 Interrupt handling on QEMU
 2018-03-15 20:24 UTC  (3+ messages)

[Buildroot] [PATCH] wine: Depend on shared libraries
 2018-03-15 20:24 UTC  (2+ messages)

[PATCH 00/36] use SPDX-License-Identifier for 32 bits Armada SoCs and boards
 2018-03-15 20:24 UTC  (4+ messages)
` [PATCH 05/36] arm: dts: armada-xp-98dx: use SPDX-License-Identifier for prestara 98d SoCs

[Buildroot] [PATCH 1/4] package/rpi-firmware: bump version
 2018-03-15 20:23 UTC  (6+ messages)
` [Buildroot] [PATCH 4/4] package/rpi-firmware: improve installation of dtb files

[PATCH] drm/i915/guc: Fix build break on config without DEBUG_FS
 2018-03-15 20:22 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 00/13] staging: add drivers to support Mediatek mt7621 in gnubee-pc1
 2018-03-15 20:21 UTC  (8+ messages)

[PATCH] serial: mvebu-uart: fix tx lost characters
 2018-03-15 20:21 UTC  (5+ messages)

[meta-oe][PATCH] sysdig: don't build for aarch64
 2018-03-15 20:20 UTC  (3+ messages)

[PATCH for-4.16 0/3] drivers: base: revise coredump ABI
 2018-03-15 20:20 UTC  (4+ messages)
` [PATCH for-4.16 1/3] sysfs: improve devices-coredump description with user-space perspective

[PATCH 00/60] use SPDX-License-Identifier for Kirkwood boards
 2018-03-15 20:20 UTC  (2+ messages)

[PATCH 00/11] sched/wait: Replace wait_on_atomic_t() with wait_var_event()
 2018-03-15 20:17 UTC  (3+ messages)
` [PATCH 05/11] sched/wait,btrfs: Replace wait_on_atomic_t usage

[PATCH v1 1/2] tracing: Improve design of preemptirq tracepoints and its users
 2018-03-15 20:19 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] Add new CD-ROM related qtests
 2018-03-15 20:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] tests/boot-sector: Add magic bytes to s390x boot code header

[Xen-devel][PATCH v2 0/3] sndif: add explicit back and front synchronization
 2018-03-15 20:17 UTC  (7+ messages)
` [Xen-devel][PATCH v2 1/3] sndif: Introduce protocol version
  ` [PATCH "
` [Xen-devel][PATCH v2 2/3] sndif: Add explicit back and front synchronization
  ` [PATCH "

[PATCH v4.16-rc5 (3)] x86/vdso: on Intel, VDSO should handle CLOCK_MONOTONIC_RAW
 2018-03-15 20:17 UTC  (2+ messages)

[PATCH net-next] net: ethernet: ti: cpsw: enable vlan rx vlan offload
 2018-03-15 20:15 UTC  (2+ messages)

[PATCH] ARM: Call syscall_trace_exit even when system call skipped
 2018-03-15 20:14 UTC  (5+ messages)
`  "

[PATCH -mm] proc: shotgun test read/readdir/readlink + a little write
 2018-03-15 20:12 UTC 

package manager contamination in state?
 2018-03-15 20:12 UTC 

[meta-oe][PATCH] networkmanager upgrade to 1.10.6
 2018-03-15 20:11 UTC  (2+ messages)

clarify instructions for package feed installation
 2018-03-15 20:10 UTC 

fbcon non-desktop display use
 2018-03-15 20:11 UTC  (6+ messages)

Hangs in balance_dirty_pages with arm-32 LPAE + highmem
 2018-03-15 20:10 UTC  (5+ messages)

KVM hang after OOM
 2018-03-15 20:10 UTC  (4+ messages)

git stash push -u always warns "pathspec '...' did not match any files"
 2018-03-15 20:09 UTC  (4+ messages)
` [PATCH v2 1/2] stash push: avoid printing errors
  ` [PATCH v2 2/2] stash push -u: don't create empty stash

[PATCH 1/6] Revert "drm: Use a flexible array member for blob property data"
 2018-03-15 20:09 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/6] Revert "drm: Use a flexible array member for blob property data" (rev4)

[PATCH] json_print: fix print_uint with helper type extensions
 2018-03-15 20:07 UTC 

[Qemu-devel] [PATCH] net/vde: print error on vde_open() failure
 2018-03-15 20:06 UTC 

[PATCH v2] Documentation/CodingStyle: Add an example for braces
 2018-03-15 20:04 UTC  (2+ messages)

[PATCH] gcc: backport patch to fix ICE in MIPS64 target in G++
 2018-03-15 20:03 UTC  (3+ messages)

[PATCH] platform/x86: dell: avoid link error with modular ACPI_SMI
 2018-03-15 20:03 UTC  (3+ messages)

[Qemu-devel] Using new TCG Vector infrastructure in PowerPC
 2018-03-15 20:02 UTC  (2+ messages)

[RFC 0/2] Shrink page_frag_cache
 2018-03-15 20:02 UTC  (4+ messages)
` [RFC 1/2] mm: Use page->mapping to indicate pfmemalloc
` [RFC 2/2] page_frag_cache: Store metadata in struct page

[Xenomai] interrupt on edge problem, unexpected IRQ trap
 2018-03-15 20:02 UTC  (7+ messages)

[Bug 198953] hci_bcm: Streamline runtime PM code change for 4.16 kernel breaks bluetooth on ASUS T100TA
 2018-03-15 20:01 UTC 

[Qemu-devel] [Bug 1753314] [NEW] UART in sabrelite machine simulation doesn't work with VxWorks 7
 2018-03-15 19:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1753314] "

sparc64 MM regression
 2018-03-15 20:00 UTC  (3+ messages)

[RFC 0/5] DT property to reserve IOMMU regions
 2018-03-15 19:58 UTC  (8+ messages)
` [RFC 2/5] dt-bindings: brcm: Add reserved-dma-region for iPROC

[ndctl PATCH] ndctl, documentation: remove '...' from label-options.txt
 2018-03-15 20:01 UTC 

[PATCH] Documentation/CodingStyle: Add an example for braces
 2018-03-15 19:54 UTC  (4+ messages)

[Xenomai] simple rtdm driver x86
 2018-03-15 19:53 UTC  (8+ messages)

[PATCH] drm/amd/display: fix dereferencing possible ERR_PTR()
 2018-03-15 19:52 UTC  (2+ messages)

[PATCH] arm64: rename the function arm64_is_ras_serror() to avoid confusion
 2018-03-15 19:52 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/16] block/mirror: Add active-sync mirroring
 2018-03-15 19:51 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 12/16] block/dirty-bitmap: Add bdrv_dirty_iter_next_area

[xen-unstable-smoke test] 120805: tolerable all pass - PUSHED
 2018-03-15 19:50 UTC 

[Buildroot] [PATCH v2 0/4] Qt5 bump latest version to 5.10.1
 2018-03-15 19:50 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/4] package: add libnpsr host package
` [Buildroot] [PATCH v2 2/4] package: add libnss "
` [Buildroot] [PATCH v2 3/4] pkgconf: add host-pkg-config wrapper
` [Buildroot] [PATCH v2 4/4] qt5: bump latest version to 5.10.1


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.