All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-11 18:17:39 to 2019-06-11 18:59:09 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-06-11 18:59 UTC  (83+ messages)
` [PATCH 01/85] perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF
` [PATCH 02/85] perf data: Document memory topology header: HEADER_MEM_TOPOLOGY
` [PATCH 03/85] perf data: Document clockid header: HEADER_CLOCKID
` [PATCH 04/85] perf data: Document directory format header: HEADER_DIR_FORMAT
` [PATCH 05/85] perf symbols: Remove unused variable 'err'
` [PATCH 06/85] perf record: Allow mixing --user-regs with --call-graph=dwarf
` [PATCH 07/85] perf intel-pt: Factor out intel_pt_update_sample_time
` [PATCH 08/85] perf intel-pt: Accumulate cycle count from CYC packets
` [PATCH 09/85] perf tools: Add IPC information to perf_sample
` [PATCH 10/85] perf intel-pt: Add support for samples to contain IPC ratio
` [PATCH 11/85] perf script: Add output of "
` [PATCH 12/85] perf intel-pt: Record when decoding PSB+ packets
` [PATCH 13/85] perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
` [PATCH 14/85] perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
` [PATCH 15/85] perf intel-pt: Document IPC usage
` [PATCH 16/85] perf thread-stack: Accumulate IPC information
` [PATCH 17/85] perf db-export: Add brief documentation
` [PATCH 18/85] perf db-export: Export IPC information
` [PATCH 19/85] perf scripts python: export-to-sqlite.py: "
` [PATCH 20/85] perf scripts python: export-to-postgresql.py: "
` [PATCH 21/85] perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports
` [PATCH 22/85] perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams
` [PATCH 23/85] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Graph Graph
` [PATCH 24/85] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree
` [PATCH 25/85] perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated
` [PATCH 26/85] perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy
` [PATCH 27/85] perf augmented_raw_syscalls: Move the probe_read_str to a separate function
` [PATCH 28/85] perf augmented_raw_syscalls: Change helper to consider just the augmented_filename part
` [PATCH 29/85] perf augmented_raw_syscalls: Move reading filename to the loop
` [PATCH 30/85] perf jvmti: Address gcc string overflow warning for strncpy()
` [PATCH 31/85] perf trace: Consume the augmented_raw_syscalls payload
` [PATCH 32/85] perf trace: Associate more argument names with the filename beautifier
` [PATCH 33/85] perf trace: Exit when failing to build eBPF program
` [PATCH 34/85] perf config: Bail out when a handler returns failure for a key-value pair
` [PATCH 35/85] perf record: Add support to collect callchains from kernel or user space only
` [PATCH 36/85] perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()
` [PATCH 37/85] perf cs-etm: Configure contextID tracing in CPU-wide mode
` [PATCH 38/85] perf cs-etm: Configure timestamp generation "
` [PATCH 39/85] perf cs-etm: Configure SWITCH_EVENTS "
` [PATCH 40/85] perf cs-etm: Add handling of itrace start events
` [PATCH 41/85] perf cs-etm: Add handling of switch-CPU-wide events
` [PATCH 42/85] perf cs-etm: Refactor error path in cs_etm_decoder__new()
` [PATCH 43/85] perf cs-etm: Move packet queue out of decoder structure
` [PATCH 44/85] perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()
` [PATCH 45/85] perf cs-etm: Introduce the concept of trace ID queues
` [PATCH 46/85] perf cs-etm: Get rid of unused cpu in struct cs_etm_queue
` [PATCH 47/85] perf cs-etm: Move thread to traceid_queue
` [PATCH 48/85] perf cs-etm: Move tid/pid "
` [PATCH 49/85] perf cs-etm: Use traceID aware memory callback API
` [PATCH 50/85] perf cs-etm: Add support for multiple traceID queues
` [PATCH 51/85] perf cs-etm: Linking PE contextID with perf thread mechanic
` [PATCH 52/85] perf cs-etm: Add notion of time to decoding code
` [PATCH 53/85] perf cs-etm: Add support for CPU-wide trace scenarios
` [PATCH 54/85] perf cpumap: Retrieve die id information
` [PATCH 55/85] perf header: Add die information in CPU topology
` [PATCH 56/85] perf stat: Support per-die aggregation
` [PATCH 57/85] perf header: Rename "sibling cores" to "sibling sockets"
` [PATCH 58/85] perf tools: Apply new CPU topology sysfs attributes
` [PATCH 59/85] perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY
` [PATCH 60/85] perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode
` [PATCH 61/85] perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead
` [PATCH 63/85] perf auxtrace: Add perf time interval to itrace_synth_ops
` [PATCH 64/85] perf script: Set perf time interval in itrace_synth_ops
` [PATCH 65/85] perf report: "
` [PATCH 66/85] perf intel-pt: Add lookahead callback
` [PATCH 67/85] perf intel-pt: Factor out intel_pt_8b_tsc()
` [PATCH 68/85] perf intel-pt: Factor out intel_pt_reposition()
` [PATCH 69/85] perf intel-pt: Add reposition parameter to intel_pt_get_data()
` [PATCH 70/85] perf intel-pt: Add intel_pt_fast_forward()
` [PATCH 71/85] perf intel-pt: Factor out intel_pt_get_buffer()
` [PATCH 72/85] perf intel-pt: Add support for lookahead
` [PATCH 73/85] perf intel-pt: Add support for efficient time interval filtering
` [PATCH 74/85] perf time-utils: Treat time ranges consistently
` [PATCH 75/85] perf time-utils: Factor out set_percent_time()
` [PATCH 76/85] perf time-utils: Prevent percentage time range overlap
` [PATCH 77/85] perf time-utils: Fix --time documentation
` [PATCH 78/85] perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly
` [PATCH 79/85] perf time-utils: Make perf_time__parse_for_ranges() more logical
` [PATCH 80/85] perf tests: Add a test for time-utils
` [PATCH 81/85] perf time-utils: Add support for multiple explicit time intervals
` [PATCH 82/85] perf test 6: Fix missing kvm module load for s390
` [PATCH 83/85] perf report: Fix OOM error in TUI mode on s390

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-06-11 18:58 UTC  (10+ messages)
` pselect/etc semantics (Was: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask())
  ` [PATCH] signal: remove the wrong signal_pending() check in restore_user_sigmask()
    ` [PATCH 0/2] select: simplify the usage of restore_saved_sigmask_unless()
      ` [RFC PATCH 0/5]: Removing saved_sigmask
        ` [RFC PATCH 1/5] signal: Teach sigsuspend to use set_user_sigmask

[PATCH net v2] vrf: Increment Icmp6InMsgs on the original netdev
 2019-06-11 18:58 UTC  (2+ messages)

[PATCH v5 00/11] drm: Add self refresh helpers
 2019-06-11 18:57 UTC  (5+ messages)
` [PATCH v5 01/11] drm: Add atomic variants of enable/disable to encoder helper funcs
` [PATCH v5 02/11] drm: Add drm_atomic_get_(old|new_connector_for_encoder() helpers

[PATCH] lkdtm: no need to check return value of debugfs_create functions
 2019-06-11 18:56 UTC  (3+ messages)

[PATCH net-next] net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()
 2019-06-11 18:56 UTC  (2+ messages)

[PATCH net-next] net: netlink: make netlink_walk_start() void return type
 2019-06-11 18:56 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libglib2: fix build with NLS
 2019-06-11 18:55 UTC 

[PATCH] vmw_ballon: no need to check return value of debugfs_create functions
 2019-06-11 18:55 UTC 

[PATCH net] net: openvswitch: do not free vport if register_netdevice() is failed
 2019-06-11 18:54 UTC  (2+ messages)

[PATCH] scsi: mpt3sas: Mark expected switch fall-through
 2019-06-11 18:55 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: hal: Change return type to void from u8
 2019-06-11 18:55 UTC 

[PATCH v3] drm/msm/adreno: Add A540 support
 2019-06-11 18:54 UTC  (2+ messages)

Linux 5.1.9 build failure with CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT=n
 2019-06-11 18:53 UTC  (4+ messages)

[PATCH v2 1/2] makefile: add support for *_defconfig targets
 2019-06-11 18:52 UTC  (5+ messages)
` [PATCH v2 2/2] arm: rename tiny64.conf to tiny64_defconfig
  ` [Xen-devel] "

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-11 18:50 UTC  (9+ messages)
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

linux-next boot error: WARNING: workqueue cpumask: online intersect > possible intersect
 2019-06-11 18:52 UTC  (3+ messages)

[PATCH] soc: imx: Move imx_get_soc_revision from mach-imx
 2019-06-11 18:51 UTC 

[PATCH 00/11] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-06-11 18:51 UTC  (3+ messages)
` [PATCH 06/11] multi-pack-index: implement 'expire' subcommand

