linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 20:25:07 to 2019-08-21 00:45:18 UTC [more...]

[PATCH v4 1/2] rcu/tree: Add basic support for kfree_rcu() batching
 2019-08-21  0:44 UTC  (10+ messages)
` [PATCH v4 2/2] rcuperf: Add kfree_rcu() performance Tests

[PATCH] Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang
 2019-08-21  0:43 UTC  (14+ messages)
        ` rfc: treewide scripted patch mechanism? (was: Re: [PATCH] Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang)
          ` rfc: treewide scripted patch mechanism? (was: Re: [PATCH] Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang)QUILT

[PATCH v2] sock: fix potential memory leak in proto_register()
 2019-08-21  0:42 UTC 

[PATCH v2 00/12] powerpc/mm: cleanup and refactoring in ioremap
 2019-08-21  0:42 UTC  (10+ messages)
` [PATCH v2 02/12] powerpc/ps3: replace __ioremap() by ioremap_prot()
` [PATCH v2 04/12] powerpc/mm: drop function __ioremap()
` [PATCH v2 05/12] powerpc/mm: rework io-workaround invocation
` [PATCH v2 07/12] powerpc/mm: move ioremap_prot() into ioremap.c

RISC-V nommu support v3
 2019-08-21  0:42 UTC  (10+ messages)
` [PATCH 08/15] riscv: provide native clint access for M-mode
` [PATCH 09/15] riscv: implement remote sfence.i natively "
` [PATCH 10/15] riscv: poison SBI calls "
` [PATCH 15/15] riscv: disable the EFI PECOFF header "

[PATCH 0/2] Submitting my first patch series (Checkpatch fixes)
 2019-08-21  0:40 UTC  (5+ messages)
` [PATCH 1/2] staging/erofs/xattr.h: Fixed misaligned function arguments
` [PATCH 2/2] staging/erofs: Balanced braces around a few conditional statements

linux-next: Signed-off-by missing for commit in the security tree
 2019-08-21  0:33 UTC  (3+ messages)

[PATCH] phy: qcom-qmp: Correct ready status, again
 2019-08-21  0:23 UTC  (2+ messages)

[PATCH net-next,v3, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-21  0:23 UTC  (7+ messages)
` [PATCH net-next,v3, 1/6] PCI: hv: Add a paravirtual backchannel in software
` [PATCH net-next,v3, 2/6] PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface
` [PATCH net-next,v3, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next,v3, 4/6] net/mlx5: Add HV VHCA infrastructure
` [PATCH net-next,v3, 5/6] net/mlx5: Add HV VHCA control agent
` [PATCH net-next,v3, 6/6] net/mlx5e: Add mlx5e HV VHCA stats agent

[PATCH v2] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
 2019-08-21  0:19 UTC 

[PATCH v2] drm: Bump encoder limit from 32 to 64
 2019-08-21  0:16 UTC 

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-21  0:15 UTC  (7+ messages)

[PATCH] mm/oom: Add oom_score_adj value to oom Killed process message
 2019-08-21  0:14 UTC 

[PATCH] /dev/mem: Bail out upon SIGKILL when reading memory
 2019-08-21  0:07 UTC  (3+ messages)

[PATCH v8 00/20] vfs: Add support for timestamp limits
 2019-08-21  0:03 UTC  (7+ messages)
` [PATCH v8 08/20] adfs: Fill in max and min timestamps in sb
` [PATCH v8 19/20] pstore: fs superblock limits

[PATCH net-next v2 0/9] net: macsec: initial support for hardware offloading
 2019-08-21  0:01 UTC  (10+ messages)
` [PATCH net-next v2 6/9] net: macsec: hardware offloading infrastructure

[PATCH] drm/amd/display: Fix 32-bit divide error in wait_for_alt_mode
 2019-08-20 23:57 UTC 

[PATCH v3 0/3] hv: vmbus: add fuzz testing to hv device
 2019-08-20 23:40 UTC  (4+ messages)
` [PATCH v3 1/3] drivers: hv: vmbus: Introduce latency testing
` [PATCH v3 2/3] drivers: hv: vmbus: add test attributes to debugfs
` [PATCH v3 3/3] tools: hv: add vmbus testing tool

