linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-29 22:56:12 to 2018-08-30 06:33:53 UTC [more...]

[PATCH 00/43] perf stat: Make some of the stat code generic
 2018-08-30  6:32 UTC  (27+ messages)
` [PATCH 01/43] perf stat: Use evsel->threads in create_perf_stat_counter
` [PATCH 03/43] perf stat: Move no_inherit into struct perf_stat_config
` [PATCH 04/43] perf stat: Use local config arg for scale in create_perf_stat_counter
` [PATCH 05/43] perf stat: Add identifier flag into struct stat_opts
` [PATCH 06/43] perf tools: Switch session argument to evlist in perf_event__synthesize_attrs
` [PATCH 07/43] perf tools: Add perf_evsel__store_ids function
` [PATCH 08/43] perf stat: Move create_perf_stat_counter into stat.c
` [PATCH 10/43] perf stat: Add struct perf_stat_config argument to perf_stat_synthesize_config
` [PATCH 11/43] perf stat: Add struct perf_tool "
` [PATCH 12/43] perf stat: Add struct perf_evlist "
` [PATCH 13/43] perf stat: Add perf_event__handler_t "
` [PATCH 14/43] perf stat: Move perf_stat_synthesize_config into stat.c
` [PATCH 15/43] perf stat: Add perf_evlist__print_counters function
` [PATCH 16/43] perf stat: Move STAT_RECORD out of perf_evlist__print_counters
` [PATCH 17/43] perf stat: Add stat_config argument to perf_evlist__print_counters
` [PATCH 18/43] perf stat: Pass stat_config argument to local print functions
` [PATCH 19/43] perf stat: Pass stat_config argument to global "
` [PATCH 22/43] perf stat: Move metric_only into struct perf_stat_config
` [PATCH 23/43] perf stat: Move unit_width "
` [PATCH 25/43] perf stat: Pass evlist argument to print functions
` [PATCH 26/43] perf stat: Use evsel->evlist instead of evsel_list in collect_all_aliases
` [PATCH 27/43] perf stat: Move run_count into struct perf_stat_config
` [PATCH 29/43] perf stat: Pass stat_config to first_shadow_cpu
` [PATCH 30/43] perf stat: Pass evlist to aggr_update_shadow
` [PATCH 31/43] perf stat: Add walltime_nsecs_stats pointer into struct perf_stat_config
` [PATCH 32/43] perf stat: Move null_run "

[PATCH v4 0/6] Add power domain driver for corners on msm8996/sdm845
 2018-08-30  6:31 UTC  (5+ messages)
` [PATCH v4 2/6] dt-bindings: power: Add qcom rpm power domain driver bindings

[PATCH] f2fs: avoid wrong decrypted data from disk
 2018-08-30  6:29 UTC  (6+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
` [f2fs-dev] [PATCH] "

mmotm 2018-08-23-17-26 uploaded
 2018-08-30  6:26 UTC  (5+ messages)

[PATCH v8 0/5] Support for Qualcomm UFS QMP PHY on SDM845
 2018-08-30  6:16 UTC  (2+ messages)

[PATCH V7 0/9] mmc: add support for sdhci 4.0
 2018-08-30  5:59 UTC  (5+ messages)
` [PATCH V7 7/9] mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode

Intel Wireless 8265/8275 (rev 78) issue
 2018-08-30  5:55 UTC  (6+ messages)

[PATCH] arm64: defconfig: enable EFI_ARMSTUB_DTB_LOADER
 2018-08-30  5:54 UTC  (4+ messages)

[PATCH] gpio: Add driver for PC Engines APU2/APU3 GPIOs
 2018-08-30  5:54 UTC  (4+ messages)

[PATCH v2] hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
 2018-08-30  5:42 UTC 

[PATCH 0/4] tty: Hold write ldisc sem in tty_reopen()
 2018-08-30  5:16 UTC  (4+ messages)
` [PATCH 2/4] tty: Hold tty_ldisc_lock() during tty_reopen()

[PATCH v1] arm64: dts: sdm845: enable tsens thermal zones
 2018-08-30  5:25 UTC  (3+ messages)

[PATCH] ARM: dts: imx6ull: update iomux header
 2018-08-30  5:20 UTC 

[RFC PATCH 0/6] x86: text_poke() fixes
 2018-08-30  5:23 UTC  (16+ messages)
` [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
` [RFC PATCH 2/6] x86/mm: temporary mm struct

[RFC] perf script: callchain handling is not useful
 2018-08-30  5:01 UTC  (5+ messages)

[PATCH V11 2/2] scsi: ufs: Add configfs support for UFS provisioning
 2018-08-30  4:54 UTC  (3+ messages)

