All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-05 21:48:27 to 2018-09-05 22:04:33 UTC [more...]

[GIT PULL 00/77] perf/core improvements and fixes
 2018-09-05 22:04 UTC  (72+ messages)
` [PATCH 01/77] perf trace: Pass augmented args to the arg formatters when available
` [PATCH 02/77] perf trace: Make the augmented_syscalls filter out the tracepoint event
` [PATCH 03/77] perf trace: Print the syscall name for augmented_syscalls
` [PATCH 04/77] perf trace: Extract the comm/tid printing for syscall enter
` [PATCH 05/77] perf trace: Show comm/tid for augmented_syscalls
` [PATCH 06/77] perf trace: Use the augmented filename, expanding syscall enter pointers
` [PATCH 07/77] perf trace: Augment the 'open' syscall 'filename' arg
` [PATCH 08/77] perf trace: Augment inotify_add_watch pathname syscall arg
` [PATCH 09/77] perf trace: Introduce augmented_filename_syscall_enter() declarator
` [PATCH 10/77] perf trace: Augment 'newstat' (aka 'stat') filename ptr
` [PATCH 11/77] perf trace: Add a etcsnoop.c augmented syscalls eBPF utility
` [PATCH 12/77] perf bpf: Give precedence to bpf header dir
` [PATCH 13/77] perf bpf: Add linux/socket.h to the headers accessible to bpf proggies
` [PATCH 14/77] perf trace augmented_syscalls: Augment connect's 'sockaddr' arg
` [PATCH 15/77] perf trace augmented_syscalls: Add augmented_sockaddr_syscall_enter()
` [PATCH 16/77] perf trace augmented_syscalls: Augment bind's 'myaddr' sockaddr arg
` [PATCH 17/77] perf trace augmented_syscalls: Augment sendto's 'addr' arg
` [PATCH 18/77] perf trace beauty: Reorganize 'struct sockaddr *' beautifier
` [PATCH 19/77] perf report: Create auxiliary trace data files for s390
` [PATCH 20/77] tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file
` [PATCH 21/77] perf bpf: Add syscall_exit() helper
` [PATCH 22/77] perf augmented_syscalls: Update the header comments
` [PATCH 23/77] perf trace augmented_syscalls: Rename augmented_*_syscall__enter to just *_syscall
` [PATCH 24/77] perf trace augmented_syscalls: Hook into syscalls:sys_exit_SYSCALL too
` [PATCH 25/77] perf trace: Show comm and tid for tracepoint events
` [PATCH 26/77] perf stat: Use evsel->threads in create_perf_stat_counter()
` [PATCH 27/77] perf stat: Move 'initial_delay' to 'struct perf_stat_config'
` [PATCH 28/77] perf stat: Move 'no_inherit' "
` [PATCH 29/77] perf stat: Use local config arg for scale in create_perf_stat_counter()
` [PATCH 30/77] perf stat: Add 'identifier' flag to 'struct perf_stat_config'
` [PATCH 31/77] perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()
` [PATCH 32/77] perf evsel: Introduce perf_evsel__store_ids()
` [PATCH 33/77] perf stat: Move create_perf_stat_counter() to stat.c
` [PATCH 34/77] perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
` [PATCH 35/77] perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()
` [PATCH 36/77] perf stat: Add 'struct perf_tool' "
` [PATCH 37/77] perf stat: Add 'struct perf_evlist' "
` [PATCH 38/77] perf stat: Add 'perf_event__handler_t' "
` [PATCH 39/77] perf stat: Move perf_stat_synthesize_config() to stat.c
` [PATCH 40/77] perf stat: Introduce perf_evlist__print_counters()
` [PATCH 41/77] perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
` [PATCH 42/77] perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()
` [PATCH 43/77] perf stat: Pass 'struct perf_stat_config' argument to local print functions
` [PATCH 44/77] perf stat: Pass a 'struct perf_stat_config' argument to global "
` [PATCH 45/77] perf stat: Move csv_* to 'struct perf_stat_config'
` [PATCH 46/77] perf stat: Move 'interval_clear' "
` [PATCH 47/77] perf stat: Move 'metric_only' "
` [PATCH 48/77] perf stat: Move 'unit_width' "
` [PATCH 49/77] perf stat: Add 'target' argument to perf_evlist__print_counters()
` [PATCH 50/77] perf stat: Pass 'evlist' argument to print functions
` [PATCH 51/77] perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
` [PATCH 52/77] perf stat: Move 'run_count' to 'struct perf_stat_config'
` [PATCH 53/77] perf stat: Move 'metric_only_len' "
` [PATCH 54/77] perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
` [PATCH 55/77] perf stat: Pass 'evlist' to aggr_update_shadow()
` [PATCH 56/77] perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
` [PATCH 57/77] perf stat: Move 'null_run' "
` [PATCH 58/77] perf stat: Move 'print_free_counters_hint' "
` [PATCH 59/77] perf stat: Move 'print_mixed_hw_group_error' "
` [PATCH 60/77] perf stat: Move ru_* data "
` [PATCH 61/77] perf stat: Move *_aggr_* "
` [PATCH 62/77] perf stat: Do not use the global 'evsel_list' in print functions
` [PATCH 63/77] perf stat: Move 'big_num' data to 'struct perf_stat_config'
` [PATCH 64/77] perf stat: Move 'no_merge' "
` [PATCH 65/77] perf stat: Propagate 'struct target' arg to sort_aggr_thread()
` [PATCH 66/77] perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
` [PATCH 67/77] perf stat: Move 'metric_events' "
` [PATCH 68/77] perf stat: Move the display functions to stat-display.c
` [PATCH 69/77] perf trace beauty: Alias 'umount' to 'umount2'
` [PATCH 70/77] perf annotate: Handle arm64 move instructions

