linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-20 17:15:54 to 2020-05-20 19:51:24 UTC [more...]

[PATCH] KVM: PPC: Book3S HV: relax check on H_SVM_INIT_ABORT
 2020-05-20 18:23 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v5 00/18] Rework READ_ONCE() to improve codegen
 2020-05-20 19:51 UTC  (8+ messages)
` [PATCH v5 04/18] sparc32: mm: Reduce allocation size for PMD and PTE tables

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-20 19:49 UTC  (32+ messages)
` [patch V6 10/37] x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
` [patch V6 12/37] x86/entry: Provide idtentry_entry/exit_cond_rcu()
` [patch V6 36/37] x86/entry: Move paranoid irq tracing out of ASM code

[GIT PULL] UBI/UBIFS fixes for 5.7 final
 2020-05-20 19:49 UTC 

[GIT PULL] MTD fixes for 5.7 final
 2020-05-20 19:49 UTC 

[GIT PULL] UML fixes for 5.7 final
 2020-05-20 19:49 UTC 

[PATCH 0/2] Control over userfaultfd kernel-fault handling
 2020-05-20 19:48 UTC  (7+ messages)
` [PATCH 2/2] Add a new sysctl knob: unprivileged_userfaultfd_user_mode_only

[PATCH v3 0/5] iio: imu: bmi160: added regulator and mount-matrix support
 2020-05-20 19:46 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: iio: imu: bmi160: convert txt format to yaml
` [PATCH v3 2/5] dt-bindings: iio: imu: bmi160: add regulators and mount-matrix
` [PATCH v3 3/5] iio: imu: bmi160: fix typo
` [PATCH v3 4/5] iio: imu: bmi160: added regulator support
` [PATCH v3 5/5] iio: imu: bmi160: added mount-matrix support

general protection fault in unpin_user_pages
 2020-05-20 19:43 UTC  (3+ messages)
` [PATCH] rds: fix crash in rds_info_getsockopt()

[PATCH v3 0/7] Introduce features and debugfs/sysfs entries for MHI
 2020-05-20 19:44 UTC  (6+ messages)
` [PATCH v3 2/7] bus: mhi: core: Introduce independent voting mechanism

[PATCH] 9p/xen: increase XEN_9PFS_RING_ORDER
 2020-05-20 19:36 UTC  (2+ messages)
` [V9fs-developer] "

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-20 19:41 UTC  (6+ messages)
                  ` io_uring vs CPU hotplug, was "

[PATCH V3 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-20 19:40 UTC  (8+ messages)
` [PATCH V3 4/8] fs/ext4: Update ext4_should_use_dax()
` [PATCH V3 7/8] fs/ext4: Introduce DAX inode flag

[PATCH v7 00/11] Add support for mt2701 JPEG ENC support
 2020-05-20 19:40 UTC  (7+ messages)
` [PATCH v7 11/11] media: platform: Add jpeg dec/enc feature

[ANNOUNCE] Git v2.27.0-rc1
 2020-05-20 19:31 UTC  (2+ messages)

[PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
 2020-05-20 19:37 UTC  (2+ messages)

[PATCH] Makefile: support compressed debug info
 2020-05-20 19:36 UTC  (2+ messages)
` [PATCH v2] "

[GIT PULL] Power management fix for v5.7-rc7
 2020-05-20 19:30 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.7-rc7
 2020-05-20 19:30 UTC  (2+ messages)

[PATCH net-next v2 0/4] DP83869 Enhancements
 2020-05-20 19:27 UTC  (11+ messages)
` [PATCH net-next v2 3/4] dt-bindings: net: Add RGMII internal delay for DP83869

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-20 19:26 UTC  (4+ messages)
` [PATCH v3 03/19] mm: memcg: convert vmstat slab counters to bytes

[PATCH 00/24] KVM: nSVM: event fixes and migration support
 2020-05-20 19:24 UTC  (28+ messages)
` [PATCH 01/24] KVM: nSVM: fix condition for filtering async PF
` [PATCH 02/24] KVM: nSVM: leave ASID aside in copy_vmcb_control_area
` [PATCH 03/24] KVM: nSVM: inject exceptions via svm_check_nested_events
` [PATCH 04/24] KVM: nSVM: remove exit_required
` [PATCH 05/24] KVM: nSVM: correctly inject INIT vmexits
` [PATCH 06/24] KVM: nSVM: move map argument out of enter_svm_guest_mode
` [PATCH 07/24] KVM: nSVM: extract load_nested_vmcb_control
` [PATCH 08/24] KVM: nSVM: extract preparation of VMCB for nested run
` [PATCH 09/24] KVM: nSVM: clean up tsc_offset update
` [PATCH 10/24] KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
` [PATCH 11/24] KVM: nSVM: remove trailing padding for struct vmcb_control_area
` [PATCH 12/24] KVM: nSVM: save all control fields in svm->nested
` [PATCH 13/24] KVM: nSVM: do not reload pause filter fields from VMCB
` [PATCH 14/24] KVM: nSVM: remove HF_VINTR_MASK
` [PATCH 15/24] KVM: nSVM: remove HF_HIF_MASK
` [PATCH 16/24] KVM: nSVM: split nested_vmcb_check_controls
` [PATCH 17/24] KVM: nSVM: do all MMU switch work in init/uninit functions
` [PATCH 18/24] KVM: nSVM: leave guest mode when clearing EFER.SVME
` [PATCH 19/24] KVM: nSVM: extract svm_set_gif
` [PATCH 20/24] KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
` [PATCH 21/24] KVM: x86: always update CR3 in VMCB
` [PATCH 22/24] uaccess: add memzero_user
` [PATCH 23/24] selftests: kvm: add a SVM version of state-test
` [PATCH 24/24] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-20 19:22 UTC  (3+ messages)
` [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler

XHCI vs PCM2903B/PCM2904 part 2
 2020-05-20 19:21 UTC  (3+ messages)

[PATCH] nouveau/hmm: fix migrate zero page to GPU
 2020-05-20 19:20 UTC  (2+ messages)

[PATCH] drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()
 2020-05-20 19:19 UTC  (3+ messages)

[PATCH v3 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-05-20 18:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: mfd: Add ENE KB3930 Embedded Controller binding
` [PATCH v3 2/2] mfd: ene-kb3930: Add driver for ENE KB3930 Embedded Controller

[PATCH v8 00/10] Introduce OPP bandwidth bindings
 2020-05-20 19:13 UTC  (6+ messages)
` [PATCH v8 09/10] dt-bindings: interconnect: Add interconnect-tags bindings

[PATCH v3 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-05-20 19:13 UTC  (3+ messages)
` [PATCH v3 2/2] x86/copy_mc: Introduce copy_mc_generic()

[PATCH perf/core] perf branch: Replace zero-length array with flexible-array
 2020-05-20 19:16 UTC 

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-20 19:09 UTC  (9+ messages)

[PATCH ghak25 v6] audit: add subj creds to NETFILTER_CFG record to cover async unregister
 2020-05-20 19:06 UTC  (6+ messages)

zswap z3fold + memory offline = infinite loop
 2020-05-20 19:05 UTC  (4+ messages)

[PATCH] x86/uv/time: Replace one-element array and save heap space
 2020-05-20 19:01 UTC  (4+ messages)

[PATCH 0/8] Introduce local_lock()
 2020-05-20 18:59 UTC  (11+ messages)
` [PATCH 3/8] srcu: Use local_lock() for per-CPU struct srcu_data access

[PATCH] wlcore: fix runtime pm imbalance in wl1271_tx_work
 2020-05-20 18:52 UTC  (2+ messages)

[PATCH 0/1] RFC: Make thunderbolt NHI driver work with kexec [RESEND]
 2020-05-20 18:52 UTC  (2+ messages)
` [PATCH 1/1] thunderbolt: add trivial .shutdown

[PATCH] wlcore: fix runtime pm imbalance in wlcore_regdomain_config
 2020-05-20 18:51 UTC  (2+ messages)

[PATCH] wlcore: fix runtime pm imbalance in __wl1271_op_remove_interface
 2020-05-20 18:50 UTC  (2+ messages)

[PATCH] wlcore: fix runtime pm imbalance in wl1271_op_suspend
 2020-05-20 18:48 UTC  (2+ messages)

[PATCH ghak25 v6a] audit: add subj creds to NETFILTER_CFG record to cover async unregister
 2020-05-20 18:47 UTC 

[PATCH v30 00/20] Intel SGX foundations
 2020-05-20 18:47 UTC  (3+ messages)
` [PATCH v30 04/20] x86/sgx: Add SGX microarchitectural data structures

[RESEND PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-20 18:37 UTC  (7+ messages)
` [RESEND PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [RESEND PATCH v7 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods

[RFC PATCH] tick/sched: update full_nohz status after SCHED dep is cleared
 2020-05-20 18:47 UTC  (5+ messages)

[PATCH 0/1] RFC: Make thunderbolt NHI driver work with kexec
 2020-05-20 18:45 UTC  (3+ messages)
` [PATCH 1/1] thunderbolt: add trivial .shutdown

[PATCH] dt-bindings: input: touchscreen: edt-ft5x06: change reg property
 2020-05-20 18:41 UTC  (3+ messages)

[PATCH v2 18/20] mips: csrc-r4k: Decrease r4k-clocksource rating if CPU_FREQ enabled
 2020-05-20 18:40 UTC  (15+ messages)

[RFC][PATCH 00/13] SCHED_DEADLINE server infrastructure
 2020-05-20 18:38 UTC  (3+ messages)
` [RFC][PATCH 01/13] sched/deadline: Impose global limits on sched_attr::sched_period

[PATCH V6 0/4] x86/resctrl: Enable user to view and select thread throttling mode
 2020-05-20 18:35 UTC  (6+ messages)

include/linux/libata.h:1366:2: note: in expansion of macro '__ATA_BASE_SHT'
 2020-05-20 18:31 UTC 

[PATCH v2 0/7] padata: parallelize deferred page init
 2020-05-20 18:26 UTC  (8+ messages)
` [PATCH v2 1/7] padata: remove exit routine
` [PATCH v2 2/7] padata: initialize earlier
` [PATCH v2 3/7] padata: allocate work structures for parallel jobs from a pool
` [PATCH v2 4/7] padata: add basic support for multithreaded jobs
` [PATCH v2 5/7] mm: parallelize deferred_init_memmap()
` [PATCH v2 6/7] mm: make deferred init's max threads arch-specific
` [PATCH v2 7/7] padata: document multithreaded jobs

[PATCH 00/15] PCI: brcmstb: enable PCIe for STB chips
 2020-05-20 18:26 UTC  (4+ messages)
` [PATCH 09/15] device core: Add ability to handle multiple dma offsets

KMSAN: uninit-value in get_block
 2020-05-20 18:23 UTC 

KASAN: slab-out-of-bounds Read in br_mrp_parse
 2020-05-20 18:23 UTC 

[PATCH 0/7] Share events between metrics
 2020-05-20 18:22 UTC  (4+ messages)
` [PATCH 3/7] perf metricgroup: Delay events string creation

[PATCH v1] Revert "software node: Simplify software_node_release() function"
 2020-05-20 18:21 UTC  (4+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-20 18:20 UTC  (8+ messages)
` [PATCH v2 1/7] perf metricgroup: Always place duration_time last
` [PATCH v2 2/7] perf metricgroup: Use early return in add_metric
` [PATCH v2 3/7] perf metricgroup: Delay events string creation
` [PATCH v2 4/7] perf metricgroup: Order event groups by size
` [PATCH v2 5/7] perf metricgroup: Remove duped metric group events
` [PATCH v2 6/7] perf metricgroup: Add options to not group or merge
` [PATCH v2 7/7] perf metricgroup: Remove unnecessary ',' from events

[PATCH] kthread: Use TASK_IDLE state for newly created kernel threads
 2020-05-20 18:18 UTC  (2+ messages)

[PATCH] drm/amdgpu/smu10: Replace one-element array and use struct_size() helper
 2020-05-20 18:17 UTC  (3+ messages)

[RFC][PATCH 0/5] thermal: Add new mechanism to get thermal notification
 2020-05-20 18:16 UTC  (6+ messages)
` [RFC][PATCH 3/5] thermal: Add support for setting notification thresholds

[PATCH 1/3] drm/writeback: don't set fence->ops to default
 2020-05-20 18:09 UTC  (10+ messages)
` [PATCH 3/3] misc/habalabs: don't set default fence_ops->wait
    ` [Intel-gfx] "

[PATCH net-next v1] hinic: add support to set and get pause param
 2020-05-20 18:09 UTC  (2+ messages)

[PATCH] PCI: tegra: fix runtime pm imbalance on error
 2020-05-20 18:09 UTC  (2+ messages)

[PATCH v3 0/9] perf: support enable and disable commands in stat and record modes
 2020-05-20 18:06 UTC  (4+ messages)
` [PATCH v3 8/9] perf record: implement control commands handling

[PATCH V3 0/3] PCI: Add basic Compute eXpress Link DVSEC decode
 2020-05-20 18:06 UTC  (4+ messages)
` [PATCH V3 1/3] PCI: Add defines for Designated Vendor-Specific Capability
` [PATCH V3 2/3] PCI: Add basic Compute eXpress Link DVSEC decode
` [PATCH V3 3/3] PCI: Add helpers to enable/disable CXL.mem and CXL.cache

[PATCH v5 0/5] remoteproc: qcom: PIL info support
 2020-05-20 18:00 UTC  (5+ messages)
` [PATCH v5 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v5 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM

[RESEND PATCH] media: marvell-ccic: Add support for runtime PM
 2020-05-20 18:00 UTC 

[RFC PATCH 00/13] scsi: ufs: Add HPB Support
 2020-05-20 17:55 UTC  (6+ messages)
        ` Another approach of UFSHPB

[PATCH v5] ACPI/IORT: Fix PMCG node single ID mapping handling
 2020-05-20 17:54 UTC  (4+ messages)

[PATCH V3] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
 2020-05-20 17:54 UTC  (2+ messages)

[PATCH V2] arm64/cpufeature: Drop open encodings while extracting parange
 2020-05-20 17:54 UTC  (2+ messages)

[PATCH v4 1/2] scsi: ufs: export hibern8 entry
 2020-05-20 17:53 UTC  (2+ messages)
` [PATCH v4 2/2] scsi: ufs-qcom: enter and exit hibern8 during clock scaling

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-20 17:51 UTC  (5+ messages)

[PATCH] PCI: dwc: Warn only for non-prefetchable memory resource size >4GB
 2020-05-20 17:51 UTC  (11+ messages)
              `  "

[PATCH v11] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-05-20 17:50 UTC  (2+ messages)

[PATCHv3 0/5] EXC3000 Updates
 2020-05-20 17:49 UTC  (7+ messages)
` [PATCHv3 2/5] Input: EXC3000: switch to i2c's probe_new API
` [PATCHv3 3/5] Input: EXC3000: add EXC80H60 and EXC80H84 support
` [PATCHv3 4/5] Input: EXC3000: Add support to query model and fw_version

[PATCH V2 0/3] PCI: Add basic Compute eXpress Link DVSEC decode
 2020-05-20 17:43 UTC  (3+ messages)
` [PATCH V2 3/3] PCI: Add helpers to enable/disable CXL.mem and CXL.cache

arm64: Register modification during syscall entry/exit stop
 2020-05-20 17:41 UTC  (4+ messages)

[PATCH] arm64/cpufeature: Move BUG_ON() inside get_arm64_ftr_reg()
 2020-05-20 17:39 UTC  (4+ messages)

[PATCH net-next v3 0/2] provide KAPI for SQI
 2020-05-20 17:39 UTC  (6+ messages)
` [PATCH net-next v3 1/2] ethtool: provide UAPI for PHY Signal Quality Index (SQI)

[PATCH 0/2] Fix breakage from adding MSR_IA32_UMWAIT_CONTROL
 2020-05-20 17:39 UTC  (6+ messages)
` [PATCH 2/2] kvm/x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally

[PATCH v4 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-20 17:34 UTC  (4+ messages)
` [PATCH v4 06/11] net: ethernet: mtk-eth-mac: new driver

[PATCH v10 0/5] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2020-05-20 17:29 UTC  (11+ messages)
` [PATCH v10 1/5] usb: xhci: Change the XHCI link order in the Makefile

[PATCH net-next] ipv6/route: inherit max_sizes from current netns
 2020-05-20 17:27 UTC  (5+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-20 17:27 UTC  (7+ messages)

[PATCH 0/7] x86: Clean up percpu operations
 2020-05-20 17:26 UTC  (5+ messages)
` [PATCH 2/7] x86/percpu: Clean up percpu_to_op()

[tip:x86/mm 1/23] arch/x86/mm/init.c:75:6: warning: no previous prototype for function 'x86_has_pat_wp'
 2020-05-20 17:19 UTC  (9+ messages)

[PATCH] Input: omap-keypad - fix runtime pm imbalance on error
 2020-05-20 17:19 UTC  (3+ messages)

[PATCH 0/2] MAINTAINER entries for few ROHM power devices
 2020-05-20 17:17 UTC  (2+ messages)

[PATCH] ASoC: mmp-sspa: Fix the error handling in probe()
 2020-05-20 17:17 UTC  (2+ messages)

Remove WALNUT hacks in serio/i8042 (was Re: ld.lld: error: undefined symbol: kb_cs)
 2020-05-20 17:16 UTC  (4+ messages)
` [PATCH] input: i8042: Remove special PowerPC handling


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