messages from 2019-02-13 17:28:16 to 2019-02-13 18:42:33 UTC [more...]
[PATCH 4.14 00/35] 4.14.100-stable review
2019-02-13 18:38 UTC (30+ messages)
` [PATCH 4.14 02/35] iio: adc: axp288: Fix TS-pin handling
` [PATCH 4.14 04/35] signal: Always notice exiting tasks
` [PATCH 4.14 06/35] misc: vexpress: Off by one in vexpress_syscfg_exec()
` [PATCH 4.14 07/35] samples: mei: use /dev/mei0 instead of /dev/mei
` [PATCH 4.14 08/35] debugfs: fix debugfs_rename parameter checking
` [PATCH 4.14 09/35] tracing: uprobes: Fix typo in pr_fmt string
` [PATCH 4.14 10/35] mips: cm: reprime error cause
` [PATCH 4.14 11/35] MIPS: OCTEON: dont set octeon_dma_bar_type if PCI is disabled
` [PATCH 4.14 12/35] MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
` [PATCH 4.14 13/35] ARM: iop32x/n2100: fix PCI IRQ mapping
` [PATCH 4.14 14/35] ARM: tango: Improve ARCH_MULTIPLATFORM compatibility
` [PATCH 4.14 15/35] mac80211: ensure that mgmt tx skbs have tailroom for encryption
` [PATCH 4.14 16/35] drm/modes: Prevent division by zero htotal
` [PATCH 4.14 17/35] drm/vmwgfx: Fix setting of dma masks
` [PATCH 4.14 18/35] drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
` [PATCH 4.14 19/35] HID: debug: fix the ring buffer implementation
` [PATCH 4.14 21/35] libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()
` [PATCH 4.14 22/35] xfrm: refine validation of template and selector families
` [PATCH 4.14 23/35] batman-adv: Avoid WARN on net_device without parent in netns
` [PATCH 4.14 24/35] batman-adv: Force mac header to start of data on xmit
` [PATCH 4.14 26/35] perf tests attr: Fix group stat tests
` [PATCH 4.14 27/35] perf tests attr: Make hw events optional
` [PATCH 4.14 28/35] uio: Reduce return paths from uio_write()
` [PATCH 4.14 29/35] uio: Prevent device destruction while fds are open
` [PATCH 4.14 30/35] uio: use request_threaded_irq instead
` [PATCH 4.14 31/35] uio: change to use the mutex lock instead of the spin lock
` [PATCH 4.14 32/35] uio: fix crash after the device is unregistered
` [PATCH 4.14 33/35] uio: fix wrong return value from uio_mmap()
` [PATCH 4.14 34/35] uio: fix possible circular locking dependency
[PATCH 4.9 00/24] 4.9.157-stable review
2019-02-13 18:38 UTC (20+ messages)
` [PATCH 4.9 01/24] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
` [PATCH 4.9 02/24] iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius
` [PATCH 4.9 03/24] signal: Always notice exiting tasks
` [PATCH 4.9 04/24] signal: Better detection of synchronous signals
` [PATCH 4.9 05/24] misc: vexpress: Off by one in vexpress_syscfg_exec()
` [PATCH 4.9 06/24] samples: mei: use /dev/mei0 instead of /dev/mei
` [PATCH 4.9 07/24] debugfs: fix debugfs_rename parameter checking
` [PATCH 4.9 09/24] MIPS: OCTEON: dont set octeon_dma_bar_type if PCI is disabled
` [PATCH 4.9 11/24] ARM: iop32x/n2100: fix PCI IRQ mapping
` [PATCH 4.9 12/24] ARM: tango: Improve ARCH_MULTIPLATFORM compatibility
` [PATCH 4.9 13/24] mac80211: ensure that mgmt tx skbs have tailroom for encryption
` [PATCH 4.9 16/24] drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
` [PATCH 4.9 17/24] nfsd4: fix cached replies to solo SEQUENCE compounds
` [PATCH 4.9 18/24] nfsd4: catch some false session retries
` [PATCH 4.9 19/24] HID: debug: fix the ring buffer implementation
` [PATCH 4.9 20/24] Revert "cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)"
` [PATCH 4.9 22/24] xfrm: refine validation of template and selector families
` [PATCH 4.9 23/24] batman-adv: Avoid WARN on net_device without parent in netns
` [PATCH 4.9 24/24] batman-adv: Force mac header to start of data on xmit
[PATCH 4.14 0/8] uio backport fixes for 4.14
2019-02-13 18:36 UTC (2+ messages)
[PATCH v9] platform/mellanox: Add TmFifo driver for Mellanox BlueField Soc
2019-02-13 18:34 UTC (3+ messages)
[RFC PATCH] docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section
2019-02-13 18:33 UTC (5+ messages)
linux-next: Tree for Feb 13
2019-02-13 18:31 UTC (4+ messages)
` linux-next: Tree for Feb 13 (drivers/spmi/spmi-pmic-arb.c)
implement generic dma_map_ops for IOMMUs v2
2019-02-13 18:29 UTC (22+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc
` [PATCH 07/21] dma-iommu: move the arm64 wrappers to common code
` [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap
` [PATCH 09/21] dma-iommu: refactor iommu_dma_get_sgtable
` [PATCH 10/21] dma-iommu: move __iommu_dma_map
` [PATCH 11/21] dma-iommu: refactor page array remap helpers
` [PATCH 12/21] dma-iommu: factor atomic pool allocations into helpers
` [PATCH 13/21] dma-iommu: factor contiguous "
` [PATCH 14/21] dma-iommu: refactor iommu_dma_free
` [PATCH 15/21] dma-iommu: don't remap contiguous allocations for coherent devices
` [PATCH 16/21] dma-iommu: factor contiguous remapped allocations into helpers
` [PATCH 17/21] dma-iommu: refactor iommu_dma_alloc
` [PATCH 18/21] dma-iommu: don't depend on CONFIG_DMA_DIRECT_REMAP
` [PATCH 19/21] dma-iommu: switch copyright boilerplace to SPDX
` [PATCH 20/21] arm64: switch copyright boilerplace to SPDX in dma-mapping.c
` [PATCH 21/21] arm64: trim includes "
[PATCH v3] coccinelle: semantic patch for missing put_device()
2019-02-13 18:29 UTC (2+ messages)
` [PATCH v3] Coccinelle: "
implement generic dma_map_ops for IOMMUs v2
2019-02-13 18:28 UTC (3+ messages)
` [PATCH 01/29] dma-mapping: remove the default map_resource implementation
` [PATCH 02/29] dma-mapping: don't BUG when calling dma_map_resource on RAM
[PATCH 1/2] soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support
2019-02-13 18:28 UTC (4+ messages)
` [PATCH 2/2] soc: bcm: bcm2835-pm: Fix error paths of initialization
[PATCH 0/2] ARM errata 814220
2019-02-13 18:27 UTC (3+ messages)
` [PATCH 1/2] ARM: errata 814220-B-Cache maintenance by set/way operations can execute out of order
[RFC PATCH v2 0/5] tracing: common error_log for ftrace
2019-02-13 18:27 UTC (7+ messages)
` [RFC PATCH v2 1/5] tracing: Add tracing error log
` [RFC PATCH v2 2/5] tracing: Save the last hist command's associated event name
` [RFC PATCH v2 3/5] tracing: Use tracing error_log with hist triggers
` [RFC PATCH v2 4/5] tracing: Use tracing error_log with kprobe events (incomplete)
` [RFC PATCH v2 5/5] tracing: Use tracing error_log with trace event filters
[PATCH] staging: android: ion: Use low_order_gfp_flags for smaller allocations
2019-02-13 18:27 UTC (2+ messages)
Gang scheduling
2019-02-13 18:25 UTC (4+ messages)
dma_declare_coherent spring cleaning
2019-02-13 18:24 UTC (10+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
[PATCH v2 0/2] Add PGR response PASID requirement check in Intel IOMMU
2019-02-13 18:19 UTC (5+ messages)
` [PATCH v2 2/2] iommu/vt-d: Enable PASID only if device expects PASID in PRG Response
[PATCH v3] of: fix kmemleak crash caused by imbalance in early memory reservation
2019-02-13 18:19 UTC
[PATCH] tracing/probes: Mark expected switch fall-through
2019-02-13 18:18 UTC (3+ messages)
[PATCH v2] staging: comedi: ni_660x: fix missing break in switch statement
2019-02-13 18:17 UTC (3+ messages)
[PATCH net-next 0/3] enetc: Add mdio support and device tree nodes
2019-02-13 18:15 UTC (5+ messages)
` [PATCH net-next 2/3] arm64: dts: fsl: ls1028a-rdb: Add ENETC external eth ports for the LS1028A RDB board
` [PATCH net-next 3/3] enetc: Add ENETC PF level external MDIO support
[PATCH] USB: musb: mark expected switch fall-through
2019-02-13 18:15 UTC (4+ messages)
[PATCH v2 00/10] ICL support and other enhancements for PMC Core
2019-02-13 18:15 UTC (7+ messages)
[PATCH] mmc: sdhci-xenon: Mark expected switch fall-through
2019-02-13 18:13 UTC (3+ messages)
add config symbols for arch_{setup,teardown}_dma_ops
2019-02-13 18:13 UTC (2+ messages)
[PATCH v2] dma-mapping: Move debug configuration options to kernel/dma
2019-02-13 18:11 UTC (2+ messages)
[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through
2019-02-13 18:11 UTC (3+ messages)
[PATCH 4.14 000/205] 4.14.99-stable review
2019-02-13 18:08 UTC (5+ messages)
` [PATCH 4.14 198/205] perf/core: Dont WARN() for impossible ring-buffer sizes
[PATCH v2] selftests/tpm2: Open tpm dev in unbuffered mode
2019-02-13 18:07 UTC (5+ messages)
` [PATCH v3] selftests/tpm2: Extend tests to cover partial reads
[PATCH v2 07/15] ndings: clock: milbeaut: add Milbeaut clock description
2019-02-13 18:07 UTC (3+ messages)
[PATCH] drm: imx: Use of_node_name_eq for node name comparisons
2019-02-13 18:07 UTC (2+ messages)
[PATCH v4 0/6] Fixmap support and MM cleanups
2019-02-13 18:05 UTC (6+ messages)
` [PATCH v4 6/6] RISC-V: Free-up initrd in free_initrd_mem()
Userspace regression in LTS and stable kernels
2019-02-13 18:00 UTC (2+ messages)
[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
2019-02-13 17:59 UTC (7+ messages)
[PATCH v2 00/12] Support using MSI interrupts in ntb_transport
2019-02-13 17:57 UTC (14+ messages)
` [PATCH v2 01/12] iommu/vt-d: Implement dma_[un]map_resource()
` [PATCH v2 02/12] NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMA
` [PATCH v2 03/12] iommu/vt-d: Add helper to set an IRTE to verify only the bus number
` [PATCH v2 04/12] iommu/vt-d: Allow interrupts from the entire bus for aliased devices
` [PATCH v2 05/12] PCI/MSI: Support allocating virtual MSI interrupts
` [PATCH v2 06/12] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH v2 07/12] NTB: Introduce functions to calculate multi-port resource index
` [PATCH v2 08/12] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v2 09/12] NTB: Introduce MSI library
` [PATCH v2 10/12] NTB: Introduce NTB MSI Test Client
` [PATCH v2 11/12] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v2 12/12] NTB: Add MSI interrupt support to ntb_transport
general protection fault in tc_ctl_chain
2019-02-13 17:56 UTC
BUG: soft lockup in kvm_vm_release
2019-02-13 17:56 UTC
WARNING: locking bug in try_to_grab_pending
2019-02-13 17:56 UTC
BUG: Bad page state (5)
2019-02-13 17:56 UTC
[PATCH v0 0/2] perf: Allow forcing high-order allocation for AUX buffers
2019-02-13 17:54 UTC (5+ messages)
` [PATCH v0 1/2] perf: Add an option to ask for high order allocations "
[PATCH v5 0/6] Add ARMv8.3 pointer authentication for kvm guest
2019-02-13 17:54 UTC (15+ messages)
` [PATCH v5 1/5] arm64: Add utilities to save restore pointer authentication keys
` [PATCH v5 2/5] arm64/kvm: preserve host HCR_EL2/MDCR_EL2 value
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth registers
` [PATCH v5 3/5] arm64/kvm: context-switch ptrauth register
` [PATCH v5 4/5] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v5 5/5] arm64/kvm: control accessibility of ptrauth key registers
[PATCH v2] vfio_pci: Enable memory accesses before calling pci_map_rom
2019-02-13 17:52 UTC (2+ messages)
[PATCH v6 0/5] Fixmap support and MM cleanups
2019-02-13 17:50 UTC (3+ messages)
` [PATCH v6 5/5] RISC-V: Free-up initrd in free_initrd_mem()
[PATCH 0/7] update STM32MP1 clocks
2019-02-13 17:51 UTC (15+ messages)
` [PATCH 1/7] clk: stm32mp1: parent clocks update
` [PATCH 2/7] clk: stm32mp1: add CLK_SET_RATE_NO_REPARENT to Kernel clocks
` [PATCH 3/7] clk: stm32mp1: set ck_csi as critical clock
` [PATCH 4/7] clk: stm32mp1: fix mcu divider table
` [PATCH 5/7] clk: stm32mp1: fix HSI divider flag
` [PATCH 6/7] clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag
` [PATCH 7/7] clk: stm32mp1: fix bit width of hse_rtc divider
[PATCH] mm/page_owner: move config option to mm/Kconfig.debug
2019-02-13 17:49 UTC (2+ messages)
initramfs tidyups
2019-02-13 17:46 UTC (9+ messages)
` [PATCH 1/8] mm: unexport free_reserved_area
` [PATCH 2/8] initramfs: free initrd memory if opening /initrd.image fails
` [PATCH 3/8] initramfs: cleanup initrd freeing
` [PATCH 4/8] initramfs: factor out a helper to populate the initrd image
` [PATCH 5/8] initramfs: cleanup populate_rootfs
` [PATCH 6/8] initramfs: move the legacy keepinitrd parameter to core code
` [PATCH 7/8] initramfs: proide a generic free_initrd_mem implementation
` [PATCH 8/8] initramfs: poison freed initrd memory
[PATCH 0/2] Ensure inX() is ordered wrt delay() routines
2019-02-13 17:46 UTC (4+ messages)
` [PATCH 1/2] asm-generic/io: Pass result on inX() accessor to __io_par()
4.14 perf test patches
2019-02-13 17:45 UTC (2+ messages)
[PATCH v9 0/8] support ROHM BD70528 PMIC
2019-02-13 17:43 UTC (3+ messages)
` [PATCH v9 3/8] clk: bd718x7: Support ROHM BD70528 clk block
[RFC][PATCH 0/3] arm64 relaxed ABI
2019-02-13 17:43 UTC (11+ messages)
[PATCH V3 1/2] arm64: dts: freescale: imx8qxp: add cpu opp table
2019-02-13 17:42 UTC (3+ messages)
` [PATCH V3 2/2] clk: imx: scu: add cpu frequency scaling support
[PATCH v2 1/4] init/Kconfig: add config support for detecting linker
2019-02-13 17:41 UTC (4+ messages)
` [PATCH v2 3/4] Makefile: lld: tell clang to use lld
consolidate a few more arch support config options
2019-02-13 17:40 UTC (12+ messages)
` [PATCH 01/11] powerpc: remove dead ifdefs in <asm/checksum.h>
` [PATCH 02/11] riscv: remove the HAVE_KPROBES option
` [PATCH 03/11] kernel/locks: consolidate RWSEM_GENERIC_* options
` [PATCH 04/11] tracing: consolidate the STACKTRACE_SUPPORT symbol
` [PATCH 05/11] tracing: consolidate the TRACE_IRQFLAGS_SUPPORT symbol
` [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol
` [PATCH 07/11] init: consolidate the GENERIC_CALIBRATE_DELAY symbol
` [PATCH 08/11] lib: consolidate the GENERIC_BUG symbol
` [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol
` [PATCH 10/11] lib: consolidate the GENERIC_HWEIGHT symbol
` [PATCH 11/11] s390: don't redefined the HAS_IOMEM symbol
[PATCH v1 0/2] PCI/ASPM: Fix LTR issues
2019-02-13 17:40 UTC (4+ messages)
` [PATCH v1 2/2] PCI/ASPM: Save LTR Capability for suspend/resume
[PATCH v5 0/2] PWM support for HiFive Unleashed
2019-02-13 17:39 UTC (7+ messages)
` [PATCH v5 2/2] pwm: sifive: Add a driver for SiFive SoC PWM
[PATCH memory-model 0/7] LKMM updates for v5.1
2019-02-13 17:37 UTC (8+ messages)
` [PATCH memory-model 1/7] tools/memory-model: Rename some RCU relations
` [PATCH memory-model 2/7] tools/memory-model: Refactor "
` [PATCH memory-model 3/7] tools/memory-model: Add SRCU support
` [PATCH memory-model 4/7] tools/memory-model: Update README for addition of SRCU
` [PATCH memory-model 5/7] tools/memory-model: Update Documentation/explanation.txt to include SRCU support
` [PATCH memory-model 6/7] tools/memory-model: Dynamically check SRCU lock-to-unlock matching
` [PATCH memory-model 7/7] tools/memory-model: Avoid duplicating herdtools versions
[PATCH v2 0/2] spi-nor: add support for is25wp256
2019-02-13 17:37 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH 0/4] mm: Generalize putback functions
2019-02-13 17:33 UTC (3+ messages)
` [PATCH 1/4] mm: Move recent_rotated pages calculation to shrink_inactive_list()
[PATCH 0/3] Clean the new GCC 9 -Wmissing-attributes warnings
2019-02-13 17:30 UTC (3+ messages)
[PATCH v3] vfat: don't read garbage after last dirent
2019-02-13 17:29 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).