[PATCH] riscv: export flush_icache_all
 2019-06-11 18:51 UTC  (3+ messages)

stable-rc/linux-5.1.y boot: 138 boots: 2 failed, 134 passed with 1 offline, 1 untried/unknown (v5.1.9)
 2019-06-11 18:51 UTC 

[PATCH] pinctrl: qcom: Clear status bit on irq_unmask
 2019-06-11 18:51 UTC  (5+ messages)

[dpdk-dev] warning on remapping memory
 2019-06-11 18:50 UTC 

[Xen-devel] [PATCH 1/2] argo: warn sendv() caller when ring is full
 2019-06-11 18:49 UTC  (4+ messages)
` [Xen-devel] [PATCH 2/2] argo: correctly report pending message length

[PATCH v7 0/3] add new ima hook ima_kexec_cmdline to measure kexec boot cmdline args
 2019-06-11 18:48 UTC  (3+ messages)

[PATCH net-next] net: dsa: tag_sja1105: Select CONFIG_PACKING
 2019-06-11 18:47 UTC 

[PATCH nft v6 2/2]tests: py: add netns feature
 2019-06-11 18:47 UTC  (2+ messages)

[PATCH 0/2] swiotlb: Cleanup and consistency fix
 2019-06-11 18:48 UTC  (3+ messages)

ARC Assembler: bundle_align_mode directive support
 2019-06-11 18:47 UTC  (3+ messages)

[Xen-devel] [PATCH v6 00/10] TEE mediator (and OP-TEE) support in XEN
 2019-06-11 18:46 UTC  (11+ messages)
` [Xen-devel] [PATCH v6 01/10] xen/arm: add generic TEE mediator framework
` [Xen-devel] [PATCH v6 02/10] xen/arm: optee: add OP-TEE header files
` [Xen-devel] [PATCH v6 03/10] xen/arm: optee: add OP-TEE mediator skeleton
` [Xen-devel] [PATCH v6 04/10] xen/arm: optee: add fast calls handling
` [Xen-devel] [PATCH v6 05/10] xen/arm: optee: add std call handling
` [Xen-devel] [PATCH v6 06/10] xen/arm: optee: add support for RPC SHM buffers
` [Xen-devel] [PATCH v6 07/10] xen/arm: optee: add support for arbitrary shared memory
` [Xen-devel] [PATCH v6 08/10] xen/arm: optee: add support for RPC commands
` [Xen-devel] [PATCH v6 09/10] tools/arm: tee: add "tee" option for xl.cfg
` [Xen-devel] [PATCH v6 10/10] tools/arm: optee: create optee firmware node in DT if tee=optee

[thud/master][PATCH] meta-toolchain-arago: pass --sysroot= option to C, CXX, CPP, LD in environment setup
 2019-06-11 18:45 UTC 

[PATCH] ti-st: no need to check return value of debugfs_create functions
 2019-06-11 18:45 UTC 

[PATCH v2 0/9] Filter combination
 2019-06-11 18:44 UTC  (6+ messages)
` [PATCH v2 6/9] list-objects-filter-options: make filter_spec a strbuf

