All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-31 15:28:53 to 2017-10-31 16:04:28 UTC [more...]

[PATCH 0/7] Shut up several smatch warnings with atomisp
 2017-10-31 16:04 UTC  (4+ messages)
` [PATCH 3/7] media: atomisp: fix switch coding style at input_system.c
` [PATCH 4/7] media: atomisp: fix other inconsistent identing
` [PATCH 5/7] media: atomisp: get rid of wrong stddef.h include

[Qemu-devel] [RFC PATCH] vl: only display available accelerators
 2017-10-30  4:13 UTC  (2+ messages)

[RFC V7 0/2] OPP: Allow OPP table to be used for power-domains
 2017-10-31 16:02 UTC  (3+ messages)
` [RFC V7 2/2] OPP: Allow "opp-hz" and "opp-microvolt" to contain magic values

[PATCH V4 00/12] drivers: Boot Constraints core
 2017-10-31 16:03 UTC  (4+ messages)

[cifs-utils PATCH v2] manpage: update mount.cifs manpage with info about default version being mounted
 2017-10-31 16:02 UTC 

[PATCH v2] vfio: noiommu check error handling
 2017-10-31 15:59 UTC 

[PATCH] amdgpu: Add R600_DEBUG flag to reserve VMID per ctx
 2017-10-31 15:57 UTC  (5+ messages)
    ` [Mesa-dev] "

[PATCH] scsi: sas: Convert timers to use timer_setup()
 2017-10-31 15:56 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Introduce execlist_port_* accessors
 2017-10-31 15:56 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Move execlists port head instead of memmoving array
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Introduce execlist_port_* accessors

[RFC PATCH 0/2] scripts: warn about invalid MAINTAINER patterns
 2017-10-31 15:55 UTC  (6+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] MAINTAINERS: various pattern fixes for mv/rm/typos

[PATCH RFC 0/4] i2c: at91: slave mode support
 2017-10-31 15:55 UTC  (4+ messages)
` [PATCH RFC 3/4] i2c: at91: added "

[Qemu-devel] [PATCH 0/2] Fix eepro100 simple transmission, add i82559 chipset
 2017-10-31 15:54 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] Fix eepro100 simple transmission mode
` [Qemu-devel] [PATCH 2/2] Add i82559a eepro100 interface

[PATCH 0/5] libxl: add PV sound device
 2017-10-31 15:54 UTC  (4+ messages)
` [PATCH 5/5] docs: add PV sound device config

[Buildroot] [PATCH v3 1/2] package/libssh2: Update to newest version
 2017-10-31 15:53 UTC  (2+ messages)
` [Buildroot] [PATCH v3 2/2] package/libssh2: Add selectable crypto libraries

[RFC/RFT PATCH 0/6] Switch GHES ioremap_page_range() to use fixmap
 2017-10-31 15:52 UTC  (16+ messages)
` [RFC/RFT PATCH 1/6] arm64: fixmap: Add GHES fixmap entries
` [RFC/RFT PATCH 2/6] x86/mm/fixmap: "
` [RFC/RFT PATCH 3/6] ACPI / APEI: Replace ioremap_page_range() with fixmap
` [RFC/RFT PATCH 4/6] ACPI / APEI: Remove ghes_ioremap_area
` [RFC/RFT PATCH 5/6] arm64: mm: Remove arch_apei_flush_tlb_one()
` [RFC/RFT PATCH 6/6] ACPI / APEI: "

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-10-31 15:51 UTC  (92+ messages)
  ` [PATCH v5 01/30] regset: Add support for dynamically sized regsets
  ` [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm
  ` [PATCH v5 03/30] arm64: signal: Verify extra data is user-readable in sys_rt_sigreturn
  ` [PATCH v5 04/30] arm64: KVM: Hide unsupported AArch64 CPU features from guests
  ` [PATCH v5 05/30] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
  ` [PATCH v5 06/30] arm64: Port deprecated instruction emulation to new sysctl interface
  ` [PATCH v5 07/30] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
    ` [PATCH v5 07/30] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
  ` [PATCH v5 08/30] arm64/sve: System register and exception syndrome definitions
  ` [PATCH v5 09/30] arm64/sve: Low-level SVE architectural state manipulation functions
  ` [PATCH v5 10/30] arm64/sve: Kconfig update and conditional compilation support
  ` [PATCH v5 11/30] arm64/sve: Signal frame and context structure definition
  ` [PATCH v5 12/30] arm64/sve: Low-level CPU setup
  ` [PATCH v5 13/30] arm64/sve: Core task context handling
  ` [PATCH v5 14/30] arm64/sve: Support vector length resetting for new processes
  ` [PATCH v5 15/30] arm64/sve: Signal handling support
  ` [PATCH v5 16/30] arm64/sve: Backend logic for setting the vector length
  ` [PATCH v5 17/30] arm64: cpufeature: Move sys_caps_initialised declarations
  ` [PATCH v5 18/30] arm64/sve: Probe SVE capabilities and usable vector lengths
  ` [PATCH v5 19/30] arm64/sve: Preserve SVE registers around kernel-mode NEON use
  ` [PATCH v5 20/30] arm64/sve: Preserve SVE registers around EFI runtime service calls
  ` [PATCH v5 21/30] arm64/sve: ptrace and ELF coredump support
  ` [PATCH v5 22/30] arm64/sve: Add prctl controls for userspace vector length management
  ` [PATCH v5 23/30] arm64/sve: Add sysctl to set the default vector length for new processes
  ` [PATCH v5 24/30] arm64/sve: KVM: Prevent guests from using SVE
  ` [PATCH v5 25/30] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
  ` [PATCH v5 26/30] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
  ` [PATCH v5 27/30] arm64/sve: Detect SVE and activate runtime support
  ` [PATCH v5 28/30] arm64/sve: Add documentation
  ` [RFC PATCH v5 29/30] arm64: signal: Report signal frame size to userspace via auxv
  ` [RFC PATCH v5 30/30] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ

