summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-12-052-0/+19
|\
| * include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand _...Andrew Morton2009-12-031-0/+2
| * x86: Add a Kconfig option to turn the copy_from_user warnings into errorsArjan van de Ven2009-10-022-0/+4
| * x86: Turn the copy_from_user check into an (optional) compile time warningArjan van de Ven2009-10-012-0/+7
| * x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...Arjan van de Ven2009-09-262-0/+6
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-054-9/+20
|\ \
| * | sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-0/+4
| * | sched, cputime: Cleanups related to task_times()Hidetoshi Seto2009-12-021-0/+2
| * | sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo2009-12-021-0/+5
| * | sched, time: Define nsecs_to_jiffies()Hidetoshi Seto2009-11-261-0/+1
| * | sched: Remove task_{u,s,g}time()Hidetoshi Seto2009-11-261-3/+0
| * | sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-261-0/+1
| * | Merge branch 'sched/urgent' into sched/coreIngo Molnar2009-11-2618-26/+83
| |\ \
| * | | cpumask: Partition_sched_domains takes array of cpumask_var_tRusty Russell2009-11-041-2/+6
| * | | sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto2009-11-041-1/+0
| * | | sched: Remove unused time_sync_thresh declarationHiroshi Shimamoto2009-11-041-2/+0
| * | | sched: Remove unused __schedule() declarationHiroshi Shimamoto2009-11-041-1/+0
| * | | sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-251-0/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-0524-850/+1068
|\ \ \ \
| * \ \ \ Merge branch 'perf/mce' into perf/coreIngo Molnar2009-12-031-0/+69
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | *-. \ \ \ Merge branches 'x86/mce' and 'x86/urgent' into perf/mceIngo Molnar2009-10-168-17/+30
| | |\ \ \ \ \
| | * | | | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE loggingHidetoshi Seto2009-10-131-0/+69
| * | | | | | | tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker2009-12-021-2/+2
| * | | | | | | trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-012-31/+8
| * | | | | | | trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-012-28/+3
| * | | | | | | trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-012-3/+4
| * | | | | | | trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-012-8/+0
| * | | | | | | trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-012-3/+5
| * | | | | | | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-012-4/+2
| * | | | | | | hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-271-20/+15
| * | | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-271-20/+16
| * | | | | | | tracepoint: Add signal loss eventsMasami Hiramatsu2009-11-261-0/+68
| * | | | | | | tracepoint: Add signal deliver eventMasami Hiramatsu2009-11-261-0/+39
| * | | | | | | tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2009-11-262-25/+66
| * | | | | | | tracing: Restore original format of sched eventsLi Zefan2009-11-261-12/+6
| * | | | | | | tracing: Convert some ext4 events to DEFINE_TRACELi Zefan2009-11-261-94/+35
| * | | | | | | tracing: Convert some jbd2 events to DEFINE_EVENTLi Zefan2009-11-261-52/+11
| * | | | | | | tracing: Convert some block events to DEFINE_EVENTLi Zefan2009-11-261-160/+42
| * | | | | | | tracing: Convert some power events to DEFINE_EVENTLi Zefan2009-11-261-21/+15
| * | | | | | | tracing: Convert some workqueue events to DEFINE_EVENTLi Zefan2009-11-261-15/+7
| * | | | | | | tracing: Convert softirq events to DEFINE_EVENTLi Zefan2009-11-261-25/+21
| * | | | | | | tracing: Convert some kmem events to DEFINE_EVENTLi Zefan2009-11-261-90/+40
| * | | | | | | tracing: Convert module refcnt events to DEFINE_EVENTLi Zefan2009-11-261-15/+7
| * | | | | | | events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS()Ingo Molnar2009-11-264-28/+28
| * | | | | | | tracing: Convert some sched trace events to DEFINE_EVENT and _PRINTSteven Rostedt2009-11-241-118/+52
| * | | | | | | tracing: Create new DEFINE_EVENT_PRINTSteven Rostedt2009-11-243-4/+126
| * | | | | | | tracing: Create new TRACE_EVENT_TEMPLATESteven Rostedt2009-11-243-42/+117
| * | | | | | | hw-breakpoints: Fix misordered ifdefFrederic Weisbecker2009-11-241-1/+2
| * | | | | | | hw-breakpoints: Include only linux/perf_event.h from kernel part of bp headersFrederic Weisbecker2009-11-231-2/+2
| * | | | | | | perf_events: Undo some recursion damagePeter Zijlstra2009-11-232-12/+13
OpenPOWER on IntegriCloud