linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-26 21:24:16 to 2019-07-27 07:58:16 UTC [more...]

[PATCH 1/4] RISC-V: Remove per cpu clocksource
 2019-07-27  7:52 UTC  (7+ messages)
` [PATCH 3/4] RISC-V: Support case insensitive ISA string parsing

[PATCH v2 00/12] Clean up "mediatek,larb" after adding device_link
 2019-07-27  7:51 UTC  (3+ messages)

[RFC PATCH v2 0/4] Input: mpr121-polled: Add polled driver for MPR121
 2019-07-27  7:31 UTC  (8+ messages)

[PATCH 00/15] thermal: qcom: tsens: Add interrupt support
 2019-07-27  7:28 UTC  (5+ messages)

[PATCH 1/6] thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
 2019-07-27  6:33 UTC  (5+ messages)
` [PATCH 5/6] clk: imx8mq: Remove CLK_IS_CRITICAL flag for IMX8MQ_CLK_TMU_ROOT

[PATCHv2] hda: Fix 1-minute detection delay when i915 module is not available
 2019-07-27  6:33 UTC  (2+ messages)

[PATCH] clk: imx8mq: Mark AHB clock as critical
 2019-07-27  6:30 UTC  (5+ messages)

[patch 0/8] core, x86: Preparatory steps for RT
 2019-07-27  6:16 UTC  (10+ messages)
` [patch 1/8] preempt: Use CONFIG_PREEMPTION where appropriate
` [patch 2/8] rcu: Use CONFIG_PREEMPTION
` [patch 3/8] locking: "
` [patch 5/8] kprobes: "
` [patch 6/8] x86: "
` [patch 7/8] x86/dumpstack: Indicate PREEMPT_RT in dumps
` [patch 8/8] x86/kvm: Use CONFIG_PREEMPTION

[PATCH] irqchip/gic-v3-its: Remove the redundant set_bit for lpi_map
 2019-07-27  6:14 UTC 

[PATCH 0/7] Use spinlock_t instead of struct spinlock
 2019-07-27  6:13 UTC  (5+ messages)
` [PATCH 2/7] vmpressure: "

[PATCH v2] mm: memcontrol: fix use after free in mem_cgroup_iter()
 2019-07-27  6:00 UTC  (5+ messages)

[RT PATCH 0/8] migrate disable fixes and performance
 2019-07-27  5:56 UTC  (9+ messages)
` [PATCH RT 1/8] sched: migrate_enable: Use sleeping_lock to indicate involuntary sleep
` [PATCH RT 2/8] sched: __set_cpus_allowed_ptr: Check cpus_mask, not cpus_ptr
` [PATCH RT 3/8] sched: Remove dead __migrate_disabled() check
` [PATCH RT 4/8] sched: migrate disable: Protect cpus_ptr with lock
` [PATCH RT 5/8] sched/deadline: Reclaim cpuset bandwidth in .migrate_task_rq()
` [PATCH RT 6/8] sched: migrate_enable: Set state to TASK_RUNNING
` [PATCH RT 7/8] sched: migrate_enable: Use select_fallback_rq()
` [PATCH RT 8/8] sched: Lazy migrate_disable processing

[PATCH] raid1: factor out a common routine to handle the completion of sync write
 2019-07-27  6:02 UTC 

[RFC PATCH 0/3] md: export internal stats through debugfs
 2019-07-27  5:55 UTC  (5+ messages)

[RFC PATCH 00/21] x86/sgx: KVM: Add SGX virtualization
 2019-07-27  5:52 UTC  (22+ messages)
