linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 21:04:05 to 2019-04-04 02:11:15 UTC [more...]

[RFC PATCH 00/25] Accelerate page migration and use memcg for PMEM management
 2019-04-04  2:00 UTC  (20+ messages)
` [RFC PATCH 02/25] mm: migrate: Add mode parameter to support future page copy routines
` [RFC PATCH 03/25] mm: migrate: Add a multi-threaded page migration function
` [RFC PATCH 04/25] mm: migrate: Add copy_page_multithread into migrate_pages
` [RFC PATCH 07/25] mm: migrate: Add copy_page_dma to use DMA Engine to copy pages
` [RFC PATCH 08/25] mm: migrate: Add copy_page_dma into migrate_page_copy
` [RFC PATCH 09/25] mm: migrate: Add copy_page_lists_dma_always to support copy a list of pages
` [RFC PATCH 11/25] mm: migrate: Add concurrent page migration into move_pages syscall
` [RFC PATCH 12/25] exchange pages: new page migration mechanism: exchange_pages()
` [RFC PATCH 13/25] exchange pages: add multi-threaded exchange pages
` [RFC PATCH 14/25] exchange pages: concurrent "
` [RFC PATCH 15/25] exchange pages: exchange anonymous page and file-backed page
` [RFC PATCH 16/25] exchange page: Add THP exchange support
` [RFC PATCH 17/25] exchange page: Add exchange_page() syscall
` [RFC PATCH 18/25] memcg: Add per node memory usage&max stats in memcg
` [RFC PATCH 19/25] mempolicy: add MPOL_F_MEMCG flag, enforcing memcg memory limit
` [RFC PATCH 20/25] memory manage: Add memory manage syscall
` [RFC PATCH 21/25] mm: move update_lru_sizes() to mm_inline.h for broader use
` [RFC PATCH 22/25] memory manage: active/inactive page list manipulation in memcg
` [RFC PATCH 25/25] memory manage: use exchange pages to memory manage to improve throughput

[PATCH 0/2] x86/mm/KASLR: Fix two code bugs
 2019-04-04  2:03 UTC  (3+ messages)
` [PATCH 1/2] x86/mm/KASLR: Fix the wrong calculation of memory region initial size
` [PATCH 2/2] x86/mm/KASLR: Calculate the actual size of vmemmap region

[PATCH] mm:workingset use real time to judge activity of the file page
 2019-04-04  2:01 UTC 

[PATCH v2 0/5] Add NUMA-awareness to qspinlock
 2019-04-04  2:02 UTC  (3+ messages)
` [PATCH v2 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH] drm/msm/a6xx: Fix build with !CONFIG_DEBUG_FS
 2019-04-04  2:02 UTC  (3+ messages)

[PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
 2019-04-04  1:52 UTC  (3+ messages)
` [PATCH v2 -next] ASoC: Mediatek: MT8183: DA7219: "

Using device tree overlays in Linux
 2019-04-04  1:50 UTC 

[RESEND] input: keyboard: imx: make sure keyboard can always wake up system
 2019-04-04  1:40 UTC 

[PATCH -next] ASoC: Mediatek: MT8183: Fix platform_no_drv_owner.cocci warnings
 2019-04-04  1:51 UTC  (3+ messages)
` [PATCH v2 -next] ASoC: Mediatek: MT8183: TS3A227: "

[for-next][PATCH 00/19] tracing: Updates for 5.2
 2019-04-04  1:37 UTC  (19+ messages)
` [for-next][PATCH 01/19] ring-buffer: Fix ring buffer size in rb_write_something()
` [for-next][PATCH 03/19] tracing: Add tracing error log
` [for-next][PATCH 04/19] tracing: Save the last hist commands associated event name
` [for-next][PATCH 05/19] tracing: Use tracing error_log with hist triggers
` [for-next][PATCH 06/19] tracing: Use tracing error_log with trace event filters
` [for-next][PATCH 07/19] tracing: Use tracing error_log with probe events
` [for-next][PATCH 08/19] tracing: Add trace_array parameter to create_event_filter()
` [for-next][PATCH 09/19] tracing: Have histogram code pass around trace_array for error handling
` [for-next][PATCH 10/19] tracing: Have the error logs show up in the proper instances
` [for-next][PATCH 11/19] selftests/ftrace: Add error_log testcase for probe errors
` [for-next][PATCH 12/19] selftests/ftrace: Move kprobe/uprobe check_error() to test.d/functions
` [for-next][PATCH 13/19] selftests/ftrace: Remove trigger-extended-error-support testcase
` [for-next][PATCH 14/19] selftests/ftrace: Add tracing/error_log testcase
` [for-next][PATCH 15/19] tracing: Add tracing/error_log Documentation
` [for-next][PATCH 16/19] tracing: Add error_log to README
` [for-next][PATCH 17/19] tracing: introduce TRACE_EVENT_NOP()
` [for-next][PATCH 18/19] sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is not set
` [for-next][PATCH 19/19] rcu: validate arguments for rcu tracepoints

[GIT PULL] Kselftest update for Linux 5.1-rc4
 2019-04-04  1:34 UTC 

[PATCH V32 0/27] Lockdown patches for 5.2
 2019-04-04  1:33 UTC  (29+ messages)
` [PATCH V32 01/27] Add the ability to lock down access to the running kernel image
` [PATCH V32 02/27] Enforce module signatures if the kernel is locked down
` [PATCH V32 03/27] Restrict /dev/{mem,kmem,port} when "
` [PATCH V32 04/27] kexec_load: Disable at runtime if "
` [PATCH V32 05/27] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V32 06/27] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
` [PATCH V32 07/27] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V32 08/27] hibernate: Disable when "
` [PATCH V32 09/27] uswsusp: "
` [PATCH V32 10/27] PCI: Lock down BAR access "
` [PATCH V32 11/27] x86: Lock down IO port "
` [PATCH V32 12/27] x86/msr: Restrict MSR "
` [PATCH V32 13/27] ACPI: Limit access to custom_method "
` [PATCH V32 14/27] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V32 15/27] acpi: Disable ACPI table override if the kernel is "
` [PATCH V32 16/27] Prohibit PCMCIA CIS storage when "
` [PATCH V32 17/27] Lock down TIOCSSERIAL
` [PATCH V32 18/27] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V32 19/27] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V32 20/27] Lock down /proc/kcore
` [PATCH V32 21/27] Lock down tracing and perf kprobes when in confidentiality mode
` [PATCH V32 22/27] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V32 23/27] Lock down perf when "
` [PATCH V32 24/27] kexec: Allow kexec_file() with appropriate IMA policy when locked down
` [PATCH V32 25/27] lockdown: Print current->comm in restriction messages
` [PATCH V32 26/27] debugfs: Restrict debugfs when the kernel is locked down
` [PATCH V32 27/27] tracefs: Restrict tracefs "

[PATCH] platform/x86: dell-smbios-base: Fix use after free on failure of dell_smbios_init()
 2019-04-04  1:31 UTC  (3+ messages)

[PATCH 1/2] input: keyboard: imx: no need to control interrupt status in event check
 2019-04-04  1:29 UTC  (3+ messages)

[PATCH 0/8] stm32 m4 remoteproc on STM32MP157c
 2019-04-04  1:29 UTC  (5+ messages)
` [PATCH 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect

[compiler] dfc95c6ebb: reaim.jobs_per_min -16.7% regression
 2019-04-04  1:26 UTC 

[PATCH v2] x86/boot: Use EFI setup data if provided
 2019-04-04  1:23 UTC  (19+ messages)
    ` [PATCH v2] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel

[PATCH] staging: comedi: Fix spelling mistake
 2019-04-04  1:24 UTC 

[PATCH 0/2] L2 Cache EDAC Support for HiFive Unleashed
 2019-04-04  1:17 UTC  (11+ messages)
` [PATCH 1/2] edac: sifive: Add DT documentation for SiFive L2 cache Controller

[PATCH 1/2] platform/x86: intel_pmc_core: Convert to a platform_driver
 2019-04-04  0:59 UTC  (10+ messages)

[PATCH AUTOSEL 5.0 001/262] CIFS: fix POSIX lock leak and invalid ptr deref
 2019-04-04  0:57 UTC  (13+ messages)
` [PATCH AUTOSEL 5.0 008/262] swiotlb: add checks for the return value of memblock_alloc*()
` [PATCH AUTOSEL 5.0 015/262] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH AUTOSEL 5.0 152/262] x86/kprobes: Prohibit probing on IRQ handlers directly
` [PATCH AUTOSEL 5.0 209/262] regulator: mcp16502: Include linux/gpio/consumer.h to fix build error

[rcu] 56be66c8e4: BUG:unable_to_handle_kernel
 2019-04-04  0:50 UTC 

[PATCH v7] ipvs: allow tunneling with gue encapsulation
 2019-04-04  0:39 UTC  (7+ messages)

[PATCH] dt-bindings: clock: sifive: add FU540-C000 PRCI clock constants
 2019-04-04  0:38 UTC 

[PATCH v3] platform/chrome: Add Wilco EC Event Handling
 2019-04-04  0:31 UTC 

linux-next: build failure after merge of the ipmi tree
 2019-04-04  0:14 UTC  (4+ messages)

[PATCH] kernel/sysctl.c: fix out of bounds access in fs.file-max
 2019-04-04  0:13 UTC  (3+ messages)

[PATCH 0/4 v2] Convert rhashtable to use bitlocks
 2019-04-04  0:13 UTC  (6+ messages)
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket

[PATCHv5 0/6] omapdrm: DSI command mode panel support
 2019-04-04  0:11 UTC  (4+ messages)
` [PATCHv6 0/4] "
  ` [PATCHv6 4/4] drm/omap: add support for manually updated displays

[PATCH] ptp/ptp_clock.c: Correct input parameter range check
 2019-04-04  0:09 UTC 

[PATCH 1/4] dt: lm3532: Add lm3532 dt doc and update ti_lmu doc
 2019-04-04  0:09 UTC  (15+ messages)
` [PATCH 2/4] ARM: dts: omap4-droid4: Update backlight dt properties
` [PATCH 3/4] mfd: ti-lmu: Remove LM3532 backlight driver references
` [PATCH 4/4] leds: lm3532: Introduce the lm3532 LED driver

