linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-14 18:47:31 to 2013-10-14 20:46:08 UTC [more...]

[GIT PULL 000/161] perf/core improvements and fixes
 2013-10-14 20:02 UTC  (141+ messages)
` [PATCH 004/161] tools/perf/build: Split out feature check: 'libnuma'
` [PATCH 005/161] tools/perf/build: Split out feature check: 'stackprotector-all'
` [PATCH 007/161] tools/perf/build: Split out feature check: 'volatile-register-var'
` [PATCH 008/161] tools/perf/build: Split out feature check: 'fortify-source'
` [PATCH 011/161] tools/perf/build: Split out feature check: 'libelf'
` [PATCH 012/161] tools/perf/build: Split out feature check: 'glibc'
` [PATCH 022/161] tools/perf/build: Split out feature check: 'gtk2-infobar'
` [PATCH 028/161] tools/perf/build: Split out feature check: 'on-exit'
` [PATCH 029/161] tools/perf/build: Split out feature check: 'backtrace'
` [PATCH 031/161] tools/perf: Turn strlcpy() into a __weak function
` [PATCH 032/161] tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target
` [PATCH 033/161] tools/perf/build: Speed up git-version test on re-make
` [PATCH 034/161] tools/perf/build: Speed up the final link
` [PATCH 035/161] tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al
` [PATCH 036/161] tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile
` [PATCH 037/161] tools/perf/build: Speed up auto-detection
` [PATCH 038/161] tools/perf/build: Improve printout-of auto-detected features
` [PATCH 039/161] tools/perf/build: Automatically build in parallel, based on number of CPUs in the system
` [PATCH 040/161] tools/perf/build: Flip Makefile.parallel and Makefile.perf
` [PATCH 041/161] tools/perf/build: Standardize the various messages output by parallel make
` [PATCH 042/161] tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle'
` [PATCH 043/161] tools/perf/build: Remove unused config/feature-tests.mak
` [PATCH 044/161] tools/perf/build: Clean up various testcases
` [PATCH 045/161] tools/perf/build: Collapse the test-all.c testcase
` [PATCH 046/161] tools/perf/build: Pass through all targets to Makefile.perf
` [PATCH 047/161] tools/perf/build: Make sure autodep feature binaries honor the O= setting
` [PATCH 048/161] tools/perf/build: Exclude MAKEFLAGS from nested invocation
` [PATCH 049/161] tools/perf/build: Fix non-canonical directory names in O=
` [PATCH 050/161] tools/perf/build: Fix O=/some/dir perf.o type of targets
` [PATCH 051/161] tools/perf/build: Harmonize the style of the feature testcases
` [PATCH 052/161] tools/perf/build: Pass through LDFLAGS to feature tests
` [PATCH 053/161] tools/perf/build: Clean up feature_print_code()
` [PATCH 054/161] perf trace: Put syscall formatter parms into struct
` [PATCH 055/161] perf trace: Allow passing parms to arg formatters
` [PATCH 056/161] perf trace: Use strarray for ltrace's whence arg
` [PATCH 057/161] perf trace: Beautify fcntl 'cmd' arg
` [PATCH 058/161] perf trace: Beautify rt_sigprocmask 'how' arg
` [PATCH 059/161] perf trace: Beautify signal number arg in several syscalls
` [PATCH 060/161] perf trace: Beautify socket 'family' arg
` [PATCH 061/161] perf trace: Beautify socket 'type' arg
` [PATCH 062/161] perf trace: Beautify access 'mode' arg
` [PATCH 063/161] perf trace: Beautify rlmimit resources
` [PATCH 064/161] perf trace: Add option to show full timestamp
` [PATCH 065/161] perf trace: Remove duplicate mmap entry in syscall_fmts array
` [PATCH 066/161] perf trace: Don't print zeroed args
` [PATCH 067/161] perf trace: Beautify send/recv syscall 'flags' arg
` [PATCH 068/161] perf trace: Beautify eventfd2 "
` [PATCH 069/161] perf trace: Add option to show process COMM
` [PATCH 070/161] perf completion: Don't dictate perf install location
` [PATCH 071/161] perf completion: Update __ltrim_colon_completions
` [PATCH 072/161] perf completion: Strip dependency on _filedir
` [PATCH 073/161] perf completion: Strip function_exists ()
` [PATCH 074/161] perf completion: Strip dependency on bash-completion
` [PATCH 075/161] perf completion: Use more comp words
` [PATCH 076/161] perf symbols: Support for Openembedded/Yocto -dbg packages
` [PATCH 077/161] perf tools: Remove unused trace-event-* code
` [PATCH 078/161] perf tools: Unify page_size usage
` [PATCH 079/161] perf lock: Remove dead code
` [PATCH 080/161] perf lock: Return proper code in report_lock_*_event
` [PATCH 081/161] perf lock: Plug some memleaks
` [PATCH 082/161] perf lock: Redo __cmd_report
` [PATCH 083/161] perf lock: Limit bad rate precision
` [PATCH 084/161] perf lock: Account for lock average wait time
` [PATCH 085/161] perf tools: Check mmap pages value early
` [PATCH 086/161] perf tools: Add possibility to specify mmap size
` [PATCH 087/161] perf evlist: Introduce perf_evlist__new_default function
` [PATCH 088/161] perf tools: Adding throttle event data struct support
` [PATCH 089/161] perf symbols: Add new option --ignore-vmlinux for perf top
` [PATCH 090/161] perf tools: Separate out GTK codes to libperf-gtk.so
` [PATCH 091/161] perf sort: Fix a memory leak on srcline
` [PATCH 092/161] perf annotate: Reuse path from the result of addr2line
` [PATCH 093/161] perf hists: Free srcline when freeing hist_entry
` [PATCH 094/161] perf annotate: Factor out get/free_srcline()
` [PATCH 095/161] perf tools: Do not try to call addr2line on non-binary files
` [PATCH 096/161] perf annotate: Pass dso instead of dso_name to get_srcline()
` [PATCH 097/161] perf tools: Save failed result of get_srcline()
` [PATCH 098/161] perf tools: Implement addr2line directly using libbfd
` [PATCH 099/161] perf tools: Fix srcline sort key behavior
` [PATCH 100/161] perf trace: Beautify epoll_ctl 'op' arg
` [PATCH 101/161] perf trace: Beautify flock 'cmd' arg
` [PATCH 102/161] perf trace: Add helper for syscalls with a single strarray arg
` [PATCH 103/161] perf trace: Don't supress zeroed args when there is an strarray entry for it
` [PATCH 104/161] perf trace: Use socket's beautifiers in socketpair
` [PATCH 105/161] perf trace: Beautify pipe2 'flags' arg
` [PATCH 106/161] perf trace: Add beautifier for clock_gettime's clk_id argument
` [PATCH 107/161] perf trace: Handle MSG_WAITFORONE not defined
` [PATCH 108/161] perf trace: Beautify mlock & friends 'addr' arg
` [PATCH 109/161] perf trace: Show path associated with fd in live sessions
` [PATCH 110/161] perf trace: Add 'trace' alias to 'perf trace'
` [PATCH 111/161] perf bench sched: Add --threaded option
` [PATCH 112/161] perf machine: Use snprintf instead of sprintf
` [PATCH 113/161] perf tools: Add missing -ldl for gtk build
` [PATCH 114/161] perf tools: Move start conditions to start of the flex file
` [PATCH 115/161] perf stat: Don't print bogus data on -e cycles
` [PATCH 116/161] perf stat: Don't print bogus data on -e instructions
` [PATCH 117/161] perf tools: Ignore 'perf timechart' output file
` [PATCH 118/161] perf bench: Fix failing assertions in numa bench
` [PATCH 119/161] perf evlist: Fix perf_evlist__mmap_read event overflow
` [PATCH 120/161] perf stat: Fix misleading message when specifying cpu list or system wide
` [PATCH 121/161] perf stat: Don't require a workload when using system wide or CPU options
` [PATCH 122/161] perf stat: Add units to nanosec-based counters
` [PATCH 123/161] perf trace: Fix comm resolution when reading events from file
` [PATCH 124/161] perf trace: Add record option
` [PATCH 125/161] perf machine: Add method to loop over threads and invoke handler
` [PATCH 126/161] perf trace: Use new machine method to loop over threads
` [PATCH 127/161] perf intlist: Add priv member
` [PATCH 128/161] perf symbols: Make a separate function to parse /proc/modules
` [PATCH 129/161] perf trace: Allow specifying index offset in strarrays
` [PATCH 130/161] perf trace: Prepare the strarray scnprintf method for reuse
` [PATCH 131/161] perf trace: Initial beautifier for ioctl's 'cmd' arg
` [PATCH 132/161] perf tools: Fix redirection printouts
` [PATCH 133/161] perf tools: Implement summary output for 'make clean'
` [PATCH 134/161] tools: Harmonize the various build messages in perf, lib-traceevent, lib-lk
` [PATCH 135/161] perf tools: Align perf version output to other build messages
` [PATCH 136/161] perf tools: Implement summary output for 'make install'
` [PATCH 137/161] perf timechart: Add example in the documentation
` [PATCH 138/161] perf trace: Improve the error messages
` [PATCH 139/161] perf util: Add findnew method to intlist
` [PATCH 140/161] perf trace: Add summary option to dump syscall statistics
` [PATCH 141/161] perf tools: Fix old GCC build error in 'get_srcline'
` [PATCH 142/161] perf tests: Fix memory leak in dso-data.c
` [PATCH 143/161] perf tools: Separate lbfd check out of NO_DEMANGLE condition
` [PATCH 144/161] perf symbols: Validate kcore module addresses
` [PATCH 145/161] perf symbols: Workaround objdump difficulties with kcore
` [PATCH 146/161] perf symbols: Add map_groups__find_ams()
` [PATCH 147/161] tools/perf/build: Fix non-existent build directory handling
` [PATCH 148/161] tools/perf/build: Pass through DEBUG parameter
` [PATCH 149/161] tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases
` [PATCH 150/161] tools/perf/build: Simplify the libelf logic
` [PATCH 151/161] tools/perf/build: Remove the volatile-register-var feature check
` [PATCH 152/161] tools/perf/build: Improve the 'stackprotector' feature test
` [PATCH 153/161] tools/perf/build: Simplify the autodep inclusion rule
` [PATCH 154/161] perf annotate: Find kcore symbols on other maps
` [PATCH 155/161] perf tools: Add copyfile_mode()
` [PATCH 156/161] perf symbols: Add ability to find kcore in build-id cache
` [PATCH 157/161] perf annotate: Fix annotate_browser__callq()
` [PATCH 158/161] perf buildid-cache: Add ability to add kcore to the cache
` [PATCH 159/161] perf annotate: Another fix for annotate_browser__callq()
` [PATCH 160/161] perf symbols: Fix a memory leak due to symbol__delete not being used
` [PATCH 161/161] perf symbols: Fix a mmap and munmap mismatched bug

