linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 20:54:30 to 2019-10-22 02:02:32 UTC [more...]

[PATCH 00/45] KVM: Refactor vCPU creation
 2019-10-22  1:59 UTC  (35+ messages)
` [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU "
` [PATCH 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH 15/45] KVM: PPC: "
` [PATCH 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH 18/45] KVM: PPC: Drop kvm_arch_vcpu_free()
` [PATCH 19/45] KVM: arm: "
` [PATCH 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH 28/45] KVM: x86: "
` [PATCH 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH 31/45] KVM: Unexport kvm_vcpu_cache and kvm_{un}init_vcpu()
` [PATCH 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH 39/45] KVM: MIPS: "
` [PATCH 40/45] KVM: ARM: "
` [PATCH 41/45] KVM: PPC: "
` [PATCH 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

[PATCH 1/4] rtc: ab-b5ze-s3: remove .remove
 2019-10-22  1:56 UTC  (3+ messages)
` [PATCH 4/4] rtc: sc27xx: "

arch/riscv doesn't support xchg() on bool
 2019-10-22  1:45 UTC  (2+ messages)

[PATCH v8 5/5] media: imx: Try colorimetry at both sink and source pads
 2019-10-22  1:44 UTC  (2+ messages)

[PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
 2019-10-22  1:35 UTC  (3+ messages)
` [PATCH v4 12/16] x86/kprobes: Fix ordering

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-22  1:32 UTC  (6+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer

[PATCH RFC] net: vlan: reverse 4 bytes of vlan header when setting initial MTU
 2019-10-22  1:31 UTC  (5+ messages)

[PATCH] x86: Add trace points to (nearly) all vectors
 2019-10-22  1:23 UTC 

[PATCH v3] tracing: Introduce trace event injection
 2019-10-22  1:15 UTC  (5+ messages)

[PATCH v2 0/5] perf report: Support sorting all blocks by cycles
 2019-10-22  1:04 UTC  (6+ messages)
` [PATCH v2 3/5] perf report: Sort by sampled cycles percent per block for stdio

[PATCH] hwmon: (ina3221) Fix read timeout issue
 2019-10-22  0:59 UTC 

[PATCH] crypto: ccp - Retry SEV INIT command in case of integrity check failure
 2019-10-22  0:57 UTC  (4+ messages)

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-22  0:57 UTC  (10+ messages)

[PATCH] dynamic_debug: provide dynamic_hex_dump stub
 2019-10-22  0:48 UTC  (2+ messages)

linux-next: build warning after merge of the mmc tree
 2019-10-22  0:47 UTC 

[PATCH 0/3] Rewrite x86/ftrace to use text_poke()
 2019-10-22  0:43 UTC  (9+ messages)
` [PATCH 3/3] x86/ftrace: Use text_poke()

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-22  0:35 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-22  0:31 UTC  (8+ messages)
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[V2] dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platform
 2019-10-22  0:25 UTC  (3+ messages)

[PATCH v2 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-22  0:15 UTC  (18+ messages)
` [PATCH v2 01/16] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH v2 02/16] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [PATCH v2 03/16] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
` [PATCH v2 04/16] x86/zhaoxin: "
` [PATCH v2 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v2 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v2 07/16] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v2 08/16] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v2 09/16] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v2 10/16] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v2 11/16] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v2 12/16] x86/cpufeatures: Drop synthetic VMX feature flags
` [PATCH v2 13/16] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v2 14/16] x86/cpufeatures: Clean up synthetic virtualization flags
` [PATCH v2 15/16] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v2 16/16] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH v3 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2019-10-22  0:13 UTC  (5+ messages)
` [PATCH v3 3/3] PCI: pciehp: Add dmi table for in-band presence disabled

[PATCH v3 1/1] blk-mq: fill header with kernel-doc
 2019-10-22  0:07 UTC 

[PATCH v2 00/13] Add device tree support for sc7180
 2019-10-22  0:08 UTC  (3+ messages)
` [PATCH v2 02/13] arm64: dts: sc7180: Add minimal dts/dtsi files for SC7180 soc

[PATCH 1/5] perf annotate: avoid reallocation in objdump parsing
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf annotate: Avoid "

[PATCH] perf stat: Support --all-kernel/--all-user
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/4] perf jevents: Add some missing events for Hisi hip08 DDRC PMU
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf vendor events arm64: "

[tip: perf/core] perf trace beauty: Add the glue for the autogenerated x86 IRQ vector array
 2019-10-21 23:19 UTC 

[tip: perf/core] libbeauty: Add a generator for x86's IRQ vectors -> strings
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Introduce 'struct evsel__trace' for evsel->priv needs
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Hide evsel->access further, simplify code
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Introduce accessors to trace specific evsel->priv
 2019-10-21 23:19 UTC 

[PATCH v1 1/3] perf tests: Remove needless headers for bp_account
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH] perf list: Hide deprecated events by default
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 09/10] libperf: Do not export perf_evsel__init/perf_evlist__init
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] libperf: Do not export perf_evsel__init()/perf_evlist__init()

[PATCH 06/10] libperf: Add tests_mmap_thread test
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 04/10] libperf: Link static tests with libapi.a
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 01/10] libperf: Add perf_evlist__for_each_mmap function
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] libperf: Introduce perf_evlist__for_each_mmap()

[tip: perf/core] perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()
 2019-10-21 23:18 UTC 

[PATCH 02/10] libperf: Move mmap allocation to perf_evlist__mmap_ops::get
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v1 3/3] perf tests: Disable bp_signal testing for arm64
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepoints
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Honour --max-events in processing syscalls:sys_enter_*
 2019-10-21 23:18 UTC 

[PATCH 08/10] libperf: Keep count of failed tests
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/2] perf: Remove unused trace_find_next_event()
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] perf tools: "

[tip: perf/core] libbeauty: Introduce syscall_arg__strtoul_strarray()
 2019-10-21 23:18 UTC 

[tip: perf/core] perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnprintf/strtoul
 2019-10-21 23:19 UTC 

[PATCH v1 2/3] perf tests bp_account: Add dedicated checking helper is_supported()
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Show error message when not finding a field used in a filter expression
 2019-10-21 23:19 UTC 

[BUG] libtraceevent: perf script -g python segfaults
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf scripting engines: Iterate on tep event arrays directly

[tip: perf/core] tools arch x86: Grab a copy of the file containing the IRQ vector defines
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Support tracepoint dynamic char arrays
 2019-10-21 23:19 UTC 

[tip: perf/core] perf string: Export asprintf__tp_filter_pids()
 2019-10-21 23:19 UTC 

[tip: perf/core] libbeauty: Add a strarray__scnprintf_suffix() method
 2019-10-21 23:19 UTC 

[tip: perf/core] perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary
 2019-10-21 23:19 UTC 

[PATCH] perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'
 2019-10-21 23:19 UTC 

[PATCH 4/4] perf jevents: Add some missing events for Hisi hip08 HHA PMU
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf vendor events arm64: "

[PATCH 1/4] perf jevents: Fix Hisi hip08 DDRC PMU eventname
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf vendor events arm64: "

[PATCH 3/4] perf jevents: Add some missing events for Hisi hip08 L3C PMU
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf vendor events arm64: "

[tip: perf/core] perf trace: Introduce --errno-summary
 2019-10-21 23:19 UTC 

[PATCH 5/5] perf annotate: fix objdump --no-show-raw-insn flag
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf annotate: Fix "

[PATCH 4/5] perf annotate: don't pipe objdump output through expand
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf annotate: Don't pipe objdump output through 'expand' command

[PATCH] perf report: Add warning when libunwind not compiled in
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/2] perf evlist: Fix fix for freed id arrays
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/5] perf annotate: use run-command.h to fork objdump
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf annotate: Use libsubcmd's "

[PATCH v1 1/2] perf test: Report failure for mmap events
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/2] perf script: Fix --reltime with --time
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH v1 2/2] perf test: Avoid infinite loop for task exit case
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/3] perf tools: Allow to build with -ltcmalloc
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 3/5] perf annotate: don't pipe objdump output through grep
 2019-10-21 23:19 UTC  (2+ messages)
` [tip: perf/core] perf annotate: Don't pipe objdump output through 'grep' command

[PATCH 03/10] libperf: Move mask setup to perf_evlist__mmap_ops function
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] libperf: Move mask setup to perf_evlist__mmap_ops()

[tip: perf/core] libbeauty: Hook up the x86 irq_vectors table generator
 2019-10-21 23:19 UTC 

[RESEND][PATCH net-next] net: sched: taprio: fix -Wmissing-prototypes warnings
 2019-10-21 23:57 UTC 

[PATCH] ARM: hw_breakpoint: Handle inexact watchpoint addresses
 2019-10-21 23:49 UTC  (3+ messages)

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-21 23:49 UTC  (5+ messages)

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-21 23:46 UTC  (5+ messages)
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-21 23:24 UTC  (4+ messages)
` [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree

linux-next: build warning after merge of the thermal tree
 2019-10-21 23:23 UTC 

[PATCH -tip v2 0/4] x86,mm/pat: Move towards using generic interval tree
 2019-10-21 23:19 UTC  (5+ messages)
` [PATCH 1/4] x86/mm, pat: Convert pat tree to "
` [PATCH 2/4] x86,mm/pat: Cleanup some of the local memtype_rb_* calls
` [PATCH 3/4] x86,mm/pat: Drop rbt suffix from external memtype calls
` [PATCH 4/4] x86/mm, pat: Rename pat_rbtree.c to pat_interval.c

[tip: perf/core] libbeauty: Introduce strarray__strtoul_flags()
 2019-10-21 23:18 UTC 

[PATCH 10/10] libperf: Add pr_err macro
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] libperf: Add pr_err() macro

[PATCH 07/10] libperf: Add tests_mmap_cpus test
 2019-10-21 23:18 UTC  (2+ messages)
` [tip: perf/core] "

[tip: perf/core] perf trace: Use strtoul for the fcntl 'cmd' argument
 2019-10-21 23:18 UTC 

[tip: perf/core] perf trace: Wire up strarray__strtoul_flags()
 2019-10-21 23:18 UTC 

[tip: perf/core] libbeauty: Introduce syscall_arg__strtoul_strarrays()
 2019-10-21 23:18 UTC 

[tip: perf/core] perf trace: Use STUL_STRARRAY_FLAGS with mmap
 2019-10-21 23:18 UTC 

[tip: perf/core] libbeauty: Make the mmap_flags strarray visible outside of its beautifier
 2019-10-21 23:18 UTC 

[GIT PULL] perf/core improvements and fixes
 2019-10-21 23:16 UTC  (2+ messages)

linux-next: build warning after merge of the drm-misc-fixes tree
 2019-10-21 22:40 UTC  (4+ messages)
` linux-next: build warning after merge of the vfs-fixes tree
  ` linux-next: Fixes tag needs some work in "

[PATCH V2 0/3] Add OP-TEE based bnxt f/w manager
 2019-10-21 23:00 UTC  (7+ messages)
` [PATCH V2 3/3] bnxt_en: Add support to collect crash dump via ethtool

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-10-21 22:58 UTC 

[PATCH v2 2/2] x86/cpu/vmware: Fix platform detection VMWARE_PORT macro
 2019-10-21 22:56 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH v2 1/2] x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL
 2019-10-21 22:56 UTC  (2+ messages)
` [tip: x86/urgent] x86/cpu/vmware: Use the full form of INL in VMWARE_HYPERCALL, for clang/llvm

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-21 22:52 UTC  (2+ messages)

[PATCH] aio: Fix io_pgetevents() struct __compat_aio_sigset layout
 2019-10-21 22:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-21 22:43 UTC  (7+ messages)
` [PATCH 13/18] arm64: preserve x18 when CPU is suspended
` [PATCH 14/18] arm64: efi: restore x18 if it was corrupted

[PATCH net-next v2 00/16] net: dsa: turn arrays of ports into a list
 2019-10-21 22:34 UTC  (2+ messages)

[PATCH v3 0/5] add dsa switch support for ar9331
 2019-10-21 22:21 UTC  (3+ messages)
` [PATCH v3 1/5] net: ag71xx: port to phylink

[PATCH 0/7] towards QE support on ARM
 2019-10-21 22:11 UTC  (6+ messages)

[PATCH v2 00/18] cros_ec: Add sensorhub driver and FIFO processing*** SUBJECT HERE
 2019-10-21 22:09 UTC  (4+ messages)
` [PATCH v2 10/18] platform: chrome: sensorhub: Add FIFO support

[PATCH] RDMA/hns: Fix build error again
 2019-10-21 21:51 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add logicpd-som-lv and logicpd-torpedo to OMAP TREE
 2019-10-21 21:40 UTC  (2+ messages)

[RFC PATCH] powerpc/32: Switch VDSO to C implementation
 2019-10-21 21:29 UTC  (2+ messages)

[PATCH] docs/core-api: memory-allocation: mention size helpers
 2019-10-21 21:27 UTC 

[PATCH 00/22] Stop using input_polled_dev in polling drivers
 2019-10-21 21:27 UTC  (4+ messages)
` [PATCH 09/22] Input: apanel - switch to using polled mode of input devices

[PATCH 0/1] mm/gup_benchmark: fix MAP_HUGETLB case
 2019-10-21 21:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] bus: ti-sysc: Use swsup quirks also for am335x musb
 2019-10-21 21:22 UTC 

[PATCH] net: sched: taprio: fix -Wmissing-prototypes warnings
 2019-10-21 21:23 UTC  (2+ messages)

[PATCH] drm/nouveau: Fix memory leak in nouveau_bo_alloc
 2019-10-21 21:14 UTC 

[PATCH 0/5] Add rtc support for rn5t618 mfd
 2019-10-21 21:13 UTC  (4+ messages)
` [PATCH 5/5] rtc: rtc-rc5t583: add ricoh rc5t619 RTC driver

[Patch v3 0/7] Introduce Thermal Pressure
 2019-10-21 21:03 UTC  (4+ messages)
` [Patch v3 7/7] sched: thermal: Enable tuning of decay period

[PATCH] ARM: dts: imx: imx6qdl-gw553x.dtsi: add lsm9ds1 iio imu/magn support
 2019-10-21 20:56 UTC 

[PATCH] ARM: dts: imx: ventana: add fxos8700 on gateworks boards
 2019-10-21 20:54 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).