linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 17:52:55 to 2019-08-22 21:12:40 UTC [more...]

[v7,1/2] rtc/fsl: add FTM alarm driver as the wakeup source
 2019-08-22 21:12 UTC  (4+ messages)
` [v7,2/2] dt-bindings: rtc: add bindings for FlexTimer Module

[PATCH] net/ipv4/tcp_bpf: Delete an unnecessary check before the function call “consume_skb”
 2019-08-22 21:12 UTC  (2+ messages)

[PATCH 0/7] firmware: add partial read support in request_firmware_into_buf
 2019-08-22 21:12 UTC  (11+ messages)
` [PATCH 1/7] fs: introduce kernel_pread_file* support
` [PATCH 2/7] firmware: add offset to request_firmware_into_buf
` [PATCH 3/7] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH 4/7] selftests: firmware: Test partial file reads of request_firmware_into_buf
` [PATCH 5/7] bcm-vk: add bcm_vk UAPI
` [PATCH 6/7] misc: bcm-vk: add Broadcom Valkyrie driver
` [PATCH 7/7] MAINTAINERS: bcm-vk: Add maintainer for Broadcom Valkyrie Driver

[PATCH] x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386
 2019-08-22 21:11 UTC 

[PATCH] Parallel microcode update in Linux
 2019-08-22 20:43 UTC  (2+ messages)
` [PATCH] x86/microcode: Update microcode for all cores in parallel

[PATCH] sched/fair: don't assign runtime for throttled cfs_rq
 2019-08-22 21:10 UTC  (5+ messages)
` [PATCH] sched/fair: Add missing unthrottle_cfs_rq()

[PATCH v2 0/3] PCI: Add PCI_ERROR_RESPONSE, check for errors
 2019-08-22 21:10 UTC  (5+ messages)
` [PATCH 1/3] PCI: Add PCI_ERROR_RESPONSE definition
` [PATCH 2/3] PCI / PM: Decode D3cold power state correctly
` [PATCH 3/3] PCI / PM: Return error when changing power state from D3cold

[GIT PULL] perf/core improvements and fixes
 2019-08-22 21:01 UTC  (26+ messages)
` [PATCH 01/25] tools headers: Add missing perf_event.h include
` [PATCH 02/25] perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
` [PATCH 03/25] libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
` [PATCH 04/25] libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()
` [PATCH 05/25] perf arm64: Add missing debug.h header
` [PATCH 06/25] perf kvm s390: Add missing string.h header
` [PATCH 07/25] perf metricgroup: Remove needless includes from metricgroup.h
` [PATCH 08/25] perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
` [PATCH 09/25] perf counts: Add missing headers needed for types used
` [PATCH 10/25] perf bpf: Add missing xyarray.h header
` [PATCH 11/25] perf evlist: "
` [PATCH 12/25] perf script: Add missing counts.h
` [PATCH 13/25] perf tests: "
` [PATCH 14/25] perf stat: "
` [PATCH 15/25] perf scripting python: Add missing counts.h header
` [PATCH 16/25] perf evsel: Add missing perf/evsel.h header in util/evsel.h
` [PATCH 17/25] perf evsel: Remove needless counts.h header from util/evsel.h
` [PATCH 18/25] perf evsel: Remove needless stddef.h "
` [PATCH 19/25] perf evsel: util/evsel.h needs stdio.h as it uses FILE
` [PATCH 20/25] perf x86 kvm-stat: Add missing string.h header
` [PATCH 21/25] perf evsel: Switch to libperf's cpumap.h
` [PATCH 22/25] perf cpumap: Remove needless includes from cpumap.h
` [PATCH 23/25] libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
` [PATCH 24/25] perf c2c: Fix report with offline cpus
` [PATCH 25/25] libperf: Fix alignment trap with xyarray contents in 'perf stat'

[Patch v2] storvsc: setup 1:1 mapping between hardware queue and CPU queue
 2019-08-22 21:01 UTC  (2+ messages)

[PATCH 5.2 000/135] 5.2.10-stable review
 2019-08-22 20:57 UTC  (2+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-08-22 20:55 UTC 

[PATCH][drm-next] drm/amd/display: fix a potential null pointer dereference
 2019-08-22 20:55 UTC  (3+ messages)

[PATCH] parisc: fix compilation errrors
 2019-08-22 20:53 UTC  (3+ messages)

[PATCH 0/5] Further sanitize INTEL_FAM6 naming
 2019-08-22 20:53 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay: remove redundant assignment to variable baco_state
 2019-08-22 20:51 UTC  (2+ messages)

[PATCH 0/6] arm64: meson-sm1: add support for DVFS
 2019-08-22 20:49 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: clk: meson: add sm1 periph clock controller bindings
` [PATCH 6/6] arm64: dts: meson-sm1-sei610: enable DVFS

