linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 23:54:24 to 2019-10-15 05:43:09 UTC [more...]

[PATCH v9 00/28] New macros for assembler symbols
 2019-10-15  5:43 UTC  (4+ messages)
` [PATCH v9 07/28] x86/boot: Annotate local functions

[RFC][PATCH 0/3] dwc3 role-switch handling for HiKey960
 2019-10-15  5:39 UTC  (6+ messages)
` [RFC][PATCH 2/3] usb: roles: Add usb role switch notifier

[PATCH 24/36] libperf: Add perf_evlist__exit function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce perf_evlist__exit()

[PATCH 20/36] perf tools: Add perf_evlist__mmap_cb_mmap function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] perf evlist: Introduce perf_evlist__mmap_cb_mmap()

[PATCH v1 0/5] perf report: Support sorting all blocks by cycles
 2019-10-15  5:37 UTC  (4+ messages)

[PATCH 14/36] libperf: Add perf_evlist__mmap_ops function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce perf_evlist__mmap_ops()

[PATCH 16/36] libperf: Add perf_evlist_mmap_ops::get callback
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 15/36] libperf: Add perf_evlist_mmap_ops::idx callback
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce "

[PATCH 19/36] perf tools: Add perf_evlist__mmap_cb_get function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] perf evlist: Introduce perf_evlist__mmap_cb_get()

[PATCH 05/36] libperf: Add perf_mmap__get() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__get() function from tools/perf

[PATCH 13/36] libperf: Add perf_evlist__mmap()/munmap() functions
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf

[PATCH 08/36] perf tools: Use perf_mmap way to detect aux mmap
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 25/36] libperf: Add perf_evlist__purge function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce perf_evlist__purge()

[PATCH 09/36] libperf: Add perf_mmap__consume() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__consume() function from tools/perf

[tip: perf/core] perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Expand strings in filters to integers
 2019-10-15  5:31 UTC 

[PATCH 10/36] libperf: Add perf_mmap__read_init() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__read_init() from tools/perf

[tip: perf/core] perf trace: Introduce a strtoul() method for 'struct strarrays'
 2019-10-15  5:31 UTC 

[PATCH 21/36] perf tools: Switch to libperf mmap interface
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] perf evlist: Switch to libperf's "

[PATCH 01/36] libperf: Add perf_mmap__init() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 12/36] libperf: Add perf_mmap__read_event() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__read_event() from tools/perf

[PATCH v2 0/5] perf report: Support sorting all blocks by cycles
 2019-10-15  5:33 UTC  (6+ messages)