` [RFC PATCH 01/21] x86/sgx: Add defines for SGX device minor numbers
` [RFC PATCH 02/21] x86/sgx: Move bus registration and device init to common code
` [RFC PATCH 03/21] x86/sgx: Move provisioning device "
` [RFC PATCH 04/21] x86/sgx: Add /dev/sgx/virt_epc device to allocate "raw" EPC for VMs
` [RFC PATCH 05/21] x86/sgx: Expose SGX architectural definitions to the kernel
` [RFC PATCH 06/21] KVM: x86: Add SGX sub-features leaf to reverse CPUID table
` [RFC PATCH 07/21] KVM: x86: Add WARN_ON_ONCE(index!=0) in __do_cpuid_ent
` [RFC PATCH 08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation
` [RFC PATCH 09/21] KVM: VMX: Add basic handling of VM-Exit from SGX enclave
` [RFC PATCH 10/21] KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for VMX/SGX
` [RFC PATCH 11/21] KVM: x86: Export kvm_propagate_fault (as kvm_propagate_page_fault)
` [RFC PATCH 12/21] KVM: x86: Define new #PF SGX error code bit
` [RFC PATCH 13/21] x86/sgx: Move the intermediate EINIT helper into the driver
` [RFC PATCH 14/21] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM
` [RFC PATCH 15/21] KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
` [RFC PATCH 16/21] KVM: VMX: Edd emulation of SGX Launch Control LE hash MSRs
` [RFC PATCH 17/21] KVM: VMX: Add handler for ENCLS[EINIT] to support SGX Launch Control
` [RFC PATCH 18/21] KVM: x86: Invoke kvm_x86_ops->cpuid_update() after kvm_update_cpuid()
` [RFC PATCH 19/21] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
` [RFC PATCH 20/21] x86/sgx: Export sgx_set_attribute() for use by KVM
` [RFC PATCH 21/21] KVM: x86: Add capability to grant VM access to privileged SGX attribute

[PATCH V3 net-next 00/10] net: hns3: some code optimizations & bugfixes & features
 2019-07-27  5:46 UTC  (11+ messages)
` [PATCH V3 net-next 01/10] net: hns3: add reset checking before set channels
` [PATCH V3 net-next 02/10] net: hns3: add a check for get_reset_level
` [PATCH V3 net-next 03/10] net: hns3: remove upgrade reset level when reset fail
` [PATCH V3 net-next 04/10] net: hns3: change GFP flag during lock period
` [PATCH V3 net-next 05/10] net: hns3: modify firmware version display format
` [PATCH V3 net-next 06/10] net: hns3: add debug messages to identify eth down cause
` [PATCH V3 net-next 07/10] net: hns3: make hclge_service use delayed workqueue
` [PATCH V3 net-next 08/10] net: hns3: add interrupt affinity support for misc interrupt
` [PATCH V3 net-next 09/10] net: hns3: Add support for using order 1 pages with a 4K buffer
` [PATCH V3 net-next 10/10] net: hns3: use dev_info() instead of pr_info()

[PATCH 5.2 00/66] 5.2.4-stable review
 2019-07-27  5:35 UTC  (4+ messages)

[PATCH 5.1 00/62] 5.1.21-stable review
 2019-07-27  5:34 UTC  (4+ messages)

[PATCH] hv_sock: use HV_HYP_PAGE_SIZE instead of PAGE_SIZE_4K
 2019-07-27  5:20 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the usb tree
 2019-07-27  5:10 UTC 

linux-next: Signed-off-by missing for commit in the crypto tree
 2019-07-27  5:07 UTC 

[PATCH] clocksource/drivers: hyperv_timer: Fix CPU offlining by unbinding the timer
 2019-07-27  5:07 UTC 

[PATCH 4.19 00/50] 4.19.62-stable review
 2019-07-27  4:40 UTC  (4+ messages)

mmotm 2019-07-24-21-39 uploaded
 2019-07-27  4:36 UTC  (6+ messages)
` mmotm 2019-07-24-21-39 uploaded (mm/memcontrol)

[PATCH v7] driver core: Fix use-after-free and double free on glue directory
 2019-07-27  3:21 UTC 

[PATCH 00/11] JZ4740 SoC cleanup
 2019-07-27  3:19 UTC  (3+ messages)

[PATCH V2 net-next 00/11] net: hns3: some code optimizations & bugfixes & features
 2019-07-27  3:14 UTC  (6+ messages)
` [PATCH V2 net-next 07/11] net: hns3: adds debug messages to identify eth down cause

[GIT PULL] SELinux fixes for v5.3 (#1)
 2019-07-27  3:05 UTC  (2+ messages)

[PATCH v2] .gitignore: Add compilation database file
 2019-07-27  3:03 UTC  (2+ messages)

[PATCH] net: bridge: Allow bridge to joing multicast groups
 2019-07-27  3:02 UTC  (10+ messages)

[PATCH] gen_compile_commands: lower the entry count threshold
 2019-07-27  3:01 UTC 

[PATCH] ext4: Fix deadlock on page reclaim
 2019-07-27  2:59 UTC  (5+ messages)

memory leak in kobject_set_name_vargs (2)
 2019-07-27  2:56 UTC  (4+ messages)

[PATCH] KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new EC
 2019-07-27  2:54 UTC  (3+ messages)

[PATCH 0/4] video: of: display_timing: Adjust err printing of of_get_display_timing()
 2019-07-27  2:51 UTC  (3+ messages)
` [PATCH 1/4] video: of: display_timing: Add of_node_put() in of_get_display_timing()

[PATCH 0/3] drm: bridge: Add NWL MIPI DSI host controller support
 2019-07-27  2:47 UTC  (9+ messages)
` [PATCH 2/3] dt-bindings: display/bridge: Add binding for IMX NWL mipi dsi host controller
` [PATCH 3/3] drm/bridge: Add NWL MIPI DSI host controller support

WARNING in ovl_real_fdget_meta
 2019-07-27  2:41 UTC  (2+ messages)

[PATCH 00/10] make "order" unsigned int
 2019-07-27  2:34 UTC  (4+ messages)
` [PATCH 02/10] mm/page_alloc: use unsigned int for "order" in __rmqueue_fallback()

Regression in 5.3 for some FS_USERNS_MOUNT (aka user-namespace-mountable) filesystems
 2019-07-27  2:28 UTC  (6+ messages)

[PATCH v3 0/3] make RB_DECLARE_CALLBACKS more generic
 2019-07-27  2:20 UTC  (5+ messages)
` [PATCH v3 2/3] augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro

Failure to recreate virtual functions
 2019-07-27  2:15 UTC  (2+ messages)

mmotm 2019-07-26-19-00 uploaded
 2019-07-27  2:00 UTC 

[PATCH] sched/core: Don't use dying mm as active_mm for kernel threads
 2019-07-27  1:58 UTC  (2+ messages)

[PATCH] isdn/gigaset: check endpoint null in gigaset_probe
 2019-07-27  1:56 UTC  (3+ messages)

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-27  1:40 UTC  (3+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode

[PATCH -next] staging: vc04_services: fix used-but-set-variable warning
 2019-07-27  1:35 UTC  (5+ messages)
` [PATCH v2 "
` [PATCH v3 -next] staging: vc04_services: fix unused-but-set-variable warning

[RFC PATCH v3 0/2] printk: new ringbuffer implementation
 2019-07-27  1:33 UTC  (3+ messages)
` [RFC PATCH v3 1/2] printk-rb: add a new printk "
` [RFC PATCH v3 2/2] printk-rb: add test module

[PATCH v3 0/2] Add MediaTek I3C master controller driver
 2019-07-27  1:23 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i3c: Document MediaTek I3C master bindings

[PATCH] PM / wakeup: Avoid dev_name collisions in wakeup class
 2019-07-27  1:10 UTC 

[PATCH v6 00/16] nvmet: add target passthru commands support
 2019-07-27  0:50 UTC  (8+ messages)

[PATCH 1/3 v2] fs: ocfs2: Fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
 2019-07-27  0:49 UTC  (2+ messages)

[PATCH v6 0/9] Add Error Disconnect Recover (EDR) support
 2019-07-27  0:34 UTC  (13+ messages)
` [PATCH v6 1/9] PCI/ERR: Update error status after reset_link()
` [PATCH v6 2/9] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v6 3/9] PCI/ACPI: Expose EDR support via _OSC to BIOS
` [PATCH v6 4/9] PCI/DPC: Allow dpc_probe() even if firmware first mode is enabled
` [PATCH v6 5/9] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v6 6/9] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v6 7/9] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v6 8/9] PCI/DPC: Update comments related to DPC recovery on NON_FATAL errors
` [PATCH v6 9/9] PCI/DPC: Clear AER registers in EDR mode

[PATCH] mm: Make kvfree safe to call
 2019-07-27  0:38 UTC  (4+ messages)

[PATCH v9 4/4] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
 2019-07-27  0:16 UTC  (4+ messages)

[GIT PULL] Devicetree fixes for 5.3-rc, take 2
 2019-07-27  0:03 UTC 

[PATCH v3] mm: memcontrol: fix use after free in mem_cgroup_iter()
 2019-07-27  0:00 UTC 

[PATCH 0/3] Perf uninitialized value fixes
 2019-07-26 23:52 UTC  (4+ messages)
` [PATCH 3/3] Fix sched-messaging.c use of uninitialized value errors