[PATCH] gpio: ftgpio: Fix an error handling path in 'ftgpio_gpio_probe()'
 2019-08-22 20:45 UTC 

[RFC v4 00/18] objtool: Add support for arm64
 2019-08-22 20:45 UTC  (28+ messages)
` [RFC v4 01/18] objtool: Add abstraction for computation of symbols offsets
` [RFC v4 02/18] objtool: orc: Refactor ORC API for other architectures to implement
` [RFC v4 03/18] objtool: Move registers and control flow to arch-dependent code
` [RFC v4 04/18] objtool: arm64: Add required implementation for supporting the aarch64 architecture in objtool
` [RFC v4 05/18] objtool: special: Adapt special section handling
` [RFC v4 06/18] objtool: arm64: Adapt the stack frame checks for arm architecture
` [RFC v4 07/18] objtool: Introduce INSN_UNKNOWN type
` [RFC v4 08/18] objtool: Refactor switch-tables code to support other architectures
` [RFC v4 09/18] gcc-plugins: objtool: Add plugin to detect switch table on arm64
` [RFC v4 12/18] arm64: assembler: Add macro to annotate asm function having non standard stack-frame
` [RFC v4 13/18] arm64: sleep: Prevent stack frame warnings from objtool
` [RFC v4 16/18] arm64: crypto: Add exceptions for crypto object to prevent stack analysis

[PATCH v2 0/3] x86/cpu: Add new Airmont CPU model
 2019-08-22 20:35 UTC  (9+ messages)
` [PATCH v2 2/3] x86/cpu: Add new Intel Atom CPU model name
              ` [PATCH] x86/cpu: Add new Airmont variant to Intel family

[PATCH] net/ncsi: Fix the payload copying for the request coming from Netlink
 2019-08-22 20:34 UTC  (2+ messages)

[PATCH net-next v5] sched: Add dualpi2 qdisc
 2019-08-22 20:33 UTC  (2+ messages)

[GIT PULL] PCI fixes for v5.3
 2019-08-22 20:32 UTC 

[PATCH 0/5] arm64: meson: add support for SM1 Power Domains
 2019-08-22 20:32 UTC  (5+ messages)
` [PATCH 2/5] soc: amlogic: Add support for Everything-Else power domains controller

[PATCH v2 1/2] drm/i915: Call dma_set_max_seg_size() in i915_ggtt_probe_hw()
 2019-08-22 20:31 UTC  (2+ messages)
` [PATCH v2 2/2] drm/i915: Enable CONFIG_DMA_API_DEBUG_SG for intel-ci

BUG: devm_regulator_get returns EPROBE_DEFER (5.3-rc5..next-20190822) for bpi-r2/mt7623/mt7530
 2019-08-22 20:28 UTC  (3+ messages)
  ` Aw: "

[PATCH -tip 0/3] x86,mm/pat: Move towards using generic interval trees
 2019-08-22 20:24 UTC  (7+ messages)
` [PATCH 1/3] x86,mm/pat: Use "

