linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 19:29:03 to 2020-09-25 00:00:58 UTC [more...]

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-25  0:00 UTC  (20+ messages)

[PATCH v2 seccomp 0/6] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-24 23:56 UTC  (9+ messages)
` [PATCH v2 seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
` [PATCH v2 seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
` [PATCH v2 seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
` [PATCH v2 seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH v5 0/3] Introduce mini-dump support for remoteproc
 2020-09-24 23:51 UTC  (4+ messages)
` [PATCH v5 1/3] remoteproc: core: Add ops to enable custom coredump functionality
` [PATCH v5 2/3] remoteproc: qcom: Add capability to collect minidumps
` [PATCH v5 3/3] remoteproc: qcom: Add minidump id for sm8150 modem remoteproc

[PATCH] xen/arm: do not setup the runstate info page if kpti is enabled
 2020-09-24 23:49 UTC 

[PATCH] net: usb: ax88179_178a: add Toshiba usb 3.0 adapter
 2020-09-24 23:49 UTC  (2+ messages)

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-24 23:46 UTC  (10+ messages)
        ` [Intel-gfx] "

remove alloc_vm_area v2
 2020-09-24 23:43 UTC  (5+ messages)
` [PATCH 09/11] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [PATCH 10/11] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 23:43 UTC  (11+ messages)

[PATCH v6 0/4] Add support for length of each segment in the segcblist
 2020-09-24 23:42 UTC  (2+ messages)

[PATCH v2 4/4] PCI: Limit pci_alloc_irq_vectors as per housekeeping CPUs
 2020-09-24 23:40 UTC  (5+ messages)

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2020-09-24 23:39 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam

[PATCH] drm/i915: Uninitialized variable in i915_gem_object_map_page()
 2020-09-24 23:15 UTC  (2+ messages)

[PATCH] perf test: Fix msan uninitialized use
 2020-09-24 23:12 UTC  (3+ messages)

[PATCH v38 00/24] Intel SGX foundations
 2020-09-24 23:11 UTC  (17+ messages)
` [PATCH v38 17/24] x86/sgx: ptrace() support for the SGX driver
            ` [PATCH v38 17/24] x86/sgx: ptrace() support for the SGX driver'
` [PATCH v38 18/24] x86/vdso: Add support for exception fixup in vDSO functions
` [PATCH v38 20/24] x86/traps: Attempt to fixup exceptions in vDSO before signaling

[PATCH v3 0/4] Venus - change clk enable, disable order and change bw values
 2020-09-24 23:11 UTC  (3+ messages)
` [PATCH v3 1/4] venus: core: change clk enable and disable order in resume and suspend

[PATCH V7 0/4] Softirq:avoid large sched delay from the pending softirqs
 2020-09-24 23:10 UTC  (5+ messages)
` [PATCH V7 4/4] softirq: Allow early break the softirq processing loop

[PATCH rdma-next 00/10] Prepare drivers to move QP allocation to ib_core
 2020-09-24 23:09 UTC  (2+ messages)

[PATCH 0/2] Venus: fix handling of crop and s_fmt
 2020-09-24 23:09 UTC  (3+ messages)
` [PATCH 2/2] venus: venc: fix handlig of S_SELECTION and G_SELECTION

linux-next: Signed-off-by missing for commits in the block tree
 2020-09-24 23:06 UTC  (3+ messages)

[PATCH] rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
 2020-09-24 22:59 UTC  (2+ messages)

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-24 22:50 UTC  (40+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 14/39] kasan, arm64: only init shadow for software modes
` [PATCH v3 15/39] kasan, arm64: only use kasan_depth "
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 23/39] arm64: Enable armv8.5-a asm-arch option
` [PATCH v3 24/39] arm64: mte: Add in-kernel MTE helpers
` [PATCH v3 25/39] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v3 26/39] arm64: mte: Add in-kernel tag fault handler
` [PATCH v3 27/39] arm64: kasan: Enable in-kernel MTE
` [PATCH v3 28/39] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v3 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v3 30/39] arm64: kasan: Enable TBI EL1
` [PATCH v3 31/39] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 34/39] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 36/39] kasan, arm64: print report from tag fault handler
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 38/39] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH net-next 0/5] bonding: rename bond components
 2020-09-24 22:47 UTC  (7+ messages)