[PATCH part2 v2 0/8] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-10-14 20:42 UTC  (8+ messages)

[PATCH v3] vsprintf: Check real user/group id for %pK
 2013-10-14 20:41 UTC  (12+ messages)
            ` [PATCH v3a] "

[PATCH] MAINTAINERS: ARM: mvebu: add Sebastian Hesselbarth
 2013-10-14 20:38 UTC  (3+ messages)

[PATCH 00/14] sched: SCHED_DEADLINE v8
 2013-10-14 20:36 UTC  (4+ messages)
` [PATCH 03/14] sched: SCHED_DEADLINE structures & implementation

x86, perf: throttling issues with long nmi latencies
 2013-10-14 20:35 UTC 

[PATCH v2] nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function
 2013-10-14 20:33 UTC  (4+ messages)
` [PATCH v2] nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'

[PATCH] x86: Run checksumming in parallel accross multiple alu's
 2013-10-14 20:28 UTC  (5+ messages)

linux-next: Tree for Oct 14
 2013-10-14 20:27 UTC  (7+ messages)
` linux-next: Tree for Oct 14 (bcache)
` [PATCH -next] netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabled
` [PATCH -next] misc: fix various misc/mic/host/ build errors
` [PATCH -next] staging/mt29f_spinand: fix build error when ONDIEECC not enabled

[PATCH] checkpatch: Allow spaces before the ':' of a bitfield
 2013-10-14 20:23 UTC  (6+ messages)

[PATCH v4 00/17] 64-bit friendly generic sched_clock()
 2013-10-14 20:18 UTC  (6+ messages)
` [PATCH v4 05/17] arch_timer: Move to generic sched_clock framework

