linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-21 14:02:13 to 2018-03-21 16:53:48 UTC [more...]

[PATCH v3 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-21 16:52 UTC  (4+ messages)
` [PATCH v3 11/11] nvmet: Optionally use PCI P2P memory

[PATCH] block: use 32-bit blk_status_t on Alpha
 2018-03-21 16:42 UTC 

[PATCH] selftests/android/ion: Makefile: fix build error
 2018-03-21 16:52 UTC  (4+ messages)

[PATCH v3] Fix modifier keys for Redragon Asura Keyboard
 2018-03-21 16:51 UTC  (4+ messages)

[PATCH v2 0/6] Add different features for I2C
 2018-03-21 16:49 UTC  (7+ messages)
` [PATCH v2 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v2 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v2 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v2 6/6] i2c: i2c-stm32f7: Implement I2C recovery mechanism

[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
 2018-03-21 16:50 UTC  (6+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section

[PATCH] selftests/seccomp: Allow get_metadata to XFAIL
 2018-03-21 16:48 UTC  (3+ messages)

[PATCH v2] i2c: i2c-stm32f7: fix no check on returned setup
 2018-03-21 16:48 UTC 

[PATCH 00/10] drm/sun4i: Frontend YUV and MB32 tile modifier support
 2018-03-21 16:47 UTC  (12+ messages)
` [PATCH 01/10] drm/sun4i: Disable frontend video channel before enabling a layer
` [PATCH 02/10] drm/sun4i: Disable YUV channel when using the frontend and set interlace
` [PATCH 03/10] drm/sun4i: Don't pretend to handle ARGB8888 with the frontend
` [PATCH 04/10] drm/sun4i: Explicitly list and check formats supported by the backend
` [PATCH 05/10] drm/sun4i: Explicitly list and check formats supported by the frontend
` [PATCH 06/10] drm/sun4i: Move and extend format-related helpers and tables
` [PATCH 07/10] drm/sun4i: Add support for YUV formats through the frontend
` [PATCH 08/10] drm/fourcc: Add definitions for Allwinner vendor and MB32 tiled format
` [PATCH 09/10] drm/sun4i: Add a dedicated ioctl call for allocating tiled buffers
` [PATCH 10/10] drm/sun4i: Add support for YUV-based formats in MB32 tiles

[PATCH 1/2] bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
 2018-03-21 16:44 UTC  (5+ messages)
` [PATCH 2/2] bpftool: Adjust to new print_bpf_insn interface

[PATCH] xfs: Change URL for the project in xfs.txt
 2018-03-21 16:41 UTC  (7+ messages)

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-21 16:42 UTC  (8+ messages)
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg

[PATCH v1 0/3] perf/core: expose thread context switch out event type to user space
 2018-03-21 16:41 UTC  (3+ messages)
` [PATCH v1 2/3] perf report: extend raw dump (-D) out with switch out event type

[PATCH] Input: alps - Demystify trackstick initialization for v3 and v6 protocols
 2018-03-21 16:41 UTC  (6+ messages)

[PATCH 0/5] ARM: clang support
 2018-03-21 16:40 UTC  (6+ messages)
` [PATCH 3/5] ARM: trusted_foundations: do not use naked function

[PATCHSET v2] percpu_ref, RCU: Audit RCU usages in percpu_ref users
 2018-03-21 16:40 UTC  (5+ messages)
` [PATCH 1/8] fs/aio: Add explicit RCU grace period when freeing kioctx
  ` [PATCH 8/8] fs/aio: Use rcu_work instead of explicit rcu and work item

[PATCH v3] hwmon: MC13783: add uid and die temperature sensor inputs
 2018-03-21 16:39 UTC 

[PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers
 2018-03-21 16:37 UTC  (11+ messages)
` [PATCH v13 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe
` [PATCH v13 02/10] iomap: Fix sparse endian check warnings
` [PATCH v13 03/10] parisc: iomap: introduce io{read|write}64
` [PATCH v13 04/10] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v13 05/10] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v13 06/10] iomap: "
` [PATCH v13 07/10] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v13 08/10] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v13 09/10] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v13 10/10] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

4.9.80 compile failure with X86_VSYSCALL_EMULATION=n due to 9a0be5af
 2018-03-21 16:37 UTC  (5+ messages)

io_pgetevents & aio fsync
 2018-03-21 16:26 UTC  (14+ messages)
` [PATCH 5/9] aio: simplify cancellation
` [PATCH 6/9] aio: delete iocbs from the active_reqs list in kiocb_cancel
` [PATCH 7/9] aio: add delayed cancel support
` [PATCH 8/9] aio: implement io_pgetevents
` [PATCH 9/9] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC

[PATCH v4.16-rc6 (1)] x86/vdso: VDSO should handle clock_gettime(CLOCK_MONOTONIC_RAW) without syscall
 2018-03-21 16:32 UTC  (2+ messages)
` [PATCH v4.16-rc6 1/1] "

aio poll and a new in-kernel poll API V6
 2018-03-21 16:31 UTC  (7+ messages)
` [PATCH 03/28] fs: update documentation to mention __poll_t
` [PATCH 05/28] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 06/28] aio: implement IOCB_CMD_POLL