[PATCH] dt-bindings: Fix more $id value mismatches filenames
 2019-07-26 23:44 UTC 

lift the xfs writepage code into iomap v3
 2019-07-26 23:37 UTC  (2+ messages)

[PATCH v4 00/14] epoll: support pollable epoll from userspace
 2019-07-26 23:22 UTC  (2+ messages)

[PATCH] mm/z3fold.c: Fix z3fold_destroy_pool() ordering
 2019-07-26 23:20 UTC  (6+ messages)
` [PATCH] mm/z3fold.c: Fix z3fold_destroy_pool() race condition

[PATCH net-next 00/11] net: hns3: some code optimizations & bugfixes & features
 2019-07-26 23:18 UTC  (5+ messages)
` [PATCH net-next 08/11] net: hns3: add interrupt affinity support for misc interrupt

[RFC PATCH 0/2] Basic /sys/hypervisor information for Hyper-V
 2019-07-26 23:17 UTC  (3+ messages)
` [RFC PATCH 1/2] sys-hypervisor: /sys/hypervisor/type "
` [RFC PATCH 2/2] sys-hypervisor: version information "

[PATCH v4 0/3] Introduce Bandwidth OPPs for interconnects
 2019-07-26 23:15 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: opp: Introduce opp-peak-KBps and opp-avg-KBps bindings