[PATCH net-next,v4, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-22 20:20 UTC  (7+ messages)
` [PATCH net-next,v4, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next,v4, 4/6] net/mlx5: Add HV VHCA infrastructure

[Resubmit] Read battery voltage from Logitech Gaming mice
 2019-08-22 20:18 UTC  (5+ messages)
` [PATCH v3 1/4] hid-logitech-hidpp: add quirk to handle battery voltage
` [PATCH v3 2/4] hid-logitech-hidpp: add function to query "
` [PATCH v3 3/4] hid-logitech-hidpp: report battery voltage to the power supply
` [PATCH v3 4/4] hid-logitech-hidpp: subscribe to battery voltage events

[PATCH] mm/memcg: return value of the function mem_cgroup_from_css() is not checked
 2019-08-22 20:12 UTC  (3+ messages)

[PATCH] drm/i915: Call dma_set_max_seg_size() in i915_ggtt_probe_hw()
 2019-08-22 20:08 UTC  (2+ messages)

[PATCH 0/3] Add NETIF_F_HW_BRIDGE feature
 2019-08-22 20:08 UTC  (5+ messages)
` [PATCH 1/3] net: Add HW_BRIDGE offload feature
` [PATCH 2/3] net: mscc: Use NETIF_F_HW_BRIDGE
` [PATCH 3/3] net: mscc: Implement promisc mode

[PATCH] ARM: imx: Drop imx_anatop_init()
 2019-08-22 20:06 UTC  (3+ messages)

[drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression
 2019-08-22 20:02 UTC  (4+ messages)
                  ` [LKP] "

[PATCH v2] ARM: UNWINDER_FRAME_POINTER implementation for Clang
 2019-08-22 20:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-08-22 20:00 UTC  (3+ messages)
` [PATCH v2 2/3] fuse: pass gfp flags to fuse_request_alloc
` [PATCH v2 3/3] fuse: kmemcg account fs data

[PATCH v4 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
 2019-08-22 19:59 UTC  (5+ messages)
` [PATCH v4 4/6] arm64: dts: meson: sei510: Add minimal thermal zone

Regression in 5.1.20: Reading long directory fails
 2019-08-22 19:39 UTC 

[PATCH v2 00/19] drm: rcar-du: Add Color Management Module (CMM)
 2019-08-22 19:54 UTC  (8+ messages)
` [PATCH v2 16/19] drm: rcar-du: kms: Collect CMM instances
` [PATCH v2 19/19] drm: rcar-du: kms: Update CMM in atomic commit tail

[PATCH 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-08-22 19:52 UTC  (4+ messages)
` [PATCH 3/3] fuse: pass gfp flags to fuse_request_alloc

net/dst_cache.c: preemption bug in net/dst_cache.c
 2019-08-22 19:51 UTC 

[PATCH] platform: x86: pcengines-apuv2: detect apuv4 board
 2019-08-22 19:47 UTC  (2+ messages)

[PATCH 0/8] media: cedrus: h264: Support multi-slice frames
 2019-08-22 19:45 UTC  (9+ messages)
` [PATCH 1/8] vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF
` [PATCH 2/8] videodev2.h: add V4L2_DEC_CMD_FLUSH
` [PATCH 3/8] media: docs-rst: Document m2m stateless video decoder interface
` [PATCH 4/8] media: docs-rst: Document memory-to-memory video encoder interface
` [PATCH 5/8] media: cedrus: Detect first slice of a frame
` [PATCH 6/8] media: cedrus: h264: Support multiple slices per frame
` [PATCH 7/8] media: cedrus: Add support for holding capture buffer
` [PATCH 8/8] media: cedrus: Add support for V4L2_DEC_CMD_FLUSH

[PATCH] platform/chrome: wilco_ec: Add batt_ppid_info command to telemetry driver
 2019-08-22 19:43 UTC  (3+ messages)

[PATCH v7 00/14] nvmet: add target passthru commands support
 2019-08-22 19:41 UTC  (10+ messages)
` [PATCH v7 08/14] nvmet-core: allow one host per passthru-ctrl

[PATCH] platform: chrome: chromeos_laptop: drop checks of NULL-safe functions
 2019-08-22 19:41 UTC  (2+ messages)

[RESEND PATCH] arm64: dts: rockchip: add rk3328 VPU node
 2019-08-22 19:38 UTC  (2+ messages)

[PATCH v2 1/2] ARM: dts: rockchip: remove rk3288 fennec board support
 2019-08-22 19:36 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_rpmsg: Add host command AP sleep state support
 2019-08-22 19:36 UTC  (2+ messages)

[PATCH 0/3] fs: add partial file read support
 2019-08-22 19:33 UTC  (6+ messages)
` [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf

[PATCH] storvsc: setup 1:1 mapping between hardware queue and CPU queue
 2019-08-22 19:31 UTC  (3+ messages)

[PATCH RT v2 0/3] RCU fixes
 2019-08-22 19:31 UTC  (4+ messages)
` [PATCH RT v2 3/3] rcu: Disable use_softirq on PREEMPT_RT

[PATCHv4] tty: n_gsm: add ioctl to map serial device to mux'ed tty
 2019-08-22 19:28 UTC  (2+ messages)

[Patch v4 3/3] dt-bindings: Enhance binding to extend example for flash entry
 2019-08-22 19:22 UTC  (2+ messages)
` Applied "spi: fsl-qspi: Enhance binding to extend example for flash entry" to the spi tree

[Patch v4 1/3] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings
 2019-08-22 19:22 UTC  (7+ messages)
  ` [EXT] "
` Applied "spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings" to the spi tree

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.4
 2019-08-22 19:21 UTC  (3+ messages)

[PATCH] nexthops: remove redundant assignment to variable err
 2019-08-22 19:14 UTC  (2+ messages)

[PATCH net 0/9] rxrpc: Fix use of skb_cow_data()
 2019-08-22 19:12 UTC  (2+ messages)

[net] devlink: Add method for time-stamp on reporter's dump
 2019-08-22 19:11 UTC  (4+ messages)

[PATCH] mailmap: Add Simon Arlott (replacement for expired email address)
 2019-08-22 19:01 UTC 

[PATCH 0/2] Fix and support dax kmem on arm64
 2019-08-22 19:10 UTC  (4+ messages)
` [PATCH 2/2] drivers/dax/kmem: give a warning if CONFIG_DEV_DAX_PMEM_COMPAT is enabled

[PATCH 0/3] rework netlink skb allocation
 2019-08-22 19:04 UTC  (2+ messages)

[PATCH] af_unix: utilize skb's fragment list for sending large datagrams
 2019-08-22 19:04 UTC  (2+ messages)

[PATCH V2] perf/x86: Consider pinned events for group validation
 2019-08-22 18:55 UTC  (4+ messages)

[PATCH v3 0/8] AMD64 EDAC fixes
 2019-08-22 18:54 UTC  (4+ messages)
` [RFC PATCH v2] EDAC/amd64: Check for memory before fully initializing an instance

[PATCH net-next] r8152: saving the settings of EEE
 2019-08-22 18:52 UTC  (2+ messages)

[RFC PATCH v3 10/10] EDAC/amd64: Check for memory before fully initializing an instance
 2019-08-22 18:51 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH v2 0/3] KVM: x86: fixes for speculation bug feature reporting
 2019-08-22 18:46 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: fix reporting of AMD speculation bug CPUID leaf
` [PATCH 2/3] KVM: x86: always expose VIRT_SSBD to guests
` [PATCH 3/3] KVM: x86: use Intel speculation bugs and features as derived in generic x86 code

[PATCH v2 0/2] firmware: selftest for request_firmware_into_buf
 2019-08-22 18:40 UTC  (3+ messages)
` [PATCH v2 1/2] test_firmware: add support "
` [PATCH v2 2/2] selftests: firmware: Add request_firmware_into_buf tests

[GIT PULL 1/3] soc: samsung: Exynos for v5.4
 2019-08-22 18:35 UTC  (3+ messages)

[PATCH] igb/igc: Don't warn on fatal read failures when the device is removed
 2019-08-22 18:33 UTC 

[PATCH -next] ASoC: wm8988: fix typo in wm8988_right_line_controls
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "ASoC: wm8988: fix typo in wm8988_right_line_controls" to the asoc tree

[PATCH -next] ASoC: AMD: Fix Kconfig warning without GPIOLIB
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "ASoC: AMD: Fix Kconfig warning without GPIOLIB" to the asoc tree

[PATCH -next] ASoC: mediatek: mt2701: Fix -Wunused-const-variable warnings
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "ASoC: mediatek: mt2701: Fix -Wunused-const-variable warnings" to the asoc tree

[PATCH v2 3/3] ASoC: SOF: imx: Add i.MX8 HW support
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "ASoC: SOF: imx: Add i.MX8 HW support" to the asoc tree

[PATCH v2 2/3] ASoC: SOF: Add OF DSP device support
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "ASoC: SOF: Add OF DSP device support" to the asoc tree

[PATCH v2 1/3] dt-bindings: dsp: fsl: Add DSP core binding support
 2019-08-22 18:32 UTC  (2+ messages)
` Applied "dt-bindings: dsp: fsl: Add DSP core binding support" to the asoc tree

[PATCH] ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
 2019-08-22 18:30 UTC 

[PATCH v4 0/3] Optimize tlbflush path
 2019-08-22 18:31 UTC  (4+ messages)
` [PATCH v4 3/3] RISC-V: Issue a tlb page flush if possible

[GIT PULL] chrome-platform fixes for v5.3-rc6
 2019-08-22 18:30 UTC  (2+ messages)

[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc6
 2019-08-22 18:30 UTC  (2+ messages)

[GIT PULL] afs: Fixes
 2019-08-22 18:30 UTC  (2+ messages)

[PATCH] PCI: Add missing link delays required by the PCIe spec
 2019-08-22 18:29 UTC  (2+ messages)

Disabling MFD sub-devices through the device tree
 2019-08-22 18:26 UTC 

PageBlocks and Migrate Types
 2019-08-22 18:24 UTC  (2+ messages)

[PATCH v2 00/11] Arasan SDHCI enhancements and ZynqMP Tap Delays Handling
 2019-08-22 18:23 UTC  (4+ messages)
` [PATCH v2 01/11] dt-bindings: mmc: arasan: Update documentation for SD Card Clock

[PATCH] soc: samsung: chipid: Remove the regmap lookup error log
 2019-08-22 18:17 UTC  (2+ messages)

[PATCH] soc: samsung: Add missing Kconfig dependencies for EXYNOS_CHIPID
 2019-08-22 18:17 UTC  (3+ messages)
  ` [PATCH v2] soc: samsung: Select missing dependency "

[PATCHv2 00/11] Add basic SoC Support for Mediatek MT6779 SoC
 2019-08-22 18:13 UTC  (5+ messages)
` [PATCH v2 06/11] pinctrl: mediatek: add pinctrl support for "
` [PATCH v2 07/11] pinctrl: mediatek: add mt6779 eint support

[PATCH] nl80211: add NL80211_CMD_UPDATE_FT_IES to supported commands
 2019-08-22 18:08 UTC  (3+ messages)

[PATCH v4 0/4] nvme-pci: Support for Apple 201+ (T2 chip)
 2019-08-22 18:02 UTC  (5+ messages)
` [PATCH v4 2/4] nvme-pci: Add support for variable IO SQ element size

[PATCH v7 1/4] dt-bindings: vendor-prefixes: Add Anvo-Systems
 2019-08-22 17:56 UTC  (3+ messages)
` [PATCH v7 3/4] dt-bindings: arm: fsl: Add Kontron i.MX6UL N6310 compatibles

[PATCH 1/4] misc: xilinx_sdfec: Fix a couple small information leaks
 2019-08-22 17:55 UTC  (3+ messages)
` [PATCH 4/4] misc: xilinx_sdfec: Prevent integer overflow in xsdfec_table_write()

[PATCH 1/2] dt-bindings: reset: Add YAML schemas for the Intel Reset controller
 2019-08-22 17:54 UTC  (2+ messages)

[PATCH] aio: Fix io_pgetevents() struct __compat_aio_sigset layout
 2019-08-22 17:53 UTC  (2+ messages)

[PATCH] staging: rtl8192u: Fix indentation
 2019-08-22 17:52 UTC 


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