` [PATCH v2 1/5] perf util: Create new block.h/block.c for block related functions
` [PATCH v2 2/5] perf util: Count the total cycles of all samples
` [PATCH v2 3/5] perf report: Sort by sampled cycles percent per block for stdio
` [PATCH v2 4/5] perf report: Support --percent-limit for total_cycles
` [PATCH v2 5/5] perf report: Sort by sampled cycles percent per block for tui

[tip: perf/core] perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
 2019-10-15  5:31 UTC 

[tip: perf/core] perf evlist: Introduce append_tp_filter() method
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace beauty: Add the glue for the autogenerated MSR arrays
 2019-10-15  5:31 UTC 

[PATCH 04/36] libperf: Add perf_mmap__mmap() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__mmap() function from tools/perf

[PATCH 06/36] libperf: Add perf_mmap__unmap() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__unmap() function from tools/perf

[tip: perf/core] perf trace: Enclose all events argument lists with ()
 2019-10-15  5:31 UTC 

[tip: perf/core] perf evlist: Factor out asprintf routine to build a tracepoint pid filter
 2019-10-15  5:31 UTC 

[PATCH] perf tools: Propagate CFLAGS to libperf
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 03/36] libperf: Add perf_mmap__mmap_len() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__mmap_len() function from tools/perf

[tip: perf/core] perf trace: Introduce --filter for tracepoint events
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Add array of chars scnprintf beautifier
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace beauty: Add a x86 MSR cmd id->str table generator
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Allocate an array of beautifiers for tracepoint args
 2019-10-15  5:31 UTC 

[PATCH] perf script: Allow --time with --reltime
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 23/36] libperf: Move pollfd allocation to libperf
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Move the pollfd allocation from tools/perf "

[tip: perf/core] perf trace: Allow associating scnprintf routines with well known arg names
 2019-10-15  5:31 UTC 

[PATCH 5/6] perf scripts python: exported-sql-viewer.py: Add ability for Call tree to open at a specified task and time
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose is processed
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Generalize the syscall_fmt find routines
 2019-10-15  5:31 UTC 

[tip: perf/core] tools arch x86: Grab a copy of the file containing the MSR numbers
 2019-10-15  5:31 UTC 

[tip: perf/core] perf evlist: Adopt __set_tracepoint_handlers method from perf_session
 2019-10-15  5:31 UTC 

[tip: perf/core] perf env: Add routine to read the env->cpuid from the running machine
 2019-10-15  5:31 UTC 

[PATCH 2/2] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 6/6] perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Make evlist__set_evsel_handler() affect just entries without a handler
 2019-10-15  5:31 UTC 

[PATCH v3] perf tools: avoid sample_reg_masks being const + weak
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] perf tools: Avoid 'sample_reg_masks' "

[tip: perf/core] perf trace: Allow choosing how to augment the tracepoint arguments
 2019-10-15  5:31 UTC 

[tip: perf/core] perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
 2019-10-15  5:31 UTC 

[PATCH 1/2] perf tools: Make usage of test_attr__* optional for perf-sys.h
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace augmented_syscalls: Do not show syscalls when none was asked for
 2019-10-15  5:31 UTC 

[PATCH] MAINTAINERS: Add entry for perf tool arm64 pmu-events files
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/6] perf scripts python: exported-sql-viewer.py: Add LookupModel()
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
 2019-10-15  5:31 UTC 

[PATCH 3/6] perf scripts python: exported-sql-viewer.py: Add global time range calculations
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/6] perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 4/6] perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
 2019-10-15  5:31 UTC 

[tip: perf/core] perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
 2019-10-15  5:31 UTC 

[tip: perf/core] perf trace: Add the syscall_arg_fmt pointer to syscall_arg
 2019-10-15  5:31 UTC 

[PATCH v8] perf diff: Report noisy for cycles diff
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf beauty: Make strarray's offset be u64
 2019-10-15  5:31 UTC 

[tip: perf/core] perf beauty: Hook up the x86 MSR table generator
 2019-10-15  5:31 UTC 

[tip: perf/core] perf beauty: Introduce strtoul() for x86 MSRs
 2019-10-15  5:31 UTC 

[PATCH 26/36] libperf: Add perf_evlist__filter_pollfd function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_evlist__filter_pollfd() from tools/perf

[PATCH 11/36] libperf: Add perf_mmap__read_done() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__read_done() from tools/perf

[PATCH 02/36] libperf: Add 'struct perf_mmap_param'
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 07/36] libperf: Add perf_mmap__put() function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Adopt perf_mmap__put() function from tools/perf

[PATCH 18/36] perf tools: Add perf_evlist__mmap_cb_idx function
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] perf tools: Introduce perf_evlist__mmap_cb_idx()

[PATCH 17/36] libperf: Add perf_evlist_mmap_ops::mmap callback
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce "

[PATCH 22/36] libperf: Centralize map refcnt setting
 2019-10-15  5:31 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH] net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”
 2019-10-15  5:28 UTC  (2+ messages)

[PATCH v3 0/7] Improve tlb range flush
 2019-10-15  5:26 UTC  (10+ messages)
` [PATCH v3 3/7] iommu/mediatek: Use gather to achieve the "
` [PATCH v3 4/7] iommu/mediatek: Delete the leaf in the tlb flush
` [PATCH v3 6/7] iommu/mediatek: Use writel for TLB range invalidation

[GIT PULL] perf/core improvements and fixes
 2019-10-15  5:25 UTC  (2+ messages)

[PATCH v3] x86, efi: never relocate kernel below lowest acceptable address
 2019-10-15  5:23 UTC  (3+ messages)

[PATCH v3 20/24] wireless: Remove call to memset after dma_alloc_coherent
 2019-10-15  5:21 UTC  (2+ messages)

linux-next: Tree for Oct 15
 2019-10-15  5:16 UTC 