[renesas-drivers:master 11/47] drivers/gpu/drm/i915/i915_gem.c:3093:16: error: unused variable 'flags'
 2017-10-31 15:51 UTC 

[PATCH 0/5] net/mlx5: fixes
 2017-10-31 15:51 UTC  (6+ messages)
` [PATCH 1/5] net/mlx5: fix parser inner value
` [PATCH 2/5] net/mlx5: fix flows when VXLAN tunnel is 0
` [PATCH 3/5] net/mlx5: fix RSS tunneled flow without outer
` [PATCH 4/5] net/mlx5: fix fdir flow removal
` [PATCH 5/5] net/mlx5: fix flow director TCPv6 filter

[PATCH v1 0/1] buddy page accessed before initialized
 2017-10-31 15:50 UTC  (4+ messages)
` [PATCH v1 1/1] mm: "

[PATCH] scsi: qla4xxx: Convert timers to use timer_setup()
 2017-10-31 15:51 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Convert timers to use timer_setup()
 2017-10-31 15:49 UTC  (2+ messages)

[PATCH net-next] ppp: Destroy the mutex when cleanup
 2017-10-31 15:48 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] Add 8-byte wide AMD flash support, partial interleaving
 2017-10-31 15:44 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] Add 8-byte access to AMD CFI devices
` [Qemu-devel] [PATCH 2/2] Add support for flash interleaving of AMD chips

ath10k-regression in 4.14: Connections aborts with "failed to extract amsdu: -11"
 2017-10-31 15:47 UTC  (6+ messages)
  ` Wifi slow on the XPS13 (9360) (QCA6174) (Was Re: ath10k-regression in 4.14: Connections aborts with "failed to extract amsdu: -11")
    ` ath10k: Wifi slow on the XPS13 (9360) (QCA6174)

[PATCH] net/ixgbe: fix IPsec Rx with SSE on
 2017-10-31 15:47 UTC  (2+ messages)

[PATCH] scsi: pmcraid: Convert timers to use timer_setup()
 2017-10-31 15:47 UTC  (2+ messages)

[PATCH 0/2][v2] Add the ability to do BPF directed error injection
 2017-10-31 15:45 UTC  (3+ messages)
` [PATCH 1/2] bpf: add a bpf_override_function helper
` [PATCH 2/2] samples/bpf: add a test for bpf_override_return

[meta-networking][PATCH 0/6] meta-networking patchwork cleanup
 2017-10-31 15:46 UTC  (5+ messages)
` [meta-networking][PATCH 3/6] freediameter: add new recipe

possible deadlock in lru_add_drain_all
 2017-10-31 15:45 UTC  (11+ messages)

[PATCH 0/2] dnotify: Fix ENOMEM handling
 2017-10-31 15:45 UTC  (4+ messages)
` [PATCH 1/2] dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()

[PATCH] scsi: megaraid: Convert timers to use timer_setup()
 2017-10-31 15:45 UTC  (2+ messages)

[PATCH] scsi: lpfc: Convert timers to use timer_setup()
 2017-10-31 15:43 UTC  (2+ messages)

FAILED: patch "[PATCH] tracing/samples: Fix creation and deletion of" failed to apply to 4.9-stable tree
 2017-10-31 15:42 UTC  (2+ messages)

[PATCH] mmc: vub300: Use common code in __download_offload_pseudocode()
 2017-10-31 15:42 UTC  (8+ messages)
          `  "