[patch 00/14] x86/exceptions: Add guard patches to IST stacks
 2019-04-04  0:03 UTC  (12+ messages)
` [patch 14/14] x86/exceptions: Enable IST guard pages
  ` [patch 15/14] x86/dumpstack/64: Speedup in_exception_stack()

[PATCHv1 0/7] vfio/mdev: Improve vfio/mdev core module
 2019-04-04  0:02 UTC  (4+ messages)
` [PATCHv1 7/7] vfio/mdev: Fix race conditions with mdev device life cycle APIs

[RFC PATCH 0/7] Early task context tracking
 2019-04-04  0:01 UTC  (2+ messages)

[PATCH 00/17] add new features for FPGA DFL drivers
 2019-04-03 23:43 UTC  (6+ messages)
` [PATCH 14/17] fpga: dfl: fme: add thermal management support

[PATCH v2] locking/lockdep: Zap lock classes even with lock debugging disabled
 2019-04-03 23:35 UTC 

[PATCH v3 00/24] Convert vfs.txt to vfs.rst
 2019-04-03 23:28 UTC  (8+ messages)

[PATCH net-next] MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfig
 2019-04-03 23:23 UTC  (2+ messages)

[PATCH v7 0/4] input: touchscreen: Add goodix GT5553 CTP support
 2019-04-03 23:09 UTC  (5+ messages)