[PATCH v5 0/7] vfio/type1: Add support for valid iova list management
 2018-03-21 16:31 UTC  (6+ messages)
` [PATCH v5 2/7] vfio/type1: Check reserve region conflict and update iova list

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-03-21 16:28 UTC  (7+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] drivers: remove force dma flag from buses

[RFC PATCH 0/6] Energy Aware Scheduling
 2018-03-21 16:26 UTC  (15+ messages)
` [RFC PATCH 4/6] sched/fair: Introduce an energy estimation helper function
` [RFC PATCH 5/6] sched/fair: Select an energy-efficient CPU on task wake-up

[PATCH v3]PCI: hv: fix PCI-BUS domainID corruption
 2018-03-21 16:26 UTC  (8+ messages)

[PATCH 1/1] Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_QCA_ROME
 2018-03-21 16:24 UTC  (2+ messages)

[PATCH 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-21 16:23 UTC  (12+ messages)
` [PATCH 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH 5/8] remoteproc: da8xx: add the missing checke for clk_enable()
` [PATCH 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[PATCH] ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
 2018-03-21 16:23 UTC  (2+ messages)

[PATCH v6 0/2] cpuset: Enable cpuset controller in default hierarchy
 2018-03-21 16:21 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] cpuset: Add cpuset.sched_load_balance to v2

[PATCH AUTOSEL for 4.9 001/219] Input: tsc2007 - check for presence and power down tsc2007 during probe
 2018-03-21 16:19 UTC  (5+ messages)
` [PATCH AUTOSEL for 4.9 109/219] clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factor

[PATCH RFC] xfs, memcg: Call xfs_fs_nr_cached_objects() only in case of global reclaim
 2018-03-21 16:15 UTC  (11+ messages)

[PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
 2018-03-21 16:13 UTC  (2+ messages)
` [PATCH v2] shm: add split function to shm_vm_ops

syzbot dashboard
 2018-03-21 16:11 UTC 

[RFC PATCH] nvme: avoid race-conditions when enabling devices
 2018-03-21 16:10 UTC  (6+ messages)

[PATCH v3 0/8] Implement get_multiple for ACCES and PC/104 drivers
 2018-03-21 16:04 UTC  (4+ messages)
` [PATCH v3 2/8] gpio: 104-idio-16: Implement get_multiple callback

[PATCH] perf util: Display warning when perf report/annotate is missing some libs
 2018-03-21 16:04 UTC  (9+ messages)

[PATCH] trace-cmd: Documentation: Fix title markers
 2018-03-21 16:03 UTC 

general protection fault in rds_ib_get_mr
 2018-03-21 16:00 UTC 

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-21 15:57 UTC  (6+ messages)
` [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state

[PATCH] scsi: ufs: add trace event for ufs upiu
 2018-03-21 15:55 UTC 

[PATCH 00/15] hmm: fixes and documentations v3
 2018-03-21 15:52 UTC  (10+ messages)
` [PATCH 10/15] mm/hmm: do not differentiate between empty entry or missing directory v2
` [PATCH 13/15] mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
` [PATCH 15/15] mm/hmm: use device driver encoding for HMM pfn v2

[PATCH ghak21 V4 0/2] audit: address ANOM_LINK excess records
 2018-03-21 15:49 UTC  (5+ messages)
` [PATCH ghak21 V4 1/2] audit: remove path param from link denied function
` [PATCH ghak21 V4 2/2] audit: add refused symlink to audit_names

[PATCH v5 0/4] new driver for Valve Steam Controller
 2018-03-21 15:47 UTC  (8+ messages)

[RFC PATCH 0/3] kernel: add support for 256-bit IO access
 2018-03-21 15:45 UTC  (9+ messages)

Use after free with pinctrl_enable() and devm_pinctrl_register_and_init()
 2018-03-21 15:43 UTC 

[PATCH] media: uvcvideo: Prevent setting unavailable flags
 2018-03-21 15:43 UTC 

[PATCH] target: Use WARNON_NON_RT(!irqs_disabled())
 2018-03-21 15:38 UTC 

[PATCH v1 0/1] arm: dts: add Nuvoton NPCM750 device tree
 2018-03-21 15:36 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH 0/3] ARM: dts: at91: cleanup pullup on uarts
 2018-03-21 15:35 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: at91: fixes uart pinctrl, set pullup on rx, clear pullup on tx
