linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 17:50:08 to 2019-10-11 22:08:06 UTC [more...]

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-11 22:07 UTC  (4+ messages)

[PATCH] binder: prevent transactions to context manager from its own process
 2019-10-11 21:59 UTC  (2+ messages)

[PATCH v2 1/1] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-11 21:56 UTC  (3+ messages)

[PATCH linux-kselftest/test v2] lib/list-test: add a test for the 'list' doubly linked list
 2019-10-11 21:55 UTC  (5+ messages)

[PATCH] Input: synaptics-rmi4 - Avoid processing unknown IRQs
 2019-10-11 21:46 UTC  (2+ messages)

[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 21:46 UTC  (12+ messages)

[PATCH] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-11 21:28 UTC  (6+ messages)

[PATCH] staging: vc04_services: fix warning of Logical continuations should be on the previous line
 2019-10-11 21:38 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 21:38 UTC  (2+ messages)

[GIT PULL] Please pull NFS Client bugfixes for 5.4-rc3
 2019-10-11 21:35 UTC  (2+ messages)

[PATCH 0/3] Logitech G920 fixes
 2019-10-11 21:33 UTC  (18+ messages)
` [PATCH 1/3] HID: logitech-hidpp: use devres to manage FF private data
` [PATCH 3/3] HID: logitech-hidpp: add G920 device validation quirk

memory offline infinite loop after soft offline
 2019-10-11 21:32 UTC 

[PATCH] mm: annotate refault stalls from swap_readpage
 2019-10-11 21:32 UTC  (3+ messages)

[PATCH] staging: vc04_services: fix warnings of lines should not end with open parenthesis
 2019-10-11 21:23 UTC  (2+ messages)
` [Outreachy kernel] "

man-pages-5.03 is released
 2019-10-11 21:23 UTC 

[PATCH] KVM: fix overflow of zero page refcount with ksm running
 2019-10-11 21:07 UTC  (3+ messages)

[PATCH 0/3] net: phy: switch to using fwnode_gpiod_get_index
 2019-10-11 21:05 UTC  (3+ messages)

[Patch v7 0/4] Create and consolidate trusted keys subsystem
 2019-10-11 21:05 UTC  (3+ messages)

[PATCH v2 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2019-10-11 20:51 UTC  (4+ messages)
` [PATCH v2 1/3] PCI: pciehp: Add support for disabling in-band presence
` [PATCH v2 2/3] PCI: pciehp: Wait for PDS if in-band presence is disabled
` [PATCH v2 3/3] PCI: pciehp: Add dmi table for in-band presence disabled

[PATCH 0/6] drm/amdgpu: Fix incorrect encoder API usages
 2019-10-11 20:51 UTC  (5+ messages)
` [PATCH 5/6] drm/amdgpu/dm/mst: Report possible_crtcs incorrectly, for now

[PATCH] media: i2c: adv7842: make array cri static and const, makes object smaller
 2019-10-11 20:48 UTC 

[PATCH v5 0/7] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-10-11 20:41 UTC  (4+ messages)

[PATCH v12 00/16] Multicolor Framework v12
 2019-10-11 20:36 UTC  (10+ messages)
` [PATCH v12 04/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v12 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v12 08/16] dt: bindings: lp55xx: Update binding for Multicolor Framework
` [PATCH v12 12/16] leds: lp55xx: Add multicolor framework support to lp55xx

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-11 20:31 UTC  (3+ messages)
` [PATCH v5 1/9] Documentation: Introduce EPT based Subpage Protection

[PATCH v3 0/6] perf cs-etm: Support thread stack and callchain
 2019-10-11 20:17 UTC  (9+ messages)
` [PATCH v3 1/6] perf cs-etm: Fix unsigned variable comparison to zero
` [PATCH v3 3/6] perf cs-etm: Support thread stack
` [PATCH v3 5/6] perf cs-etm: Support callchain for instruction sample
` [PATCH v3 6/6] perf cs-etm: Synchronize instruction sample with the thread stack

[GIT PULL] perf/core improvements and fixes
 2019-10-11 20:05 UTC  (70+ messages)
` [PATCH 01/69] perf env: Add routine to read the env->cpuid from the running machine
` [PATCH 02/69] perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
` [PATCH 03/69] perf evlist: Adopt __set_tracepoint_handlers method from perf_session
` [PATCH 04/69] perf trace: Make evlist__set_evsel_handler() affect just entries without a handler
` [PATCH 05/69] perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
` [PATCH 06/69] perf trace: Generalize the syscall_fmt find routines
` [PATCH 07/69] perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose is processed
` [PATCH 08/69] perf trace augmented_syscalls: Do not show syscalls when none was asked for
` [PATCH 09/69] perf scripts python: exported-sql-viewer.py: Add LookupModel()
` [PATCH 10/69] perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
` [PATCH 11/69] perf scripts python: exported-sql-viewer.py: Add global time range calculations
` [PATCH 12/69] perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
` [PATCH 13/69] perf scripts python: exported-sql-viewer.py: Add ability for Call tree to open at a specified task and time
` [PATCH 14/69] perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
` [PATCH 15/69] perf tools: Make usage of test_attr__* optional for perf-sys.h
` [PATCH 16/69] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
` [PATCH 17/69] perf script: Allow --time with --reltime
` [PATCH 18/69] perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
` [PATCH 19/69] perf trace: Allocate an array of beautifiers for tracepoint args
` [PATCH 20/69] perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
` [PATCH 21/69] perf trace: Add the syscall_arg_fmt pointer to syscall_arg
` [PATCH 22/69] perf trace: Add array of chars scnprintf beautifier
` [PATCH 23/69] perf trace: Enclose all events argument lists with ()
` [PATCH 24/69] perf trace: Allow choosing how to augment the tracepoint arguments
` [PATCH 25/69] tools arch x86: Grab a copy of the file containing the MSR numbers
` [PATCH 26/69] perf beauty: Make strarray's offset be u64
` [PATCH 27/69] perf trace beauty: Add a x86 MSR cmd id->str table generator
` [PATCH 28/69] perf beauty: Hook up the x86 MSR "
` [PATCH 29/69] perf trace: Allow associating scnprintf routines with well known arg names
` [PATCH 30/69] perf trace beauty: Add the glue for the autogenerated MSR arrays
` [PATCH 31/69] perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
` [PATCH 32/69] perf evlist: Factor out asprintf routine to build a tracepoint pid filter
` [PATCH 33/69] perf evlist: Introduce append_tp_filter() method
` [PATCH 34/69] perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
` [PATCH 35/69] perf trace: Introduce --filter for tracepoint events
` [PATCH 36/69] perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
` [PATCH 37/69] perf trace: Introduce a strtoul() method for 'struct strarrays'
` [PATCH 38/69] perf trace: Expand strings in filters to integers
` [PATCH 39/69] perf beauty: Introduce strtoul() for x86 MSRs
` [PATCH 40/69] perf tools: Avoid 'sample_reg_masks' being const + weak
` [PATCH 41/69] MAINTAINERS: Add entry for perf tool arm64 pmu-events files
` [PATCH 42/69] libperf: Add perf_mmap__init() function
` [PATCH 43/69] libperf: Add 'struct perf_mmap_param'
` [PATCH 44/69] libperf: Adopt perf_mmap__mmap_len() function from tools/perf
` [PATCH 45/69] libperf: Adopt perf_mmap__mmap() "
` [PATCH 46/69] libperf: Adopt perf_mmap__get() "
` [PATCH 47/69] libperf: Adopt perf_mmap__unmap() "
` [PATCH 48/69] libperf: Adopt perf_mmap__put() "
` [PATCH 49/69] perf tools: Use perf_mmap way to detect aux mmap
` [PATCH 50/69] libperf: Adopt perf_mmap__consume() function from tools/perf
` [PATCH 51/69] libperf: Adopt perf_mmap__read_init() "
` [PATCH 52/69] libperf: Adopt perf_mmap__read_done() "
` [PATCH 53/69] libperf: Adopt perf_mmap__read_event() "
` [PATCH 54/69] libperf: Adopt perf_evlist__mmap()/munmap() "
` [PATCH 55/69] libperf: Introduce perf_evlist__mmap_ops()
` [PATCH 56/69] libperf: Introduce perf_evlist_mmap_ops::idx callback
` [PATCH 57/69] libperf: Add perf_evlist_mmap_ops::get callback
` [PATCH 58/69] libperf: Introduce perf_evlist_mmap_ops::mmap callback
` [PATCH 59/69] perf tools: Introduce perf_evlist__mmap_cb_idx()
` [PATCH 60/69] perf evlist: Introduce perf_evlist__mmap_cb_get()
` [PATCH 61/69] perf evlist: Introduce perf_evlist__mmap_cb_mmap()
` [PATCH 62/69] perf evlist: Switch to libperf's mmap interface
` [PATCH 63/69] libperf: Centralize map refcnt setting
` [PATCH 64/69] libperf: Move the pollfd allocation from tools/perf to libperf
` [PATCH 65/69] libperf: Introduce perf_evlist__exit()
` [PATCH 66/69] libperf: Introduce perf_evlist__purge()
` [PATCH 67/69] libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
` [PATCH 68/69] perf tools: Propagate CFLAGS to libperf
` [PATCH 69/69] perf diff: Report noisy for cycles diff

linux-next: Fixes tag needs some work in the net tree
 2019-10-11 20:06 UTC  (2+ messages)

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-11 19:57 UTC  (3+ messages)
` [PATCH v8 1/5] "

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs
 2019-10-11 19:57 UTC  (2+ messages)

[PATCH] media: rc: add keymap for Tronsmart Vega S95/S96 remote
 2019-10-11 19:43 UTC 

[PATCHv2 0/3] Update cpupower and make it more accurate
 2019-10-11 19:37 UTC  (4+ messages)
` [PATCHv2 1/3] cpupower: Move needs_root variable into a sub-struct
` [PATCHv2 2/3] cpupower: mperf_monitor: Introduce per_cpu_schedule flag
` [PATCHv2 3/3] cpupower: mperf_monitor: Update cpupower to use the RDPRU instruction

[PATCH] checkpatch: Warn if DT bindings are not in schema format
 2019-10-11 19:32 UTC  (8+ messages)

[PATCH v1 0/3] This series adds ethernet support for RPi4
 2019-10-11 19:31 UTC  (7+ messages)
` [PATCH v1 1/3] dt-bindings: net: bcmgenet add property for max DMA burst size
` [PATCH v1 2/3] net: bcmgenet: use optional max DMA burst size property
` [PATCH v1 3/3] ARM: dts: bcm2711: Enable GENET support for the RPi4

Module loading problem since 5.3
 2019-10-11 19:26 UTC  (2+ messages)

[PATCH v1 0/3] Documentation/minor coding style fix ups
 2019-10-11 19:15 UTC  (4+ messages)
` [PATCH v1 1/3] of: property: Minor code formatting/style clean ups
` [PATCH v1 2/3] driver: core: Improve documentation for fwnode_operations.add_links()
` [PATCH v1 3/3] docs: driver-model: Add documentation for sync_state

[PATCH] dt-bindings: Clean-up regulator '-supply' schemas
 2019-10-11 19:02 UTC 

[PATCH -next] ASoC: fsl_mqs: fix old-style function declaration
 2019-10-11 19:01 UTC  (3+ messages)
` [PATCH v2 -next] ASoC: fsl_mqs: Move static keyword to the front of declarations

[PATCH] USB: host: ohci-at91: Remove unused variable regs in at91_stop_hc
 2019-10-11 18:59 UTC 

[PATCH] media: gspca: remove redundant assignment to variable ret
 2019-10-11 18:57 UTC 

sparse warnings on undeclared asmlinkage
 2019-10-11 18:53 UTC  (2+ messages)

[PATCH 0/3] Clarify/standardize memory barriers for ipc
 2019-10-11 18:53 UTC  (4+ messages)
` [PATCH 2/5] ipc/mqueue.c: Update/document memory barriers

[PATCH v3 0/2] Add support for ADUX1020 sensor
 2019-10-11 18:48 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: light: Add binding for ADUX1020
` [PATCH v3 2/2] iio: light: Add support for ADUX1020 sensor

[RFC v2 0/2] kvm: Use host timekeeping in guest
 2019-10-11 18:50 UTC  (3+ messages)

[PATCH] rpmsg: glink: Remove channel decouple from rpdev release
 2019-10-11 18:43 UTC  (3+ messages)

[PATCH v3 0/3] x86/boot: Introduce the kernel_info et consortes
 2019-10-11 18:43 UTC  (6+ messages)
` [PATCH v3 1/3] x86/boot: Introduce the kernel_info

[PATCH] rpmsg: glink: Set tail pointer to 0 at end of FIFO
 2019-10-11 18:39 UTC  (2+ messages)

[PATCH] dt-bindings: thermal: Convert stm32 thermal bindings to json-schema
 2019-10-11 18:35 UTC  (2+ messages)

[PATCH] dt-bindings: timer: Convert stm32 timer bindings to json-schema
 2019-10-11 18:35 UTC  (2+ messages)

[PATCH v2] dt-bindings: hwlock: Convert stm32 hwspinlock bindings to json-schema
 2019-10-11 18:34 UTC  (2+ messages)

[PATCH v3 2/2] x86/boot/64: round memory hole size up to next PMD page
 2019-10-11 18:27 UTC  (3+ messages)
` [tip: x86/urgent] x86/boot/64: Round "

[PATCH] ath10k: Correct error check of dma_map_single()
 2019-10-11 18:28 UTC  (2+ messages)
` [PATCH v2] ath10k: Correct error handling "

[PATCH v3 1/2] x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
 2019-10-11 18:27 UTC  (3+ messages)
` [tip: x86/urgent] "

[PATCH] ftrace: fix function type mismatches
 2019-10-11 18:26 UTC  (3+ messages)

[PATCH v6 00/17] arm64: MMU enabled kexec relocation
 2019-10-11 18:21 UTC  (13+ messages)
` [PATCH v6 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v6 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v6 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v6 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v6 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v6 16/17] arm64: kexec: configure trans_pgd page table for kexec

[PATCH 1/2] perf script: Fix --reltime with --time
 2019-10-11 18:21 UTC  (2+ messages)
` [PATCH 2/2] perf evlist: Fix fix for freed id arrays

[PATCH v2 1/2] pidfd: show pids for nested pid namespaces in fdinfo
 2019-10-11 18:20 UTC  (7+ messages)
` [PATCH v3 "

[PATCH v3 0/2] soundwire: Add support to Qualcomm SoundWire master
 2019-10-11 17:50 UTC  (3+ messages)
` [PATCH v3 2/2] soundwire: qcom: add support for SoundWire controller

[PATCH v3 00/17] arm64: MMU enabled kexec relocation
 2019-10-11 18:16 UTC  (9+ messages)
` [PATCH v3 06/17] arm64, hibernate: add trans_pgd public functions
` [PATCH v3 08/17] arm64, trans_pgd: make trans_pgd_map_page generic

[PATCH v2] drm/msm/dsi: Implement reset correctly
 2019-10-11 18:07 UTC  (2+ messages)

[PATCH] drm/meson: fix max mode_config height/width
 2019-10-11 17:59 UTC  (10+ messages)

[GIT PULL] Modules fixes for v5.4-rc3
 2019-10-11 17:50 UTC  (2+ messages)

[GIT PULL] Hyper-V commits for v5.4-rc
 2019-10-11 17:50 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).