| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 20 | -33/+32 |
|\ |
|
| * | tree-wide: fix misspelling of "definition" in comments | Adam Buchbinder | 2009-12-04 | 3 | -3/+3 |
| * | doc: Fix IRQ chip docs | Krzysztof Halasa | 2009-12-04 | 1 | -1/+1 |
| * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 11 | -15/+15 |
| * | sysctl: add missing comments | Thadeu Lima de Souza Cascardo | 2009-12-04 | 1 | -5/+5 |
| * | sgivwfb: Make use of ARRAY_SIZE. | Thiago Farina | 2009-12-04 | 1 | -6/+5 |
| * | comment typo fix: sybsystem -> subsystem | Jean Delvare | 2009-12-04 | 1 | -1/+1 |
| * | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 |
| * | tree-wide: fix typos "selct" + "slect" -> "select" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-05 | 2 | -0/+19 |
|\ \ |
|
| * | | include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand _... | Andrew Morton | 2009-12-03 | 1 | -0/+2 |
| * | | x86: Add a Kconfig option to turn the copy_from_user warnings into errors | Arjan van de Ven | 2009-10-02 | 2 | -0/+4 |
| * | | x86: Turn the copy_from_user check into an (optional) compile time warning | Arjan van de Ven | 2009-10-01 | 2 | -0/+7 |
| * | | x86: Use __builtin_object_size() to validate the buffer size for copy_from_us... | Arjan van de Ven | 2009-09-26 | 2 | -0/+6 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-05 | 4 | -9/+20 |
|\ \ \ |
|
| * | | | sched, cputime: Introduce thread_group_times() | Hidetoshi Seto | 2009-12-02 | 1 | -0/+4 |
| * | | | sched, cputime: Cleanups related to task_times() | Hidetoshi Seto | 2009-12-02 | 1 | -0/+2 |
| * | | | sched: Revert 498657a478c60be092208422fefa9c7b248729c2 | Tejun Heo | 2009-12-02 | 1 | -0/+5 |
| * | | | sched, time: Define nsecs_to_jiffies() | Hidetoshi Seto | 2009-11-26 | 1 | -0/+1 |
| * | | | sched: Remove task_{u,s,g}time() | Hidetoshi Seto | 2009-11-26 | 1 | -3/+0 |
| * | | | sched: Introduce task_times() to replace task_{u,s}time() pair | Hidetoshi Seto | 2009-11-26 | 1 | -0/+1 |
| * | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2009-11-26 | 18 | -26/+83 |
| |\ \ \ |
|
| * | | | | cpumask: Partition_sched_domains takes array of cpumask_var_t | Rusty Russell | 2009-11-04 | 1 | -2/+6 |
| * | | | | sched: Remove unused cpu_nr_migrations() | Hiroshi Shimamoto | 2009-11-04 | 1 | -1/+0 |
| * | | | | sched: Remove unused time_sync_thresh declaration | Hiroshi Shimamoto | 2009-11-04 | 1 | -2/+0 |
| * | | | | sched: Remove unused __schedule() declaration | Hiroshi Shimamoto | 2009-11-04 | 1 | -1/+0 |
| * | | | | sched, cpuacct: Fix niced guest time accounting | Ryota Ozaki | 2009-10-25 | 1 | -0/+1 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 | 24 | -850/+1068 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/mce' into perf/core | Ingo Molnar | 2009-12-03 | 1 | -0/+69 |
| |\ \ \ \ \ |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge branches 'x86/mce' and 'x86/urgent' into perf/mce | Ingo Molnar | 2009-10-16 | 8 | -17/+30 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | perf_event, x86, mce: Use TRACE_EVENT() for MCE logging | Hidetoshi Seto | 2009-10-13 | 1 | -0/+69 |
| * | | | | | | | | tracing/syscalls: Make syscall events print callbacks static | Frederic Weisbecker | 2009-12-02 | 1 | -2/+2 |
| * | | | | | | | | trace_syscalls: Simplify syscall profile | Lai Jiangshan | 2009-12-01 | 2 | -31/+8 |
| * | | | | | | | | trace_syscalls: Remove duplicate init_enter_##sname() | Lai Jiangshan | 2009-12-01 | 2 | -28/+3 |
| * | | | | | | | | trace_syscalls: Add syscall_nr field to struct syscall_metadata | Lai Jiangshan | 2009-12-01 | 2 | -3/+4 |
| * | | | | | | | | trace_syscalls: Remove enter_id exit_id | Lai Jiangshan | 2009-12-01 | 2 | -8/+0 |
| * | | | | | | | | trace_syscalls: Set event_enter_##sname->data to its metadata | Lai Jiangshan | 2009-12-01 | 2 | -3/+5 |
| * | | | | | | | | trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit | Lai Jiangshan | 2009-12-01 | 2 | -4/+2 |
| * | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints | Frederic Weisbecker | 2009-11-27 | 1 | -20/+15 |
| * | | | | | | | | hw-breakpoints: Use struct perf_event_attr to define user breakpoints | Frederic Weisbecker | 2009-11-27 | 1 | -20/+16 |
| * | | | | | | | | tracepoint: Add signal loss events | Masami Hiramatsu | 2009-11-26 | 1 | -0/+68 |
| * | | | | | | | | tracepoint: Add signal deliver event | Masami Hiramatsu | 2009-11-26 | 1 | -0/+39 |
| * | | | | | | | | tracepoint: Move signal sending tracepoint to events/signal.h | Masami Hiramatsu | 2009-11-26 | 2 | -25/+66 |
| * | | | | | | | | tracing: Restore original format of sched events | Li Zefan | 2009-11-26 | 1 | -12/+6 |
| * | | | | | | | | tracing: Convert some ext4 events to DEFINE_TRACE | Li Zefan | 2009-11-26 | 1 | -94/+35 |
| * | | | | | | | | tracing: Convert some jbd2 events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -52/+11 |
| * | | | | | | | | tracing: Convert some block events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -160/+42 |
| * | | | | | | | | tracing: Convert some power events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -21/+15 |
| * | | | | | | | | tracing: Convert some workqueue events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -15/+7 |
| * | | | | | | | | tracing: Convert softirq events to DEFINE_EVENT | Li Zefan | 2009-11-26 | 1 | -25/+21 |