All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-07 08:07:18 to 2019-11-07 08:32:24 UTC [more...]

[cip-dev] [PATCH 4.4.y-cip 00/83] Add RZ/G1C SD/eMMC support
 2019-11-07  8:32 UTC  (56+ messages)
` [cip-dev] [PATCH 4.4.y-cip 01/83] mmc: tmio_mmc_dma: don't print invalid DMA cookie
` [cip-dev] [PATCH 4.4.y-cip 02/83] mmc: tmio_dma: remove debug messages with little information
` [cip-dev] [PATCH 4.4.y-cip 03/83] mmc: tmio: add flag to reduce delay after changing clock status
` [cip-dev] [PATCH 4.4.y-cip 04/83] mmc: tmio: remove stale comments
` [cip-dev] [PATCH 4.4.y-cip 05/83] mmc: tmio: refactor set_clock a little
` [cip-dev] [PATCH 4.4.y-cip 06/83] mmc: tmio: disable clock before changing it
` [cip-dev] [PATCH 4.4.y-cip 07/83] mmc: sdhi: use faster clock handling on RCar Gen2
` [cip-dev] [PATCH 4.4.y-cip 08/83] mmc: sdhi: error message on ENOMEM is superfluous
` [cip-dev] [PATCH 4.4.y-cip 09/83] mmc: sdhi: Add r8a7795 support
` [cip-dev] [PATCH 4.4.y-cip 10/83] mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} ops
` [cip-dev] [PATCH 4.4.y-cip 11/83] mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequency
` [cip-dev] [PATCH 4.4.y-cip 12/83] mmc: tmio: Add UHS-I mode support
` [cip-dev] [PATCH 4.4.y-cip 13/83] mmc: sh_mobile_sdhi: "
` [cip-dev] [PATCH 4.4.y-cip 14/83] mmc: tmio: always start clock after frequency calculation
` [cip-dev] [PATCH 4.4.y-cip 15/83] mmc: tmio: stop clock when 0Hz is requested
` [cip-dev] [PATCH 4.4.y-cip 16/83] mmc: tmio: Remove redundant runtime PM calls
` [cip-dev] [PATCH 4.4.y-cip 17/83] mmc: sh_mobile_sdhi: remove obsolete irq_by_name registration
` [cip-dev] [PATCH 4.4.y-cip 18/83] mmc: tmio: remove now unneeded seperate irq handlers
` [cip-dev] [PATCH 4.4.y-cip 19/83] mmc: tmio: simplify irq handler
` [cip-dev] [PATCH 4.4.y-cip 20/83] mmc: tmio: merge distributed include files
` [cip-dev] [PATCH 4.4.y-cip 21/83] mmc: tmio: give read32/write32 functions more descriptive names
` [cip-dev] [PATCH 4.4.y-cip 22/83] mmc: tmio: use BIT() within defines
` [cip-dev] [PATCH 4.4.y-cip 23/83] mmc: tmio: use CTL_STATUS consistently
` [cip-dev] [PATCH 4.4.y-cip 24/83] mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNC
` [cip-dev] [PATCH 4.4.y-cip 25/83] mmc: tmio: document CTL_STATUS handling
` [cip-dev] [PATCH 4.4.y-cip 26/83] mmc: tmio/sdhi: introduce flag for RCar 2+ specific features
` [cip-dev] [PATCH 4.4.y-cip 27/83] mmc: sh_mobile_sdhi: make clk_update function more compact
` [cip-dev] [PATCH 4.4.y-cip 28/83] mmc: sh_mobile_sdhi: only change the clock on RCar Gen2+
` [cip-dev] [PATCH 4.4.y-cip 29/83] mmc: sh_mobile_sdhi: check return value when changing clk
` [cip-dev] [PATCH 4.4.y-cip 30/83] mmc: sh_mobile_sdhi: properly document R-Car versions
` [cip-dev] [PATCH 4.4.y-cip 31/83] mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhi
` [cip-dev] [PATCH 4.4.y-cip 32/83] mmc: host: sh_mobile_sdhi: don't populate unneeded functions
` [cip-dev] [PATCH 4.4.y-cip 33/83] mmc: tmio: add eMMC support
` [cip-dev] [PATCH 4.4.y-cip 34/83] mmc: tmio-mmc: add support for 32bit data port
` [cip-dev] [PATCH 4.4.y-cip 35/83] mmc: add define for R1 response without CRC
` [cip-dev] [PATCH 4.4.y-cip 36/83] mmc: sh_mobile_sdhi: add ocr_mask option
` [cip-dev] [PATCH 4.4.y-cip 37/83] mmc: tmio: enhance illegal sequence handling
` [cip-dev] [PATCH 4.4.y-cip 38/83] mmc: tmio: document mandatory and optional callbacks
` [cip-dev] [PATCH 4.4.y-cip 39/83] mmc: tmio: Add hw reset support
` [cip-dev] [PATCH 4.4.y-cip 40/83] mmc: core: Add helper to see if a host can be retuned
` [cip-dev] [PATCH 4.4.y-cip 41/83] mmc: tmio: Add tuning support
` [cip-dev] [PATCH 4.4.y-cip 42/83] mmc: sh_mobile_sdhi: "
` [cip-dev] [PATCH 4.4.y-cip 43/83] mmc: tmio: fix wrong bitmask for SDIO irqs
` [cip-dev] [PATCH 4.4.y-cip 44/83] mmc: tmio: remove SDIO from TODO list
` [cip-dev] [PATCH 4.4.y-cip 45/83] mmc: tmio: use SDIO master interrupt bit only when allowed
` [cip-dev] [PATCH 4.4.y-cip 46/83] mmc: sh_mobile_sdhi: simplify accessing DT data
` [cip-dev] [PATCH 4.4.y-cip 47/83] mmc: sh_mobile_sdhi: improve prerequisite for hw_reset
` [cip-dev] [PATCH 4.4.y-cip 48/83] mmc: sh_mobile_sdhi: remove superfluous check in hw_reset
` [cip-dev] [PATCH 4.4.y-cip 49/83] mmc: sh_mobile_sdhi: improve prerequisites for tuning
` [cip-dev] [PATCH 4.4.y-cip 50/83] mmc: sh_mobile_sdhi: remove superfluous check in SCC error check
` [cip-dev] [PATCH 4.4.y-cip 51/83] mmc: sh_mobile_sdhi: remove superfluous check in init_tuning
` [cip-dev] [PATCH 4.4.y-cip 52/83] mmc: sh_mobile_sdhi: enable HS200
` [cip-dev] [PATCH 4.4.y-cip 53/83] mmc: host: tmio: drop superfluous exit path
` [cip-dev] [PATCH 4.4.y-cip 54/83] mmc: tmio: Remove redundant check of mmc->slot.cd_irq
` [cip-dev] [PATCH 4.4.y-cip 55/83] mmc: host: tmio: disable clocks when unbinding

[PATCH V8] mm/debug: Add tests validating architecture page table helpers
 2019-11-07  4:44 UTC  (6+ messages)

[PATCH 0/6] xfs: various coverity fixes
 2019-11-07  8:32 UTC  (5+ messages)
` [PATCH 1/6] xfs: annotate functions that trip static checker locking checks
` [PATCH 2/6] xfs: fix missing header includes

RE:RE:faktura cislo 524341830446
 2019-11-07  7:33 UTC 

[PATCH v2] image_types: add Zstandard conversion support
 2019-11-07  8:32 UTC  (3+ messages)

[PATCH 0/2] drm/gma500: Add page flip support on psb/cdv
 2019-11-07  8:31 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH] iomap: iomap_bmap should check iomap_apply return value
 2019-11-07  8:30 UTC  (2+ messages)

[PATCH] mmc: renesas_sdhi: add checks for pinctrl_lookup_state
 2019-11-07  8:30 UTC  (6+ messages)

[PATCH v2] mmc: core: Fix size overflow for mmc partitions
 2019-11-07  8:30 UTC  (2+ messages)

remove m_dirops
 2019-11-07  8:29 UTC  (5+ messages)
` [PATCH 21/34] xfs: devirtualize ->sf_get_ino and ->sf_put_ino

