linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-12 15:03:11 to 2018-04-12 19:00:34 UTC [more...]

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

[PATCH] mmap.2: MAP_FIXED is okay if the address range has been reserved
 2018-04-12 18:59 UTC  (6+ 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  (3+ 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 

usercopy whitelist woe in scsi_sense_cache
 2018-04-12 18:44 UTC  (13+ messages)

[PATCH 0/2] perf: Fixes for callchain ip handling on powerpc
 2018-04-12 18:43 UTC  (4+ 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

[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 

[PATCH 00/10] KVM/X86: Handle guest memory that does not have a struct page
 2018-04-12 17:57 UTC  (6+ messages)
` [PATCH 03/10] X86/nVMX: Update the PML table without mapping and unmapping the page
` [PATCH 06/10] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page

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

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

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  (39+ messages)
` [RFC PATCH 01/35] vfs: clean up dedup
` [RFC PATCH 02/35] vfs: add path_open()
` [RFC PATCH 03/35] vfs: optionally don't account file in nr_files
` [RFC PATCH 04/35] ovl: copy up times
` [RFC PATCH 05/35] ovl: copy up inode flags
` [RFC PATCH 06/35] Revert "Revert "ovl: get_write_access() in truncate""
` [RFC PATCH 07/35] ovl: copy up file size as well
` [RFC PATCH 08/35] ovl: deal with overlay files in ovl_d_real()
` [RFC PATCH 09/35] ovl: stack file ops
` [RFC PATCH 10/35] ovl: add helper to return real file
` [RFC PATCH 11/35] ovl: readd read_iter
` [RFC PATCH 12/35] ovl: readd write_iter
` [RFC PATCH 13/35] ovl: readd fsync
` [RFC PATCH 14/35] ovl: readd mmap
` [RFC PATCH 15/35] ovl: readd fallocate
` [RFC PATCH 16/35] ovl: readd lsattr/chattr support
` [RFC PATCH 17/35] ovl: readd fiemap
` [RFC PATCH 18/35] ovl: readd O_DIRECT support
` [RFC PATCH 19/35] ovl: readd reflink/copyfile/dedup support
` [RFC PATCH 20/35] vfs: don't open real
` [RFC PATCH 21/35] vfs: add f_op->pre_mmap()
` [RFC PATCH 22/35] ovl: copy-up on MAP_SHARED
` [RFC PATCH 23/35] vfs: simplify dentry_open()
` [RFC PATCH 24/35] Revert "ovl: fix relatime for directories"
` [RFC PATCH 25/35] Revert "vfs: update ovl inode before relatime check"
` [RFC PATCH 26/35] Revert "ovl: fix may_write_real() for overlayfs directories"
` [RFC PATCH 27/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [RFC PATCH 28/35] Revert "vfs: add flags to d_real()"
` [RFC PATCH 29/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [RFC PATCH 30/35] Revert "vfs: make argument of d_real_inode() const"
` [RFC PATCH 31/35] Revert "vfs: add d_real_inode() helper"
` [RFC PATCH 32/35] Partially revert "locks: fix file locking on overlayfs"
` [RFC PATCH 33/35] Revert "fsnotify: support overlayfs"
` [RFC PATCH 34/35] vfs: simplify d_op->d_real()
` [RFC PATCH 35/35] ovl: fix documentation of non-standard behavior

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

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

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

[PATCH] proc: fixup (c) sign
 2018-04-12 17:14 UTC 

[PATCH 0/5] for-linux/sndif: add explicit back and front synchronization
 2018-04-12 17:13 UTC  (11+ messages)
` [PATCH 1/5] xen/sndif: Introduce protocol version
` [PATCH 2/5] xen/sndif: Fix missed "reserved" fields in comments
` [PATCH 3/5] xen/sndif: Make requests and responses 64 octets long
` [PATCH 4/5] xen/sndif: Add explicit back and front synchronization
` [PATCH 5/5] xen/sndif: Add explicit back and front parameter negotiation

[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 00/14] arm: OMAP: AM437X: Save restores patches for rtc mode with DDR In self-refresh
 2018-04-12 16:44 UTC  (3+ messages)
` [PATCH 01/14] memory: ti-emif-sram: Add resume function to recopy sram code

[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  (14+ 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  (7+ messages)
` [PATCH v11 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS

[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

[PATCH] ASoC: trace: remove snd_soc_codec
 2018-04-12 16:17 UTC  (2+ messages)
` Applied "ASoC: trace: remove snd_soc_codec" to the asoc tree

[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
 2018-04-12 16:14 UTC  (4+ messages)

[PATCH 1/2] ASoC: max9860: switch to using .probe_new
 2018-04-12 16:16 UTC  (4+ messages)
` [PATCH 2/2] ASoC: tfa9879: "
` Applied "ASoC: max9860: switch to using .probe_new" to the asoc tree

[PATCH] mmc: sdhci-pci: mitigate Intel BXT/APL card detection race in early boot
 2018-04-12 16:08 UTC 

[PATCH] spi: mediatek: remove redundant MODULE_ALIAS entries
 2018-04-12 16:13 UTC  (4+ messages)

[PATCH v7] Revert "PCI: hv: Use device serial number as PCI domain"
 2018-04-12 16:13 UTC  (7+ messages)

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-12 16:02 UTC  (9+ messages)
` [PATCH v3 2/2] vfio: platform: Add generic DT reset support

[RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-12 15:51 UTC  (4+ messages)
` [RFC v2 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION

[PATCH] tda998x: Check ref count before invoking drm_connector_cleanup in unbind
 2018-04-12 15:47 UTC  (2+ messages)

[RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support
 2018-04-12 15:47 UTC 

[PATCHSET] mm, memcontrol: Implement memory.swap.events
 2018-04-12 15:38 UTC  (3+ messages)

[PATCH v3 0/2] iio: add unit converter
 2018-04-12 15:35 UTC  (8+ messages)
  ` [PATCH 2/2] iio: afe: unit-converter: add support for adi,lt6106

[PATCH] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-04-12 15:25 UTC 

[PATCH 0/5] Add support in dwmac-sun8i for accessing EMAC clock
 2018-04-12 15:23 UTC  (5+ messages)
` [PATCH 3/5] net: stmmac: dwmac-sun8i: Allow getting syscon regmap from device
      ` [linux-sunxi] "

[PATCH v2] staging: ks7010_sdio: fix memory leak
 2018-04-12 15:23 UTC 

[PATCH 0/4] tracing: A few inter-event bugfixes
 2018-04-12 15:22 UTC  (12+ messages)
` [PATCH 3/4] tracing: Add action comparisons when testing matching hist triggers

[PATCH 0/4] lan78xx: Read configuration from Device Tree
 2018-04-12 15:21 UTC  (7+ messages)
` [PATCH 2/4] lan78xx: Read initial EEE setting "
` [PATCH 3/4] lan78xx: Read LED modes "

[PATCH][next] staging: ks7010: fix null pointer dereference on priv on error exit
 2018-04-12 15:20 UTC  (3+ messages)

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor
 2018-04-12 15:15 UTC  (9+ messages)
` [PATCH v2 2/2] slab: __GFP_ZERO is incompatible with a constructor

[PATCH 0/6] tracing: trace event error_log and inter-event bugfixes
 2018-04-12 15:13 UTC  (7+ messages)
` [PATCH 1/6] tracing: Restore proper field flag printing when displaying triggers
` [PATCH 2/6] tracing: Add trace event error log
` [PATCH 3/6] tracing: Save the last hist command's associated event name
` [PATCH 4/6] tracing: Use trace event error_log with hist triggers
` [PATCH 5/6] tracing: Add field parsing trace event errors for "
` [PATCH 6/6] selftests: ftrace: Fix extended error support testcase

[PATCH v11 0/2] fpga: Lattice MachXO2 Slave SPI FPGA Manager support
 2018-04-12 15:13 UTC  (3+ messages)
` [PATCH v11 1/2] dt: bindings: fpga: add lattice machxo2 slave spi binding description
` [PATCH v11 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support

[PATCH] staging: ks7010_sdio: fix NULL pointer dereference and memory leak
 2018-04-12 15:14 UTC  (3+ messages)

[GIT PULL] KGDB/KDB fixes for 4.16
 2018-04-12 12:20 UTC 

[PATCH] selftests/intel_pstate: Enhance table printing
 2018-04-12 15:12 UTC 

[PATCH v2 0/3] eeprom: at24: last bits of the big refactoring
 2018-04-12 15:08 UTC  (2+ messages)

INFO: task hung in perf_trace_event_unreg
 2018-04-12 15:07 UTC  (11+ messages)


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).