linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-12 16:11:12 to 2019-02-12 18:06:28 UTC [more...]

[PATCH v2 00/21] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-12 18:03 UTC  (21+ messages)
    ` [PATCH v2 01/21] ASoC: samsung: i2s: Restore support for the secondary PCM
    ` [PATCH v2 02/21] ASoC: samsung: i2s: Move clk supplier data to common driver data structure
    ` [PATCH v2 03/21] ASoC: samsung: i2s: Add widgets and routes for DPCM support
    ` [PATCH v2 05/21] ASoC: samsung: i2s: Move opclk data to common driver data structure
    ` [PATCH v2 06/21] ASoC: samsung: i2s: Move registers cache "
    ` [PATCH v2 07/21] ASoC: samsung: i2s: Move SFR pointer "
    ` [PATCH v2 08/21] ASoC: samsung: i2s: Drop spinlock pointer from i2s_dai "
    ` [PATCH v2 09/21] ASoC: samsung: i2s: Move IP variant data to common driver "
    ` [PATCH v2 10/21] ASoC: samsung: i2s: Move quirks "
    ` [PATCH v2 11/21] ASoC: samsung: i2s: Get rid of a static spinlock
    ` [PATCH v2 12/21] ASoC: samsung: odroid: Add support for secondary CPU DAI
    ` [PATCH v2 13/21] ASoC: samsung: Specify DMA channel names through custom DMA config
    ` [PATCH v2 14/21] ASoC: samsung: Drop DAI DMA data chan_name assignments
    ` [PATCH v2 15/21] ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag
    ` [PATCH v2 16/21] ASoC: samsung: i2s: Simplify pri_dai, sec_dai pointers usage
    ` [PATCH v2 17/21] ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definition
    ` [PATCH v2 18/21] ASoC: samsung: i2s: Comments clean up
    ` [PATCH v2 19/21] ASoC: samsung: i2s: Convert to SPDX License Indentifier
    ` [PATCH v2 20/21] ARM: dts: exynos5422-odroidxu3: Add support for secondary DAI
    ` [PATCH v2 21/21] ARM: dts: exynos5422-odroidxu4: "

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-02-12 18:04 UTC 