[PATCH 2/2 v2] drm/atomic: clear new_state pointers at hw_done
 2019-11-07  8:29 UTC  (3+ messages)
` [drm/atomic] 1c3cd2f4f9: BUG:kernel_NULL_pointer_dereference,address
  ` [drm/atomic] 1c3cd2f4f9: BUG:kernel_NULL_pointer_dereference, address

[patch 00/12] futex: Cure robust/PI futex exit races
 2019-11-07  8:29 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: fix batch enqueue only handle few packets
 2019-11-07 14:37 UTC  (4+ messages)

[virtio-dev] [PATCH] [RFC RESEND] vdec: Add virtio video decode device specification
 2019-11-07  8:29 UTC  (11+ messages)

撤回: [PATCH 2/2] erofs-utils: support 128-bit filesystem UUID
 2019-11-07  7:22 UTC 

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-07  8:07 UTC  (7+ messages)
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN

patch "phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"" added to char-misc-testing
 2019-11-07  8:27 UTC 

[PATCH 1/2] drm/arm: Factor out generic afbc helpers
 2019-11-07  8:27 UTC  (6+ messages)
` [PATCHv2 0/4] AFBC support for Rockchip
  ` [PATCHv2 1/4] drm/arm: Factor out generic afbc helpers

[btrfs] ef1317a1b9: stderr.disk_rr():No_space_left_on_device
 2019-11-07  8:27 UTC 

