linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-17 19:35:21 to 2017-11-17 21:43:43 UTC [more...]

Add fine grained sampled metrics for perf script
 2017-11-17 21:42 UTC  (3+ messages)
` [PATCH v3 1/3] perf, tools, record: Synthesize unit/scale/... in event update
` [PATCH v3 2/3] perf, tools, record: Synthesize thread map and cpu map

[PATCH v5 00/11] Intel SGX Driver
 2017-11-17 21:43 UTC  (3+ messages)
` [PATCH v5 11/11] intel_sgx: driver documentation

[GIT PULL] parisc architecture updates for 4.15
 2017-11-17 21:40 UTC 

[PATCH] dmaengine: ioat: Fix error handling path
 2017-11-17 21:37 UTC 

[PATCH] rdma: Add Jason as a co-maintainer
 2017-11-17 21:32 UTC  (5+ messages)

[PATCH] mm, meminit: Serially initialise deferred memory if trace_buf_size is specified
 2017-11-17 21:32 UTC  (11+ messages)

[git pull] vfs.git get_user_pages_fast() conversion
 2017-11-17 21:32 UTC  (3+ messages)

[PATCH] zswap: Same-filled pages handling
 2017-11-17 21:27 UTC  (2+ messages)

[GIT PULL] eCryptfs fixes for 4.15-rc1
 2017-11-17 21:27 UTC 

[nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11
 2017-11-17 21:26 UTC  (16+ messages)

[PATCH 0/3] ALSA-RME Digi32: Fine-tuning for seven function implementations
 2017-11-17 21:20 UTC  (4+ messages)
` [PATCH 1/3] ALSA: rme32: Adjust 15 function calls together with a variable assignment
` [PATCH 2/3] ALSA: rme32: Use common error handling code in snd_rme32_probe()
` [PATCH 3/3] ALSA: rme32: Improve unlocking of an IRQ in two functions

[PATCH] rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
 2017-11-17 21:15 UTC 