Raid 6 recovery
 2017-10-31 15:42 UTC 

[PATCH v9 4/5] watchdog: Add RAVE SP watchdog driver
 2017-10-31 15:41 UTC  (3+ messages)
` [v9,4/5] "

pull-request mwifiex-firmware 2017-10-30
 2017-10-31 15:40 UTC  (7+ messages)
  ` [EXT] "

[PATCH rdma-next v1 1/6] IB/uverbs: Allow CQ moderation with modify CQ
 2017-10-31 15:40 UTC  (11+ messages)

[PATCH] scsi: ipr: Convert timers to use timer_setup()
 2017-10-31 15:40 UTC  (2+ messages)

[PATCH] [media] mxl111sf: remove redundant assignment to index
 2017-10-31 15:39 UTC  (3+ messages)

[kernel-hardening] [PATCH V9] printk: hash addresses printed with %p
 2017-10-31 15:39 UTC  (3+ messages)
`  "
  ` [kernel-hardening] "

POSIX Message Queue Priority Scheduling
 2017-10-31 15:33 UTC 

[PATCH] scsi: ibmvscsi: Convert timers to use timer_setup()
 2017-10-31 15:37 UTC  (2+ messages)

[PATCH] PM / QoS: Fix default runtime_pm device resume latency
 2017-10-31 15:37 UTC  (8+ messages)

KASAN: use-after-free Read in __do_page_fault
 2017-10-31 15:37 UTC  (8+ messages)

[PATCH] vfio: noiommu check error handling
 2017-10-31 15:37 UTC 

[PATCH] scsi: fcoe: Convert timers to use timer_setup()
 2017-10-31 15:36 UTC  (2+ messages)

Is WRITE_ONCE() enough to prevent invention of stores?
 2017-10-31 15:36 UTC  (7+ messages)

[PATCH] scsi: cxgbi: Convert timers to use timer_setup()
 2017-10-31 15:36 UTC  (2+ messages)

[PATCH] scsi: csiostor: Convert timers to use timer_setup()
 2017-10-31 15:35 UTC  (2+ messages)

pull-request mwifiex-firmware 2017-10-31
 2017-10-31 15:34 UTC 

[meta-networking][PATCH v2] arptables: Fix do_install task
 2017-10-31 15:33 UTC 

[tpm2] [01org/tpm2-tools] 7108b5: Update CHANGELOG.md
 2017-10-31 15:33 UTC 

[Qemu-devel] [PULL 0/5] target-arm queue
 2017-10-31 15:33 UTC  (2+ messages)

[PATCH] IB/core: Avoid crash on pkey enforcement failed in received MADs
 2017-10-31 15:33 UTC 

[PATCH] drm/amdgpu: fix error handling in amdgpu_bo_do_create
 2017-10-31 15:33 UTC  (6+ messages)

POSIX Message Queue Priority Scheduling
 2017-10-31 15:32 UTC 

[renesas-drivers:topic/phy-reset-v3 1/4] drivers/of/of_mdio.c:65:10: warning: 'return' with a value, in function returning void
 2017-10-31 15:32 UTC  (2+ messages)

pull-request mwifiex-firmware 2017-10-31
 2017-10-31 15:32 UTC 

POSIX Message Queue Priority Scheduling
 2017-10-31 15:32 UTC 

[PATCH v2 1/1] staging: Fix incorrect unisys MAINTAINERS pattern
 2017-10-31 15:30 UTC 

[renesas-drivers:topic/phy-reset-v3 1/4] drivers//of/of_mdio.c:60:10: error: implicit declaration of function 'fwnode_get_named_gpiod'
 2017-10-31 15:30 UTC  (2+ messages)

Bug/Wish: bash completion for git pull --rebase doesn't include --autostash
 2017-10-31 15:21 UTC 

[PATCH v3] kernel/module_64.c: Add REL24 relocation support of livepatch symbols
 2017-10-31 15:30 UTC  (3+ messages)

[PATCH 0/9] LSM: Stacking for major security modules - Based on 4.14-rc2
 2017-10-31 15:29 UTC  (3+ messages)
` [PATCH 8/9] LSM: Multiple security mount options

[RESEND v12 0/6] cgroup-aware OOM killer
 2017-10-31 15:29 UTC  (6+ messages)
` [RESEND v12 3/6] mm, oom: "

[PATCH v3 04/12] arm: vdso: enforce monotonic and realtime as inline
 2017-10-31 15:28 UTC  (3+ 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.