All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-09 13:29:38 to 2018-10-09 13:58:14 UTC [more...]

Kernel NFS client and Kerberos delegation
 2018-10-09 13:44 UTC  (3+ messages)

[Qemu-devel] [PATCH v2] hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.c
 2018-10-09 13:58 UTC  (4+ messages)

[PATCH v5 1/4] printk: Fix panic caused by passing log_buf_len to command line
 2018-10-09 13:57 UTC  (6+ messages)
` [PATCH v5 4/4] printk: Give error on attempt to set log buffer length to over 4G

[PATCH v1 0/2] Add support for display port clocks and clock ops
 2018-10-09 13:57 UTC  (3+ messages)
` [PATCH v1 1/2] clk: qcom: rcg2: Add support for display port "
` [PATCH v1 2/2] clk: qcom : dispcc: Add support for display port clocks

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2018-10-09 13:57 UTC  (2+ messages)

use generic DMA mapping code in powerpc V3
 2018-10-09 13:24 UTC  (10+ messages)
` [PATCH 02/33] powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
` [PATCH 04/33] powerpc/dma: remove the unused dma_iommu_ops export
` [PATCH 08/33] powerpc/dma: handle iommu bypass in dma_iommu_ops
` [PATCH 09/33] powerpc/pseries: unwind dma_get_required_mask_pSeriesLP a bit
` [PATCH 10/33] powerpc/pseries: use the generic iommu bypass code
` [PATCH 11/33] powerpc/cell: move dma direct window setup out of dma_configure
` [PATCH 12/33] powerpc/cell: use the generic iommu bypass code
` [PATCH 14/33] powerpc/dart: "
` [PATCH 17/33] powerpc/powernv: "

[PATCH 0/3] lib/vsprintf: Hash remaining raw addresses
 2018-10-09 13:56 UTC  (5+ messages)
` [PATCH 1/3] lib/vsprintf: Prepare for more general use of ptr_to_id()

[Buildroot] [PATCH 1/4] python-pycryptodomex: new package
 2018-10-09 13:56 UTC  (2+ messages)

[PATCH 3/4] target: stash sess_err_stats on Data-Out timeout
 2018-10-09 13:56 UTC  (2+ messages)

[PATCH 4.18 000/235] 4.18.10-stable review
 2018-10-09 13:55 UTC  (9+ messages)
` [PATCH 4.18 222/235] drm/amd/pp: Send khz clock values to DC for smu7/8

xen vtd : set msi guest_masked 0 by default
 2018-10-09 13:55 UTC  (7+ messages)
` [PATCH qemu-xen-traditional] xen/pt: allow QEMU to request MSI unmasking at bind time

[Qemu-devel] [PATCH 0/6] crypto: improve performance of XTS cipher mode
 2018-10-09 13:55 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/6] crypto: remove code duplication in tweak encrypt/decrypt
` [Qemu-devel] [PATCH 5/6] crypto: convert xts_mult_x to use xts_uint128 type

[PATCH] ethdev: fix flow API item/action name conversion
 2018-10-09 13:54 UTC  (6+ messages)
` [PATCH v1] "

[PATCH] arm64: mm: Drop the unused cpu parameter
 2018-10-09 13:53 UTC  (3+ messages)

[PATCH] staging: erofs: harden inode lookup for 32-bit platforms
 2018-10-09 14:07 UTC 

[PATCH v3 0/8] Introduce STPMIC1 PMIC Driver
 2018-10-09 13:52 UTC  (3+ messages)
` [PATCH v3 5/8] dt-bindings: input: document stpmic1 pmic onkey

[PATCH] libsemanage: improve semanage_migrate_store import failure
 2018-10-09 13:52 UTC  (3+ messages)

[PATCH] Revert "perf tools: Fix PMU term format max value calculation"
 2018-10-09 13:52 UTC  (3+ messages)

