All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-14 20:00:05 to 2013-10-14 20:33:20 UTC [more...]

[GIT PULL 000/161] perf/core improvements and fixes
 2013-10-14 20:02 UTC  (111+ 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 031/161] tools/perf: Turn strlcpy() into a __weak function
` [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 039/161] tools/perf/build: Automatically build in parallel, based on number of CPUs in the system
` [PATCH 041/161] tools/perf/build: Standardize the various messages output by parallel make
` [PATCH 043/161] tools/perf/build: Remove unused config/feature-tests.mak
` [PATCH 045/161] tools/perf/build: Collapse the test-all.c testcase
` [PATCH 048/161] tools/perf/build: Exclude MAKEFLAGS from nested invocation
` [PATCH 050/161] tools/perf/build: Fix O=/some/dir perf.o type of targets
` [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 059/161] perf trace: Beautify signal number arg in several syscalls
` [PATCH 060/161] perf trace: Beautify socket 'family' 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 069/161] perf trace: Add option to show process COMM
` [PATCH 073/161] perf completion: Strip function_exists ()
` [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 090/161] perf tools: Separate out GTK codes to libperf-gtk.so
` [PATCH 092/161] perf annotate: Reuse path from the result of addr2line
` [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 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 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 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 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

[Buildroot] [git commit] snmppp: adjust toolchain comment for new-style format
 2013-10-14 20:33 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'

[Buildroot] [PATCH] autossh: new package
 2013-10-14 20:33 UTC  (4+ messages)

[Buildroot] [PATCH] snmppp: new package
 2013-10-14 20:32 UTC  (4+ messages)

[Buildroot] [pull request] Pull request for branch yem/wayland-bump
 2013-10-14 20:32 UTC  (8+ messages)
` [Buildroot] [PATCH 1/4] weston: improve selection of compositor
` [Buildroot] [PATCH 2/4] weston: add missing toolchain comments
` [Buildroot] [PATCH 4/4] package/weston: bump to 1.3.0

boot on btrfs, GRUB usage of subvolume set-default breaks boot
 2013-10-14 20:29 UTC  (3+ messages)

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

[PATCH 0/5] refactor the preallocation and hole punching code
 2013-10-14 20:28 UTC  (8+ messages)
` [PATCH 1/5] xfs: always take the iolock around xfs_setattr_size
  ` [PATCH 1/5 v3] "
` [PATCH 4/5] xfs: simplify the fallocate path

[U-Boot] [PATCH] .gitignore: add auto-generated /include/[s|t]pl-autoconf.mk
 2013-10-14 20:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] am335x_evm.h: Make 'am335x_boneblack' use redundant environment
 2013-10-14 20:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [Patch v2] ARM: omap4-panda: Add MAC address creation for panda
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] SPDX: document dual license notation
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] "

[PATCH] split_ident: parse timestamp from end of line
 2013-10-14 20:27 UTC 

[U-Boot] [PATCH] ARM: omap4: Update sdram setting for panda rev A6
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] env: dataflash: fix env_init issue
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] "

linux-next: Tree for Oct 14
 2013-10-14 20:27 UTC  (3+ messages)
` linux-next: Tree for Oct 14 (bcache)

[GIT PULL] CCI PMU driver for 3.13
 2013-10-14 20:27 UTC  (2+ messages)

[U-Boot] [PATCH 4/4] Coding Style cleanup: drop some excessive empty lines
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] Coding Style cleanup: remove trailing empty lines
 2013-10-14 20:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/4] Coding Style cleanup: replace leading SPACEs by TABs
 2013-10-14 20:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4 V2] Coding Style cleanup: remove trailing white space
 2013-10-14 20:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, 1/4, "

[U-Boot] [PATCH] env_mmc: fix buffer allocation for armv7
 2013-10-14 20:26 UTC  (2+ messages)
` [U-Boot] "

[Buildroot] [PATCH 1/3] libevent: add host variant
 2013-10-14 20:26 UTC  (3+ messages)
