| Commit message (Expand) | Author | Age |
* | ring-buffer: remove useless compile check for buffer_page size | Steven Rostedt | 2009-06-17 |
* | ring-buffer: remove useless warn on check | Steven Rostedt | 2009-06-16 |
* | ring-buffer: use BUF_PAGE_HDR_SIZE in calculating index | Steven Rostedt | 2009-06-16 |
* | tracing/filters: fix race between filter setting and module unload | Li Zefan | 2009-06-16 |
* | tracing/filters: free filter_string in destroy_preds() | Li Zefan | 2009-06-16 |
* | ring-buffer: use commit counters for commit pointer accounting | Steven Rostedt | 2009-06-16 |
* | ring-buffer: remove unused variable | Steven Rostedt | 2009-06-16 |
* | ring-buffer: have benchmark test handle discarded events | Steven Rostedt | 2009-06-16 |
* | ring-buffer: prevent adding write in discarded area | Steven Rostedt | 2009-06-15 |
* | tracing/filters: strloc should be unsigned short | Li Zefan | 2009-06-15 |
* | tracing/filters: operand can be negative | Li Zefan | 2009-06-15 |
* | tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation | Li Zefan | 2009-06-15 |
* | tracing: fix a typo in tracing_cpumask_write() | Li Zefan | 2009-06-15 |
* | cpumask: use new operators in kernel/trace | Rusty Russell | 2009-06-15 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb... | Linus Torvalds | 2009-06-14 |
|\ |
|
| * | kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix... | Manish Katiyar | 2009-06-09 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-06-14 |
|\ \ |
|
| * | | trivial: fix ETIMEOUT -> ETIMEDOUT typos | Jean Delvare | 2009-06-12 |
| * | | trivial: kernel/power/poweroff.c: whitespace fix | Manish Katiyar | 2009-06-12 |
* | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-13 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into x86/mce3 | Ingo Molnar | 2009-06-11 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'irq/numa' into x86/mce3 | H. Peter Anvin | 2009-06-01 |
| |\ \ \ \ |
|
| * | | | | | Export add_timer_on for modules | Andi Kleen | 2009-05-28 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2009-06-12 |
|\ \ \ \ \ \ |
|
| * | | | | | | PM/Hibernate: Move NVS routines into a seperate file (v2). | Cornelia Huck | 2009-06-12 |
| * | | | | | | PM/Hibernate: Rename disk.c to hibernate.c | Rafael J. Wysocki | 2009-06-12 |
| * | | | | | | PM: Separate suspend to RAM functionality from core | Rafael J. Wysocki | 2009-06-12 |
| * | | | | | | PM/Hibernate: Move memory shrinking to snapshot.c (rev. 2) | Rafael J. Wysocki | 2009-06-12 |
| * | | | | | | PM/Suspend: Do not shrink memory before suspend | Rafael J. Wysocki | 2009-06-12 |
| * | | | | | | PM core: rename suspend and resume functions | Alan Stern | 2009-06-12 |
| * | | | | | | PM: Rename device_power_down/up() | Magnus Damm | 2009-06-12 |
* | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-06-12 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | perf_counter: Add forward/backward attribute ABI compatibility | Peter Zijlstra | 2009-06-12 |
| * | | | | | | perf_counter: Remove PERF_TYPE_RAW special casing | Peter Zijlstra | 2009-06-12 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-12 |
|\ \ \ \ \ \ |
|
| * | | | | | | irq: slab alloc for default irq_affinity | Yinghai Lu | 2009-06-12 |
| |/ / / / / |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 2009-06-12 |
|\ \ \ \ \ \ |
|
| * | | | | | | sched: export kick_process | Rusty Russell | 2009-06-12 |
| |/ / / / / |
|
* | | | | | | module: trim exception table on init free. | Rusty Russell | 2009-06-12 |
* | | | | | | module_param: allow 'bool' module_params to be bool, not just int. | Rusty Russell | 2009-06-12 |
* | | | | | | module_param: split perm field into flags and perm | Rusty Russell | 2009-06-12 |
* | | | | | | module_param: invbool should take a 'bool', not an 'int' | Rusty Russell | 2009-06-12 |
|/ / / / / |
|
* | | | | | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 2009-06-11 |
* | | | | | Switch collect_mounts() to struct path | Al Viro | 2009-06-11 |
| |_|/ /
|/| | | |
|
* | | | | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 | Linus Torvalds | 2009-06-11 |
|\ \ \ \ |
|
| * | | | | kmemleak: Add modules support | Catalin Marinas | 2009-06-11 |
* | | | | | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-11 |
|\ \ \ \ \ |
|
| * | | | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-11 |
| |\| | | | |
|
| * | | | | | perf_counter: Add counter->id to the throttle event | Peter Zijlstra | 2009-06-11 |
| * | | | | | perf_counter: Standardize event names | Peter Zijlstra | 2009-06-11 |