[PATCH] powerpc/qe_lib: Share the qe_lib for the others architecture
 2013-10-14 20:09 UTC  (2+ messages)

[PATCH] mm: Set N_CPU to node_states during boot
 2013-10-14 20:04 UTC 

USB regression in v3.12-rc4
 2013-10-14 20:07 UTC  (4+ messages)

INVESTMENT/ RELOCATION ASSISTANCE. 14th/10/2013
 2013-10-14 19:51 UTC 

[PATCH] usb/hcd: remove unnecessary local_irq_save
 2013-10-14 19:48 UTC  (2+ messages)

[PATCH 1/1] drivers: usb: core: devio.c: Coding style fixes
 2013-10-14 19:46 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] drivers: usb: core: devio.c: Spaces to tabs for proc_reapurbnonblock()
  ` [PATCH v2 2/5] drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat()
  ` [PATCH v2 3/5] drivers: usb: core: devio.c: Braces around if-elseif-else
  ` [PATCH v2 4/5] drivers: usb: core: devio.c: Reindented switch-block
  ` [PATCH v2 5/5] drivers: usb: core: devio.c: Put arguments on new line

[PATCH 1/3] ARM: at91/dt/trivial: use macro for AES irq type
 2013-10-14 17:09 UTC  (3+ messages)
