linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 17:25:16 to 2019-08-14 20:13:46 UTC [more...]

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-08-14 20:17 UTC  (4+ messages)
` [PATCH v4 21/22] iommu/vt-d: Support flushing more translation cache types

Policy to keep USB ports powered in low-power states
 2019-08-14 20:12 UTC  (2+ messages)

[PATCH 1/2] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
 2019-08-14 20:10 UTC  (2+ messages)

[PATCH v2] nvme: Add quirk for LiteON CL1 devices running FW 22301111
 2019-08-14 20:08 UTC  (2+ messages)

[PATCH v4 0/2] [PATCH v2 0/6] sparsemem support for RISC-V
 2019-08-14 20:09 UTC  (18+ messages)
` [PATCH v4 2/2] RISC-V: Implement sparsemem

[PATCH v6 00/11] media: hantro: Add support for H264 decoding
 2019-08-14 19:59 UTC  (12+ messages)
` [PATCH v6 01/11] lib/sort.c: implement sort() variant taking context argument
` [PATCH v6 02/11] media: uapi: h264: Rename pixel format
` [PATCH v6 03/11] media: uapi: h264: Add the concept of decoding mode
` [PATCH v6 04/11] media: uapi: h264: Add the concept of start code
` [PATCH v6 05/11] media: uapi: h264: Get rid of the p0/b0/b1 ref-lists
` [PATCH v6 06/11] media: cedrus: Cleanup control initialization
` [PATCH v6 07/11] media: cedrus: Specify H264 startcode and decoding mode
` [PATCH v6 08/11] media: hantro: Move copy_metadata() before doing a decode operation
` [PATCH v6 09/11] media: hantro: Add core bits to support H264 decoding
` [PATCH v6 10/11] media: hantro: Add support for H264 decoding on G1
` [PATCH v6 11/11] media: hantro: Enable H264 decoding on rk3288

[PATCH v3 0/4] perf: Use capabilities instead of uid and euid
 2019-08-14 20:02 UTC  (6+ messages)
` [PATCH v3 3/4] perf: Use CAP_SYSLOG with kptr_restrict checks