How to inject fwnode/oftree/acpi data by platform driver ?
 2019-06-11 18:44 UTC  (2+ messages)

[thud/master][PATCH] ti-sgx-ddk-um: add RDEPENDS on ti-sgx-ddk-km
 2019-06-11 18:44 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH net] net: correct udp zerocopy refcnt also when zerocopy only on append
 2019-06-11 18:44 UTC  (2+ messages)

[PATCH] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS
 2019-06-11 18:43 UTC 

[PATCH] eeprom: idt_89hpesx: remove unneeded csr_file variable
 2019-06-11 18:43 UTC  (2+ messages)

[PATCH] mic: no need to check return value of debugfs_create functions
 2019-06-11 18:43 UTC 

[Virtio-fs] [PATCH] virtiofsd: fix incorrect error handling in lo_do_lookup
 2019-06-11 18:43 UTC  (4+ messages)

[PATCH] wic/plugins: kernel image refer to KERNEL_IMAGETYPE
 2019-06-11 18:41 UTC  (2+ messages)

RE: FPO16803
 2019-06-11 18:41 UTC 

[PATCH] genwq: no need to check return value of debugfs_create functions
 2019-06-11 18:41 UTC 

[PATCH v3 1/8] i2c: i2c-qcom-geni: Provide support for ACPI
 2019-06-11 18:40 UTC  (10+ messages)