2.6.36-rc3: Reported regressions from 2.6.35
 2018-08-29 21:39 UTC  (4+ messages)
` [Bug #16626] Machine hangs with EIP at skb_copy_and_csum_dev

[RFC RFT PATCH 0/4] gpiolib: speed up GPIO array processing
 2018-08-30  4:30 UTC  (4+ messages)
` [PATH v5 "
  ` [PATCH v5 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array

[PATCH tip/core/rcu 0/52] Remove rcu_state pointers for v4.20/v5.0
 2018-08-30  4:20 UTC  (5+ messages)

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-08-30  4:09 UTC  (11+ messages)
` [RFC PATCH v2 01/10] iommu: Add APIs for multiple domains per device
` [RFC PATCH v2 02/10] iommu/vt-d: Add multiple domains per device query
` [RFC PATCH v2 03/10] iommu/amd: Add default branch in amd_iommu_capable()
` [RFC PATCH v2 04/10] iommu/vt-d: Enable/disable multiple domains per device
` [RFC PATCH v2 05/10] iommu/vt-d: Attach/detach domains in auxiliary mode
` [RFC PATCH v2 06/10] iommu/vt-d: Return ID associated with an auxiliary domain
` [RFC PATCH v2 07/10] vfio/mdev: Add mediated device domain type
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers
` [RFC PATCH v2 09/10] vfio/type1: Determine domain type of an mdev group
` [RFC PATCH v2 10/10] vfio/type1: Attach domain for "

KASAN: stack-out-of-bounds Read in __schedule
 2018-08-30  4:11 UTC  (4+ messages)

[PATCH 0/3] ARM: dts: am335x: add support for Moxa UC-2100 series
 2018-08-30  4:09 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: am335x: add common file for "
` [PATCH 2/3] ARM: dts: am335x: add support for Moxa UC-2101 open platform
` [PATCH 3/3] ARM: dts: am335x: add support for Moxa UC-2102 "

[PATCH 0/5] net: mvneta: some bug fix and trivial improvement
 2018-08-30  3:53 UTC  (12+ messages)
` [PATCH 2/5] net: mvneta: fix the wrong function to unmap rx buf
` [PATCH 4/5] net: mvneta: enable NETIF_F_RXCSUM by default

[PATCH v6 4/4] venus: firmware: register separate platform_device for firmware loader
 2018-08-30  3:53 UTC  (2+ messages)

WARNING in apparmor_secid_to_secctx
 2018-08-30  3:43 UTC  (3+ messages)

[PATCH v5 1/2] leds: core: Introduce LED pattern trigger
 2018-08-30  3:26 UTC  (11+ messages)

[PATCH tip/core/rcu 0/3] SRCU updates for v4.20/v5.0
 2018-08-30  3:23 UTC  (6+ messages)
` [PATCH tip/core/rcu 3/3] srcu: Make early-boot call_srcu() reuse workqueue lists

[PATCH v3 0/9] Add Reset Controller support for Actions Semi Owl SoCs
 2018-08-30  3:19 UTC  (2+ messages)

[PATCH V1] add huawei ibma driver modules The driver is used for communication between in-band management agent(iBMA) and out-of-band management controller(iBMC) via pcie bus in Huawei V3 server. The driver provides character device,VNIC and black box interface for application layer
 2018-08-30  3:17 UTC  (2+ messages)

[PATCH 0/4] Add HiSilicon Hi3670 SoC and HiKey970 board
 2018-08-30  3:14 UTC  (2+ messages)

[PATCH net-next 0/3] nixge: fixed-link support
 2018-08-30  3:11 UTC  (7+ messages)
` [PATCH net-next 1/3] net: nixge: Add support for fixed-link subnodes
` [PATCH net-next 2/3] net: nixge: Add support for having nixge as subdevice
` [PATCH net-next 3/3] net: nixge: Use sysdev instead of ndev->dev.parent for DMA

[PATCH 1/2] dt-bindings: power: Add Spreadtrum SC2731 charger documentation
 2018-08-30  3:08 UTC  (6+ messages)
` [PATCH 2/2] power: supply: Add Spreadtrum SC2731 charger support

[PATCH v4] fix crash on ocfs2_duplicate_clusters_by_page
 2018-08-30  3:06 UTC 

linux-next: Tree for Aug 30
 2018-08-30  3:01 UTC 

[PATCH 0/6] Document r8a774a1 USB bindings
 2018-08-30  3:01 UTC  (2+ messages)

[PATCH net-next] net: nixge: Add support for 64-bit platforms
 2018-08-30  2:55 UTC  (2+ messages)

[PATCH net] net: bcmgenet: use MAC link status for fixed phy
 2018-08-30  2:52 UTC  (2+ messages)

[PATCH] soc: fsl/qe: Use of_get_child_by_name helper
 2018-08-30  2:47 UTC  (2+ messages)

[PATCH net-next 0/2] ethtool: drop get_settings and set_settings ops
 2018-08-30  2:46 UTC  (2+ messages)

[PATCH net-next] genetlink: constify genl_err_attr() argument
 2018-08-30  2:43 UTC  (2+ messages)

[PATCH v2] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-08-30  2:41 UTC  (3+ messages)
` [PATCH v2] net: ethernet: "

[PATCH] fix crash on ocfs2_duplicate_clusters_by_page
 2018-08-30  2:40 UTC  (4+ messages)
  ` [Ocfs2-devel] "

[PATCH net] net: stmmac: build the dwmac-socfpga platform driver for Stratix10
 2018-08-30  2:40 UTC  (2+ messages)

[BUG] [Resend] Possible sleep-in-atomic-context bugs involving regmap_lock_mutex()
 2018-08-30  2:34 UTC 

[PATCH v4 0/3] KASLR feature to randomize each loadable module
 2018-08-30  2:27 UTC  (5+ messages)
` [PATCH v4 1/3] vmalloc: Add __vmalloc_node_try_addr function
` [PATCH v4 2/3] x86/modules: Increase randomization for modules
` [PATCH v4 3/3] vmalloc: Add debugfs modfraginfo

[PATCH] perf event-parse: Use fixed size string for comms
 2018-08-30  2:19 UTC 

[PATCH] thermal: qoriq: add i.mx8mq support
 2018-08-30  2:14 UTC 

[PATCH] KVM: LAPIC: Fix pv ipis out-of-bounds access
 2018-08-30  2:15 UTC  (8+ messages)

[PATCH] hv_netvsc: Fix a deadlock by getting rtnl_lock earlier in netvsc_probe()
 2018-08-30  2:10 UTC  (5+ messages)

[PATCH v2] KVM: LAPIC: Fix pv ipis out-of-bounds access
 2018-08-30  2:03 UTC 

[4.14.66-rt40] [report][cpuhotplug] BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:974
 2018-08-30  1:57 UTC  (4+ messages)

[PATCH V2 0/4] Fintek F81232 driver improve and fix
 2018-08-30  1:55 UTC  (7+ messages)
` [PATCH V2 1/4] USB: serial: f81232: clear overrun flag
` [PATCH V2 2/4] USB: serial: f81232: add high baud rate support
` [PATCH V2 3/4] serial: f81232: implement break control
` [PATCH V2 3/4] USB: "
` [PATCH V2 4/4] USB: serial: f81232: fix bulk_in/out size

[PATCH] mm/page_alloc: Clean up check_for_memory
 2018-08-30  1:55 UTC  (2+ messages)

[PATCH v13 00/13] Intel SGX1 support
 2018-08-30  1:45 UTC  (9+ messages)
` [PATCH v13 10/13] x86/sgx: Add sgx_einit() for initializing enclaves

[PATCH 0/2] fs/dcache: Track # of negative dentries
 2018-08-30  1:43 UTC  (9+ messages)
` [PATCH 1/2] fs/dcache: Track & report number "
` [PATCH 2/2] fs/dcache: Make negative dentries easier to be reclaimed

[PATCH v2 00/12] iommu/vt-d: Add scalable mode support
 2018-08-30  1:35 UTC  (13+ messages)
` [PATCH v2 01/12] iommu/vt-d: Enumerate the scalable mode capability
` [PATCH v2 02/12] iommu/vt-d: Manage scalalble mode PASID tables
` [PATCH v2 03/12] iommu/vt-d: Move page table helpers into header
` [PATCH v2 04/12] iommu/vt-d: Add 256-bit invalidation descriptor support
` [PATCH v2 05/12] iommu/vt-d: Reserve a domain id for FL and PT modes
` [PATCH v2 06/12] iommu/vt-d: Add second level page table interface
` [PATCH v2 07/12] iommu/vt-d: Setup pasid entry for RID2PASID support
` [PATCH v2 08/12] iommu/vt-d: Pass pasid table to context mapping
` [PATCH v2 09/12] iommu/vt-d: Setup context and enable RID2PASID support
` [PATCH v2 10/12] iommu/vt-d: Add first level page table interface
` [PATCH v2 11/12] iommu/vt-d: Shared virtual address in scalable mode
` [PATCH v2 12/12] iommu/vt-d: Remove deferred invalidation

[PATCH v3] usb: core: phy: fix return value checking about devm_of_phy_get_by_index()
 2018-08-30  1:16 UTC 

[PATCH v2 0/7] add UniPhier DVB Frontend system support
 2018-08-30  1:13 UTC  (2+ messages)

[PATCH v2] usb: core: phy: fix return value checking about devm_of_phy_get_by_index()
 2018-08-30  1:12 UTC  (3+ messages)

[PATCH 1/6] usb: xhci-mtk: resume USB3 roothub first
 2018-08-30  1:09 UTC  (3+ messages)

[PATCH 2/2] net/ibm/emac: deletion of unneeded macros definitions
 2018-08-30  1:10 UTC  (2+ messages)

[PATCH V2 net 0/2] net: hns: fix some bugs about speed and duplex change
 2018-08-30  1:08 UTC  (2+ messages)

[PATCH v5 0/3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
 2018-08-30  1:05 UTC  (4+ messages)
` [PATCH v5 1/3] "
  ` v4.17 regression: PowerMac G3 won't boot, was "

[PATCH] Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"
 2018-08-30  1:03 UTC  (2+ messages)

[PATCH 0/4] media: platform: Add Aspeed Video Engine driver
 2018-08-30  0:52 UTC  (3+ messages)
` [PATCH 4/4] "

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-08-30  0:49 UTC  (6+ messages)
` [PATCH] i2c: "

[Patch v15 0/5] iommu/arm-smmu: Add runtime pm/sleep support
 2018-08-30  0:43 UTC  (6+ messages)
` [Patch v15 4/5] dt-bindings: arm-smmu: Add bindings for qcom,smmu-v2

[GIT PULL] hwmon fixes for v4.19-rc2
 2018-08-30  0:42 UTC  (3+ messages)

[PATCH v6 0/2] huge_pmd_unshare migration and flushing
 2018-08-30  0:40 UTC  (11+ messages)
` [PATCH v6 1/2] mm: migration: fix migration of huge PMD shared pages

[GIT PULL] RISC-V Fixes and Cleanups for 4.19-rc2
 2018-08-30  0:32 UTC 

[PATCH V3] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP
 2018-08-30  0:30 UTC  (4+ messages)

[PATCH 3/4] mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
 2018-08-30  0:13 UTC  (12+ messages)

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-08-29 23:57 UTC  (6+ messages)
` [PATCH 2/3] mm/cow: optimise pte dirty/accessed bits handling in fork

[PATCH v4] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2018-08-29 23:56 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH 1/2] ASoC: Add driver for PROTO Audio CODEC (with a WM8731)
 2018-08-29 23:43 UTC  (2+ messages)

[PATCH 01/13] seq_file: rewrite seq_puts() in terms of seq_write()
 2018-08-29 23:43 UTC  (6+ messages)
` [PATCH 11/13] proc: readdir /proc/*/task

[PATCH 0/3] firmware: qcom: scm: Improve clock handling
 2018-08-29 23:15 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: firmware: scm: Refactor compatibles and clocks
` [PATCH 2/3] firmware: qcom: scm: Refactor clock handling
` [PATCH 3/3] dt-bindings: firmware: scm: Add MSM8998 and SDM845

[RFC v2 0/2] Do not touch pages in remove_memory path
 2018-08-29 23:09 UTC  (3+ messages)
` [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory

[PATCH tip/core/rcu 0/10] Dyntick changes for v4.20/v5.0
 2018-08-29 23:07 UTC  (11+ messages)
` [PATCH tip/core/rcu 01/10] rcu: Remove unused rcu_dynticks_snap() from Tiny RCU
` [PATCH tip/core/rcu 02/10] rcu: Merge rcu_dynticks structure into rcu_data structure
` [PATCH tip/core/rcu 03/10] rcu: Switch ->tick_nohz_enabled_snap to "
` [PATCH tip/core/rcu 04/10] rcu: Switch last accelerate/advance "
` [PATCH tip/core/rcu 05/10] rcu: Switch lazy counts "
` [PATCH tip/core/rcu 06/10] rcu: Switch urgent quiescent-state requests "
` [PATCH tip/core/rcu 07/10] rcu: Switch dyntick nesting counters "
` [PATCH tip/core/rcu 08/10] rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
` [PATCH tip/core/rcu 09/10] rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
` [PATCH tip/core/rcu 10/10] rcu: Convert rcu_state.ofl_lock to raw_spinlock_t

[PATCH tip/core/rcu 0/10] Forward-progress changes for v4.20/v5.0
 2018-08-29 23:00 UTC 

[PATCH] PM / devfreq: Add new name attribute for sysfs
 2018-08-29 22:59 UTC  (3+ messages)

[PATCH resend] uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
 2018-08-29 22:56 UTC  (3+ messages)

[PATCH tip/core/rcu 0/24] Additional RCU-consolidation cleanups for v4.20/v5.0
 2018-08-29 22:53 UTC  (2+ messages)
` [PATCH tip/core/rcu 14/24] rcu: Clean up flavor-related definitions and comments in rcu.h


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