[PATCH] PCI: PM: Consolidate runtime resume and system resume paths
 2019-10-15  5:10 UTC  (3+ messages)
    ` [PATCH] PCI: PM: Fix pci_power_up()

KMSAN: uninit-value in ax88172a_bind
 2019-10-15  5:10 UTC 

[RFC v2 0/2] kvm: Use host timekeeping in guest
 2019-10-15  5:08 UTC  (3+ messages)

[PATCH v2 2/2] kasan: add test for invalid size in memmove
 2019-10-15  5:02 UTC 

[v2,1/2] dt-bindings: i2c: add property idle-state
 2019-10-15  4:48 UTC  (2+ messages)
` [v2,2/2] i2c: mux: pca954x: "

[PATCH] cifs: Fix missed free operations
 2019-10-15  4:53 UTC  (3+ messages)

[PATCH V2] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-15  4:51 UTC 

[PATCH v2] MIPS: Loongson: Make default kernel log buffer size as 256KB for Loongson3
 2019-10-15  4:51 UTC 

[PATCH] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-15  4:50 UTC  (3+ messages)

[PATCH v2 0/2] scsi: ufs: Add driver for TI wrapper for Cadence UFS IP
 2019-10-15  4:50 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH 1/3] HID: logitech-hidpp: use devres to manage FF private data
 2019-10-15  4:45 UTC  (2+ messages)

[PATCH] perf cgroups: Don't rotate events for cgroups unnecessarily
 2019-10-15  4:43 UTC  (11+ messages)

[PATCH RESEND 1/1] vfs: Really check for inode ptr in lookup_fast
 2019-10-15  4:07 UTC  (2+ messages)

[PATCH] MIPS: Loongson: Make default kernel log buffer size as 128KB for Loongson3
 2019-10-15  4:00 UTC  (3+ messages)

[PATCH] drm/bridge: ti-tfp410: switch to using fwnode_gpiod_get_index()
 2019-10-15  3:58 UTC  (2+ messages)

[RFC][PATCH v2 0/5] dwc3: Changes for HiKey960 support
 2019-10-15  3:57 UTC  (8+ messages)
` [RFC][PATCH v2 4/5] dt-bindings: usb: dwc3: of-simple: add compatible for HiSi

[PATCH 1/2] mm, frontswap: Fix frontswap_map issue with THP
 2019-10-15  3:49 UTC  (2+ messages)
` [PATCH 2/2] mm, zswap: Support THP

[PATCH v2 0/4] drm/komeda: Enable CRTC color-mgmt
 2019-10-15  3:48 UTC  (5+ messages)
` [PATCH v2 1/4] drm/komeda: Add a new helper drm_color_ctm_s31_32_to_qm_n()

[PATCH] Convert filldir[64]() from __put_user() to unsafe_put_user()
 2019-10-15  3:46 UTC  (13+ messages)

[PATCH v3 0/6] perf cs-etm: Support thread stack and callchain
 2019-10-15  3:44 UTC  (7+ messages)
` [PATCH v3 3/6] perf cs-etm: Support thread stack
` [PATCH v3 6/6] perf cs-etm: Synchronize instruction sample with the "

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-15  3:37 UTC  (9+ messages)
` [PATCH V3 5/7] mdev: introduce virtio device and its device ops
` [PATCH V3 6/7] virtio: introduce a mdev based transport

[PATCH v4 0/2] Add support for AHB DMA controller on Milbeaut series
 2019-10-15  3:33 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC bindings
` [PATCH v4 2/2] dmaengine: milbeaut-hdmac: Add HDMAC driver for Milbeaut platforms

[PATCH v3 0/2] Add support for AXI DMA controller on Milbeaut series
 2019-10-15  3:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: milbeaut-m10v-xdmac: Add Socionext Milbeaut XDMAC bindings
` [PATCH v3 2/2] dmaengine: milbeaut-xdmac: Add XDMAC driver for Milbeaut platforms

[PATCH v3] clk: imx7ulp: do not export out IMX7ULP_CLK_MIPI_PLL clock
 2019-10-15  3:27 UTC  (2+ messages)

[PATCH v2 for 5.4 0/4] media: hantro: Collected fixes for v5.4
 2019-10-15  3:27 UTC  (11+ messages)
` [PATCH v2 for 5.4 2/4] media: hantro: Fix H264 max frmsize supported on RK3288

[v2, PATCH 0/1] net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
 2019-10-15  3:24 UTC  (2+ messages)
