linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-12 16:17:11 to 2018-04-12 21:27:35 UTC [more...]

[PATCH v9 00/61] XArray v9
 2018-04-12 21:27 UTC  (7+ messages)
` [PATCH v9 07/61] xarray: Add the xa_lock to the radix_tree_root

[PATCH 00/10] KVM/X86: Handle guest memory that does not have a struct page
 2018-04-12 21:25 UTC  (7+ messages)
` [PATCH 06/10] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page

[PATCH 1/2] tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
 2018-04-12 21:24 UTC  (8+ messages)

[PATCH v2] block: ratelimite pr_err on IO path
 2018-04-12 21:20 UTC  (2+ messages)

[PATCH] radix tree test suite: fix mapshift build target
 2018-04-12 21:19 UTC  (3+ messages)

[PATCH] memory-model: fix cheat sheet typo
 2018-04-12 21:18 UTC  (10+ messages)

[PATCH 2/2] ASoC: tfa9879: switch to using .probe_new
 2018-04-12 21:14 UTC  (7+ messages)
  ` [PATCH v2 1/5] ASoC: max9860: fix whitespace issues caused by mindless conversion
  ` [PATCH v2 2/5] ASoC: tfa9879: "
  ` [PATCH v2 3/5] ASoC: max9860: switch to SPDX license tag
  ` [PATCH v2 4/5] ASoC: tfa9879: "
  ` [PATCH v2 5/5] ASoC: tfa9879: switch to using .probe_new

linux-next on x60: network manager often complains "network is disabled" after resume
 2018-04-12 21:09 UTC  (6+ messages)

[PATCH 0/2] tools/memory-model: Model 'smp_store_mb()'
 2018-04-12 21:06 UTC  (2+ messages)

INFO: rcu detected stall in d_walk
 2018-04-12 21:02 UTC 

[RFC PATCH 0/3] Interface for higher order contiguous allocations
 2018-04-12 20:58 UTC  (4+ messages)

[PATCH v7 [RESEND] 0/2] drivers/qcom: add Command DB support
 2018-04-12 20:55 UTC  (5+ messages)
` [PATCH v7 [RESEND] 1/2] drivers: qcom: add command DB driver

[PATCH v4 0/7] phy: qcom: Updates for USB PHYs on SDM845
 2018-04-12 20:47 UTC  (14+ messages)
` [PATCH v4 2/7] phy: qcom-qmp: Enable pipe_clk before PHY initialization
` [PATCH v4 6/7] dt-bindings: phy-qcom-usb2: Add support to override tuning values

[PATCH v3 2/2] mm: remove odd HAVE_PTE_SPECIAL
 2018-04-12 20:46 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] Documentation/process: updates to the PGP guide
 2018-04-12 20:44 UTC 

[PATCH] proc: fixup (c) sign
 2018-04-12 20:34 UTC  (6+ messages)
` [PATCH v3] proc: fixup copyright sign
  ` [PATCH v4] "

[PATCH v4 0/4] fpga: change api, don't use drive data
 2018-04-12 20:30 UTC  (5+ messages)
` [PATCH v4 1/4] fpga: region: don't use drvdata in common fpga code
` [PATCH v4 2/4] fpga: manager: change api, don't use drvdata
` [PATCH v4 3/4] fpga: bridge: "
` [PATCH v4 4/4] fpga: region: change api, add fpga_region_create/free

[PATCH v4 1/2] X86/KVM: Properly update 'tsc_offset' to represent the running guest
 2018-04-12 20:30 UTC  (3+ messages)