[PATCH v5] bluetooth: Fix WARNING in tty_set_termios()
 2019-02-12 18:04 UTC  (3+ messages)

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-02-12 18:02 UTC  (10+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI

[PATCH] x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
 2019-02-12 18:00 UTC  (4+ messages)

[PATCH v6 0/9] vsprintf: Prevent silent crashes and consolidate error handling
 2019-02-12 17:58 UTC  (5+ messages)
` [PATCH v6 5/9] vsprintf: Factor out %pV handler as va_format()

[PATCH -mm -V7] mm, swap: fix race between swapoff and some swap operations
 2019-02-12 17:58 UTC  (4+ messages)

[PATCH v2 0/3] vmalloc enhancements
 2019-02-12 17:56 UTC  (4+ messages)
` [PATCH v2 1/3] mm: refactor __vunmap() to avoid duplicated call to find_vm_area()
` [PATCH v2 2/3] mm: separate memory allocation and actual work in alloc_vmap_area()
` [PATCH v2 3/3] mm: show number of vmalloc pages in /proc/meminfo

[PATCH net-next] net/skbuff: fix up kernel-doc placement
 2019-02-12 17:55 UTC  (2+ messages)

[PATCH 0/3] gcc-plugins: Introduce stackinit plugin
 2019-02-12 17:54 UTC  (3+ messages)

[PATCH net-next 0/3] Remove getting SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS
 2019-02-12 17:54 UTC  (3+ messages)

[PATCH v3 08/10] x86/setcpuid: Add kernel option setcpuid
 2019-02-12 17:52 UTC  (13+ messages)

[PATCH 0/4] clk/ARM: exynos: Add ADC to Exynos5410 (Odroid XU)
 2019-02-12 17:50 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: clock: exynos: Put CLK_UART3 in order
` [PATCH 2/4] dt-bindings: clock: exynos: Add ADC clock ID to Exynos5410
` [PATCH 3/4] clk: samsung: exynos5410: Add gate clock for ADC
` [PATCH 4/4] ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU

[PATCH v4 1/4] gpu: ipu-v3: ipu-ic: Rename yuv2rgb encoding matrices
 2019-02-12 17:50 UTC  (10+ messages)
` [PATCH v4 3/4] gpu: ipu-v3: ipu-ic: Add support for BT.709 encoding

[PATCH] drivers: base: add support to skip power management in device/driver model
 2019-02-12 17:49 UTC  (9+ messages)

[PATCH v2 00/28] thunderbolt: Software connection manager improvements
 2019-02-12 17:49 UTC  (3+ messages)
` [PATCH v2 16/28] thunderbolt: Discover preboot PCIe paths the boot firmware established

[PATCH 00/32] softirq: Per vector masking v2
 2019-02-12 17:47 UTC  (38+ messages)
` [PATCH 01/32] locking/lockdep: Use expanded masks on find_usage_*() functions
` [PATCH 02/32] locking/lockdep: Introduce struct lock_usage
` [PATCH 03/32] locking/lockdep: Convert usage_mask to u64
` [PATCH 04/32] locking/lockdep: Test all incompatible scenario at once in check_irq_usage()
` [PATCH 05/32] locking/lockdep: Prepare valid_state() to handle plain masks
` [PATCH 06/32] locking/lockdep: Prepare check_usage_*() "
` [PATCH 07/32] locking/lockdep: Prepare state_verbose() to handle all softirqs
` [PATCH 08/32] locking/lockdep: Make mark_lock() fastpath to work with multiple usage at once
` [PATCH 09/32] locking/lockdep: Save stack trace for each softirq vector involved
` [PATCH 10/32] locking/lockdep: Make mark_lock() verbosity aware of vector
` [PATCH 11/32] softirq: Macrofy softirq vectors
` [PATCH 12/32] locking/lockdep: Define per vector softirq lock usage states
` [PATCH 13/32] softirq: Pass softirq vector number to lockdep on vector execution
` [PATCH 14/32] x86: Revert "x86/irq: Demote irq_cpustat_t::__softirq_pending to u16"
` [PATCH 15/32] arch/softirq: Rename softirq_pending fields to softirq_data
` [PATCH 16/32] softirq: Normalize softirq_pending naming scheme
` [PATCH 17/32] softirq: Convert softirq_pending_*() to set/clear mask scheme
` [PATCH 18/32] softirq: Introduce disabled softirq vectors bits
` [PATCH 19/32] softirq: Rename _local_bh_enable() to local_bh_enable_no_softirq()
` [PATCH 20/32] softirq: Move vectors bits to bottom_half.h
` [PATCH 21/32] x86: Init softirq enabled field
` [PATCH 22/32] softirq: Check enabled vectors before processing
` [PATCH 23/32] softirq: Remove stale comment
` [PATCH 24/32] softirq: Uninline !CONFIG_TRACE_IRQFLAGS __local_bh_disable_ip()
` [PATCH 25/32] softirq: Prepare for mixing all/per-vector masking
` [PATCH 26/32] softirq: Support per vector masking
` [PATCH 27/32] locking/lockdep: Remove redundant softirqs on check
` [PATCH 28/32] locking/lockdep: Update check_flags() according to new layout
` [PATCH 29/32] locking/lockdep: Branch the new vec-finegrained softirq masking to lockdep
` [PATCH 30/32] softirq: Allow to soft interrupt vector-specific masked contexts
` [PATCH 31/32] locking: Introduce spin_[un]lock_bh_mask()
` [PATCH 32/32] net: Make softirq vector masking finegrained on release_sock()

[PATCH] ARC: Explicitly set ARCH_SLAB_MINALIGN = 8
 2019-02-12 17:45 UTC  (4+ messages)

[PATCH] ARM: dts: exynos: Document regulator used by ADC on Odroid U3
 2019-02-12 17:46 UTC 

[PATCH v3 0/2] media: cedrus: Add H264 decoding support
 2019-02-12 17:46 UTC  (7+ messages)
` [linux-sunxi] [PATCH v3 2/2] "
`  "

[PATCH 0/2] ARM/dts/iio: exynos-adc: Use proper number of channels for Exynos4x12
 2019-02-12 17:45 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: "
` [PATCH 2/2] ARM: dts: exynos: Use ADC for Exynos4x12 on Exyno4412

[PATCH] parport: ieee1284: mark expected switch fall-through
 2019-02-12 17:43 UTC 

[PATCH 01/18] MIPS: lantiq: pass struct device to DMA API functions
 2019-02-12 17:41 UTC  (2+ messages)

[PATCH] NFC: st21nfca: Fix a couple of fall-through warnings
 2019-02-12 17:39 UTC 

[PATCH] x86/speculation: Add document to describe Spectre and its mitigations
 2019-02-12 17:36 UTC  (4+ messages)

[PATCH 0/2] RC: rework U-boot arguments handling
 2019-02-12 17:34 UTC  (7+ messages)
` [PATCH 1/2] ARC: U-boot: check arguments paranoidly

[PATCHv4 00/13] Heterogeneuos memory node attributes
 2019-02-12 17:31 UTC  (7+ messages)
` [PATCHv4 10/13] node: Add memory caching attributes

[PATCH] arm: use memblocks_present
 2019-02-12 17:27 UTC  (2+ messages)

[Patch v2 0/4] Protect against concurrent calls into UV BIOS
 2019-02-12 17:26 UTC  (6+ messages)
` [Patch v2 1/4] efi/x86: turn EFI runtime semaphore into a global lock

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-12 17:24 UTC  (4+ messages)

perf_event_open+clone = unkillable process
 2019-02-12 17:21 UTC  (16+ messages)
    ` [RFC][PATCH] signal: Store pending signal exit in tsk.jobctl not in tsk.pending
          ` [PATCH 0/2]: Fixing unkillable processes caused by SIGHUP timers
            ` [PATCH 1/2] signal: Always notice exiting tasks
            ` [PATCH 2/2] signal: Better detection of synchronous signals

[RFC PATCH 0/4] kvm: Report unused guest pages to host
 2019-02-12 17:20 UTC  (6+ messages)
` [RFC PATCH 4/4] mm: Add merge page notifier

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-12 17:18 UTC  (5+ messages)
` [PATCH 2/5] vfio/spapr_tce: "

[PATCH 00/13] perf tools: CoreSight code cleanup and refactoring
 2019-02-12 17:16 UTC  (14+ messages)
` [PATCH 01/13] perf tools: Remove unused structure field "state"
` [PATCH 02/13] perf tools: Remove unused structure field "time" and "timestamp"
` [PATCH 03/13] perf tools: Fix wrong return values in error path
` [PATCH 04/13] perf tools: Introducing function cs_etm_decoder__init_dparams()
` [PATCH 05/13] perf tools: Fix memory leak in error path
` [PATCH 06/13] perf tools: Introducing function cs_etm__init_trace_params()
` [PATCH 07/13] perf tools: Fix erroneous comment
` [PATCH 08/13] perf tools: Cleaning up function cs_etm__alloc_queue()
` [PATCH 09/13] perf tools: Rethink kernel address initialisation
` [PATCH 10/13] perf tools: Make cs_etm__run_decoder() queue independent
` [PATCH 11/13] perf tools: Modularize main decoder function
` [PATCH 12/13] perf tools: Modularize main packet processing loop
` [PATCH 13/13] perf tools: Modularize auxtrace_buffer fetch function

Licensing of include/linux/hash.h
 2019-02-12 17:16 UTC  (6+ messages)
        ` Bug#919356: "
            ` [PATCH] Add the SPDX header to include/linux/hash.h

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-12 17:15 UTC  (3+ messages)
` [RFC PATCH v1 07/25] printk-rb: add functionality required by printk

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-02-12 17:13 UTC  (2+ messages)

[RFC][Patch v8 6/7] KVM: Enables the kernel to isolate and report free pages
 2019-02-12 17:10 UTC  (12+ messages)

net: don't pass a NULL struct device to DMA API functions v2
 2019-02-12 17:09 UTC  (2+ messages)

[PATCH v3 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp
 2019-02-12 17:07 UTC  (3+ messages)

[PATCH] iio/gyro/bmg160: Use millidegrees for temperature scale
 2019-02-12 17:00 UTC  (2+ messages)

[v5 1/2] dt-bindings: ahci-fsl-qoriq: add lx2160a chip name to the list
 2019-02-12 19:00 UTC  (3+ messages)
` [v5 2/2] arm64: dts: lx2160a: add sata node support

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-12 17:00 UTC 

[PATCH] scsi: sd: fix entropy gathering for most rotational disks
 2019-02-12 16:59 UTC  (3+ messages)

[PATCH 04/22] ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI" to the asoc tree

[PATCH 01/22] ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()" to the asoc tree

[PATCH 02/22] ASoC: dmaengine: Extend use of chan_names provided in custom DMA config
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: dmaengine: Extend use of chan_names provided in custom DMA config" to the asoc tree

[PATCH 03/22] ASoC: samsung: dmaengine: Allow to specify custom DMA device
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: dmaengine: Allow to specify custom DMA device" to the asoc tree

[PATCH 05/22] ASoC: samsung: i2s: Convert to single component with multiple DAIs
 2019-02-12 16:58 UTC  (2+ messages)
` Applied "ASoC: samsung: i2s: Convert to single component with multiple DAIs" to the asoc tree

[LSF/MM TOPIC] Discuss least bad options for resolving longterm-GUP usage by RDMA
 2019-02-12 16:55 UTC  (26+ messages)

[RFC PATCH 0/3] ACPI: Support generic initiator proximity domains
 2019-02-12 16:49 UTC  (4+ messages)
` [PATCH 1/3] ACPI: Support Generic Initator only domains
` [PATCH 2/3] arm64: Support Generic Initiator "
` [PATCH 3/3] ACPI: Let ACPI know we support Generic Initiator Affinity Structures

[PATCH 4.9 000/137] 4.9.156-stable review
 2019-02-12 16:50 UTC  (5+ messages)
` [PATCH 4.9 034/137] ARM: mmp/mmp2: dt: enable the clock

Applied "spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver" to the spi tree
 2019-02-12 16:49 UTC  (4+ messages)

[PATCH v2 0/9] kprobes: Fix and improve blacklist symbols
 2019-02-12 16:48 UTC  (5+ messages)

[PATCH] iommu/ipmmu-vmsa: fix device reference leaks
 2019-02-12 16:47 UTC  (2+ messages)

linux-next: Tree for Feb 12
 2019-02-12 16:44 UTC  (2+ messages)
` linux-next: Tree for Feb 12 (chrome/wilco_ec/)

[PATCH 4.20 000/352] 4.20.8-stable review
 2019-02-12 16:41 UTC  (3+ messages)

[PATCH 4.19 000/313] 4.19.21-stable review
 2019-02-12 16:41 UTC  (2+ messages)

[PATCH 00/22] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-12 16:40 UTC  (2+ messages)

[PATCH 4.14 000/205] 4.14.99-stable review
 2019-02-12 16:40 UTC  (2+ messages)

[PATCH v2] dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPU
 2019-02-12 16:38 UTC 

[PATCH v2 0/2] PCI: hv: Refactor hv_irq_unmask() to use hv_vpset and cpumask_to_vpset()
 2019-02-12 16:35 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: hv: Replace hv_vp_set with hv_vpset

X450LCP lost abillity to turn the screen off
 2019-02-12 16:30 UTC  (6+ messages)

[PATCH v5 00/10] Add support for TISCI irqchip drivers
 2019-02-12 16:30 UTC  (4+ messages)
` [PATCH v5 05/10] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

[PATCH] drm/i915/fence: Do not use TIMER_IRQSAFE
 2019-02-12 16:28 UTC 

[PATCH v2 0/2] clk: meson: Add G12A AO Clock + Reset Controller
 2019-02-12 16:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clk: add G12A AO Clock and Reset Bindings
` [PATCH v2 2/2] clk: meson: Add G12A AO Clock + Reset Controller

[PATCH 0/2] driver core: Fixes related to device links
 2019-02-12 16:28 UTC  (8+ messages)
` [PATCH 1/2] PM-runtime: Fix __pm_runtime_set_status() race with runtime resume

[PATCH 1/2] kthread: convert worker lock to raw spinlock
 2019-02-12 16:25 UTC  (2+ messages)
` [PATCH 2/2] kthread: Do not use TIMER_IRQSAFE

[PATCH] net: stmmac: Add SMC support for EMAC System Manager register
 2019-02-12 16:24 UTC 

linux-next: build failure after merge of the xarray tree
 2019-02-12 16:23 UTC  (3+ messages)

[PATCH 2/4] elf: use list_for_each_entry()
 2019-02-12 16:21 UTC  (2+ messages)

[PATCH v2] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 16:21 UTC 

[PATCH] usb: typec: tcpm: Export partner Source Capabilities
 2019-02-12 16:19 UTC  (4+ messages)

[PATCH] power: supply: ds2782: fix possible use-after-free on remove
 2019-02-12 16:16 UTC  (2+ messages)

[PATCH -tip v3 00/10] kprobes: Fix and improve blacklist symbols
 2019-02-12 16:15 UTC  (11+ messages)
` [PATCH -tip v3 01/10] x86/kprobes: Prohibit probing on optprobe template code
` [PATCH -tip v3 02/10] x86/kprobes: Move trampoline code into RODATA
` [PATCH -tip v3 03/10] x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()
` [PATCH -tip v3 04/10] x86/kprobes: Prohibit probing on IRQ handlers directly
` [PATCH -tip v3 05/10] kprobes: Search non-suffixed symbol in blacklist
` [PATCH -tip v3 06/10] kprobes: Prohibit probing on hardirq tracers
` [PATCH -tip v3 07/10] kprobes: Prohibit probing on preempt_check debug functions
` [PATCH -tip v3 08/10] kprobes: Prohibit probing on RCU debug routine
` [PATCH -tip v3 09/10] kprobes: Prohibit probing on lockdep functions
` [PATCH -tip v3 10/10] kprobes: Prohibit probing on bsearch()

[PATCH net] sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
 2019-02-12 16:15 UTC  (2+ messages)

[RFC PATCH 0/1] Use HMM for ODP
 2019-02-12 16:11 UTC  (4+ messages)
` [PATCH 1/1] RDMA/odp: convert to use "

possible deadlock in pipe_lock (2)
 2019-02-12 16:11 UTC  (9+ 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).