` [PATCH v3 4/8] pinctrl: qcom: sdm845: Provide ACPI support

[PATCH net-next] selftests: pmtu: Introduce list_flush_ipv6_exception test case
 2019-06-11 18:40 UTC  (2+ messages)

[PATCH] mei: no need to check return value of debugfs_create functions
 2019-06-11 18:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH MM-PART3 v2 00/12] xen/arm: Provide a generic function to update Xen PT
 2019-06-11 18:37 UTC  (10+ messages)
` [PATCH MM-PART3 v2 01/12] xen/arm: lpae: Add a macro to generate offsets from an address
  ` [Xen-devel] "
` [PATCH MM-PART3 v2 02/12] xen/arm: mm: Rename create_xen_entries() to xen_pt_update()
  ` [Xen-devel] "
` [PATCH MM-PART3 v2 03/12] xen/arm: mm: Move out of xen_pt_update() the logic to update an entry
  ` [Xen-devel] "
` [PATCH MM-PART3 v2 04/12] xen/arm: mm: Only increment mfn when valid in xen_pt_update
  ` [Xen-devel] "

[PATCH 4.4 000/241] 4.4.181-stable review
 2019-06-11 18:35 UTC  (5+ messages)
` [PATCH 4.4 041/241] cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()

linux-next: Tree for Jun 11
 2019-06-11 18:34 UTC  (3+ messages)
` linux-next: Tree for Jun 11 (net/dsa/tag_sja1105.c)

[GIT PULL] (swiotlb) stable/for-linus-5.2
 2019-06-11 18:36 UTC 

[PATCH v3 01/20] ABI: sysfs-devices-system-cpu: point to the right docs
 2019-06-11 18:23 UTC  (8+ messages)
` [PATCH v3 06/20] docs: mark orphan documents as such

[Qemu-devel] [PULL v2 00/12] Miscellaneous patches for 2019-06-11
 2019-06-11 18:27 UTC  (2+ messages)