` [PATCH v4 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[PATCH 1/2] X86/KVM: Properly restore 'tsc_offset' when running an L2 guest
 2018-04-12 20:24 UTC  (8+ messages)
` [PATCH 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[RFC PATCH for 4.18 00/23] Restartable sequences and CPU op vector
 2018-04-12 20:23 UTC  (28+ messages)
` [RFC PATCH for 4.18 01/23] uapi headers: Provide types_32_64.h (v2)
` [RFC PATCH for 4.18 02/23] rseq: Introduce restartable sequences system call (v13)
` [RFC PATCH for 4.18 03/23] arm: Add restartable sequences support
` [RFC PATCH for 4.18 04/23] arm: Wire up restartable sequences system call
` [RFC PATCH for 4.18 05/23] x86: Add support for restartable sequences (v2)
` [RFC PATCH for 4.18 06/23] x86: Wire up restartable sequence system call
` [RFC PATCH for 4.18 07/23] powerpc: Add support for restartable sequences
` [RFC PATCH for 4.18 08/23] powerpc: Wire up restartable sequences system call
` [RFC PATCH for 4.18 09/23] sched: Implement push_task_to_cpu (v2)
` [RFC PATCH for 4.18 10/23] mm: Introduce vm_map_user_ram, vm_unmap_user_ram
` [RFC PATCH for 4.18 11/23] mm: Provide is_vma_noncached
` [RFC PATCH for 4.18 12/23] cpu_opv: Provide cpu_opv system call (v7)
` [RFC PATCH for 4.18 13/23] x86: Wire up cpu_opv system call
` [RFC PATCH for 4.18 14/23] powerpc: "
` [RFC PATCH for 4.18 15/23] arm: "
` [RFC PATCH for 4.18 16/23] selftests: lib.mk: Introduce OVERRIDE_TARGETS
` [RFC PATCH for 4.18 17/23] cpu_opv: selftests: Implement selftests (v7)
` [RFC PATCH for 4.18 18/23] rseq: selftests: Provide rseq library (v5)
` [RFC PATCH for 4.18 19/23] rseq: selftests: Provide percpu_op API
` [RFC PATCH for 4.18 20/23] rseq: selftests: Provide basic test
` [RFC PATCH for 4.18 21/23] rseq: selftests: Provide basic percpu ops test
` [RFC PATCH for 4.18 22/23] rseq: selftests: Provide parametrized tests
` [RFC PATCH for 4.18 23/23] rseq: selftests: Provide Makefile, scripts, gitignore

[GIT PULL] xfs: cleanups & fixes for 4.17
 2018-04-12 20:17 UTC 

[GIT PULL] clk changes for v4.17
 2018-04-12 20:17 UTC 

[PATCH] net: ethernet: ti: cpsw: fix tx vlan priority mapping
 2018-04-12 20:15 UTC  (2+ messages)

[PATCH 00/14] arm: OMAP: AM437X: Save restores patches for rtc mode with DDR In self-refresh
 2018-04-12 20:10 UTC  (9+ messages)
` [PATCH 01/14] memory: ti-emif-sram: Add resume function to recopy sram code
` [PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context
` [PATCH 11/14] gpio: omap: Restore power_mode configuration at resume time

[PATCH v2] gpiolib: add hogs support for machine code
 2018-04-12 20:00 UTC  (2+ messages)

[PATCH 0/5] [GIT PULL] tracing: A few last minute clean up and fixes
 2018-04-12 19:55 UTC  (7+ messages)

[PATCH 0/2] perf: Fixes for callchain ip handling on powerpc
 2018-04-12 19:55 UTC  (5+ messages)
` [PATCH 1/2] perf tools powerpc: Fix callchain ip filtering
` [PATCH 2/2] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64

[PATCH] powerpc/sparse: fix plain integer as NULL pointer warning
 2018-04-12 19:52 UTC 

[PATCH v3 00/10] PECI device driver introduction
 2018-04-12 19:51 UTC  (10+ messages)
` [PATCH v3 09/10] drivers/hwmon: Add PECI hwmon client drivers

[GIT PULL v2] tracing: A few last minute clean up and fixes
 2018-04-12 19:50 UTC 

Potential problem with 31e77c93e432dec7 ("sched/fair: Update blocked load when newly idle")
 2018-04-12 19:43 UTC  (4+ messages)

[PATCH] drm/radeon: change function signature to pass full range
 2018-04-12 19:33 UTC 

[PATCH] NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage
 2018-04-12 19:25 UTC 

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-04-12 19:24 UTC  (8+ messages)

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor
 2018-04-12 19:24 UTC  (11+ messages)
` [PATCH v2 2/2] slab: __GFP_ZERO is incompatible with a constructor
              ` [PATCH v3 "

[PATCH] objtool: Support HOSTCFLAGS and HOSTLDFLAGS
 2018-04-12 19:21 UTC 

[PATCH] sched/fair: add support to tune PELT ramp/decay timings
 2018-04-12 19:13 UTC  (2+ messages)

[GIT PULL] PCI changes for v4.17, part 2
 2018-04-12 19:09 UTC 

usercopy whitelist woe in scsi_sense_cache
 2018-04-12 19:04 UTC  (14+ messages)

GFS2: Pull request #2 (merge window)
 2018-04-12 18:53 UTC 

[PATCH] rapidio: fix rio_dma_transfer error handling
 2018-04-12 18:47 UTC  (2+ messages)

[PATCH] staging: pi433: add descriptions for mutex locks
 2018-04-12 18:46 UTC  (14+ messages)

[PATCH] MAINTAINERS: panel: Update file paths: drivers/{misc => auxdisplay}/
 2018-04-12 18:45 UTC 

[GIT PULL] parisc architecture updates for 4.17-rc1
 2018-04-12 18:41 UTC 

[GIT PULL] auxdisplay for v4.17-rc1
 2018-04-12 18:37 UTC 

[PATCH RESEND] xen/sndif: Sync up with the canonical definition in Xen
 2018-04-12 18:30 UTC  (3+ messages)

PROBLEM: module r8169 in kernel version 4.16 causes ethernet connection timeouts
 2018-04-12 18:28 UTC 

[PATCH v1 0/2] kexec: Remove "weak" annotations from headers
 2018-04-12 18:23 UTC  (3+ messages)
` [PATCH v1 1/2] kexec: Remove "weak" from kexec_file function declarations
` [PATCH v1 2/2] kexec: Remove "weak" from arch_kexec_walk_mem() declaration

[GIT PULL] Please pull NFS client updates for 4.17
 2018-04-12 18:22 UTC  (4+ messages)

[PATCH] sched: support dynamiQ cluster
 2018-04-12 18:22 UTC  (11+ messages)

[PATCH manpages] membarrier.2: New membarrier commands introduced in 4.16
 2018-04-12 18:14 UTC  (4+ messages)

[PATCH] block: do not use interruptible wait anywhere
 2018-04-12 18:11 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] sched/fair: schedutil: update only with all info available
 2018-04-12 18:06 UTC  (9+ messages)

[GIT PULL] xen: fixes for 4.17-rc1
 2018-04-12 17:58 UTC 

I sent you a message containing the details of the transaction Did you see it?
 2018-04-12 17:46 UTC 

[GIT PULL] Thermal management updates for v4.17-rc1
 2018-04-12 17:42 UTC  (5+ messages)

[PATCH v13 0/6] Address error and recovery for AER and DPC
 2018-04-12 17:41 UTC  (11+ messages)
` [PATCH v13 6/6] PCI/DPC: Do not do recovery for hotplug enabled system

[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
 2018-04-12 17:37 UTC  (14+ messages)
` [RFC PATCH v2 13/15] khwasan: add hooks implementation

ppc compat v4.16 regression: sending SIGTRAP or SIGFPE via kill() returns wrong values in si_pid and si_uid
 2018-04-12 17:35 UTC  (11+ messages)
` sparc/ppc/arm compat siginfo ABI regressions: sending "

[PATCH net] net: dsa: mv88e6xxx: Fix receive time stamp race condition
 2018-04-12 17:35 UTC  (3+ messages)

arm64 kvm built with clang doesn't boot
 2018-04-12 17:35 UTC  (4+ messages)

[PATCH 00/10] staging: fnic2 Driver Introduction
 2018-04-12 17:32 UTC  (7+ messages)
` [PATCH 01/10] staging: fnic2 add initialization

[PATCH] kasan: add no_sanitize attribute for clang builds
 2018-04-12 17:29 UTC 

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-04-12 17:24 UTC  (6+ messages)
` [RFC PATCH 01/35] vfs: clean up dedup
` [RFC PATCH 02/35] vfs: add path_open()

[PATCH] perf record: Change warning for missing sysfs entry to debug
 2018-04-12 17:22 UTC  (2+ messages)

[PATCH] perf tests: Disable breakpoint accounting test for powerpc
 2018-04-12 17:20 UTC  (2+ messages)

[PATCH 0/5] for-linux/sndif: add explicit back and front synchronization
 2018-04-12 17:13 UTC  (6+ messages)

[PATCH v2 0/2] gfs2: Stop using rhashtable_walk_peek
 2018-04-12 17:00 UTC  (2+ messages)
` [Cluster-devel] "

[PATCH] NFC: fix attrs checks in netlink interface
 2018-04-12 16:56 UTC 

[PATCH 4.9 000/102] 4.9.93-stable review
 2018-04-12 16:56 UTC  (7+ messages)

[PATCH 00/13] imx274: add cropping and misc improvements
 2018-04-12 16:51 UTC  (14+ messages)
` [PATCH 01/13] imx274: document reset delays more clearly
` [PATCH 02/13] imx274: fix typo in comment
` [PATCH 03/13] imx274: slightly simplify code
` [PATCH 04/13] imx274: remove unused data from struct imx274_frmfmt
` [PATCH 05/13] imx274: rename and reorder register address definitions
` [PATCH 06/13] imx274: remove non-indexed pointers from mode_table
` [PATCH 07/13] imx274: initialize format before v4l2 controls
` [PATCH 08/13] imx274: consolidate per-mode data in imx274_frmfmt
` [PATCH 09/13] imx274: get rid of mode_index
` [PATCH 10/13] imx274: actually use IMX274_DEFAULT_MODE
` [PATCH 11/13] imx274: simplify imx274_write_table()
` [PATCH 12/13] imx274: add helper function to fill a reg_8 table chunk
` [PATCH 13/13] imx274: add SELECTION support for cropping

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-04-12 16:55 UTC  (4+ messages)
` [PATCH 08/15] ASoC: pxa: remove the dmaengine compat need

[PATCH 4.9 000/310] 4.9.94-stable review
 2018-04-12 16:54 UTC  (3+ messages)

[PATCH 3.18 000/121] 3.18.105-stable review
 2018-04-12 16:54 UTC  (3+ messages)

[PATCH 00/24] security: Add kernel lockdown
 2018-04-12 16:52 UTC  (7+ messages)
` [PATCH 01/24] Add the ability to lock down access to the running kernel image

[PATCH] checkpatch: Add a --strict test for structs with bool member definitions
 2018-04-12 16:47 UTC  (12+ messages)

[PATCH] kvm: selftests: add -std=gnu99 cflags
 2018-04-13  0:36 UTC  (2+ messages)

[PATCH v2] net: dsa: b53: Using sleep-able operations in b53_switch_reset_gpio
 2018-04-12 16:32 UTC  (2+ messages)

[RFC PATCH 0/2] serial: 8250_dw: IO space + polling mode support
 2018-04-12 16:31 UTC  (15+ messages)

[Bug]: mtd: onenand: omap2plus: kernel panic with OneNAND on OMAP3 (DM3730) device GTA04A5
 2018-04-12 16:27 UTC  (11+ messages)
  ` [Letux-kernel] "

[PATCH v3] staging: ks7010_sdio: fix NULL pointer dereference and memory leak
 2018-04-12 16:23 UTC 

[v3 PATCH] mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_struct
 2018-04-12 16:20 UTC  (11+ messages)

[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-04-12 16:14 UTC  (4+ messages)

[PATCH] ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"
 2018-04-12 16:16 UTC  (2+ messages)
` Applied "ASoC: atmel_ssc_dai: fix spelling mistake: "Stoping" -> "Stopping"" to the asoc tree


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).