` [v2, PATCH] "

[PATCH v1 1/2] perf test: Report failure for mmap events
 2019-10-15  3:20 UTC  (4+ messages)
` [PATCH v1 2/2] perf test: Avoid infinite loop for task exit case

[PATCH 00/14] KVM monolithic v2
 2019-10-15  3:18 UTC  (6+ messages)
` [PATCH 01/14] KVM: monolithic: x86: remove kvm.ko
` [PATCH 02/14] KVM: monolithic: x86: disable linking vmx and svm at the same time into the kernel

[PATCH 1/2] dt-bindings: i2c: replace property i2c-mux-idle-disconnect
 2019-10-15  3:18 UTC  (6+ messages)
` [PATCH 2/2] i2c: mux: pca954x: "
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] dt-bindings: i2c: "

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-15  3:15 UTC  (4+ messages)

[PATCH 0/3] arm64: defconfig: set/unset for allmodconfig
 2019-10-15  3:13 UTC  (12+ messages)
` [PATCH 3/3] arm64: configs: unset CPU_BIG_ENDIAN

[PATCH] perf c2c: fix memory leak in build_cl_output()
 2019-10-15  2:54 UTC 

[RFC PATCH 0/6] SMMUv3 PMCG IMP DEF event support
 2019-10-15  3:06 UTC  (5+ messages)
` [RFC PATCH 1/6] ACPI/IORT: Set PMCG device parent
` [RFC PATCH 6/6] ACPI/IORT: Drop code to set the PMCG software-defined model

[PATCH v2 0/2] Add initial support for slimport anx7625
 2019-10-15  3:02 UTC  (7+ messages)
  ` [PATCH v2 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

[PATCH] rcu: make PREEMPT_RCU to be a decoration of TREE_RCU
 2019-10-15  3:01 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCH v3] PCI: dwc: Add support to add GEN3 related equalization quirks
 2019-10-15  2:59 UTC 

[PATCH v2] PCI: dwc: Add support to add GEN3 related equalization quirks
 2019-10-15  2:58 UTC  (3+ messages)

[PATCH RFC v4 0/5] vhost: ring format independence
 2019-10-15  2:58 UTC  (2+ messages)

[PATCH] perf list: Hide deprecated events by default
 2019-10-15  2:53 UTC 

mmotm 2019-10-14-19-53 uploaded
 2019-10-15  2:54 UTC 

[PATCH RFC 1/3] mtd: rawnand: Add support manufacturer postponed initialization
 2019-10-15  2:33 UTC  (6+ messages)
` [PATCH RFC 3/3] mtd: rawnand: Add support Macronix power down mode

[PATCH v3 0/2] x86/kdump: Reserve extra memory when SME or SEV is active
 2019-10-15  2:18 UTC  (8+ messages)
` [PATCH v3 2/2] "

[PATCH v6 00/17] arm64: MMU enabled kexec relocation
 2019-10-15  2:12 UTC  (4+ messages)
` [PATCH v6 16/17] arm64: kexec: configure trans_pgd page table for kexec

[PATCH v2 0/4] drm/komeda: Enable CRTC color-mgmt
 2019-10-15  2:11 UTC  (5+ messages)
` [PATCH v4 1/4] drm: Add a new helper drm_color_ctm_s31_32_to_qm_n()
` [PATCH v4 2/4] drm/komeda: Add drm_lut_to_fgamma_coeffs()
` [PATCH v4 3/4] drm/komeda: Add drm_ctm_to_coeffs()
` [PATCH v4 4/4] drm/komeda: Adds gamma and color-transform support for DOU-IPS