` [PATCH 2/3] ARM: at91/dt/trivial: before sama5d3, Atmel MPU were using at91 prefix

[PATCH v2 12/15] KVM: MMU: allow locklessly access shadow page table out of vcpu thread
 2013-10-14 19:29 UTC  (11+ messages)

[GIT PULL] VFIO fix for 3.12-rc6
 2013-10-14 19:28 UTC 

epoll oops
 2013-10-14 19:17 UTC  (3+ messages)

[PATCH 0/6] thermal: exynos: Fixes for v3.12
 2013-10-14 19:22 UTC  (10+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412

[PATCH] unset twsi option3 for gconfig as well
 2013-10-14 19:15 UTC  (7+ messages)

[PATCH] nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function
 2013-10-14 19:07 UTC  (2+ messages)
` [PATCH] nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'

[PATCH 00/34] dynamically allocate split ptl if it cannot be embedded to struct page
 2013-10-14 19:04 UTC  (7+ messages)
` [PATCH 34/34] mm: dynamically allocate page->ptl "

[PATCH 0/6] percpu: Implement Preemption checks for __this_cpu operations V4
 2013-10-14 19:03 UTC  (7+ messages)

[PATCH 0/5] uprobes: fix fork() with the pending ret-probe(s)
 2013-10-14 19:00 UTC  (4+ messages)
` [PATCH 4/5] uprobes: Change uprobe_copy_process() to dup return_instances

[PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM
 2013-10-14 18:54 UTC  (2+ messages)

[PATCH 2/3] HID:hid-lg: Fixed Report Descriptor for Logitech MOMO Force (Black) to split Accel/Brake into seperate axis
 2013-10-14 18:48 UTC  (6+ messages)
` [PATCHv2 1/3] HID:hid-lg: Fixed ReportDescriptor for Logitech Formula Vibration "
  ` [PATCHv2 3/3] HID:Kconfig: Correct MOMO description in wrong place (handled by LG4FF)

Extended H/W error log driver
 2013-10-14 18:47 UTC  (7+ messages)
` [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER memory error output format


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