` [PATCH v7 2/4] Input: goodix - Add regulators suppot
` [PATCH v7 4/4] Input: goodix - Add GT5663 CTP support

[PATCH] cgroup: remove extra cgroup_migrate_finish() call
 2019-04-03 23:03 UTC 

[PATCH v19,RESEND 24/27] x86/vdso: Add __vdso_sgx_enter_enclave() to wrap SGX enclave transitions
 2019-04-03 23:03 UTC  (11+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add support for ZII i.MX7 RPU2 board
 2019-04-03 22:56 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: "

[PATCH 1/7] thermal/drivers/core: Remove the module Kconfig's option
 2019-04-03 22:55 UTC  (2+ messages)

[PATCH] Staging: rtlwifi: Remove unwanted parentheses
 2019-04-03 22:50 UTC  (4+ messages)

[PATCH v4 0/5] virtio pmem driver
 2019-04-03 22:39 UTC  (4+ messages)
` [PATCH v4 5/5] xfs: disable map_sync for async flush

[PATCH] mfd: cros_ec: check for NULL transfer function
 2019-04-03 22:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] Staging: rtlwifi: Remove unwanted parentheses
 2019-04-03 22:38 UTC 

[PATCH] drm/nouveau/i2c: Disable i2c bus access after ->fini()
 2019-04-03 22:37 UTC 

linux-next: Tree for Apr 3
 2019-04-03 22:29 UTC  (4+ messages)
` linux-next: Tree for Apr 3 (objtool)

[PATCH] platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointer
 2019-04-03 22:27 UTC  (5+ messages)

[PATCH] i2c: isch: Remove unnecessary acpi.h include
 2019-04-03 22:27 UTC  (6+ messages)

[PATCH 0/4] Enabling secure boot on PowerNV systems
 2019-04-03 22:27 UTC  (8+ messages)

[PATCH v6 0/9] iProc I2C slave mode and NIC mode
 2019-04-03 22:20 UTC  (3+ messages)

[PATCH] input: keyboard: snvs: use dev_pm_set_wake_irq() to simplify code
 2019-04-03 22:16 UTC  (2+ messages)

[PATCH V2] input: keyboard: snvs: initialize necessary driver data before enabling IRQ
 2019-04-03 22:15 UTC  (2+ messages)

[PATCH v5 0/7] mm: Use slab_list list_head instead of lru
 2019-04-03 22:14 UTC  (7+ messages)
` [PATCH v5 2/7] slob: Respect list_head abstraction layer

[PATCH 0/4] Documentation: PM: Assorted updates
 2019-04-03 22:08 UTC  (5+ messages)
` [PATCH 1/4] cpufreq: intel_pstate: Documentation: Add references sections
` [PATCH 2/4] Documentation: PM: Add SPDX license tags to multiple files
` [PATCH 3/4] Documentation: PM: Unify copyright notices
` [PATCH 4/4] admin-guide: pm: intel_epb: Add SPDX license tag and copyright notice

[PATCH] platform/x86: dell-laptop: fix rfkill functionality
 2019-04-03 22:03 UTC  (4+ messages)

[PATCH] axxia-i2c: use auto cmd for last message
 2019-04-03 22:03 UTC  (3+ messages)

[PATCH v1 0/4] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2019-04-03 22:01 UTC  (4+ messages)
` [PATCH v1 1/4] dt-bindings: arm64: add compatible for LX2160A

[PATCH] ACPI: PM: Print debug messages when enabling GPEs for wakeup
 2019-04-03 21:58 UTC 

[PATCHv1] fpga: mgr: add FPGA configuration log
 2019-04-03 21:57 UTC  (8+ messages)

[BUG] perf: intel_pt won't display kernel function
 2019-04-03 21:48 UTC  (8+ messages)

[PATCH v3 0/2] platform/chrome: Add support for host sleep event command v1
 2019-04-03 21:34 UTC  (3+ messages)
` [PATCH v3 1/2] mfd: cros_ec: Add host_sleep_event_v1 command
` [PATCH v3 2/2] platform/chrome: Add support for v1 of host sleep event

[PATCH] perf annotate: Fix build on 32 bit for BPF annotation
 2019-04-03 21:34 UTC  (2+ messages)

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-03 21:22 UTC  (21+ messages)
` [PATCH v6 01/20] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v6 02/20] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v6 03/20] wlcore: simplify/fix/optimize reg_ch_conf_pending operations
` [PATCH v6 04/20] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v6 05/20] x86/msr-index: Define MSR_IA32_CORE_CAPABILITY and split lock detection bit
` [PATCH v6 06/20] x86/cpufeatures: Enumerate MSR_IA32_CORE_CAPABILITY
` [PATCH v6 07/20] x86/split_lock: Enumerate split lock detection by MSR_IA32_CORE_CAPABILITY
` [PATCH v6 08/20] x86/split_lock: Enumerate split lock detection on Icelake mobile processor
` [PATCH v6 09/20] x86/split_lock: Define MSR_TEST_CTL register
` [PATCH v6 10/20] x86/split_lock: Handle #AC exception for split lock
` [PATCH v6 11/20] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v6 13/20] x86/split_lock: Enable split lock detection by default
` [PATCH v6 14/20] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time
` [PATCH v6 15/20] x86/split_lock: Document the new sysfs file for split lock detection
` [PATCH v6 16/20] x86/clearcpuid: Support multiple clearcpuid options
` [PATCH v6 17/20] x86/clearcpuid: Support feature flag string in kernel option clearcpuid
` [PATCH v6 18/20] x86/clearcpuid: Apply cleared feature bits that are forced set before
` [PATCH v6 19/20] x86/clearcpuid: Clear CPUID bit in CPUID faulting
` [PATCH v6 20/20] x86/clearcpuid: Change document for kernel option clearcpuid

[PATCH 1/2] ASoC: rt5677: allow multiple interrupt sources
 2019-04-03 21:32 UTC  (3+ messages)

[PATCH v2 0/2] platform/chrome: Add support for host sleep event command v1
 2019-04-03 21:23 UTC  (2+ messages)

[PATCH v4 1/2] platform/chrome: wilco_ec: Standardize mailbox interface
 2019-04-03 21:27 UTC  (2+ messages)
` [PATCH v4 2/2] platform/chrome: Add Wilco EC keyboard backlight LEDs support

[RFC PATCH v2 00/14] Slab Movable Objects (SMO)
 2019-04-03 21:19 UTC  (4+ messages)
` [RFC PATCH v2 09/14] xarray: Implement migration function for objects

[PATCH v3] platform/chrome: cros_ec_spi: Transfer messages at high priority
 2019-04-03 21:19 UTC  (4+ messages)

[PATCH] sched: Document that RT task priorities are 1…99
 2019-04-03 21:17 UTC  (2+ messages)

[RESEND PATCH 0/3] improve vmap allocation
 2019-04-03 21:15 UTC  (7+ messages)
` [RESEND PATCH 1/3] mm/vmap: keep track of free blocks for "
` [RESEND PATCH 2/3] mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
` [RESEND PATCH 3/3] mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro

[PATCH] locking/lockdep: Zap lock classes even with lock debugging disabled
 2019-04-03 21:15 UTC  (3+ messages)

[PATCH] iov_iter: Fix build error without CONFIG_CRYPTO
 2019-04-03 21:13 UTC  (3+ messages)

[PATCH v5 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel
 2019-04-03 21:07 UTC  (5+ messages)

[PATCH] i2c: iproc: Change driver to use 'BIT' macro
 2019-04-03 21:05 UTC 


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