PROBLEM: 5.3.0-rc* causes iwlwifi failure
 2019-08-20 23:37 UTC  (5+ messages)

[PATCH] powerpc: Don't add -mabi= flags when building with Clang
 2019-08-20 23:29 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v14 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-08-20 23:20 UTC  (19+ messages)
` [PATCH v14 01/18] kunit: test: add KUnit test runner core
` [PATCH v14 02/18] kunit: test: add test resource management API
` [PATCH v14 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v14 04/18] kunit: test: add assertion printing library
` [PATCH v14 05/18] kunit: test: add the concept of expectations
` [PATCH v14 06/18] kbuild: enable building KUnit
` [PATCH v14 07/18] kunit: test: add initial tests
` [PATCH v14 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v14 09/18] kunit: test: add support for test abort
` [PATCH v14 10/18] kunit: test: add tests for kunit "
` [PATCH v14 11/18] kunit: test: add the concept of assertions
` [PATCH v14 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v14 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v14 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v14 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v14 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v14 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v14 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH] vmw_balloon: Fix offline page marking with compaction
 2019-08-20 16:01 UTC 

[PATCH v6 00/19] More improvements for Tegra30 devfreq driver
 2019-08-20 23:19 UTC  (4+ messages)
  ` [PATCH v6 08/19] PM / devfreq: tegra30: Ensure that target freq won't overflow

[PATCH 0/3] staging: rtl8192u: coding style fixes in ieee80211
 2019-08-20 23:17 UTC  (5+ messages)
` [PATCH 1/3] staging: rtl8192u: fix OPEN_BRACE errors "
` [PATCH 2/3] staging: rtl8192u: fix macro alignment "
` [PATCH 3/3] staging: rtl8192u: fix spacing "

[PATCH] drm/msm/dpu: fix "frame done" timeouts
 2019-08-20 23:12 UTC 

[PATCH] bonding: force enable lacp port after link state recovery for 802.3ad
 2019-08-20 23:14 UTC  (2+ messages)