[PATCH v3 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-10-09 13:52 UTC  (75+ messages)
` [PATCH v3 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v3 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v3 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v3 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v3 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v3 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v3 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v3 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v3 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v3 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v3 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v3 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v3 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v3 14/24] powerpc/mm: drop unused page flags
` [PATCH v3 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v3 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v3 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v3 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v3 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v3 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v3 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v3 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v3 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v3 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers

[Qemu-devel] [PATCH] oslib-posix: Use MAP_STACK in qemu_alloc_stack() on OpenBSD
 2018-10-09 13:52 UTC  (2+ messages)

git log -S or -G
 2018-10-09 13:51 UTC  (9+ messages)

[PATCH v7 0/6] seccomp trap to userspace
 2018-10-09 13:50 UTC  (12+ messages)
` [PATCH v7 3/6] seccomp: add a way to get a listener fd from ptrace

Re: [PATCH] mm, oom_adj: avoid meaningless loop to find processes sharing mm
 2018-10-09 13:51 UTC  (11+ messages)
  `  "

[PATCH 1/2] spi: spi-mem: Add the spi_set_xfer_bpw function
 2018-10-09 13:50 UTC  (8+ messages)

[net-next,08/19] net: usb: aqc111: Implement TX data path
 2018-10-09 13:50 UTC 

[PATCH v3 0/8] verifiers: Framework and EFI shim lock verifier
 2018-10-09 13:48 UTC  (7+ messages)
` [PATCH v3 1/8] verifiers: File type for fine-grained signature-verification controlling
` [PATCH v3 2/8] verifiers: Framework core

We should add a "git gc --auto" after "git clone" due to commit graph
 2018-10-09 13:48 UTC  (12+ messages)
                    ` Bloom Filters (was Re: We should add a "git gc --auto" after "git clone" due to commit graph)

[PATCH v2 0/3] arm64: cpufeature: Fix handling of CTR_EL0
 2018-10-09 13:47 UTC  (10+ messages)
` [PATCH v2 1/3] arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
` [PATCH v2 2/3] arm64: cpufeature: Fix handling of CTR_EL0.IDC field
` [PATCH v2 3/3] arm64: cpufeature: Trap CTR_EL0 access only where it is necessary

[PATCH 1/2] ASoC: max9892x: Add documentation for reset-gpio support
 2018-10-09 13:46 UTC  (4+ messages)
` [PATCH 2/2] ASoC: max98927: Add "

[Qemu-devel] [PATCH v2 0/3] Bootstrap Python venv and acceptance/functional tests
 2018-10-09 13:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] Travis support for the acceptance tests

[v3,1/7] dt-bindings: stm32-dma: Add DMA/MDMA chaining support bindings
 2018-10-09 13:46 UTC  (4+ messages)
` [PATCH v3 1/7] "

[RFC] mlx5: flow counters support on the linux-rdma v19 base
 2018-10-09 13:45 UTC  (4+ messages)
` [PATCH] net/mlx5: flow counters support on the Linux-rdma "

[PATCH 00/29] staging: bcm2835-audio: Cleanups and fixes
 2018-10-09 13:44 UTC  (8+ messages)
` [PATCH 17/29] staging: bcm2835-audio: Add 10ms period constraint
          ` [PATCH 17/29] staging: bcm2835-audio: Add 10ms period constraint [Resend in plain text...]

Can't set MX6UL_PAD_LCD_DATA10 register with devicetree
 2018-10-09  6:28 UTC  (3+ messages)

[PATCH] staging: erofs: add the missing __init tags
 2018-10-09 13:43 UTC  (2+ messages)

[PATCH v2] media: vivid: Support 480p for webcam capture
 2018-10-09 13:43 UTC 

[PATCH] drm/dp: Add definitions for eDP Rev 1.4a and 1.4b
 2018-10-09 13:43 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/python-enum34: enable host build
 2018-10-09 13:43 UTC  (2+ messages)

[Qemu-devel] [PATCH] accel: Improve selection of the default accelerator
 2018-10-09 13:43 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/2] i386/kvm: enable Hyper-V PV IPI mechanism
 2018-10-09 13:42 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] linux-headers: update to pre-4.20 (kvm/queue)

[PATCH] mm/thp: Correctly differentiate between mapped THP and PMD migration entry
 2018-10-09 13:42 UTC  (3+ messages)

[Buildroot] [git commit] package/setools: host variant needs host-python-enum34
 2018-10-09 13:42 UTC 

x86 Community Call: Wed Oct 10, 14:00 - 15:00 UTC - Call for agenda items
 2018-10-09 13:41 UTC  (2+ messages)

[PATCH v4] perf record: encode -k clockid frequency into Perf trace
 2018-10-09 13:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 00/12] arm: Add first models of Xilinx Versal SoC
 2018-10-09 13:40 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 10/12] target/arm: Add the Cortex-A72

[PATCH 1/2] Add AD7949 ADC driver family
 2018-10-09  6:25 UTC  (4+ messages)

[Buildroot] [git commit] package/python-enum34: enable host build
 2018-10-09 13:41 UTC 

[meta-oe][PATCH] nvme-cli: add recipe
 2018-10-09 13:40 UTC  (2+ messages)
` [meta-oe][PATCH v2] "

[Buildroot] [PATCH 1/2] pigpio: new package
 2018-10-09 13:40 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] python-pigpio: "

Using lockdep instead of spin_is_locked()
 2018-10-09 13:36 UTC  (4+ messages)
` [PATCH 12/16] locking/mutex: Replace spin_is_locked() with lockdep

[net-next,09/19] net: usb: aqc111: Implement RX data path
 2018-10-09 13:39 UTC 

Pinmuxing and SDHC speeds on sdhci-esdhc-imx
 2018-10-09 13:38 UTC  (2+ messages)

[net-next,01/19] net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbE
 2018-10-09 13:37 UTC 

[PATCH] x86/vtd: fix IOMMU share PT destruction path
 2018-10-09 13:37 UTC  (5+ messages)

[PATCH 1/4] drm/i915/psr: Always wait for idle state when disabling PSR
 2018-10-09 13:27 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Cache sink_count for eDP

[PATCH 1/2] drm/i915: Do intel_panel_destroy_backlight() later
 2018-10-09 13:37 UTC  (3+ messages)

[MPTCP] [RFC PATCH v3 05/16] tcp: Add IPPROTO_SUBFLOW
 2018-10-09 13:37 UTC 

[PATCH v4 net-next 0/9] bnxt_en: devlink param updates
 2018-10-09  6:21 UTC  (3+ messages)
` [PATCH v4 net-next 8/9] devlink: Add Documentation/networking/devlink-params.txt

[PATCH] libertas: call into generic suspend code before turning off power
 2018-10-09 13:36 UTC  (4+ messages)

[PATCH v4 00/23] dom0less step1: boot multiple domains from device tree
 2018-10-09 13:35 UTC  (3+ messages)
` [PATCH v4 06/23] xen/arm: don't add duplicate boot modules, introduce domU flag

[PATCH 0/1] Fix kpart -d regression where matching devices not found
 2018-10-09 13:35 UTC  (2+ messages)

[Buildroot] [git commit] python-pigpio: new package
 2018-10-09 13:35 UTC 

[PATCH 0/5] replace attach/detach functions
 2018-10-09 13:34 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 1/6] bus/vdev: add iteration filter on name
  ` [PATCH v3 2/6] ethdev: add iterator to match devargs input
  ` [PATCH v3 3/6] ethdev: allow iterating with pure class filter
  ` [PATCH v3 4/6] doc: replace doxygen example in contribution guide
  ` [PATCH v3 5/6] ethdev: remove deprecated attach/detach functions
  ` [PATCH v3 6/6] eal: "

[PATCH v11 0/2] Add XYUV format support
 2018-10-09 13:34 UTC  (2+ messages)

[PATCH] cmake.bbclass: allow cmake to find hosttools
 2018-10-09 13:34 UTC 

[net-next,03/19] net: usb: aqc111: Add implementation of read and write commands
 2018-10-09 13:33 UTC 

[PATCH xf86-video-intel v3 0/2] Added AYUV format support
 2018-10-09 13:30 UTC  (3+ messages)
` [PATCH xf86-video-intel v3 1/2] sna/gen9+: Split out wm_kernel from the sna_composite_op flags
` [PATCH xf86-video-intel v3 2/2] sna: Added AYUV format support for textured and sprite video adapters

[U-Boot] [PATCH v3 0/9] Add pinmux command
 2018-10-09 13:31 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] dm: pinctrl: Add get_pin_muxing() ops