` [PATCH net-next 4/5] bonding: make Kconfig toggle to disable legacy interfaces

linux-next: Fixes tag needs some work in the block tree
 2020-09-24 22:38 UTC 

[PATCH] drm/msm/dp: return correct connection status after suspend/resume
 2020-09-24 22:27 UTC 

INFO: rcu detected stall in sys_exit_group (6)
 2020-09-24 22:26 UTC  (3+ messages)

[PATCH] checkpatch: Add test for comma use that should be semicolon
 2020-09-24 22:23 UTC  (14+ messages)
  ` coccinelle: Convert comma to semicolons (was Re: [PATCH] checkpatch: Add test for comma use that should be semicolon)
    ` [Cocci] "

[PATCH v6 0/5] Add shared workqueue support for idxd driver
 2020-09-24 22:09 UTC  (8+ messages)
` [PATCH v6 2/5] x86/asm: Add enqcmds() to support ENQCMDS instruction

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-24 22:05 UTC  (6+ messages)

[PATCH v13 00/10] Guest Last Branch Recording Enabling (KVM part)
 2020-09-24 22:05 UTC  (3+ messages)
` [PATCH] target/i386: add -cpu,lbr=true support to enable guest LBR

[PATCH v3 0/2] hwmon: pmbus: max20730: adjust the vout base on
 2020-09-24 21:54 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: max20730: adding device tree doc for max20730
` [PATCH v3 2/2] hwmon: pmbus: max20730: adjust the vout reading given voltage divider

[PATCH v2 1/4] sched/isolation: API to get housekeeping online CPUs
 2020-09-24 21:52 UTC  (3+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-09-24 21:50 UTC  (12+ messages)
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res

[PATCH v4 0/2] leds: mt6360: Add LED driver for MT6360
 2020-09-24 21:49 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH v1 00/12] Intel FPGA Security Manager Class Driver
 2020-09-24 21:48 UTC  (4+ messages)
` [PATCH v1 12/12] fpga: add max10 get_hw_errinfo callback func

[PATCH] KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE
 2020-09-24 21:48 UTC  (2+ messages)

[PATCH v4 1/6] timer: kasan: record timer stack
 2020-09-24 21:41 UTC  (2+ messages)

[PATCH v3 0/3] Add Broadcom VK driver
 2020-09-24 21:40 UTC  (5+ messages)
` [PATCH v3 2/3] misc: bcm-vk: add "

[PATCH v3 1/3] iio: dac: ad5686: add support for AD5338R
 2020-09-24 19:52 UTC  (3+ messages)
` [PATCH v3 2/3] iio: dac: ad5686: add of_match_table
` [PATCH v3 3/3] dt-bindings: iio: dac: ad5686: add binding

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-24 21:35 UTC  (5+ messages)
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN

[PATCH v1 0/6] seccomp: Implement constant action bitmaps
 2020-09-24 21:35 UTC  (11+ messages)
` [PATCH 4/6] seccomp: Emulate basic filters for constant action results

[PATCH 1/5] mm: Introduce mm_struct.has_pinned
 2020-09-24 21:30 UTC  (11+ messages)

[PATCH v2 0/2] INVD intercept change to skip instruction
 2020-09-24 21:20 UTC  (2+ messages)

[PATCH v2 0/2] iowait and idle fixes in /proc/stat
 2020-09-24 21:19 UTC  (5+ messages)
` [PATCH v2 1/2] tick-sched: Do not clear the iowait and idle times
` [PATCH v2 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline

[RFC PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-09-24 21:07 UTC  (9+ messages)

[PATCH 0/3] fbdev: stop using compat_alloc_user_space
 2020-09-24 20:54 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 001/330] drm/v3d: don't leak bin job if v3d_job_init fails
 2020-09-24 20:54 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 041/330] USB: serial: mos7840: fix probe error handling

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-24 20:52 UTC  (9+ messages)

amdgpu: call trace introduced in 5.9-rc1 for Lenovo L14 Renoir
 2020-09-24 20:48 UTC  (6+ messages)

[PATCH net-next RFC v5 00/15] Add devlink reload action and limit level options
 2020-09-24 20:45 UTC  (15+ messages)
` [PATCH net-next RFC v5 01/15] devlink: Add reload action option to devlink reload command
` [PATCH net-next RFC v5 02/15] devlink: Add reload action limit level
` [PATCH net-next RFC v5 03/15] devlink: Add reload action stats
` [PATCH net-next RFC v5 04/15] devlink: Add reload actions stats to dev get

[PATCH v1 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-24 20:42 UTC  (14+ messages)
` [PATCH v1 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v1 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v1 3/4] mm: introduce page memcg flags
` [PATCH v1 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH] drm/stm: dsi: Avoid printing errors for -EPROBE_DEFER
 2020-09-24 20:42 UTC  (2+ messages)

[PATCH v3 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2020-09-24 20:40 UTC  (4+ messages)
` [PATCH v3 5/7] rtc: New driver for RTC in Netronix embedded controller
` [PATCH v3 6/7] MAINTAINERS: Add entry for "

[PATCH v2] drm/panel: otm8009a: allow using non-continuous dsi clock
 2020-09-24 20:39 UTC  (2+ messages)

[PATCH v2] drm/panel: otm8009a: remove hack to force commands in HS
 2020-09-24 20:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: mark FRAMEBUFFER LAYER as Orphan
 2020-09-24 20:34 UTC  (2+ messages)

[PATCH 1/2] drm/bridge: sii902x: Enable I/O and core VCC supplies if present
 2020-09-24 20:34 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: display: sii902x: Add supply bindings

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-24 20:33 UTC  (13+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header

[PATCH 0/3] Small improvements to ingenic-drm
 2020-09-24 20:29 UTC  (7+ messages)
` [PATCH 1/3] drm/ingenic: Add support for 30-bit modes
` [PATCH 2/3] drm/ingenic: Reset pixclock rate when parent clock rate changes
` [PATCH 3/3] drm/ingenic: Add support for reserved memory

