summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-03-21605-2890/+6467
|\
| * perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian2013-03-181-0/+4
| * kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-182-1/+5
| * kprobes: Make hash_64() as always inlinedMasami Hiramatsu2013-03-181-1/+2
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-03-187-7/+53
| |\
| | * perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee2013-03-141-0/+24
| | * perf/POWER7: Create a sysfs format entry for Power7 eventsSukadev Bhattiprolu2013-03-131-0/+13
| | * perf probe: Fix segfaultAnanth N Mavinakayanahalli2013-03-131-1/+1
| | * libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-131-1/+1
| | * perf record: Fix -C optionJiri Olsa2013-03-131-2/+4
| | * perf tools: check if -DFORTIFY_SOURCE=2 is allowedMarcin Slusarz2013-03-131-1/+7
| | * perf report: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-0/+1
| | * perf annotate: Fix build with NO_NEWT=1Michael Ellerman2013-03-131-2/+2
| * | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-184-21/+78
| |\ \
| | * | tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-154-16/+65
| | * | tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-151-1/+5
| | * | tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-141-4/+8
| * | | perf: Generate EXIT event only once per task contextNamhyung Kim2013-03-181-2/+5
| * | | perf: Reset hwc->last_period on sw clock eventsNamhyung Kim2013-03-181-0/+1
| * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-142-3/+4
| |\| |
| | * | tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
| | * | tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-121-1/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-1311-0/+12
| |\ \ \
| | * | | fs: Readd the fs module aliases.Eric W. Biederman2013-03-136-0/+7
| | * | | fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-115-0/+5
| * | | | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-1316-174/+144
| |\ \ \ \
| | * | | | idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo2013-03-131-13/+25
| | * | | | UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells2013-03-131-2/+2
| | * | | | UAPI: fix endianness conditionals in linux/raid/md_p.hDavid Howells2013-03-131-2/+4
| | * | | | UAPI: fix endianness conditionals in linux/acct.hDavid Howells2013-03-131-2/+4
| | * | | | UAPI: fix endianness conditionals in linux/aio_abi.hDavid Howells2013-03-131-2/+2
| | * | | | decompressors: fix typo "POWERPC"Paul Bolle2013-03-131-1/+1
| | * | | | mm/fremap.c: fix oops on error pathAndrew Morton2013-03-131-2/+4
| | * | | | idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-132-52/+55
| | * | | | tidspbridge: convert to idr_alloc()Tejun Heo2013-03-131-44/+26
| | * | | | zcache: convert to idr_alloc()Tejun Heo2013-03-131-15/+10
| | * | | | mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
| | * | | | workqueue: convert to idr_alloc()Tejun Heo2013-03-131-3/+4
| | * | | | nfsd: convert to idr_alloc()Tejun Heo2013-03-131-3/+2
| | * | | | nfsd: remove unused get_new_stid()Tejun Heo2013-03-131-31/+0
| | * | | | kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-131-1/+1
| | * | | | signal: always clear sa_restorer on execveKees Cook2013-03-131-0/+3
| | * | | | mm: remove_memory(): fix end_pfn settingToshi Kani2013-03-131-1/+1
| | * | | | include/linux/res_counter.h needs errno.hAndrew Morton2013-03-131-0/+1
| * | | | | Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-03-1338-218/+531
| |\ \ \ \ \
| | * | | | | USB: quatech2: only write to the tty if the port is open.Bill Pemberton2013-03-131-2/+5
| | * | | | | qcserial: bind to DM/DIAG port on Gobi 1K devicesDan Williams2013-03-131-2/+5
| | * | | | | USB: cdc-wdm: fix buffer overflowOliver Neukum2013-03-131-3/+20
| | * | | | | usb: serial: Add Rigblaster Advantage to device tableSteve Conklin2013-03-121-0/+1
| | * | | | | qcaux: add Franklin U600Dan Williams2013-03-111-0/+1