` [Qemu-devel] [PULL v2 04/12] Include qemu-common.h exactly where needed

APFS improvements (e.g. firm links, volume w/ subvols replication) as ideas for Btrfs?
 2019-06-11 18:31 UTC 

[PATCH net-next] net: dsa: sja1105: Make two functions static
 2019-06-11 18:31 UTC  (2+ messages)

[PATCH 1/5] drm/i915: Do not touch the PCH SSC reference if a PLL is using it
 2019-06-11 18:31 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/5] drm/i915: Do not touch the PCH SSC reference if a PLL is using it (rev2)

[PATCH 0/3] Cache consistency updates
 2019-06-11 18:31 UTC  (5+ messages)
` [PATCH 1/3] NFS: Fix up ftrace printout of the cache invalidation flags
  ` [PATCH 2/3] NFS: Fix up ftrace logging of nfs_inode flags
    ` [PATCH 3/3] NFS: Add deferred cache invalidation for close-to-open consistency violations

[dpdk-dev] [PATCH] net/mlx5: fix master device Netlink socket sharing
 2019-06-11 18:29 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/9] mlx5: Handle data-path completions with error
 2019-06-11 18:29 UTC 

[RFC PATCH] x86/cpufeatures: Enumerate new AVX512 bfloat16 instructions
 2019-06-11 18:19 UTC  (3+ messages)

[RFC PATCH] ref-filter: sort detached HEAD lines firstly
 2019-06-11 18:28 UTC  (3+ messages)
` [PATCH v2 0/1] Sort "
  ` [PATCH v2 1/1] ref-filter: sort "

[PATCH net] net: ethtool: Allow matching on vlan CFI bit
 2019-06-11 18:27 UTC  (2+ messages)

[PATCH v4 0/9] Emulated coherent graphics memory
 2019-06-11 18:26 UTC  (4+ messages)
` [PATCH v4 3/9] mm: Add write-protect and clean utilities for address space ranges

[PATCH v5 00/10] TEE mediator (and OP-TEE) support in XEN
 2019-06-11 18:26 UTC  (6+ messages)
` [PATCH v5 01/10] xen/arm: add generic TEE mediator framework
  ` [Xen-devel] "

Platform telemetry and health monitoring
 2019-06-11 18:24 UTC  (8+ messages)

[Bug 110781] Radeon: heavy r300 performance drop regression between 11.x and 19.x
 2019-06-11 18:24 UTC  (2+ messages)

[PATCH V4 1/6] i2c: tegra: clean up macros
 2019-06-11 18:22 UTC  (9+ messages)
` [PATCH V4 6/6] i2c: tegra: remove BUG, BUG_ON

[PATCH 3/3] staging: rtl8723bs: hal: sdio_ops: fix braces {} are not necessary for single statement blocks
 2019-06-11 18:22 UTC 

stable-rc/linux-4.19.y boot: 129 boots: 1 failed, 126 passed with 1 offline, 1 untried/unknown (v4.19.50)
 2019-06-11 18:22 UTC 

[PATCH 2/3] staging: rtl8723bs: hal: sdio_ops: fix spaces preferred around unary operator
 2019-06-11 18:22 UTC 

[PATCH 1/3] staging: rtl8723bs: hal: sdio_ops: fix Comparison to NULL
 2019-06-11 18:21 UTC 

[kbd] [Lint][Bug report] src/openvt.c:386: 'pid' may be used uninitialized
 2019-06-11 18:20 UTC 

[PATCH] arm64: configs: Enable GPIO_DAVINCI
 2019-06-11 18:19 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libglib2: remove bindir prefix from gio-2.0.pc
 2019-06-11 18:19 UTC  (2+ messages)

[PATCH 1/9] drm/i915/gtt: No need to zero the table for page dirs
 2019-06-11 18:18 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/9] "

[Bug 110897] HyperZ is broken for r300 (bad z for some micro and macrotiles?)
 2019-06-11 18:18 UTC  (2+ messages)

[PATCH v3 0/7] crypto: rc4 cleanup
 2019-06-11 18:17 UTC  (3+ messages)
` [PATCH v3 7/7] fs: cifs: switch to RC4 library interface


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.