All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-14 18:00:55 to 2019-08-14 18:51:20 UTC [more...]

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-08-14 18:51 UTC  (12+ messages)
` [GSoC][PATCH v2 "
  ` [GSoC][PATCH v2 3/6] rebase -i: support --committer-date-is-author-date
  ` [GSoC][PATCH v2 5/6] rebase -i: support --ignore-date

[PATCH 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-08-14 18:50 UTC  (3+ messages)
` [PATCH 1/3] ACPI: Resolve objects on host-directed table loads

[PATCH 2/2] RFC: drm/i915: Switch obj->mm.lock lockdep annotations on its head
 2019-08-14 18:49 UTC  (2+ messages)
` [PATCH] "

[U-Boot] Switch MVPP2 to use new MVMDIO
 2019-08-14 18:49 UTC  (5+ messages)
` [U-Boot] [PATCH 2/7] net: mvpp2: Replace SMI implementation with marvell MDIO API

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

[RESEND][PATCH v3 00/26] drm: Kirin driver cleanups to prep for Kirin960 support
 2019-08-14 18:47 UTC  (37+ 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 v3 0/4] perf: Use capabilities instead of uid and euid
 2019-08-14 18:48 UTC  (6+ messages)
` [PATCH v3 3/4] perf: Use CAP_SYSLOG with kptr_restrict checks

[GIT PULL] perf/core improvements and fixes
 2019-08-14 18:40 UTC  (31+ 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 for-next 0/9] Bugfixes for 5.3-rc2
 2019-08-14 18:47 UTC  (6+ messages)
` [PATCH for-next 3/9] RDMA/hns: Completely release qp resources when hw err

[PATCH v2] drm/i915: Remove i915 ggtt WA since GT E0
 2019-08-14 18:46 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Remove i915 ggtt WA since GT E0 (rev2)

[Xen-devel] [PATCH V2 0/6] iommu/arm: Add Renesas IPMMU-VMSA support + Linux's iommu_fwspec
 2019-08-14 18:45 UTC  (4+ messages)
` [Xen-devel] [PATCH V2 6/6] iommu/arm: Add Renesas IPMMU-VMSA support

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

The Fall Bakeathon in Westford, Ma (reminder)
 2019-08-14 18:43 UTC 

[PATCH 0/5 v4]Kernel Access to Ftrace instances
 2019-08-14 18:42 UTC  (3+ messages)
` [PATCH 2/5] tracing: Verify if trace array exists before destroying it

[PATCH] drm/vboxvideo: Make structure vbox_fb_helper_funcs constant
 2019-08-14 18:42 UTC  (6+ messages)

Little bug in cyclictest
 2019-08-14 18:41 UTC  (3+ messages)

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

[PATCH] drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+
 2019-08-14 18:40 UTC  (5+ messages)

recovering from "parent transid verify failed"
 2019-08-14 18:32 UTC 

[PATCH] ttm
 2019-08-14 18:40 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for ttm

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

[Xen-devel] [ovmf test] 140116: all pass - PUSHED
 2019-08-14 18:38 UTC 

[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

[Qemu-devel] [RFC] dirty-bitmaps: add block-dirty-bitmap-persist command
 2019-08-14 18:37 UTC  (3+ messages)

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

[dpdk-dev] [PATCH 0/2] fixes to resolve meson build issues on Power systems
 2019-08-14 18:36 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] config: fix RHEL7.6 build errors on Power 9 systems
` [dpdk-dev] [PATCH 2/2] vhost: fix build error caused by 64bit print formatting

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

[PATCH v5 0/7] kvmppc: Paravirtualize KVM to support ultravisor
 2019-08-14 18:34 UTC  (5+ messages)
` [PATCH v5 2/7] powerpc/kernel: Add ucall_norets() ultravisor call handler

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

[PATCH net-next 1/5] RDS: Re-add pf/sol access via sysctl
 2019-08-14 18:36 UTC  (5+ messages)

[PATCH 00/22] arm64: dts: qcom: sm8150: Add SM8150 DTS
 2019-08-14 18:35 UTC  (7+ messages)
` [PATCH 01/22] arm64: dts: qcom: sm8150: add base dts file
` [PATCH 10/22] arm64: dts: qcom: pm8150b: Add pon and adc nodes

Unable to build Yocto meta-freescale layer for NXP
 2019-08-14 18:04 UTC 

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

[PATCH] scsi: qla2xxx: replace snprintf with strscpy
 2019-08-14 18:33 UTC  (2+ messages)

[PATCH v4] documentation: add tutorial for revision walking
 2019-08-14 18:33 UTC  (3+ messages)

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

[PATCH v2 5/5] fetch: Make --jobs control submodules and remotes
 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 v2 0/5] mm/memory_hotplug: online_pages() cleanups
 2019-08-14 18:32 UTC  (4+ messages)
` [PATCH v2 4/5] mm/memory_hotplug: Make sure the pfn is aligned to the order when onlining

[Qemu-devel] [PATCH v2] RISC-V: Ignore the S and U letters when formatting ISA strings
 2019-08-14 18:27 UTC  (3+ messages)
  ` [Qemu-riscv] "

[PATCH v2 0/2] arm64: E0PD support
 2019-08-14 18:31 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: Add initial support for E0PD
` [PATCH v2 2/2] arm64: Don't use KPTI where we have E0PD

[PATCH net] ipv6: Fix return value of ipv6_mc_may_pull() for malformed packets
 2019-08-14 18:26 UTC  (4+ messages)
    ` [Bridge] "

[Buildroot] Beaglebone Black Wireless setup howto
 2019-08-14 18:31 UTC 

[PATCH] nvme: Use first ctrl->instance id as subsystem id
 2019-08-14 18:29 UTC  (6+ messages)

[PATCH] dma-buf: Restore seqlock around dma_resv updates
 2019-08-14 18:26 UTC  (2+ messages)

[PATCH 0/6] lockdown fixups
 2019-08-14 18:26 UTC  (5+ messages)

[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  (3+ messages)

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

[PATCH 0/4] Add RSC power domain support
 2019-08-14 18:25 UTC  (9+ messages)
` [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

[PATCH 1/4] gprs: Check for LTE in gprs_attached_update
 2019-08-14 18:24 UTC  (4+ messages)
` [PATCH 2/4] gprs: Always call gprs_attached_update on context deactivation
` [PATCH 3/4] Revert "gprs: set driver_attached when activating automatic contexts"
` [PATCH 4/4] Revert "gprs: _cid_activated is an 'attaching' state"

[igt-dev] [PATCH i-g-t v12 0/6] DC states igt tests patch series
 2019-08-14 18:23 UTC  (3+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for DC states igt tests patch series (rev16)
` [igt-dev] ✓ Fi.CI.BAT: success "

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec][master] 3 commits: Import more data
 2019-08-14 18:23 UTC 

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec] Deleted branch bwh/update-issues
 2019-08-14 18:23 UTC 

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec] Deleted branch bwh/issue-triage-doc
 2019-08-14 18:23 UTC 

[cip-dev] [Git][cip-project/cip-kernel/cip-kernel-sec][master] 2 commits: Start a "Triaging kernel security issues" document
 2019-08-14 18:23 UTC 

[Bug 204585] New: Bluetooth Mouse Polling Rate Regressed to 20hz
 2019-08-14 18:22 UTC 

remove various unused set_memory_* related functions and exports
 2019-08-14 18:22 UTC  (5+ 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  (6+ messages)

[Qemu-devel] [PATCH-for-4.2 v2 0/6] s390x/mmu: Storage key reference and change bit handling
 2019-08-14 18:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH-for-4.2 v2 6/6] s390x/mmu: Factor out storage key handling
  ` [Qemu-devel] [qemu-s390x] "

[PATCH v4 1/2] dt-bindings: Add docs for EL15203000
 2019-08-14 18:18 UTC  (5+ messages)
` [PATCH v4 2/2] leds: add LED driver for EL15203000 board

[Intel-wired-lan] [jkirsher-next-queue:master] BUILD SUCCESS a9a96760165d8781570f2dadeed8e38484b13499
 2019-08-14 18:18 UTC 

[PATCH] Add Microchip/Microsemi PolarFire-SoC PCIe support
 2019-08-14 18:17 UTC  (2+ messages)

[U-Boot] kernel-doc vs Doxygen
 2019-08-14 18:16 UTC 

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

[Buildroot] [PATCH 1/1] package/wilink-bt-firmware: bump to version 43fca73c6a98c63fcb98f82af5bf83761778e005
 2019-08-14 18:14 UTC 

[PATCH] ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
 2019-08-14 18:14 UTC  (2+ messages)

[Intel-wired-lan] CMA alloc failed with 6 4-port X710 QAD4 NICs
 2019-08-14 18:12 UTC  (3+ messages)

[PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-14 18:11 UTC  (6+ messages)
` [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

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

[Xen-devel] [xen-unstable-smoke test] 140124: tolerable all pass - PUSHED
 2019-08-14 18:08 UTC 

[Qemu-devel] [PATCH-4.2 v2 5/5] target/riscv: Fix Floating Point register names
 2019-08-14 18:07 UTC  (3+ messages)
  ` [Qemu-riscv] "

[PATCH 1/1] ubi: Allow ubiblock devices nodes to be created by volume name instead of volume ID
 2019-08-14 18:06 UTC  (4+ messages)

[PATCH 00/15] Arm SMMU refactoring
 2019-08-14 18:05 UTC  (4+ messages)
` [PATCH 04/15] iommu/arm-smmu: Rework cb_base handling

[PATCH 00/13] Rework IOMMU API to allow for batching of invalidation
 2019-08-14 17:56 UTC  (14+ messages)
` [PATCH 01/13] iommu: Remove empty iommu_tlb_range_add() callback from iommu_ops
` [PATCH 02/13] iommu/io-pgtable-arm: Remove redundant call to io_pgtable_tlb_sync()
` [PATCH 03/13] iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
` [PATCH 04/13] iommu: Introduce struct iommu_iotlb_gather for batching TLB flushes
` [PATCH 05/13] iommu: Introduce iommu_iotlb_gather_add_page()
` [PATCH 06/13] iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
` [PATCH 07/13] iommu/io-pgtable: Introduce tlb_flush_walk() and tlb_flush_leaf()
` [PATCH 08/13] iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers
` [PATCH 09/13] iommu/io-pgtable-arm: Call ->tlb_flush_walk() and ->tlb_flush_leaf()
` [PATCH 10/13] iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
` [PATCH 11/13] iommu/io-pgtable: Remove unused ->tlb_sync() callback
` [PATCH 12/13] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
` [PATCH 13/13] iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()

[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 

[Buildroot] [PATCH 1/1] package/python-uvloop: bump to version 0.13.0
 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

[U-Boot] [PATCH v4 0/5] dm: spi: Convert Freescale ESPI driver to driver
 2019-08-14 18:02 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/5] dm: spi: Convert Freescale ESPI driver to driver model
    ` [U-Boot] [EXT] "

[PATCH] drm/amd/amdgpu: Update VM function pointer
 2019-08-14 18:02 UTC 

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


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.