[PATCH] drm: Reject unknown legacy bpp and dpeth for drm_mode_addfb ioctl
 2018-09-05 22:04 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm: Reject unknown legacy bpp and dpeth for drm_mode_addfb ioctl (rev3)

[PATCH] sparc64: viohs: Remove VLA usage
 2018-09-05 22:03 UTC  (2+ messages)

test files with same names?
 2018-09-05 22:03 UTC  (3+ messages)
` How to handle patch series conflicts

caps file showing wrong TCG version?
 2018-09-05 17:32 UTC  (7+ messages)

BUG: unable to handle kernel paging request in fib6_node_lookup_1
 2018-09-05 17:32 UTC  (2+ messages)

[PATCH v5 1/2] drm: Add connector property to limit max bpc
 2018-09-05 22:02 UTC  (3+ messages)
` [PATCH v5 2/2] drm/i915: Allow "max bpc" property to limit pipe_bpp
  ` [Intel-gfx] "

[openembedded][qt5] : Text is hidden in Qt5 apps
 2018-09-05 21:27 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/3] Add tainting support to buildroot
 2018-09-05 22:01 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/3] Makefile: add tainting support

[RFC PATCH] mm/hugetlb: make hugetlb_lock irq safe
 2018-09-05 22:00 UTC  (7+ messages)

[RFC] UAPI: Check headers by compiling all together as C++
 2018-09-05 17:28 UTC  (4+ messages)
` [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI

[PATCH v5 0/6] Add Rockchip VPU JPEG encoder
 2018-09-05 22:00 UTC  (7+ messages)
  ` [PATCH v5 1/6] dt-bindings: Document the Rockchip VPU bindings
  ` [PATCH v5 2/6] ARM: dts: rockchip: add VPU device node for RK3288
  ` [PATCH v5 3/6] arm64: dts: rockchip: add VPU device node for RK3399
  ` [PATCH v5 4/6] media: Add JPEG_RAW format
  ` [PATCH v5 5/6] media: Add controls for JPEG quantization tables
  ` [PATCH v5 6/6] media: add Rockchip VPU JPEG encoder driver

[Buildroot] [PATCH v4 0/3] Add tainting support to buildroot
 2018-09-05 22:00 UTC  (4+ messages)
` [Buildroot] [PATCH v4 1/3] Makefile: add tainting support
` [Buildroot] [PATCH v4 2/3] docs/manual: adding infos about tainting
` [Buildroot] [PATCH v4 3/3] package/nodejs: taint the build on external modules

[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
 2018-09-05 21:57 UTC  (3+ messages)

[PATCH] efi_stub: update documentation on dtb= parameter
 2018-09-05 21:57 UTC  (3+ messages)

What's cooking in git.git (Sep 2018, #01; Tue, 4)
 2018-09-05 21:56 UTC  (4+ messages)

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-05 21:55 UTC  (5+ messages)

[PATCH] drm: Print erroneous hscale/vscale on failure
 2018-09-05 21:56 UTC  (2+ messages)

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-05 21:56 UTC  (69+ messages)
` [PATCH 01/22] KEYS: Provide key type operations for asymmetric key ops
` [PATCH 02/22] KEYS: Provide keyctls to drive the new key type ops for asymmetric keys
` [PATCH 03/22] KEYS: Provide missing asymmetric key subops for new key type ops
` [PATCH 04/22] KEYS: Make the X.509 and PKCS7 parsers supply the sig encoding type
` [PATCH 05/22] KEYS: Provide software public key query function
` [PATCH 06/22] KEYS: Allow the public_key struct to hold a private key
` [PATCH 07/22] KEYS: Implement encrypt, decrypt and sign for software asymmetric key
` [PATCH 08/22] KEYS: Implement PKCS#8 RSA Private Key parser
` [PATCH 09/22] crypto: rsa-pkcs1pad: Allow hash to be optional
` [PATCH 10/22] KEYS: asym_tpm: add skeleton for asym_tpm
` [PATCH 11/22] KEYS: asym_tpm: extract key size & public key
` [PATCH 12/22] KEYS: Add parser for TPM-based keys
` [PATCH 13/22] KEYS: asym_tpm: Implement pkey_query
` [PATCH 14/22] KEYS: asym_tpm: Implement encryption operation
` [PATCH 15/22] KEYS: trusted: Expose common functionality
` [PATCH 16/22] KEYS: Move trusted.h to include/keys
` [PATCH 17/22] KEYS: asym_tpm: Add loadkey2 and flushspecific
` [PATCH 18/22] KEYS: asym_tpm: Implement tpm_unbind
` [PATCH 19/22] KEYS: asym_tpm: Implement the decrypt operation
` [PATCH 20/22] KEYS: asym_tpm: Implement signature verification
` [PATCH 21/22] KEYS: asym_tpm: Implement tpm_sign
` [PATCH 22/22] KEYS: asym_tpm: Add support for the sign operation

[PATCH rdma-next] RDMA/qedr: remove set but not used variable 'ctx'
 2018-09-05 21:56 UTC  (3+ messages)

[PATCH v2 0/2] Address issues slowing memory init
 2018-09-05 21:54 UTC  (7+ messages)
` [PATCH v2 1/2] mm: Move page struct poisoning to CONFIG_DEBUG_VM_PAGE_INIT_POISON

[PATCH] infiniband: hw: hns: Fix a sleep-in-atomic-context bug in hns_roce_set_hem()
 2018-09-05 21:54 UTC  (2+ messages)

[Bug 107784] [AMD tahiti XT] displayport broken
 2018-09-05 21:54 UTC  (6+ messages)

[PATCH] infiniband: scsi: remove unnecessary unlikely()
 2018-09-05 21:52 UTC  (2+ messages)

[PATCH for-rc v2 1/3] PCI: Fix faulty logic in pci_reset_bus()
 2018-09-05 17:21 UTC  (3+ messages)
` [PATCH for-rc v2 3/3] IB/hfi1: Prefer new __pci_reset_function_locked() API with reset type

[PATCH 1/2] semanage: "semanage user" does not use -s, fix documentation
 2018-09-05 21:49 UTC  (2+ messages)
` [PATCH 2/2] semanage: add a missing space in ibendport help

[RFC PATCH v2] Allow aliases that include other aliases
 2018-09-05 21:51 UTC  (3+ messages)

[PATCH v7 0/4] gpiolib: speed up GPIO array processing
 2018-09-05 21:50 UTC  (11+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] gpiolib: Pass bitmaps, not integer arrays, to get/set array
  ` [PATCH v8 2/4] gpiolib: Identify arrays matching GPIO hardware
  ` [PATCH v8 3/4] gpiolib: Pass array info to get/set array functions
  ` [PATCH v8 4/4] gpiolib: Implement fast processing path in get/set array

[bug report] hwmon: (nct6775) Add support for weighted fan control
 2018-09-05 21:49 UTC  (3+ messages)
` [PATCH 2/2] hwmon: (nct6775) Clean up a condition

[Buildroot] [PATCH 1/4] DEVELOPERS: Fix file order list maintained by me
 2018-09-05 21:48 UTC  (4+ messages)
` [Buildroot] [PATCH 3/4] configs: bpi-m64: Use Mainline ARM ATF


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.