[alsa-devel] [PATCH v2 0/2] Add definition for GPIO direction
 2019-11-07  8:26 UTC  (13+ messages)
` [alsa-devel] [PATCH v2 1/2] gpio: "
  `  "
      ` [PATCH v2 0/2] "

[meta-oe][PATCH] protobuf: upgrade 3.10.0 -> 3.10.1
 2019-11-07 12:06 UTC 

[meta-oe][PATCH] postgresql: upgrade 11.5 -> 12.0
 2019-11-07 12:05 UTC 

[patch 0/9] x86/iopl: Prevent user space from using CLI/STI with iopl(3)
 2019-11-07  8:25 UTC  (5+ messages)
` [patch 5/9] x86/ioport: Reduce ioperm impact for sane usage further

[RFC v1 0/2] Enable IOMMU support for pseries Secure VMs
 2019-11-07  6:01 UTC  (4+ messages)

[meta-oe][PATCH] mce-test: Update to latest git version
 2019-11-07 12:05 UTC 

[meta-oe][PATCH] mcelog: upgrade 164 -> 165
 2019-11-07 12:04 UTC 

[PATCH 00/30] security, efi: Add kernel lockdown
 2019-11-07  8:21 UTC  (3+ messages)
` [PATCH 18/30] acpi: Disable APEI error injection if the kernel is locked down

[PATCH V2] EFI/stub: tpm: enable tpm eventlog function for ARM64 platform
 2019-11-07  8:24 UTC 

[meta-oe][PATCH] mariadb: upgrade 10.3.16 -> 10.3.18
 2019-11-07 12:03 UTC 

[PATCH] powerpc/tools: Don't quote $objdump in scripts
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH v1 0/4] Add modules.builtin.modinfo support
 2019-11-07  8:23 UTC  (3+ messages)
` [PATCH v1 1/4] libkmod: Add parser for modules.builtin.modinfo

[PATCH] conntrackd UDP IPv6 destination address not usable (Bug 1378)
 2019-11-07  8:17 UTC 

[PULL] drm-misc-fixes
 2019-11-07  8:22 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/bios: store child devices in a list
 2019-11-07  8:22 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH RESEND v3] ARM: ftrace: remove mcount(),ftrace_caller_old() and ftrace_call_old()
 2019-11-07  8:21 UTC  (2+ messages)

[PATCH] powerpc: Add build-time check of ptrace PT_xx defines
 2019-11-07  3:45 UTC  (2+ messages)

[PATCH 0/4] Start removing legacy guc code
 2019-11-07  8:19 UTC  (9+ messages)
` [PATCH 1/4] drm/i915/guc: Drop leftover preemption code
  ` [Intel-gfx] "
` [PATCH 2/4] drm/i915/guc: add a helper to allocate and map guc vma
  ` [Intel-gfx] "

[PATCH] ARM: check __ex_table in do_bad()
 2019-11-07  7:45 UTC 

[PATCH v7 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-07  4:22 UTC  (5+ messages)
` [PATCH v7 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v7 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v7 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v7 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

The problems about COLO
 2019-11-07  8:14 UTC  (3+ messages)

[PATCH v2] nfc: netlink: fix double device reference drop
 2019-11-07  8:18 UTC  (2+ messages)

[PATCH 02/62] gpio: gpio-104-dio-48e: Use new GPIO_LINE_DIRECTION
 2019-11-07  8:15 UTC  (4+ messages)

[PATCH][zeus][master] harfbuzz: split libharfbuzz-subset.so to its own binary package
 2019-11-07  8:13 UTC 

[PATCH] rcar-vin: Limit NV12 availability to supported VIN channels only
 2019-11-07  8:13 UTC  (4+ messages)

[Intel-gfx] [PATCH 01/28] drm/i915: Leave the aliasing-ppgtt size alone
 2019-11-07  8:12 UTC  (84+ messages)
  `  "
  ` [Intel-gfx] [PATCH 02/28] drm: Move EXPORT_SYMBOL_FOR_TESTS_ONLY under a separate Kconfig
      `  "
  ` [Intel-gfx] [PATCH 03/28] drm: Expose a method for creating anonymous struct file around drm_minor
      `  "
  ` [Intel-gfx] [PATCH 04/28] drm/i915/selftests: Replace mock_file hackery with drm's true fake
      `  "
  ` [Intel-gfx] [PATCH 05/28] drm/i915/selftests: Wrap vm_mmap() around GEM objects
      `  "
  ` [Intel-gfx] [PATCH 06/28] drm/i915/selftests: Verify mmap_gtt revocation on unbinding
      `  "
  ` [Intel-gfx] [PATCH 07/28] drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
      `  "
  ` [Intel-gfx] [PATCH 08/28] drm/i915/gem: Safely acquire the ctx->vm when copying
      `  "
  ` [Intel-gfx] [PATCH 09/28] drm/i915/selftests: Exercise parallel blit operations on a single ctx
      `  "
  ` [Intel-gfx] [PATCH 10/28] drm/i915/selftests: Perform some basic cycle counting of MI ops
      `  "
  ` [Intel-gfx] [PATCH 11/28] drm/i915/selftests: Mock the engine sorting for easy validation
      `  "
  ` [Intel-gfx] [PATCH 12/28] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
      `  "
  ` [Intel-gfx] [PATCH 13/28] drm/i915: Drop GEM context as a direct link from i915_request
      `  "
  ` [Intel-gfx] [PATCH 14/28] drm/i915: Push the use-semaphore marker onto the intel_context
      `  "
  ` [Intel-gfx] [PATCH 15/28] drm/i915: Remove i915->kernel_context
      `  "
  ` [Intel-gfx] [PATCH 16/28] drm/i915: Move i915_gem_init_contexts() earlier
      `  "
  ` [Intel-gfx] [PATCH 17/28] drm/i915/gt: Defer engine registration until fully initialised
      `  "
  ` [Intel-gfx] [PATCH 18/28] drm/i915/gt: Pull GT initialisation under intel_gt_init()
      `  "
  ` [Intel-gfx] [PATCH 19/28] drm/i915/gt: Merge engine init/setup loops
      `  "
  ` [Intel-gfx] [PATCH 20/28] drm/i915/gt: Expose engine properties via sysfs
      `  "
  ` [Intel-gfx] [PATCH 21/28] drm/i915/gt: Expose engine->mmio_base "
      `  "
  ` [Intel-gfx] [PATCH 22/28] drm/i915/gt: Expose timeslice duration to sysfs
      `  "
  ` [Intel-gfx] [PATCH 23/28] drm/i915/gt: Expose reset stop timeout via sysfs
      `  "
  ` [Intel-gfx] [PATCH 24/28] drm/i915/gt: Expose preempt reset "
      `  "
  ` [Intel-gfx] [PATCH 25/28] drm/i915/gt: Expose heartbeat interval "
      `  "
  ` [Intel-gfx] [PATCH 26/28] drm/i915: Flush idle barriers when waiting
      `  "
  ` [Intel-gfx] [PATCH 27/28] drm/i915: Allow userspace to specify ringsize on construction
      `  "
  ` [Intel-gfx] [PATCH 28/28] drm/i915/gem: Honour O_NONBLOCK before throttling execbuf submissions
      `  "

[PATCH V2 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-11-07  7:51 UTC 

[U-Boot] [PATCH v5 0/4] arm: socfpga: Convert drivers from struct to defines
 2019-11-07  8:11 UTC  (8+ messages)
` [U-Boot] [PATCH v5 1/4] arm: dts: socfpga: Add u-boot, dm-pre-reloc for sysmgr and clkmgr nodes
` [U-Boot] [PATCH v5 3/4] arm: socfpga: Convert system manager from struct to defines

[PATCH 0/5] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2019-11-07  8:10 UTC  (5+ messages)
` [PATCH 3/5] PCI: rcar: Add R-Car PCIe endpoint device tree bindings

[PATCH v6 0/7] gpio: expose line bias flags to userspace
 2019-11-07  8:10 UTC  (3+ messages)

[PATCH 0/6] [Outreachy] check-ref-format: parse-options
 2019-11-07  8:10 UTC  (7+ messages)
` [PATCH 1/6] [Outreachy] merge-ours: include parse-option.h
` [PATCH 2/6] [Outreachy] check-ref-format: parse-options
` [PATCH 3/6] This file wasn't supposed to change during my git push for check-ref-format :(
` [PATCH 4/6] [Outreachy] check-ref-format: parse options
` [PATCH 5/6] [Outreachy] check-ref-format: parse-options
` [PATCH 6/6] "

[PATCH] perf: Fix the aux_output group inheritance fix
 2019-11-07  8:08 UTC  (2+ messages)

mlockall(MCL_CURRENT) blocking infinitely
 2019-11-07  8:08 UTC  (12+ messages)

linux-next: Tree for Nov 7
 2019-11-07  8:07 UTC 

[PATCH] s390/pkey: Use memdup_user() rather than duplicating its implementation
 2019-11-07  8:07 UTC  (7+ messages)
  `  "

[alsa-devel] [PATCH v2 0/8] ALSA: aloop: Support sound timer as clock source instead of jiffies
 2019-11-07  8:06 UTC  (10+ messages)
` [alsa-devel] [PATCH v2 1/8] ALSA: aloop: Describe units of variables
  ` [alsa-devel] [PATCH v2 2/8] ALSA: aloop: loopback_timer_start: Support return of error code
    ` [alsa-devel] [PATCH v2 3/8] ALSA: aloop: loopback_timer_stop: "
      ` [alsa-devel] [PATCH v2 4/8] ALSA: aloop: Use callback functions for timer specific implementations
        ` [alsa-devel] [PATCH v2 5/8] ALSA: aloop: Rename all jiffies timer specific functions
          ` [alsa-devel] [PATCH v2 6/8] ALSA: aloop: Move CABLE_VALID_BOTH to the top of file
            ` [alsa-devel] [PATCH v2 7/8] ALSA: aloop: Support selection of snd_timer instead of jiffies
              ` [alsa-devel] [PATCH v2 8/8] ALSA: aloop: Support runtime change of snd_timer via info interface


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.