summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | perf tools: Add support for guest/host-only profilingJoerg Roedel2012-01-062-2/+14
| | * | perf kvm: Do guest-only counting by defaultJoerg Roedel2012-01-065-5/+26
| | * | perf top: Don't update total_period on process_sampleArnaldo Carvalho de Melo2012-01-061-1/+0
| | * | perf hists: Stop using 'self' for struct hist_entryArnaldo Carvalho de Melo2012-01-062-48/+48
| | * | perf hists: Rename total_session to total_periodArnaldo Carvalho de Melo2012-01-061-8/+8
| * | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-08277-1455/+3694
| |\ \ \
| | * | | recordmcount: Fix handling of elf64 big-endian objects.David Daney2012-01-061-1/+1
| * | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-01-086-350/+768
| |\ \ \ \
| | * | | | tracing: Fix compile error when static ftrace is enabledSteven Rostedt2012-01-071-0/+1
| | * | | | tracing: Factorize filter creationTejun Heo2011-12-211-141/+142
| | * | | | tracing: Have stack tracing set filtered functions at bootSteven Rostedt2011-12-212-0/+19
| | * | | | ftrace: Allow access to the boot time function enablingSteven Rostedt2011-12-212-4/+7
| | * | | | tracing: Have stack_tracer use a separate list of functionsSteven Rostedt2011-12-211-1/+18
| | * | | | ftrace: Decouple hash items from showing filtered functionsSteven Rostedt2011-12-212-10/+11
| | * | | | ftrace: Allow other users of function tracing to use the output listingSteven Rostedt2011-12-212-16/+60
| | * | | | ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2011-12-211-11/+17
| | * | | | ftrace: Fix ftrace hash record update with notraceSteven Rostedt2011-12-211-1/+1
| | * | | | ftrace: Use bsearch to find record ipSteven Rostedt2011-12-211-15/+23
| | * | | | ftrace: Sort the mcount records on each pageSteven Rostedt2011-12-211-0/+29
| | * | | | ftrace: Replace record newlist with record page listSteven Rostedt2011-12-212-35/+38
| | * | | | ftrace: Allocate the mcount record pages as groupsSteven Rostedt2011-12-211-51/+128
| | * | | | ftrace: Remove usage of "freed" recordsSteven Rostedt2011-12-212-52/+49
| | * | | | ftrace: Allow archs to modify code without stop machineSteven Rostedt2011-12-212-38/+246
| | * | | | ftrace: Do not function trace inlined functionsSteven Rostedt2011-12-211-0/+5
| | * | | | ftrace: Fix unregister ftrace_ops accountingJiri Olsa2011-12-211-14/+13
| * | | | | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-077-33/+369
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-214-8/+40
| | * | | | x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
| | * | | | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-216-0/+65
| | * | | | x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| | * | | | x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| | * | | | x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-152-2/+7
|\ \ \ \ \
| * | | | | x86, atomic: atomic64_read() take a const pointerH. Peter Anvin2012-01-091-1/+1
| * | | | | x86, UV: Update Boot messages for SGI UV2 platformJack Steiner2012-01-081-1/+6
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2012-01-153-16/+22
|\ \ \ \ \ \
| * | | | | | UBI: use own macros for the layout volumeRichard Weinberger2012-01-151-2/+2
| * | | | | | UBI: fix nameless volumes handlingRichard Weinberger2012-01-151-0/+3
| * | | | | | UBIFS: fix non-debug configuration buildDominique Martinet2012-01-151-14/+17
* | | | | | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-1424-189/+120
|\ \ \ \ \ \ \
| * | | | | | | capabilities: remove __cap_full_set definitionEric Paris2012-01-051-1/+0
| * | | | | | | security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-0514-58/+10
| * | | | | | | ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-054-6/+15
| * | | | | | | capabilities: remove task_ns_* functionsEric Paris2012-01-055-20/+7
| * | | | | | | capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris2012-01-051-1/+1
| * | | | | | | capabilities: style only - move capable below ns_capableEric Paris2012-01-051-16/+16
| * | | | | | | capabilites: introduce new has_ns_capabilities_noauditEric Paris2012-01-052-5/+27
| * | | | | | | capabilities: call has_ns_capability from has_capabilityEric Paris2012-01-051-16/+10
| * | | | | | | capabilities: remove all _real_ interfacesEric Paris2012-01-053-52/+15
| * | | | | | | capabilities: introduce security_capable_noauditEric Paris2012-01-052-0/+13