[PATCH bpf-next 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-14 19:56 UTC  (8+ messages)
` [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2

[PATCH] lsilogic mpt fusion: mptctl: Fixed race condition around mptctl_id variable using mutexes
 2019-08-14 19:53 UTC  (2+ messages)

[PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-14 19:52 UTC  (11+ messages)
` [PATCH v2 2/4] i2c/busses/i2c-icy: Add LTC2990 present on 2019 board revision
` [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

[PATCH] nvme: Add quirk for LiteON CL1 devices running FW 22301111
 2019-08-14 19:51 UTC  (4+ messages)

[PATCH 1/3] workqueue: Convert for_each_wq to use built-in list check (v2)
 2019-08-14 19:48 UTC  (2+ messages)

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

[PATCH] ARM: vf610-zii-cfu1: Add node for switch watchdog
 2019-08-14 19:35 UTC 

[RFC PATCH 00/40] soundwire: updates for 5.4
 2019-08-14 19:31 UTC  (6+ messages)
` [RFC PATCH 31/40] soundwire: intel: move shutdown() callback and don't export symbol
    ` [alsa-devel] "

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

[PATCH -next] mm/kmemleak: record the current memory pool size
 2019-08-14 19:07 UTC 

[PATCH 04/22] media: Move v4l2_fwnode_parse_link from v4l2 to driver base
 2019-08-14 19:04 UTC  (5+ messages)

[PATCH v2 0/5] mm/memory_hotplug: online_pages() cleanups
 2019-08-14 19:04 UTC  (5+ messages)
` [PATCH v2 4/5] mm/memory_hotplug: Make sure the pfn is aligned to the order when onlining

[PATCH 00/22] arm64: dts: qcom: sm8150: Add SM8150 DTS
 2019-08-14 19:02 UTC  (13+ messages)
` [PATCH 01/22] arm64: dts: qcom: sm8150: add base dts file
` [PATCH 02/22] arm64: dts: qcom: sm8150-mtp: "
` [PATCH 07/22] arm64: dts: qcom: pm8150: Add pon and rtc nodes
` [PATCH 10/22] arm64: dts: qcom: pm8150b: Add pon and adc nodes

[PATCH] net: kalmia: fix memory leaks
 2019-08-14 18:56 UTC 

[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc5
 2019-08-14 18:49 UTC 

[GIT PULL] perf/core improvements and fixes
 2019-08-14 18:40 UTC  (29+ messages)
` [PATCH 01/28] perf session: Avoid infinite loop when seeing invalid header.size
` [PATCH 02/28] perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig
` [PATCH 03/28] perf config: Document the PERF_CONFIG environment variable
` [PATCH 04/28] perf test vfs_getname: Disable ~/.perfconfig to get default output
` [PATCH 05/28] perf tools: Fix paths in include statements
` [PATCH 06/28] perf vendor events intel: Add Icelake V1.00 event file
` [PATCH 07/28] perf top: Set display thread COMM to help with debugging
` [PATCH 08/28] perf hists: Do not link a pair if already linked
` [PATCH 09/28] perf trace: Fix segmentation fault when access syscall info on arm64
` [PATCH 10/28] perf hist: Remove dummy entries when finding real ones
` [PATCH 11/28] perf top: Collapse and resort all evsels in a group
` [PATCH 12/28] tools build: Add capability-related feature detection
` [PATCH 13/28] perf tools: Add helpers to use capabilities if present
` [PATCH 14/28] perf tools: Add NO_LIBCAP=1 to the minimal build test
` [PATCH 15/28] perf tools: Add CAP_SYSLOG define for older systems
` [PATCH 16/28] perf ftrace: Use CAP_SYS_ADMIN instead of euid==0
` [PATCH 17/28] perf ftrace: Improve error message about capability to use ftrace
` [PATCH 18/28] perf record: Add an option to take an AUX snapshot on exit
` [PATCH 19/28] perf tools: Add aux_output attribute flag
` [PATCH 20/28] perf tools: Add itrace option 'o' to synthesize aux-output events
` [PATCH 21/28] perf intel-pt: Process options for PEBS event synthesis
` [PATCH 22/28] perf tools: Add aux-output config term
` [PATCH 23/28] perf intel-pt: Add brief documentation for PEBS via Intel PT
` [PATCH 24/28] perf evsel: Provide meaningful warning when trying to use 'aux_output' on older kernels
` [PATCH 25/28] tools: Keep list of tools in alphabetical order
` [PATCH 26/28] perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY format
` [PATCH 27/28] perf record: Support aarch64 random socket_id assignment
` [PATCH 28/28] perf ui: No need to set ui_browser to 1 twice

[PATCH v3 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-14 18:44 UTC  (5+ messages)

[PATCH 0/5 v4]Kernel Access to Ftrace instances
 2019-08-14 18:42 UTC  (7+ messages)
` [PATCH 1/5] tracing: Declare newly exported APIs in include/linux/trace.h
` [PATCH 2/5] tracing: Verify if trace array exists before destroying it
` [PATCH 3/5] tracing: Adding NULL checks
` [PATCH 4/5] tracing: Handle the trace array ref counter in new functions
` [PATCH 5/5] tracing: New functions for kernel access to Ftrace instances

[PATCH v4 0/4] Add device links to clocks
 2019-08-14 18:41 UTC  (6+ messages)

rtc: pcf85363/pcf85263: fix error that failed to run hwclock -w
 2019-08-14 18:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: PHY LIBRARY: Remove sysfs-bus-mdio record
 2019-08-14 18:39 UTC  (3+ messages)
` [PATCH] MAINTAINERS: PHY LIBRARY: Update files in the record

"PM / wakeup: Show wakeup sources stats in sysfs" causes boot warnings
 2019-08-14 18:37 UTC  (4+ messages)

[PATCH v5 1/6] mm/page_idle: Add per-pid idle page tracking using virtual index
 2019-08-14 18:36 UTC  (7+ messages)
` [PATCH v5 2/6] mm/page_idle: Add support for handling swapped PG_Idle pages

VLAN tag stacking with bridge/tap device ?
 2019-08-14 18:29 UTC 

[PATCH] MAINTAINERS: r8169: Update path to the driver
 2019-08-14 18:33 UTC  (3+ messages)

[PATCH 1/2] riscv: Add memmove string operation
 2019-08-14 18:33 UTC  (2+ messages)

[PATCH -next] mm/kmemleak: increase the max mem pool to 1M
 2019-08-14 18:32 UTC 

[PATCH] netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
 2019-08-14 18:25 UTC  (2+ messages)

[PULL REQUEST] Please pull rdma.git
 2019-08-14 18:25 UTC  (2+ messages)

[GIT PULL] dma mapping fixes for 5.3-rc
 2019-08-14 18:25 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.3-rc4
 2019-08-14 18:25 UTC  (2+ messages)

[PATCH 0/4] Add RSC power domain support
 2019-08-14 18:25 UTC  (10+ messages)
` [PATCH 1/4] drivers: qcom: rpmh: fix macro to accept NULL argument
` [PATCH 2/4] drivers: qcom: rpmh: remove rpmh_flush export
` [PATCH 3/4] dt-bindings: soc: qcom: Add RSC power domain specifier
` [PATCH 4/4] drivers: qcom: rpmh-rsc: Add RSC power domain support

remove various unused set_memory_* related functions and exports
 2019-08-14 18:22 UTC  (4+ messages)
` [PATCH 1/6] arm64: unexport set_memory_x and set_memory_nx

[PATCH] Fix an OOB bug in parse_audio_mixer_unit
 2019-08-14 18:21 UTC  (4+ messages)

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-08-14 18:15 UTC  (12+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14 18:08 UTC  (3+ messages)

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-14 18:04 UTC  (6+ messages)
` [PATCH v4 9/9] Input: add IOC3 serio driver

[PATCH] cx82310_eth: fix a memory leak bug
 2019-08-14 18:03 UTC 

[PATCH V38 00/29] security: Add support for locking down the kernel
 2019-08-14 18:02 UTC  (6+ messages)
` [PATCH V38 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down

[PATCH] sched/fair: don't assign runtime for throttled cfs_rq
 2019-08-14 18:00 UTC 

[PATCH v3 0/1] waitid: process group enhancement
 2019-08-14 18:00 UTC  (8+ messages)
  ` [PATCH v3 1/1] waitid: Add support for waiting for the current process group

[Linux-kernel-mentees][PATCH v5 0/1] get_user_pages changes
 2019-08-14 18:00 UTC  (8+ messages)
` [Linux-kernel-mentees][PATCH v5 1/1] sgi-gru: Remove *pte_lookup functions, Convert to get_user_page*()

[PATCH v4 00/14] net: phy: adin: add support for Analog Devices PHYs
 2019-08-14 17:58 UTC  (23+ messages)
` [PATCH v4 01/14] "
` [PATCH v4 02/14] net: phy: adin: hook genphy_{suspend,resume} into the driver
` [PATCH v4 03/14] net: phy: adin: add support for interrupts
` [PATCH v4 04/14] net: phy: adin: add {write,read}_mmd hooks
` [PATCH v4 05/14] net: phy: adin: configure RGMII/RMII/MII modes on config
` [PATCH v4 06/14] net: phy: adin: make RGMII internal delays configurable
` [PATCH v4 07/14] net: phy: adin: make RMII fifo depth configurable
` [PATCH v4 08/14] net: phy: adin: add support MDI/MDIX/Auto-MDI selection
` [PATCH v4 09/14] net: phy: adin: add EEE translation layer from Clause 45 to Clause 22
` [PATCH v4 11/14] net: phy: adin: implement Energy Detect Powerdown mode
` [PATCH v4 12/14] net: phy: adin: implement downshift configuration via phy-tunable

[PATCH tip/core/rcu 0/14] No-CBs bypass addition for v5.4
 2019-08-14 17:55 UTC  (7+ messages)
` [PATCH RFC tip/core/rcu 14/14] rcu/nohz: Make multi_cpu_stop() enable tick on all online CPUs

[PATCH v2] vfio: re-arrange vfio region definitions
 2019-08-14 17:52 UTC  (2+ messages)

DMA-API: cacheline tracking ENOMEM, dma-debug disabled due to nouveau ?
 2019-08-14 17:49 UTC  (2+ messages)

[PATCH v6 00/57] Add error message to platform_get_irq*()
 2019-08-14 17:48 UTC  (3+ messages)
` [PATCH v6 21/57] Input: Remove dev_err() usage after platform_get_irq()

[PATCH] net: usbnet: fix a memory leak bug
 2019-08-14 17:41 UTC 

[PATCH 0/6] Symbol namespaces
 2019-08-14 17:34 UTC  (6+ messages)
` [PATCH v2 0/10] Symbol namespaces - RFC
  ` [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS

[PATCH 4/7] pwm: jz4740: Improve algorithm of clock calculation
 2019-08-14 17:32 UTC  (10+ messages)

[PATCH v2 00/15] Improvements and fixes for mxsfb DRM driver
 2019-08-14 17:31 UTC  (3+ messages)
` [PATCH v2 07/15] drm/mxsfb: Fix the vblank events

[PATCH 5.2 000/144] 5.2.9-stable review
 2019-08-14 17:00 UTC  (26+ messages)
` [PATCH 5.2 005/144] iio: adc: gyroadc: fix uninitialized return code
` [PATCH 5.2 009/144] staging: android: ion: Bail out upon SIGKILL when allocating memory
` [PATCH 5.2 012/144] crypto: ccp - Fix oops by properly managing allocated structures
` [PATCH 5.2 017/144] Revert "USB: rio500: simplify locking"
` [PATCH 5.2 025/144] Input: elantech - enable SMBus on new (2018+) systems
` [PATCH 5.2 027/144] x86/mm: Check for pfn instead of page in vmalloc_sync_one()
` [PATCH 5.2 034/144] x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
` [PATCH 5.2 037/144] gfs2: gfs2_walk_metadata fix
` [PATCH 5.2 038/144] usb: host: xhci-rcar: Fix timeout in xhci_suspend()
` [PATCH 5.2 042/144] usb: typec: tcpm: remove tcpm dir if no children
` [PATCH 5.2 046/144] can: flexcan: fix stop mode acknowledgment
` [PATCH 5.2 051/144] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
` [PATCH 5.2 054/144] netfilter: nf_tables: fix module autoload for redir
` [PATCH 5.2 055/144] netfilter: conntrack: always store window size un-scaled
` [PATCH 5.2 056/144] netfilter: nft_hash: fix symhash with modulus one
` [PATCH 5.2 057/144] scripts/sphinx-pre-install: fix script for RHEL/CentOS
` [PATCH 5.2 059/144] scripts/sphinx-pre-install: fix latexmk dependencies
` [PATCH 5.2 062/144] rq-qos: use a mb for got_token
` [PATCH 5.2 068/144] drm/amd/display: use encoders engine id to find matched free audio device
` [PATCH 5.2 073/144] drm/amd/display: Increase size of audios array
` [PATCH 5.2 076/144] mac80211: fix possible memory leak in ieee80211_assign_beacon
` [PATCH 5.2 078/144] allocate_flower_entry: should check for null deref
` [PATCH 5.2 079/144] hwmon: (occ) Fix division by zero issue
` [PATCH 5.2 080/144] hwmon: (nct6775) Fix register address and added missed tolerance for nct6106
` [PATCH 5.2 084/144] arm64: entry: SP Alignment Fault doesnt write to FAR_EL1

[v1 1/3] clk: ls1028a: Add clock driver for Display output interface
 2019-08-14 17:27 UTC  (4+ messages)
  ` [EXT] "

[PATCH] arm64/cache: silence -Woverride-init warnings
 2019-08-14 17:26 UTC  (5+ messages)
    ` Explicitly marking initializer overrides (was "Re: [PATCH] arm64/cache: silence -Woverride-init warnings")

[5.3.0-rc4-next][bisected 882632][qla2xxx] WARNING: CPU: 10 PID: 425 at drivers/scsi/qla2xxx/qla_isr.c:2784 qla2x00_status_entry.isra
 2019-08-14 17:05 UTC  (2+ 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).