[PATCH] media: uapi: h264: Add documentation to the interface header
 2020-09-24 20:21 UTC  (3+ messages)

[tip: timers/core] timers: Mask invalid flags in do_init_timer()
 2020-09-24 20:13 UTC 

[PATCH] fbdev: mx3fb: remove unused variable 'irq'
 2020-09-24 20:12 UTC  (2+ messages)

linux-next: build failure after merge of the vfs tree
 2020-09-24 20:08 UTC  (2+ messages)

[PATCH] f2fs: compress: fix to disallow enabling compress on non-empty file
 2020-09-24 20:03 UTC  (2+ messages)

[PATCH 0/9] sched: Migrate disable support
 2020-09-24 19:59 UTC  (3+ messages)
` [PATCH 8/9] sched: Fix migrate_disable() vs set_cpus_allowed_ptr()

[PATCH 1/2] debugobjects: Allow debug_obj_descr to be const
 2020-09-24 19:58 UTC  (2+ messages)
` [tip: core/debugobjects] "

[PATCH 2/2] treewide: Make all debug_obj_descr's const
 2020-09-24 19:58 UTC  (2+ messages)
` [tip: core/debugobjects] treewide: Make all debug_obj_descriptors const

[PATCH v2] e1000e: Increase iteration on polling MDIC ready bit
 2020-09-24 19:57 UTC  (3+ messages)
` [PATCH v3] "

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-24 19:55 UTC  (4+ messages)

[PATCH] drm/panel: otm8009a: allow using non-continuous dsi clock
 2020-09-24 19:52 UTC  (2+ messages)

[PATCH] drm/panel: otm8009a: remove hack to force commands in HS
 2020-09-24 19:51 UTC  (2+ messages)

[PATCH] drm/panel: rm68200: allow using non-continuous dsi clock
 2020-09-24 19:50 UTC  (2+ messages)

[PATCH -next] drm/panel: simplify the return expression of td028ttec1_prepare
 2020-09-24 19:46 UTC  (2+ messages)

[PATCH v2 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-24 19:44 UTC  (4+ messages)
` [PATCH v2 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v2 3/4] mm: introduce page memcg flags

bdi cleanups v7
 2020-09-24 19:44 UTC  (2+ messages)

[RFC PATCH v1 0/3] drm/panel: mantix panel reset fixes
 2020-09-24 19:38 UTC  (3+ messages)
` [RFC PATCH v1 3/3] dt-binding: display: Require two rests on mantix panel

[PATCH v3 0/5] KVM: VMX: Clean up RTIT MAXPHYADDR usage
 2020-09-24 19:42 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check
` [PATCH v3 2/5] KVM: x86: Unexport cpuid_query_maxphyaddr()
` [PATCH v3 3/5] KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function
` [PATCH v3 4/5] KVM: x86: Move illegal GPA helper out of the MMU code
` [PATCH v3 5/5] KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (12+ 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).