` [PATCH 2/3] ARM: dts: at91rm9200: pullup rx on uart0
` [PATCH 3/3] ARM: dts: at91sam9260: pullup rx on usart0

[PATCH] Input: trackpoint: document sysfs interface
 2018-03-21 15:35 UTC  (2+ messages)

[PATCH RFC v9 0/7] Introduce the STACKLEAK feature and a test for it
 2018-03-21 15:33 UTC  (7+ messages)
` [PATCH RFC v9 2/7] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls

[PATCH v4 00/22] arm64: Rework cpu capabilities handling
 2018-03-21 15:31 UTC  (9+ messages)
` [PATCH v4 11/22] arm64: capabilities: Group handling of features and errata workarounds
` [PATCH v4 15/22] arm64: capabilities: Change scope of VHE to Boot CPU feature
` [PATCH v4 21/22] arm64: Delay enabling hardware DBM feature
` [PATCH v4 22/22] arm64: Add work around for Arm Cortex-A55 Erratum 1024718

[PATCH] HID: ntrig: document sysfs interface
 2018-03-21 15:31 UTC  (3+ messages)

[PATCH] HID: logitech-hidpp: document sysfs interface
 2018-03-21 15:28 UTC  (2+ messages)

[PATCH] char/bsr: add sysfs interface documentation
 2018-03-21 15:26 UTC  (2+ messages)

[PATCH v2] acpi: nfit: document sysfs interface
 2018-03-21 15:25 UTC  (2+ messages)

Nokia N900: insecure W+X mapping at 0xd0050000
 2018-03-21 15:24 UTC  (5+ messages)

[PATCH v2] block: rbd: update sysfs interface
 2018-03-21 15:21 UTC  (2+ messages)

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

[trivial PATCH] Documentation/sparse: fix typo
 2018-03-21 15:18 UTC  (2+ messages)

[PATCH 0/3] Ktest: add email support
 2018-03-21 15:17 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Ktest: use dodie for critical falures
` [PATCH 3/3] Ktest: add email options to sample.config

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

[PATCH 00/15] x86: Enable FSGSBASE instructions
 2018-03-21 15:15 UTC  (11+ messages)
` [PATCH 14/15] x86/fsgsbase/64: Support legacy behavior when FS/GS updated by ptracer

[PATCH] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-03-21 15:15 UTC  (3+ messages)

[PATCH net-next v2] net: mvpp2: Don't use dynamic allocs for local variables
 2018-03-21 15:14 UTC 

[RFC] SHASH_DESC_ON_STACK macro
 2018-03-21 15:07 UTC 

[PATCH v3 00/13] ARM: dts: ipq: updates to enable a few peripherals
 2018-03-21 15:07 UTC  (5+ messages)
` [PATCH v3 04/13] ARM: dts: ipq4019: Update ipq4019-dk01.1 board data

