linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-26 09:17:56 to 2018-04-26 11:56:08 UTC [more...]

[PATCH v2 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-26 11:56 UTC  (3+ messages)
` [PATCH v2 2/5] ARM: timer-sp: "

[PATCH RESEND] firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()
 2018-04-26 11:55 UTC 

[PATCH 00/18] thermal: exynos: further fixes and cleanups
 2018-04-26 11:51 UTC  (15+ messages)
    ` [PATCH 01/18] thermal: exynos: fix setting rising_threshold for Exynos5433
    ` [PATCH 03/18] thermal: exynos: always check for critical trip points existence
    ` [PATCH 04/18] thermal: exynos: check STATUS register in exynos_tmu_initialize()
    ` [PATCH 08/18] thermal: exynos: make ->tmu_initialize method void
    ` [PATCH 09/18] thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()
    ` [PATCH 10/18] thermal: exynos: move IRQs clearing to exynos_tmu_initialize()
    ` [PATCH 11/18] thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers
    ` [PATCH 12/18] thermal: exynos: do not use trips structure directly in ->tmu_initialize
    ` [PATCH 13/18] thermal: exynos: set trips in ascending order in exynos7_tmu_initialize()
    ` [PATCH 14/18] thermal: exynos: move trips setting to exynos_tmu_initialize()
    ` [PATCH 15/18] thermal: exynos: check return values of ->get_trip_[temp,hyst] methods
    ` [PATCH 16/18] thermal: exynos: cleanup code for enabling threshold interrupts
    ` [PATCH 17/18] thermal: exynos: remove unused defines for Exynos5433
    ` [PATCH 18/18] thermal: exynos: remove trip reporting to user-space

[PATCH v5] spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate()
 2018-04-26 11:53 UTC  (2+ messages)
` Applied "spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate()." to the spi tree

[PATCH] sched/fair: schedutil: update only with all info available
 2018-04-26 11:52 UTC  (8+ messages)

[PATCH 1/6] ASoC: mediatek: use snd_soc_dai_get_drvdata() to get the private data
 2018-04-26 11:53 UTC  (3+ messages)
` Applied "ASoC: mediatek: use snd_soc_dai_get_drvdata() to get the private data" to the asoc tree

linux-next: manual merge of the wireless-drivers-next tree with the wireless-drivers tree
 2018-04-26 11:51 UTC  (4+ messages)

WARNING: kobject bug in br_add_if
 2018-04-26 11:51 UTC  (7+ messages)

[PATCH] ASoC: msm8916-wcd-analog: use threaded context for mbhc events
 2018-04-26 11:50 UTC  (2+ messages)
` Applied "ASoC: msm8916-wcd-analog: use threaded context for mbhc events" to the asoc tree

[PATCH] sched/fair: use RETRY_TASK in idle_balance
 2018-04-26 11:49 UTC  (2+ messages)

Potential problem with 31e77c93e432dec7 ("sched/fair: Update blocked load when newly idle")
 2018-04-26 11:48 UTC  (10+ messages)

[PATCH] USB: serial: option: adding support for ublox R410M
 2018-04-26 11:40 UTC  (7+ messages)

[PATCH 1/3] power: supply: Add support for the Qualcomm Battery Monitoring System
 2018-04-26 11:39 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: power: supply: qcom_bms: Add bindings

[PATCH] ARM: tegra: fix ulpi regression on tegra20
 2018-04-26 11:39 UTC  (6+ messages)

[PATCH 00/11] PM / Domains: Fixup error paths with dev_pm_domain_attach()
 2018-04-26 11:39 UTC  (5+ messages)
` [PATCH 10/11] soundwire: Respect all error codes from dev_pm_domain_attach()
` [PATCH 11/11] spi: "

[PATCH v6 00/24] ASoC: qcom: Add support to QDSP based Audio
 2018-04-26 11:39 UTC  (26+ messages)
` [PATCH v6 01/24] soc: qcom dt-bindings: Add APR bus bindings
` [PATCH v6 02/24] soc: qcom: Add APR bus driver
` [PATCH v6 03/24] ASoC: qdsp6: dt-bindings: Add q6core dt bindings
` [PATCH v6 04/24] ASoC: qdsp6: dt-bindings: Add q6afe "
` [PATCH v6 05/24] ASoC: qdsp6: dt-bindings: Add q6adm "
` [PATCH v6 06/24] ASoC: qdsp6: dt-bindings: Add q6asm "
` [PATCH v6 07/24] ASoC: qdsp6: q6common: Add qdsp6 helper functions
` [PATCH v6 08/24] ASoC: qdsp6: q6core: Add q6core driver
` [PATCH v6 09/24] ASoC: qdsp6: q6afe: Add q6afe driver
` [PATCH v6 10/24] ASoC: qdsp6: qdafe: Add SLIMBus port Support
` [PATCH v6 11/24] ASoC: qdsp6: q6afe: Add support to MI2S ports
` [PATCH v6 12/24] ASoC: qdsp6: q6afe: Add support to MI2S sysclks
` [PATCH v6 13/24] ASoC: qdsp6: q6adm: Add q6adm driver
` [PATCH v6 14/24] ASoC: qdsp6: q6asm: Add q6asm driver
` [PATCH v6 15/24] ASoC: qdsp6: q6asm: Add support to memory map and unmap
` [PATCH v6 16/24] ASoC: qdsp6: q6asm: Add support to audio stream apis
` [PATCH v6 17/24] ASoC: qdsp6: q6routing: Add q6routing driver
` [PATCH v6 18/24] ASoC: qdsp6: q6routing: Add support to all SLIMBus Mixers
` [PATCH v6 19/24] ASoC: qdsp6: q6routing: Add support to MI2S Mixers
` [PATCH v6 20/24] ASoC: qdsp6: q6afe: Add q6afe dai driver
` [PATCH v6 21/24] ASoC: qdsp6: q6asm: Add q6asm "
` [PATCH v6 22/24] ASoC: qdsp6: dt-bindings: Add apq8096 machine bindings
` [PATCH v6 23/24] ASoC: qcom: apq8096: Add db820c machine driver
` [PATCH v6 24/24] MAINTAINERS: Add myself as co-maintainer of qcom audio

[PATCH 8/8] ALSA: add new 32-bit layout for snd_pcm_mmap_status/control
 2018-04-26 11:34 UTC  (5+ messages)

[PATCH v3 1/3] power: supply: Add support for the Qualcomm Battery Monitoring System
 2018-04-26 11:34 UTC  (3+ messages)
` [PATCH v4 "

make TAGS broken with commit 99443f811c452c6 ("scripts/tags.sh: change find_other_sources()...")
 2018-04-26 11:25 UTC 

[RFC PATCH v2 0/4] acpi: apei: Improve error handling with firmware-first
 2018-04-26 11:20 UTC  (6+ messages)
` [RFC PATCH v3 0/3] acpi: apei: Improve PCIe "
  ` [RFC PATCH v3 2/3] acpi: apei: Do not panic() on PCIe errors reported through GHES
  ` [RFC PATCH v3 3/3] acpi: apei: Warn when GHES marks correctable errors as "fatal"

[RFC 00/10] ARM: Remove support for Exynos5440
 2018-04-26 11:21 UTC  (4+ messages)
` [RFC 06/10] thermal: samsung: "
      ` [PATCH] "

[PATCH 01/11] ASoC: amd: rename audio_substream_data variable
 2018-04-26 11:15 UTC  (11+ messages)
` [PATCH 02/11] ASoC: amd: dma config parameters changes
` [PATCH 03/11] ASoC: amd: added byte count register offset variables to rtd
` [PATCH 04/11] ASoC: amd: removed separate byte count variables for playback and capture
` [PATCH 05/11] ASoC: amd: pte offset related dma driver changes
` [PATCH 06/11] ASoC: amd: sram bank update changes
` [PATCH 07/11] ASoC: amd: memory freeing for rtd structure
` [PATCH 08/11] ASoC: AMD: Move clk enable from hw_params/free to startup/shutdown
` [PATCH 09/11] ASoC: AMD: Fix clocks in CZ DA7219 machine driver
` [PATCH 10/11] ASoC: AMD: Add const to snd_soc_ops instances
` [PATCH v2 11/11] ASoC: amd: dma driver changes for bt i2s instance

[Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag
 2018-04-26 11:12 UTC  (20+ messages)
            ` noveau vs arm dma ops
                    ` [Linaro-mm-sig] "

[PATCH v3 0/3] resource: Use list_head to link sibling resource
 2018-04-26 11:09 UTC  (5+ messages)
` [PATCH v3 2/3] resource: add walk_system_ram_res_rev()

Moving unmaintained filesystems to staging
 2018-04-26 11:08 UTC  (11+ messages)
    ` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
      ` moving affs + RDB partition support to staging?

[PATCH v8 00/13] Support PPTT for ARM64
 2018-04-26 11:05 UTC  (5+ messages)
` [PATCH v8 04/13] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

[PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable
 2018-04-26 11:01 UTC  (5+ messages)
` [PATCH 1/4] exit: Move read_unlock() up in mm_update_next_owner()
` [PATCH 2/4] exit: Use rcu instead of get_task_struct() "
` [PATCH 3/4] exit: Rename assign_new_owner label "
` [PATCH 4/4] exit: Lockless iteration over task list "

[PATCH] firmware: dmi: Add access to the SKU ID string
 2018-04-26 11:01 UTC  (5+ messages)

[PATCH v2] of: overlay: Stop leaking resources on overlay removal
 2018-04-26 11:00 UTC 

[PATCH v4 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-04-26 10:59 UTC  (3+ messages)
` [PATCH v4 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-26 10:58 UTC  (7+ messages)
` [PATCH v2 03/17] arm64: Make page table helpers reusable
` [PATCH v2 04/17] arm64: Refactor pud_huge for reusability
` [PATCH v2 05/17] arm64: Helper for parange to PASize

[PATCH v8 0/6] typec: tcpm: Add sink side support for PPS
 2018-04-26 10:54 UTC  (6+ messages)

[PATCH 4/8] ALSA: Avoid using timespec for struct snd_pcm_status
 2018-04-26 10:53 UTC  (3+ messages)

[PATCH] ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
 2018-04-26 10:50 UTC 

[PATCH] sched/numa: Stagger NUMA balancing scan periods for new threads
 2018-04-26 10:48 UTC 

[PATCH v3] report correct CPU/cache topology
 2018-04-26 10:47 UTC 

[PATCH net-next] geneve: fix build with modular IPV6
 2018-04-26 10:36 UTC 

[PATCH] net: dwc-xlgmac: fix xlgmac_xmit()'s return type
 2018-04-26 10:42 UTC  (2+ messages)

[PATCH] drm/core: Remove drm_dev_unref() and it's uses
 2018-04-26 10:43 UTC  (2+ messages)

[PATCH] NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
 2018-04-26 10:41 UTC  (2+ messages)

[PATCH] ARM64: dts: meson: add MMC resets
 2018-04-26 10:41 UTC 

[PATCH v4 00/12] mmc: sdhci-omap: Add UHS/HS200 mode support
 2018-04-26 10:40 UTC  (5+ messages)
` [PATCH v4 05/12] mmc: sdhci: Disable HS200/HS400 mode if controller can't support 1.8v

[PATCH] mmc: meson-gx: add device reset
 2018-04-26 10:38 UTC 

[PATCH v3 00/14] kernel/locking: qspinlock improvements
 2018-04-26 10:34 UTC  (15+ messages)
` [PATCH v3 01/14] barriers: Introduce smp_cond_load_relaxed and atomic_cond_read_relaxed
` [PATCH v3 02/14] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH v3 03/14] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH v3 04/14] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH v3 05/14] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath
` [PATCH v3 06/14] locking/qspinlock: Kill cmpxchg loop when claiming lock from head of queue
` [PATCH v3 07/14] locking/qspinlock: Use atomic_cond_read_acquire
` [PATCH v3 08/14] locking/mcs: Use smp_cond_load_acquire() in mcs spin loop
` [PATCH v3 09/14] locking/qspinlock: Use smp_cond_load_relaxed to wait for next node
` [PATCH v3 10/14] locking/qspinlock: Make queued_spin_unlock use smp_store_release
` [PATCH v3 11/14] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
` [PATCH v3 12/14] locking/qspinlock: Use try_cmpxchg instead of cmpxchg when locking
` [PATCH v3 13/14] locking/qspinlock: Add stat tracking for pending vs slowpath
` [PATCH v3 14/14] MAINTAINERS: Add myself as a co-maintainer for LOCKING PRIMITIVES

[PATCH v1 0/2] microblaze/PCI: Remove unused code
 2018-04-26 10:35 UTC  (3+ messages)

[PATCH v2 0/9] HugeTLB migration support for PPC64
 2018-04-26 10:35 UTC  (3+ messages)
` [PATCH v2 9/9] powerpc/hugetlb: Enable hugetlb migration for ppc64

[PATCH] proc: use #pragma once
 2018-04-26 10:33 UTC  (5+ messages)

linux-next: build failure after merge of the clk-samsung tree
 2018-04-26 10:32 UTC  (4+ messages)

[PATCH V2 1/2] sched/fair: Rearrange select_task_rq_fair() to optimize it
 2018-04-26 10:30 UTC  (2+ messages)
` [PATCH 2/2] sched/fair: Avoid calling sync_entity_load_avg() unnecessarily

[RFC 0/2] dw_mmc: add multislot support
 2018-04-26 10:30 UTC  (2+ messages)

[PATCH] memory: omap-gpmc: Avoid redundant NULL check
 2018-04-26 10:29 UTC 

[PATCH] mfd: omap-usb-host: Fix dts probe of children
 2018-04-26 10:25 UTC  (2+ messages)

[PATCH v1] device property: Get rid of union aliasing
 2018-04-26 10:23 UTC 

[v2, 1/3] staging: fsl-dpaa2/eth: Add support for hardware timestamping
 2018-04-26 10:23 UTC  (3+ messages)
` [v2, 2/3] staging: fsl-dpaa2/eth: add the get_ts_info interface for ethtool
` [v2, 3/3] staging: fsl-dpaa2/rtc: support phc_index of ethtool_ts_info

[PATCH 0/3] video/fbdev/omap: Adjustments for two function implementations
 2018-04-26 10:22 UTC  (3+ messages)
  ` [PATCH 2/3] video: omap: Improve a size determination in omapfb_do_probe()

[PATCH] staging: fsl-dpaa2/eth: Add support for hardware timestamping
 2018-04-26 10:22 UTC  (5+ messages)

[PATCH] arm64: skip cpu nodes marked as disabled in DT
 2018-04-26 10:18 UTC  (4+ messages)

pciehp 0000:00:1c.0:pcie004: Timeout on hotplug command 0x1038 (issued 65284 msec ago)
 2018-04-26 10:17 UTC 

[PATCH v3 0/4] pcal6524 extensions and fixes for pca953x driver
 2018-04-26 10:17 UTC  (7+ messages)
` [PATCH v3 2/4] gpio: pca953x: add register definitions for pcal6524 and fix address calculation
      ` [Letux-kernel] "

[PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-26 10:16 UTC  (17+ messages)
` [PATCH v3 06/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v3 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v3 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v3 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources

[PATCH 0/4] video: sm501fb: Adjustments for seven function implementations
 2018-04-26 10:15 UTC  (3+ messages)
  ` [PATCH 2/4] video: sm501fb: Improve a size determination in sm501fb_probe()

[PATCH v2] wlcore: sdio: allow pm to handle sdio power
 2018-04-26 10:14 UTC  (5+ messages)
  ` [EXTERNAL] "

pull-request: wireless-drivers 2018-04-26
 2018-04-26 10:12 UTC 

[PATCH v4] bpf, x86_32: add eBPF JIT compiler for ia32
 2018-04-26 10:12 UTC 

[PATCH 0/2] video/fbdev/mmp: Adjustments for two function implementations
 2018-04-26 10:10 UTC  (5+ messages)
  ` [PATCH 1/2] video: fbdev-MMP: Delete an error message for a failed memory allocation in two functions
  ` [PATCH 2/2] video: fbdev-MMP: Improve a size determination in path_init()

[PATCH 0/7] gnss: add new GNSS subsystem
 2018-04-26 10:10 UTC  (6+ messages)

printk feature for syzbot?
 2018-04-26 10:06 UTC  (2+ messages)

[PATCH][next] media: ispstat: don't dereference user_cfg before a null check
 2018-04-26 10:03 UTC  (3+ messages)

[PATCH] x86/vector: Remove the unused macro FPU_IRQ
 2018-04-26 10:00 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH] video: auo_k190x: Delete an error message for a failed memory allocation in auok190x_common_probe()
 2018-04-26  9:58 UTC  (2+ messages)

[PATCH] bpf: fix misaligned access for BPF_PROG_TYPE_PERF_EVENT program type on x86_32 platform
 2018-04-26  9:57 UTC 

[RESEND PATCH v4.9, 1/1] mmc: sdhci-dwc-mshc-pci: synopsys dwc mshc support
 2018-04-26  9:56 UTC  (2+ messages)

[PATCH] video: sh_mobile_meram: Delete an error message for a failed memory allocation in sh_mobile_meram_probe()
 2018-04-26  9:55 UTC  (2+ messages)

[PATCH] video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocation in two functions
 2018-04-26  9:55 UTC  (2+ messages)

[PATCH] sched/rt: Rework for_each_process_thread() iterations in tg_has_rt_tasks()
 2018-04-26  9:54 UTC  (8+ messages)
    ` [PATCH v2] "
        ` [PATCH v3]sched/rt: Stop "

[PATCH] i2c: at91: Read all available bytes at once
 2018-04-26  9:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] x86/centaur: report correct CPU/cache topology
 2018-04-26  9:52 UTC 

[patch V2 0/7] LICENSES: Add missing License Text and provide a checker script
 2018-04-26  9:52 UTC  (3+ messages)
` [patch V2 1/7] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers

[PATCH] drm: udl: Destroy framebuffer only if it was initialized
 2018-04-26  9:50 UTC  (5+ messages)

[PATCH v1 0/7] add support for Bluetooth on MT7622 SoC
 2018-04-26  9:47 UTC  (5+ messages)
` [PATCH v1 6/7] Bluetooth: hci_mediatek: Add protocol support for MediaTek serial devices

[PATCH] iommu/iova: Update cached node pointer when current node fails to get any free IOVA
 2018-04-26  9:45 UTC  (4+ messages)

[PATCH V8 0/5] crypto: AES CBC multibuffer implementation
 2018-04-26  9:44 UTC  (11+ messages)
` [PATCH V8 1/5] crypto: Multi-buffer encryption infrastructure support

[PATCH] printk: Ratelimit messages printed by console drivers
 2018-04-26  9:42 UTC  (11+ messages)

(no subject)
 2018-04-26  9:39 UTC  (11+ messages)
` [PATCH 13/22] nds32: use generic dma_noncoherent_ops

[PATCH 1/4] tty: n_gsm: add some locking around gsm_mux[]
 2018-04-26  9:27 UTC  (2+ messages)

[PATCH 0/4] ALSA: usb: UAC3 new features
 2018-04-26  9:26 UTC  (4+ messages)
` [PATCH v2 "
    ` [alsa-devel] "

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-04-26  9:25 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation


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