[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
 2017-11-17 21:13 UTC  (19+ messages)
` [RFC 05/19] s390/zcrypt: base implementation of AP matrix device driver

[GIT PULL] usercopy whitelisting for v4.15-rc1
 2017-11-17 21:13 UTC  (5+ messages)

[PATCH 0/2] Reduce IOTLB flush when pass-through dGPU devices
 2017-11-17 21:11 UTC  (3+ messages)
` [PATCH 1/2] vfio/type1: Adopt fast IOTLB flush interface when unmap IOVAs
` [PATCH 2/2] iommu/amd: Add support for fast IOTLB flushing

[PATCH 0/2] drivers: Move visorbus from staging to drivers/visorbus
 2017-11-17 21:11 UTC  (4+ messages)
` [PATCH 2/2] drivers: visorbus: move driver out of staging

[PATCH 5/10 v2] Input: cpcap-pwrbutton: Handle return value of platform_get_irq
 2017-11-17 21:06 UTC 

[ANNOUNCE] v4.13.13-rt5
 2017-11-17 21:04 UTC 

WARNING in lock_release
 2017-11-17 21:02 UTC  (2+ messages)

[PATCH 1/3 v2] Input: omap4-keypad: Fix platform_get_irq's error checking
 2017-11-17 20:58 UTC  (3+ messages)
` [PATCH 2/3 v2] Input: twl4030_keypad: "
` [PATCH 4/10 v2] Input: serio: "

[GIT PULL 00/83] perf/core improvements and fixes
 2017-11-17 20:16 UTC  (84+ messages)
` [PATCH 01/83] perf evlist: Set the correct idx when adding dummy events
` [PATCH 02/83] perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay
` [PATCH 03/83] perf annotate: Add annotation_line struct
` [PATCH 04/83] perf annotate: Move line/offset into "
` [PATCH 05/83] perf annotate: Move ipc/cycles "
` [PATCH 06/83] perf annotate: Add symbol__annotate function
` [PATCH 07/83] perf annotate: Add struct annotate_args
` [PATCH 08/83] perf annotate: Add arch into "
` [PATCH 09/83] perf annotate: Add map "
` [PATCH 10/83] perf annotate: Add offset/line/line_nr "
` [PATCH 11/83] perf annotate: Add evsel into struct annotation_line_args
` [PATCH 12/83] perf annotate: Add annotation_line__next function
` [PATCH 13/83] perf annotate: Add annotation_line__add function
` [PATCH 14/83] perf annotate: Move rb_node to struct annotation_line
` [PATCH 15/83] perf annotate: Add annotation_line__(new|delete) functions
` [PATCH 16/83] perf annotate: Add annotated_source__purge function
` [PATCH 17/83] perf annotate: Add samples into struct annotation_line
` [PATCH 18/83] perf annotate: Add symbol__calc_percent function
` [PATCH 19/83] perf annotate: Add symbol__calc_lines function
` [PATCH 20/83] perf annotate: Remove disasm__calc_percent() from disasm_line__print()
` [PATCH 21/83] perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent()
` [PATCH 22/83] perf annotate: Remove disasm__calc_percent function
` [PATCH 23/83] perf annotate: Remove struct source_line
` [PATCH 24/83] perf annotate: Add annotation_line__print function
` [PATCH 25/83] perf annotate: Factor annotation_line__print from disasm_line__print
` [PATCH 26/83] perf annotate browser: Use samples data from struct annotation_line
` [PATCH 27/83] perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert
` [PATCH 28/83] perf annotate browser: Rename struct browser_disasm_line to browser_line
` [PATCH 29/83] perf annotate browser: Rename disasm_line__browser "
` [PATCH 30/83] perf annotate browser: Change selection to struct annotation_line
` [PATCH 31/83] perf annotate browser: Change offsets "
` [PATCH 32/83] perf annotate browser: Use struct annotation_line in browser_line
` [PATCH 33/83] perf annotate browser: Use struct annotation_line in find functions
` [PATCH 34/83] perf annotate browser: Use struct annotation_line in browser top
` [PATCH 35/83] perf annotate browser: Add disasm_line__write function
` [PATCH 36/83] perf annotate: Align source and offset lines
` [PATCH 37/83] tools headers: Synchronize kernel ABI headers wrt SPDX tags
` [PATCH 38/83] perf record: Fix -c/-F options for cpu event aliases
` [PATCH 39/83] perf evsel: Enable type checking for perf_evsel_config_term types
` [PATCH 40/83] perf trace: Fix an exit code of trace__symbols_init
` [PATCH 41/83] perf tools: Use shell function for perl cflags retrieval
` [PATCH 42/83] perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv
` [PATCH 43/83] perf tests: Add missing WRITE_ASS for new fields of perf_event_attr
` [PATCH 44/83] perf script: Fix --per-event-dump for auxtrace synth evsels
` [PATCH 45/83] perf vendor events powerpc: Update POWER9 events
` [PATCH 46/83] perf buildid-cache: Update help text for purge command
` [PATCH 47/83] perf tools: Document some missing perf.data headers
` [PATCH 48/83] perf script: Allow printing period for non freq mode groups
` [PATCH 49/83] perf top: Document missing options
` [PATCH 50/83] perf top: Remove a duplicate word
` [PATCH 51/83] perf tests: Set evlist of test__backward_ring_buffer() to !overwrite
` [PATCH 52/83] perf tests: Set evlist of test__sw_clock_freq() "
` [PATCH 53/83] perf tests: Set evlist of test__basic_mmap() "
` [PATCH 54/83] perf tests: Set evlist of test__task_exit() "
` [PATCH 55/83] perf machine: Guard against NULL in machine__exit()
` [PATCH 56/83] perf help: Fix a bug during strstart() conversion
` [PATCH 57/83] perf annotate: Do not truncate instruction names at 6 chars
` [PATCH 58/83] perf test shell: Fix check open filename arg using 'perf trace' on s390x
` [PATCH 59/83] perf test shell: Fix test case probe libc's inet_pton "
` [PATCH 60/83] perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels
` [PATCH 61/83] perf report: Ignore kptr_restrict when not sampling the kernel
` [PATCH 62/83] perf record: "
` [PATCH 63/83] perf top: "
` [PATCH 64/83] perf c2c: Fix spelling mistakes in browser help text
` [PATCH 65/83] perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interrupts
` [PATCH 66/83] perf lock: Document missing options
` [PATCH 67/83] perf: Fix header.size for namespace events
` [PATCH 68/83] perf inject: Document missing options
` [PATCH 69/83] perf trace: Document missing option, colons
` [PATCH 70/83] perf timechart: Document missing --force option
` [PATCH 71/83] perf sched: "
` [PATCH 72/83] perf evlist: "
` [PATCH 73/83] perf buildid-cache: "
` [PATCH 74/83] perf callchain: Reset cursor arg instead of callchain_cursor
` [PATCH 75/83] perf evsel: Centralize perf_sample initialization
` [PATCH 76/83] perf evlist: Add perf_evlist__parse_sample_timestamp function
` [PATCH 77/83] perf ordered_events: Pass timestamp arg in perf_session__queue_event
` [PATCH 78/83] perf tools: Optimize sample parsing for ordered events
` [PATCH 79/83] perf top: Fix window dimensions change handling
` [PATCH 80/83] perf top: Use signal interface for SIGWINCH handler
` [PATCH 81/83] perf top: Fix crash when annotating symbol
` [PATCH 82/83] perf tools: Change (symbol|annotation)__calc_percent return type to void
` [PATCH 83/83] perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()

BUG: unable to handle kernel paging request in snd_seq_oss_readq_puts
 2017-11-17 20:16 UTC  (3+ messages)

[PATCH] net: Convert net_mutex into rw_semaphore and down read it on net->init/->exit
 2017-11-17 20:16 UTC  (16+ messages)

[PATCH v6 00/37] tracing: Inter-event (e.g. latency) support
 2017-11-17 20:33 UTC  (38+ messages)
` [PATCH v6 01/37] tracing: Move hist trigger Documentation to histogram.txt
` [PATCH v6 02/37] tracing: Add Documentation for log2 modifier
` [PATCH v6 03/37] tracing: Add support to detect and avoid duplicates
` [PATCH v6 04/37] tracing: Remove code which merges duplicates
` [PATCH v6 05/37] ring-buffer: Add interface for setting absolute time stamps
` [PATCH v6 06/37] ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
` [PATCH v6 07/37] tracing: Add timestamp_mode trace file
` [PATCH v6 08/37] tracing: Give event triggers access to ring_buffer_event
` [PATCH v6 09/37] tracing: Add ring buffer event param to hist field functions
` [PATCH v6 10/37] tracing: Break out hist trigger assignment parsing
` [PATCH v6 11/37] tracing: Add hist trigger timestamp support
` [PATCH v6 12/37] tracing: Add per-element variable support to tracing_map
` [PATCH v6 13/37] tracing: Add hist_data member to hist_field
` [PATCH v6 14/37] tracing: Add usecs modifier for hist trigger timestamps
` [PATCH v6 15/37] tracing: Add variable support to hist triggers
` [PATCH v6 16/37] tracing: Account for variables in named trigger compatibility
` [PATCH v6 17/37] tracing: Move get_hist_field_flags()
` [PATCH v6 18/37] tracing: Add simple expression support to hist triggers
` [PATCH v6 19/37] tracing: Generalize per-element hist trigger data
` [PATCH v6 20/37] tracing: Pass tracing_map_elt to hist_field accessor functions
` [PATCH v6 21/37] tracing: Add hist_field 'type' field
` [PATCH v6 22/37] tracing: Add variable reference handling to hist triggers
` [PATCH v6 23/37] tracing: Add hist trigger action hook
` [PATCH v6 24/37] tracing: Add support for 'synthetic' events
` [PATCH v6 25/37] tracing: Add support for 'field variables'
` [PATCH v6 26/37] tracing: Add 'onmatch' hist trigger action support
` [PATCH v6 27/37] tracing: Add 'onmax' "
` [PATCH v6 28/37] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v6 29/37] tracing: Add cpu field for hist triggers
` [PATCH v6 30/37] tracing: Add hist trigger support for variable reference aliases
` [PATCH v6 31/37] tracing: Add 'last error' error facility for hist triggers
` [PATCH v6 32/37] tracing: Add inter-event hist trigger Documentation
` [PATCH v6 33/37] tracing: Make tracing_set_clock() non-static
` [PATCH v6 34/37] tracing: Add a clock attribute for hist triggers
` [PATCH v6 35/37] tracing: Increase trace_recursive_lock() limit for synthetic events
` [PATCH v6 36/37] tracing: Add inter-event blurb to HIST_TRIGGERS config option
` [PATCH v6 37/37] selftests: ftrace: Add inter-event hist triggers testcases

[PATCH v2] platform/x86: dell-smbios-wmi: Disable userspace interface if missing hotfix
 2017-11-17 20:39 UTC  (2+ messages)

[PATCH] input: remove unneeded DRIVER_LICENSE #defines
 2017-11-17 20:33 UTC  (2+ messages)

[PATCH 0/5] i2c: meson-axg: add I2C controller driver
 2017-11-17 20:32 UTC  (3+ messages)
` [PATCH 2/5] i2c: meson: add configurable divider factors

[PATCH 00/10] Handle platform_get_irq's error checking and returns
 2017-11-17 20:27 UTC  (15+ messages)
` [PATCH 01/10] Input: ep93xx_keypad: Fix platform_get_irq's error checking
` [PATCH 02/10] Input: omap4-keypad: "
` [PATCH 03/10] Input: twl4030_keypad: "
` [PATCH 04/10] Input: serio: "
` [PATCH 07/10] Input: sun4i-ts: Handle return value of platform_get_irq
` [PATCH 08/10] Input: twl4030-pwrbutton: "
` [PATCH 09/10] Input: sirfsoc-onkey: "

[PATCH 0/6] mmc: Handle platform_get_irq's error checking and return
 2017-11-17 20:28 UTC  (7+ messages)
` [PATCH 1/6] mmc: meson-gx-mmc: Fix platform_get_irq's error checking
` [PATCH 2/6] mmc: s3cmci: "
` [PATCH 3/6] mmc: sdhci-acpi: Handle return value of platform_get_irq
` [PATCH 4/6] mmc: sdhci-spear: "
` [PATCH 5/6] mmc: sh_mmcif: "
` [PATCH 6/6] mmc: sunxi-mmc: "

[PATCH V1 0/4] qcom: spmi-wled: Support for QCOM wled driver
 2017-11-17 20:30 UTC  (5+ messages)
` [PATCH V1 1/4] qcom: spmi-wled: Add support for qcom "
` [PATCH V1 2/4] qcom: spmi-wled: Add support for short circuit handling

[PATCH 1/10 v2] Input: ep93xx_keypad: Fix platform_get_irq's error checking
 2017-11-17 20:20 UTC  (3+ messages)
` [PATCH 7/10 v2] Input: sun4i-ts: Handle return value of platform_get_irq
` [PATCH 8/10 v2] Input: twl4030-pwrbutton: "

[PATCH V6] clk: qcom: Add spmi_pmic clock divider support
 2017-11-17 20:22 UTC  (2+ messages)

[RFC PATCH for 4.15 00/24] Restartable sequences and CPU op vector v11
 2017-11-17 20:22 UTC  (11+ messages)
` [RFC PATCH v3 for 4.15 08/24] Provide cpu_opv system call

WARNING in kvm_arch_vcpu_ioctl_run (2)
 2017-11-17 20:22 UTC  (2+ messages)

Blank console but X11 works on MCP79 - old regression since 3.8
 2017-11-17 20:06 UTC  (7+ messages)

[PATCH v10 0/8] net: stmmac: dwmac-sun8i: Handle integrated PHY
 2017-11-17 20:05 UTC  (3+ messages)
` [PATCH v10 5/8] ARM: dts: sunxi: Restore EMAC changes (boards)

[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
 2017-11-17 19:52 UTC  (7+ messages)
` [PATCH 03/13] x86/paravirt: Convert native patch assembly code strings to macros
` [PATCH 10/13] x86/alternative: Support indirect call replacement

[PATCH] usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_set
 2017-11-17 20:02 UTC 

[PATCH v5 00/22] sh: LANDISK and R2Dplus convert to device tree
 2017-11-17 19:54 UTC  (6+ messages)
  ` [J-core] "

[PATCH 0/4] treewide: Fix line continuation formats
 2017-11-17 19:52 UTC  (5+ messages)
` [PATCH 2/4] drm: amd: "

[GIT PULL] xfs: great scads of new stuff for 4.15
 2017-11-17 19:46 UTC  (2+ messages)
` [GIT PULL] xfs: fixes "

[RFC PATCH 1/2] lib: debugobjects: export max loops counter
 2017-11-17 19:43 UTC  (2+ messages)
` [RFC PATCH 2/2] lib: debugobjects: touch watchdog to avoid softlockup when !CONFIG_PREEMPT

[PATCH v4 0/4] drivers/fsi: Add SBEFIFO client driver
 2017-11-17 19:34 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: fsi: Add SBEFIFO documentation
` [PATCH v4 2/4] drivers/fsi: Add SBEFIFO FSI client device driver
` [PATCH v4 3/4] drivers/fsi: sbefifo: Add miscdevice
` [PATCH v4 4/4] drivers/fsi: sbefifo: Add in-kernel API


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