[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-21 15:04 UTC  (5+ messages)
` [PATCH 1/4] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()

[PATCH] staging: bcm2835-audio: Release resources on module_exit()
 2018-03-21 15:03 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] README: Improve documentation descriptions
 2018-03-21 15:02 UTC  (2+ messages)

[RFC PATCH v2 0/4] Eliminate zone->lock contention for will-it-scale/page_fault1 and parallel free
 2018-03-21 15:01 UTC  (4+ messages)
` [RFC PATCH v2 3/4] mm/rmqueue_bulk: alloc without touching individual page structure

[PATCH v3] drm/xen-front: Add support for Xen PV display frontend
 2018-03-21 14:58 UTC  (2+ messages)

[RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework
 2018-03-21 14:53 UTC  (6+ messages)
` [RFT][PATCH v7 5/8] cpuidle: Return nohz hint from cpuidle_select()

[PATCH 1/2] MIPS: Introduce has_cpu_mips*_user in cpu-features.h
 2018-03-21 14:53 UTC  (2+ messages)
` [PATCH 2/2] MIPS: Loongson64: Define has_cpu_mips64r2_user for Loongson-3

[ANNOUNCE] util-linux v2.32
 2018-03-21 14:53 UTC 

[PATCH 00/21] eeprom: at24: driver refactoring
 2018-03-21 14:52 UTC  (4+ messages)

[md PATCH 0/4] Minor 'cred' improvements prepare for NFS conversion
 2018-03-21 14:49 UTC  (2+ messages)

[v2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl
 2018-03-21 14:41 UTC 

[PATCH V5 00/12] lightnvm: pblk: implement 2.0 support
 2018-03-21 14:36 UTC  (4+ messages)
` [PATCH 08/12] lightnvm: implement get log report chunk helpers

use generic dma-direct and swiotlb code for x86 V3
 2018-03-21 14:32 UTC  (8+ messages)

[PATCH 00/11] Move ad7746 out of staging
 2018-03-21 14:28 UTC  (12+ messages)
` [PATCH 01/11] staging: iio: ad7746: Adjust arguments to match open parenthesis
` [PATCH 02/11] staging: iio: ad7746: Fix multiple line dereference
` [PATCH 03/11] staging: iio: ad7746: Reorder includes alphabetically
` [PATCH 04/11] staging: iio: ad7746: Reorder variable declarations
` [PATCH 05/11] staging: iio: ad7746: Remove unused defines
` [PATCH 06/11] staging: iio: ad7746: Add dt-bindings
` [PATCH 07/11] staging: iio: ad7746: Add remove()
` [PATCH 08/11] staging: iio: ad7746: Add comments
` [PATCH 09/11] staging: iio: ad7746: Add devicetree bindings documentation
` [PATCH 10/11] staging: iio: ad7746: Rename sysfs attrs to comply with the ABI
` [PATCH 11/11] Move cdc ad7746 driver out of staging to mainline iio

[PATCH 4.9 000/241] 4.9.89-stable review
 2018-03-21 14:28 UTC  (6+ messages)

[PATCH v2 1/2] powerpc/mm: Add missing tracepoint for tlbie
 2018-03-21 14:17 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/mm: Trace tlbia instruction

[PATCH 1/4] powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash
 2018-03-21 14:07 UTC  (4+ messages)
` [PATCH 2/4] powerpc/mm: Avoid unnecessary test and reduce code size
` [PATCH 3/4] powerpc/mm: constify LAST_CONTEXT in mmu_context_nohash
` [PATCH 4/4] powerpc/mm: Remove stale_map[] handling on non SMP processors

[PATCH] x86/speculation: Fill the RSB on context switch also on non-IBPB CPUs
 2018-03-21 14:05 UTC  (2+ messages)

[PATCH] perf check-headers.sh: Fix check-headers.sh opts assignment
 2018-03-21 14:05 UTC 

[PATCH 1/2] ACPI / PM: Use register_reboot_notifier() instead of pm_power_off_prepare
 2018-03-21 14:04 UTC  (2+ messages)

linux-next: manual merge of the userns tree with the fuse tree
 2018-03-21 14:02 UTC  (2+ messages)

[PATCH] mac80211: aes-cmac: remove VLA usage
 2018-03-21 14:02 UTC  (5+ 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).