` [PATCH v4 2/3] OPP: Add support for bandwidth OPP tables
` [PATCH v4 3/3] OPP: Add helper function "

[PATCH] of: Fix typo in kerneldoc
 2019-07-26 23:01 UTC  (2+ messages)

[PATCH] fs: reiserfs: Fix possible null-pointer dereferences in remove_from_transaction()
 2019-07-26 22:54 UTC  (2+ messages)

[GIT PULL] libnvdimm fixes for 5.3-rc2
 2019-07-26 22:53 UTC 

[PATCH] mac80211: don't WARN on short WMM parameters from AP
 2019-07-26 22:47 UTC 

[PATCH 0/2] leds: Add control of the voltage/current regulator to the LED core
 2019-07-26 22:44 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: leds: document new "power-supply" property

[PATCH 0/7] Fix broken references to files under Documentation/*
 2019-07-26 22:24 UTC  (8+ messages)
      ` [PATCH] docs: riscv: convert boot-image-header.txt to ReST

[PATCH 0/3] [PATCH 0/3] Documentation: virtual: convert files from .txt to
 2019-07-26 22:19 UTC  (6+ messages)
` [PATCH 2/3] Documentation: kvm: Convert cpuid.txt to .rst

[PATCH] Documentation: move Documentation/virtual to Documentation/virt
 2019-07-26 22:10 UTC  (4+ messages)

[PATCH] gigaset: stop maintaining seperately
 2019-07-26 22:05 UTC 

[PATCH v2] Bluetooth: hci_ldisc: check for missing tty operations
 2019-07-26 21:48 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.3-rc1
 2019-07-26 21:40 UTC  (2+ messages)

[PULL] drm-fixes
 2019-07-26 21:40 UTC  (2+ messages)

[PATCH v2] clk: imx8mm: Switch to platform driver
 2019-07-26 21:37 UTC  (3+ messages)

INFO: rcu detected stall in vhost_worker
 2019-07-26 21:35 UTC  (3+ messages)

[patch 00/12] (hr)timers: Prepare for PREEMPT_RT support
 2019-07-26 21:35 UTC  (5+ messages)
` [patch 10/12] hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT

[PATCH v1 0/2] pidfd: waiting on processes through pidfds
 2019-07-26 21:30 UTC  (4+ messages)
` [PATCH v1 1/2] pidfd: add P_PIDFD to waitid()

[PATCH] net/sctp: fix GCC8+ -Wpacked-not-aligned warnings
 2019-07-26 21:30 UTC  (2+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-07-26 21:29 UTC  (12+ messages)

[PATCH v3 0/5] Add required-opps support to devfreq passive gov
 2019-07-26 21:23 UTC  (8+ messages)
` [PATCH v3 3/5] OPP: Improve require-opps linking


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