` [Buildroot] [PATCH 3/3] boost: fix build failures after version bump

[U-Boot] [PATCH] pmic: max77686: fix the wrong offset
 2013-10-14 20:25 UTC  (2+ messages)
` [U-Boot] "

[Qemu-devel] [RFC PATCH] drive-backup 'stream' mode
 2013-10-14 20:24 UTC  (6+ messages)

[PATCH 3.12] ath5k: fix regression in tx status processing
 2013-10-14 20:16 UTC  (2+ messages)

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

[PATCH] xfs: prevent deadlock trying to cover an active log
 2013-10-14 20:22 UTC  (4+ messages)

booting btrfs
 2013-10-14 20:20 UTC  (9+ messages)

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

[PATCH] libxfs: stop caching inode structures
 2013-10-14 20:16 UTC  (2+ messages)

master - RAID: Better error message when attempting scrubbing op on thinpool LV
 2013-10-14 20:16 UTC 

[PATCH V2 1/2] ARM: at91: cpuidle: convert to platform driver
 2013-10-14 20:15 UTC  (4+ messages)
` [PATCH V2 2/2] ARM: at91: cpuidle: Move driver to drivers/cpuidle

[Buildroot] [git commit] weston: add missing toolchain comments
 2013-10-14 20:13 UTC 

SW csum errors
 2013-10-14 20:13 UTC 

[Buildroot] [git commit] weston: improve selection of compositor
 2013-10-14 20:13 UTC 

[Buildroot] [PATCH 1/1] support/kconfig: Fix typo in README.buildroot
 2013-10-14 20:12 UTC  (2+ messages)

[Buildroot] [git commit] support/kconfig: Fix typo in README.buildroot
 2013-10-14 20:12 UTC 

[Buildroot] [git commit] snmppp: new package
 2013-10-14 20:10 UTC 

FILESPATH has unnecessary null element appended to FILESOVERRIDES
 2013-10-14 20:10 UTC 

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

EHCI handoff & AMI BIOS EHCI Handoff support
 2013-10-14 20:09 UTC  (2+ messages)

[PATCH RESEND] xfstests: Incorrect check for gdbm/ndbm.h
 2013-10-14 20:09 UTC  (3+ messages)
` [PATCH RESEND V2] "

POSIX message queue does not exist?
 2013-10-14 20:09 UTC  (7+ messages)

[PATCH] mm: Set N_CPU to node_states during boot
 2013-10-14 20:04 UTC  (2+ messages)

xfs_repair deletes files after power cut
 2013-10-14 20:08 UTC  (7+ messages)

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

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

[Bug 70464] New: [NVC3] runpm not working
 2013-10-14 20:03 UTC  (2+ messages)
  ` [Bug 70464] "

mountinfo discrepancy, subvol vs subvolid
 2013-10-14 20:03 UTC 

[PATCH] Broadcast manager documentation
 2013-10-14 20:02 UTC  (3+ messages)
` [PATCH can-next] Add broadcast "

build regressions 2013-10-14
 2013-10-14 20:01 UTC 

[Buildroot] [git commit] autossh: new package
 2013-10-14 20:00 UTC 

[Buildroot] [PATCH 1/3] ncftp: specify ln -sf to remove existing destination files
 2013-10-14 20:00 UTC  (2+ messages)

[Buildroot] [git commit] tcl: specify ln -sf to remove existing destination file
 2013-10-14 20:00 UTC 

[Buildroot] [git commit] sam-ba: specify ln -sf to remove existing destination file
 2013-10-14 20:00 UTC 

[PATCH 1/3] rt2x00: rt2800lib: use {tx,rx}_chain_num to avoid superfluous EEPROM access
 2013-10-14 19:59 UTC  (3+ messages)
` [PATCH 2/3] rt2x00: rt2800lib: use switch statement for RF specific setup
` [PATCH 3/3] rt2x00: rt2800lib: autodetect 5GHz band support


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.