messages from 2019-10-21 22:56:51 to 2019-10-22 02:39:42 UTC [more...]
[PATCH v5 01/14] drm/dp_mst: Destroy MSTBs asynchronously
2019-10-22 2:36 UTC (5+ messages)
` [PATCH v5 02/14] drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
` [PATCH v5 03/14] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH v5 04/14] drm/dp_mst: Handle UP requests asynchronously
` [PATCH v5 05/14] drm/dp_mst: Add probe_lock
linux-next: manual merge of the char-misc tree with the keys tree
2019-10-22 2:38 UTC
[PATCH 110/110] lib/vdso: Improve do_hres() and update vdso data unconditionally
2019-10-22 2:42 UTC (4+ messages)
[PATCH] ethernet/intel: release the local packet buffer
2019-10-22 2:35 UTC (2+ messages)
[RFC] kasan: include the hashed pointer for an object's location
2019-10-22 2:27 UTC (2+ messages)
[PATCH] Documentation: debugfs: Document debugfs helper for unsigned long values
2019-10-22 2:26 UTC (2+ messages)
[PATCH] cpufreq: Move cancelling of policy update work just after removing notifiers
2019-10-22 2:25 UTC (2+ messages)
[PATCH 0/7] towards QE support on ARM
2019-10-22 2:24 UTC (7+ messages)
[PATCH v2 0/2] usb: cdns3: Add TI wrapper
2019-10-22 2:21 UTC (3+ messages)
` [PATCH v2 2/2] usb: cdns3: Add TI specific wrapper driver
[PATCH v4 00/16] Rewrite x86/ftrace to use text_poke (and more)
2019-10-22 2:21 UTC (5+ messages)
` [PATCH v4 12/16] x86/kprobes: Fix ordering
` [PATCH v4 15/16] module: Move where we mark modules RO,X
[GIT PULL] SafeSetID LSM changes for 5.4
2019-10-22 2:13 UTC (5+ messages)
[PATCH v1 1/2] usb: chipidea: use of extcon framework to work for non OTG case
2019-10-22 2:11 UTC (2+ messages)
[PATCH v3 0/3] KASAN support for RISC-V
2019-10-22 2:09 UTC (5+ messages)
` [PATCH v3 1/3] kasan: Archs don't check memmove if not support it
[PATCH] MAINTAINERS: Add Mihail to Komeda DRM driver
2019-10-22 2:08 UTC (3+ messages)
[PATCH 00/45] KVM: Refactor vCPU creation
2019-10-22 1:59 UTC (46+ messages)
` [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH 06/45] KVM: SVM: "
` [PATCH 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH 08/45] KVM: x86: Move FPU allocation to "
` [PATCH 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH 18/45] KVM: PPC: "
` [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)
[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 vfs-fixes tree
2019-10-21 22:40 UTC (3+ messages)
` 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox