linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 19:37:58 to 2019-10-12 00:59:42 UTC [more...]

[PATCH 0/7 v2] tracing: Fix tracefs lockdown and various clean ups
 2019-10-12  0:57 UTC  (6+ messages)
` [PATCH 1/7 v2] tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
` [PATCH 2/7 v2] ftrace: Get a reference counter for the trace_array on filter files
` [PATCH 5/7 v2] tracing: Add tracing_check_open_get_tr()
` [PATCH 6/7 v2] tracing: Add some more locked_down checks
` [PATCH 7/7 v2] tracing: Do not create tracefs files if tracefs lockdown is in effect

[PATCH v12 00/16] Multicolor Framework v12
 2019-10-12  0:54 UTC  (13+ 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] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-12  0:41 UTC  (5+ messages)

[PATCH v2 0/4] xtensa: fix {get,put}_user() for 64bit values
 2019-10-12  0:37 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] xtensa: clean up assembly arguments in uaccess macros
` [PATCH v2 3/4] xtensa: fix type conversion in __get_user_[no]check
` [PATCH v2 4/4] xtensa: initialize result in __get_user_asm for unaligned access

[PATCH] MIPS: add support for SGI Octane (IP30)
 2019-10-12  0:33 UTC  (3+ messages)

[PATCH 0/3] xtensa: fix {get,put}_user() for 64bit values
 2019-10-12  0:07 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] xtensa: clean up assembly arguments in uaccess macros
` [PATCH 3/3] xtensa: fix type conversion in __get_user_[no]check

[PATCH 0/2] iommu/arm-smmu: Add an optional "input-address-size" property
 2019-10-11 23:55 UTC  (3+ messages)

[PATCH 1/1] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-11 23:55 UTC  (5+ messages)

[PATCH] arm64: defconfig: Enable Qualcomm pseudo rng
 2019-10-11 23:50 UTC 

[PATCH] arm64: defconfig: Enable Qualcomm socinfo driver
 2019-10-11 23:48 UTC 

[PATCH] arm64: defconfig: Enable Qualcomm CPUfreq HW driver
 2019-10-11 23:44 UTC 

[PATCH] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-11 23:40 UTC 

[PATCH 0/3] Logitech G920 fixes
 2019-10-11 23:32 UTC  (19+ 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

[PATCH v4 00/14] software node: add support for reference properties
 2019-10-11 23:25 UTC  (4+ messages)

[PATCH net-next] net: bcmgenet: Generate a random MAC if none is valid
 2019-10-11 23:22 UTC  (2+ messages)

[PATCH v1 0/3] This series adds ethernet support for RPi4
 2019-10-11 23:11 UTC  (4+ messages)
` [PATCH v1 3/3] ARM: dts: bcm2711: Enable GENET support for the RPi4

[PATCH v5 00/14] software node: add support for reference properties
 2019-10-11 23:07 UTC  (15+ messages)
` [PATCH v5 01/14] software node: remove DEV_PROP_MAX
` [PATCH v5 02/14] software node: introduce PROPERTY_ENTRY_ARRAY_XXX_LEN()
` [PATCH v5 03/14] efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
` [PATCH v5 04/14] software node: mark internal macros with double underscores
` [PATCH v5 05/14] software node: clean up property_copy_string_array()
` [PATCH v5 06/14] software node: get rid of property_set_pointer()
` [PATCH v5 07/14] software node: remove property_entry_read_uNN_array functions
` [PATCH v5 08/14] software node: unify PROPERTY_ENTRY_XXX macros
` [PATCH v5 09/14] software node: simplify property_entry_read_string_array()
` [PATCH v5 10/14] software node: rename is_array to is_inline
` [PATCH v5 11/14] software node: move small properties inline when copying
` [PATCH v5 12/14] software node: implement reference properties
` [PATCH v5 13/14] platform/x86: intel_cht_int33fe: use inline "
` [PATCH v5 14/14] software node: remove separate handling of references

[PATCH 0/3] arm64: defconfig: set/unset for allmodconfig
 2019-10-11 22:47 UTC  (9+ messages)
` [PATCH 3/3] arm64: configs: unset CPU_BIG_ENDIAN

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-11 22:38 UTC  (2+ messages)
` [RFC] asm-generic/tlb: stub out pmd_free_tlb() if __PAGETABLE_PMD_FOLDED

[Patch v7 0/4] Create and consolidate trusted keys subsystem
 2019-10-11 22:34 UTC  (7+ messages)
` [Patch v7 1/4] tpm: Move tpm_buf code to include/linux/
` [Patch v7 2/4] KEYS: Use common tpm_buf for trusted and asymmetric keys

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

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

[PATCH 0/4] treewide: Add 'fallthrough' pseudo-keyword
 2019-10-11 22:26 UTC  (9+ messages)
` [PATCH 2/4] compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use

[PATCH v1] drivers/base/memory.c: Don't access uninitialized memmaps in soft_offline_page_store()
 2019-10-11 22:16 UTC  (2+ messages)

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 22:12 UTC  (3+ messages)

[PATCH] binder: prevent transactions to context manager from its own process
 2019-10-11 22:11 UTC  (3+ 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] 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] "

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

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)

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 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 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  (7+ messages)
` [PATCH v3 1/6] perf cs-etm: Fix unsigned variable comparison to zero
` [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


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