` [U-Boot] [PATCH v3 2/9] dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
` [U-Boot] [PATCH v3 3/9] dm: uclass: Add uclass_foreach_dev_probe
` [U-Boot] [PATCH v3 4/9] cmd: pinmux: Add pinmux command
` [U-Boot] [PATCH v3 5/9] pinctrl: stm32: Add get_pins_count() ops
` [U-Boot] [PATCH v3 6/9] pinctrl: stm32: Add get_pin_name() ops
` [U-Boot] [PATCH v3 7/9] pinctrl: stm32: Add get_pin_muxing() ops
` [U-Boot] [PATCH v3 8/9] gpio: stm32f7: Add ops get_function
` [U-Boot] [PATCH v3 9/9] pinctrl: sandbox: Add get_pin_muxing ops support

[Buildroot] [PATCH 1/1] bird: new package
 2018-10-09 13:30 UTC  (4+ messages)
` [Buildroot] [PATCH v2 "

[RESEND PATCH v2 1/3] video: ssd1307fb: Use gpiod_set_value_cansleep() for reset
 2018-10-09 13:30 UTC  (11+ messages)
` [RESEND PATCH v2 3/3] ARM: dts: imx28-cfa10036: Fix the reset gpio signal polarity

[PATCH 1/4] drm/v3d: Fix a use-after-free race accessing the scheduler's fences
 2018-10-09 13:30 UTC  (4+ messages)
` [PATCH 4/4] drm/v3d: Skip debugfs dumping GCA on platforms without GCA


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.