[PATCH 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-10-15  2:04 UTC  (5+ messages)
` [PATCH 3/3] zram: use common zpool interface

linux-next: build failure after merge of the drivers-x86 tree
 2019-10-15  2:00 UTC 

[PATCH] perf stat: Support --all-kernel/--all-user
 2019-10-15  1:57 UTC  (4+ messages)

[PATCH v2 1/4] iommu/mediatek: Correct the flush_iotlb_all callback
 2019-10-15  1:51 UTC  (6+ messages)
` [PATCH v2 3/4] iommu/mediatek: Use writel for TLB range invalidation

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-15  1:53 UTC  (5+ messages)
` [PATCH v5 2/9] vmx: spp: Add control flags for Sub-Page Protection(SPP)

[PATCH v2 0/4] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-15  1:47 UTC  (4+ messages)
` [PATCH v2 2/4] perf/core: Provide a kernel-internal interface to pause perf_event

[PATCH] selftests: Fix O= and KBUILD_OUTPUT handling for relative paths
 2019-10-15  1:45 UTC 

[PATCH] rcu: add declarations of undeclared items
 2019-10-15  1:41 UTC  (4+ messages)

[PATCH] rcu: Fix data-race due to atomic_t copy-by-value
 2019-10-15  1:40 UTC  (2+ messages)

[PATCH v3 0/2] iio: add driver for Bosch BMA400 accelerometer
 2019-10-15  1:17 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: iio: accel: bma400: add bindings

[PATCH V4 0/2] Add support for arm64 to carry ima measurement
 2019-10-15  1:31 UTC  (3+ messages)

[PATCH 0/6] V2: Clarify/standardize memory barriers for ipc
 2019-10-15  1:26 UTC  (3+ messages)
` [PATCH 6/6] Documentation/memory-barriers.txt: Clarify cmpxchg()

[PATCH v6 0/5] Add a unified parameter "nopvspin"
 2019-10-15  1:19 UTC  (6+ messages)
` [PATCH v6 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v6 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v6 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v6 4/5] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v6 5/5] x86/hyperv: Mark "hv_nopvspin" "

[RFC PATCH 0/2] Introduce for-dpcm DT property
 2019-10-15  1:18 UTC  (7+ messages)
` [RFC PATCH 2/2] ASoC: simple-card: Add documentation for force-dpcm property
    ` [alsa-devel] "

[PATCH net-next v2] net: bcmgenet: Generate a random MAC if none is valid
 2019-10-15  0:52 UTC  (2+ messages)

[PATCH] arm64/mm: Poison initmem while freeing with free_reserved_area()
 2019-10-15  0:49 UTC  (2+ messages)

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs
 2019-10-15  0:49 UTC  (3+ messages)

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-15  0:48 UTC  (4+ messages)

[PATCH v4] arm64: use generic free_initrd_mem()
 2019-10-15  0:46 UTC  (2+ messages)

[PATCH 0/2] ASoC: simple_card_utils.h: Fix two potential compilation errors
 2019-10-15  0:43 UTC  (2+ messages)
  ` [alsa-devel] [PATCH 2/2] ASoC: simple_card_utils.h: Fix potential multiple redefinition error

[PATCH v11 2/6] mm: Use zone and order instead of free area in free_list manipulators
 2019-10-15  0:42 UTC  (2+ messages)
` [mm] 2eca680594: will-it-scale.per_process_ops -2.5% regression

[netdevsim] 4418f862d6: kernel_selftests.bpf.test_offload.py.fail
 2019-10-15  0:40 UTC 

[PATCH] random: inform about bootloader-provided randomness
 2019-10-15  0:40 UTC  (2+ messages)

[PATCH 0/5] Improve objdump parsing, fix LLVM objdump
 2019-10-15  0:35 UTC  (4+ messages)
` [PATCH 2/5] perf annotate: use run-command.h to fork objdump

[PATCH 15/15] perf annotate: ensure objdump argv is NULL terminated
 2019-10-15  0:34 UTC  (2+ messages)

[PATCH] perf annotate: ensure objdump argv is NULL terminated
 2019-10-15  0:34 UTC 

[PATCH] arm64: lse: fix LSE atomics with LLVM's integrated assembler
 2019-10-15  0:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/14] Provide generic top-down mmap layout functions
 2019-10-15  0:31 UTC  (9+ messages)
` [PATCH v6 14/14] riscv: Make mmap allocation top-down by default

[PATCH] arm64: fix alternatives with LLVM's integrated assembler
 2019-10-15  0:28 UTC  (5+ messages)

[PATCH v12 0/4] fix double page fault in cow_user_page for pfn mapping
 2019-10-15  0:18 UTC  (2+ messages)

[PATCH block/for-linus] iocost: don't let vrate run wild while there's no saturation signal
 2019-10-15  0:18 UTC 

[PATCH v5 00/14] software node: add support for reference properties
 2019-10-14 23:57 UTC  (3+ messages)

[PATCH v4 0/9 drm: rcar-du: Add Color Management Module (CMM)
 2019-10-14 23:54 UTC  (5+ messages)
` [PATCH v4 3/9] drm: rcar-du: Add support for CMM


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