[PATCH v5 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
 2019-08-20 23:06 UTC  (26+ messages)
` [PATCH v5 01/25] drm: kirin: Fix for hikey620 display offset problem
` [PATCH v5 02/25] drm: kirin: Remove HISI_KIRIN_DW_DSI config option
` [PATCH v5 03/25] drm: kirin: Remove unreachable return
` [PATCH v5 04/25] drm: kirin: Remove uncessary parameter indirection
` [PATCH v5 05/25] drm: kirin: Remove out_format from ade_crtc
` [PATCH v5 06/25] drm: kirin: Rename ade_plane to kirin_plane
` [PATCH v5 07/25] drm: kirin: Rename ade_crtc to kirin_crtc
` [PATCH v5 08/25] drm: kirin: Dynamically allocate the hw_ctx
` [PATCH v5 09/25] drm: kirin: Move request irq handle in ade hw ctx alloc
` [PATCH v5 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure
` [PATCH v5 11/25] drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.h
` [PATCH v5 12/25] drm: kirin: Reanme dc_ops to kirin_drm_data
` [PATCH v5 13/25] drm: kirin: Move ade crtc/plane help functions to driver_data
` [PATCH v5 14/25] drm: kirin: Move channel formats to driver data
` [PATCH v5 15/25] drm: kirin: Move mode config function to driver_data
` [PATCH v5 16/25] drm: kirin: Move plane number and primay plane in driver data
` [PATCH v5 17/25] drm: kirin: Move config max_width and max_height to "
` [PATCH v5 18/25] drm: kirin: Move drm driver "
` [PATCH v5 19/25] drm: kirin: Add register connect helper functions in drm init
` [PATCH v5 20/25] drm: kirin: Rename plane_init and crtc_init
` [PATCH v5 21/25] drm: kirin: Fix dev->driver_data setting
` [PATCH v5 22/25] drm: kirin: Make driver_data variable non-global
` [PATCH v5 23/25] drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver data
` [PATCH v5 24/25] drm: kirin: Pass driver data to crtc init and plane init
` [PATCH v5 25/25] drm: kirin: Move ade drm init to kirin drm drv

[PATCH 0/6] arm64: Add support for Amlogic SM1 SoC Family
 2019-08-20 23:06 UTC  (6+ messages)
` [PATCH 6/6] arm64: dts: add support for SM1 based SEI Robotics SEI610

[PATCH net-next,v2 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-20 23:00 UTC  (4+ messages)
` [PATCH net-next,v2 2/6] PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface

WARNING: refcount bug in cdev_get
 2019-08-20 22:58 UTC 

[patch 00/44] posix-cpu-timers: Cleanup and consolidation
 2019-08-20 22:56 UTC  (7+ messages)
` [patch 04/44] posix-cpu-timers: Fixup stale comment

[PATCH v3 0/8] PM / ACPI: sleep: Additional changes related to suspend-to-idle
 2019-08-20 22:47 UTC  (5+ messages)

[PATCH v5 0/3] Introduce Bandwidth OPPs for interconnects
 2019-08-20 22:36 UTC  (7+ messages)
` [PATCH v5 2/3] OPP: Add support for bandwidth OPP tables

[PATCH 0/6] Add ethernet support for Orange Pi 3
 2019-08-20 22:36 UTC  (7+ messages)
` [PATCH 2/6] dt-bindings: net: sun8i-a83t-emac: Add phy-io-supply property

linux-next: Fixes tag needs some work in the sound-asoc tree
 2019-08-20 22:27 UTC  (2+ messages)

[PATCH] net/ncsi: add control packet payload to NC-SI commands from netlink
 2019-08-20 22:26 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the sound-asoc tree
 2019-08-20 22:25 UTC 

[v2 PATCH] RISC-V: Optimize tlb flush path
 2019-08-20 22:24 UTC  (9+ messages)

[RFC] mm: Proactive compaction
 2019-08-20 22:20 UTC  (4+ messages)

Linux 3.16.73
 2019-08-20 22:12 UTC  (2+ messages)

[PATCH v7 0/7] Solve postboot supplier cleanup and optimize probe ordering
 2019-08-20 22:10 UTC  (17+ messages)
` [PATCH v7 1/7] driver core: Add support for linking devices during device addition
` [PATCH v7 3/7] of/platform: Add functional dependency link from DT bindings

[PATCH V40 00/29] Add kernel lockdown functionality
 2019-08-20 22:08 UTC  (12+ messages)
` [PATCH V40 10/29] hibernate: Disable when the kernel is locked down
` [PATCH V40 11/29] PCI: Lock down BAR access "
` [PATCH V40 14/29] ACPI: Limit access to custom_method "
` [PATCH V40 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V40 16/29] acpi: Disable ACPI table override if the kernel is "

[PATCH] media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate()
 2019-08-20 22:05 UTC 

[PATCH] media: saa7134: keep demod i2c gate closed on Medion 7134
 2019-08-20 22:05 UTC 

[RFC PATCH 0/2] ELF: Alternate program property parser
 2019-08-20 21:40 UTC  (3+ messages)
` [RFC PATCH 2/2] ELF: Add ELF program property parsing support

[PATCH v4 bpf-next 0/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE
 2019-08-20 21:48 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE ioctl
` [PATCH v4 bpf-next 2/4] libbpf: Add helpers to extract perf fd from bpf_link
` [PATCH v4 bpf-next 3/4] tracing/probe: Sync perf_event.h to tools
` [PATCH v4 bpf-next 4/4] tracing/probe: Add self test for PERF_EVENT_IOC_QUERY_PROBE

[PATCH] media: saa7134: keep demod i2c gate open on Medion 7134
 2019-08-20 21:43 UTC  (3+ messages)

[PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
 2019-08-20 21:39 UTC  (2+ messages)

[PATCH v3 0/9] Exynos Adaptive Supply Voltage support
 2019-08-20 21:38 UTC  (5+ messages)
  ` [PATCH v3 2/9] soc: samsung: Convert exynos-chipid driver to use the regmap API

[v7 0/2] gpio: aspeed: Add SGPIO driver
 2019-08-20 21:35 UTC  (2+ messages)
` [v7 2/2] "

[PATCH v2 1/4] fs/posix_acl: apply umask if superblock disables ACL support
 2019-08-20 21:26 UTC  (2+ messages)

general protection fault in xsk_poll
 2019-08-20 21:24 UTC  (5+ messages)
` [PATCH bpf-next] xsk: proper socket state check "

[PATCH RFC] dt-bindings: regulator: define a mux regulator
 2019-08-20 21:23 UTC  (3+ messages)

/proc/vmcore and wrong PAGE_OFFSET
 2019-08-20 21:21 UTC 

linux-next: Signed-off-by missing for commit in the pci tree
 2019-08-20 21:19 UTC 

[PATCH 00/11 v3] Cleanup IOMMU passthrough setting (and disable IOMMU Passthrough when SME is active)
 2019-08-20 21:18 UTC  (3+ messages)
` [PATCH 10/11] iommu: Disable passthrough mode when SME is active

[PATCH v3 0/2] Collapse vimc into single monolithic driver
 2019-08-20 21:18 UTC  (3+ messages)
` [PATCH v3 1/2] media: vimc: Collapse component structure into a "
` [PATCH v3 2/2] media: vimc: Fix gpf in rmmod path when stream is active

[PATCH] iommu/vt-d: remove global page flush support
 2019-08-20 21:21 UTC 

USB: gadget: f_midi: fixing a possible double-free in f_midi
 2019-08-20 21:13 UTC  (3+ messages)

How to add multiple example with conflicting includes
 2019-08-20 21:08 UTC  (2+ messages)

[v8] gpio: aspeed: Add SGPIO driver
 2019-08-20 21:05 UTC  (2+ messages)
` [v8 1/1] "

[PATCH] net/mlx5: Fix a memory leak bug
 2019-08-20 21:00 UTC  (2+ messages)

[PATCH] net: Fix detection for IPv4 duplicate address
 2019-08-20 20:58 UTC  (2+ messages)

[PATCH 1/1] Fix: trace sched switch start/stop racy updates
 2019-08-20 20:52 UTC  (17+ messages)

[Linux-kernel-mentees][PATCH v6 1/2] sgi-gru: Convert put_page() to put_user_page*()
 2019-08-20 20:50 UTC  (6+ messages)

[PATCH v2 1/3] dt-bindings: Document JZ47xx VPU auxiliary processor
 2019-08-20 20:50 UTC  (2+ messages)

[PATCH net-next] netdevsim: Fix build error without CONFIG_INET
 2019-08-20 20:47 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 00/14] arm64: dts: meson: fixes following YAML bindings schemas conversion
 2019-08-20 20:42 UTC  (17+ messages)
` [PATCH 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell
` [PATCH 04/14] arm64: dts: meson-gx: fix spifc compatible
` [PATCH 07/14] arm64: dts: meson-gx: fix periphs bus node name
` [PATCH 08/14] arm64: dts: meson-gxl: fix internal phy compatible
` [PATCH 10/14] arm64: dts: meson-g12a: fix reset controller compatible
` [PATCH 11/14] arm64: dts: meson-g12a-x96-max: fix compatible
` [PATCH 12/14] arm64: dts: meson-gxbb-nanopi-k2: add missing model
` [PATCH 14/14] arm64: dts: meson: fix boards regulators states format

[PATCH v4 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
 2019-08-20 20:38 UTC  (3+ messages)

[PATCH v8 00/16] crypto: caam - Add i.MX8MQ support
 2019-08-20 20:29 UTC  (12+ messages)
` [PATCH v8 02/16] crypto: caam - simplfy clock initialization
` [PATCH v8 03/16] crypto: caam - convert caam_jr_init() to use devres
` [PATCH v8 06/16] crypto: caam - use ioread64*_hi_lo in rd_reg64
` [PATCH v8 08/16] crypto: caam - share definition for MAX_SDLEN
` [PATCH v8 09/16] crypto: caam - make CAAM_PTR_SZ dynamic
` [PATCH v8 10/16] crypto: caam - move cpu_to_caam_dma() selection to runtime
` [PATCH v8 12/16] crypto: caam - don't hardcode inpentry size
` [PATCH v8 13/16] crypto: caam - select DMA address size at runtime
` [PATCH v8 15/16] crypto: caam - add clock entry for i.MX8MQ
` [PATCH v8 16/16] arm64: dts: imx8mq: Add CAAM node

[PATCH] dt-bindings: arm: Add kryo485 compatible
 2019-08-20 20:28 UTC  (2+ messages)

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

regression in ath10k dma allocation
 2019-08-20 20:24 UTC  (7+ 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).