summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACERSteven Rostedt2012-05-161-1/+0
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-2/+2
* ftrace: Make ftrace_modify_all_code() global for archs to useSteven Rostedt2012-05-161-8/+13
* ftrace: Return record ip addr for ftrace_location()Steven Rostedt2012-05-161-6/+10
* ftrace: Consolidate ftrace_location() and ftrace_text_reserved()Steven Rostedt2012-05-161-40/+40
* ftrace: Speed up search by skipping pages by addressSteven Rostedt2012-05-161-6/+16
* ftrace: Remove extra helper functionsSteven Rostedt2012-05-161-37/+24
* ftrace: Sort all function addresses, not just per pageSteven Rostedt2012-05-161-12/+22
* tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik2012-05-161-0/+2
* tracing: Check return value of tracing_dentry_percpu()Namhyung Kim2012-05-161-0/+3
* ring-buffer: Reset head page before running self testSteven Rostedt2012-05-161-0/+4
* ring-buffer: Add integrity check at end of iter readSteven Rostedt2012-05-161-0/+29
* ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik2012-05-161-25/+77
* ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik2012-05-162-76/+209
* tracing: Clean up tracing_mark_write()Steven Rostedt2012-05-161-13/+11
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-092-100/+18
|\
| * tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt2012-05-081-42/+2
| * tracing: Use seq_*_private interface for some seq filesJiri Olsa2012-05-082-58/+16
* | sched, perf: Use a single callback into the schedulerPeter Zijlstra2012-05-092-12/+11
* | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-091-5/+4
|/
* Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-074-200/+435
|\
| * ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-233-147/+293
| * tracing: Remove an unneeded check in trace_seq_buffer()Dan Carpenter2012-04-231-4/+1
| * tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-233-49/+141
* | perf: Use static variant of perf_event_overflow in core.cRobert Richter2012-04-261-1/+1
* | Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-131-0/+1
|\ \
| * | irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-131-0/+1
| |/
* | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-121-1/+2
|\ \
| * | irq_domain: fix type mismatch in debugfs output formatGrant Likely2012-04-121-1/+2
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-124-5/+15
|\ \ \ | |/ / |/| |
| * | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
| * | itimer: Use printk_once instead of WARN_ONCEThomas Gleixner2012-04-101-3/+4
| * | nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
| * | tick: Document TICK_ONESHOT config optionThomas Gleixner2012-03-311-0/+4
| * | itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu2012-03-301-1/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-121-1/+1
|\ \ \
| * | | panic: fix stack dump print on direct call to panic()Jason Wessel2012-04-121-1/+1
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-122-31/+17
|\ \ \ \ | |/ / / |/| | |
| * | | irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-24/+9
| * | | irqdomain: Fix debugfs formattingGrant Likely2012-04-111-3/+3
| * | | irq_domain: correct the debugfs file nameMika Westerberg2012-04-101-1/+1
| * | | irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney2012-04-101-3/+4
| | |/ | |/|
* | | cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov2012-04-111-0/+2
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-071-4/+4
|\ \
| * | sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook2012-04-051-4/+4
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-16/+2
|\ \ \ | |/ / |/| |
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-16/+2
* | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-042-30/+25
|\ \ \
| * | | kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-291-29/+24
| * | | kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel2012-03-291-1/+1
OpenPOWER on IntegriCloud