Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | irq: make variable static | roel kluin | 2008-10-22 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-10-28 | 4 | -51/+131 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | sched: virtual time buddy preemption | Peter Zijlstra | 2008-10-24 | 2 | -7/+4 | |
| * | | | | | | sched: re-instate vruntime based wakeup preemption | Peter Zijlstra | 2008-10-24 | 1 | -6/+92 | |
| * | | | | | | sched: weaken sync hint | Mike Galbraith | 2008-10-24 | 1 | -4/+3 | |
| * | | | | | | sched: more accurate min_vruntime accounting | Peter Zijlstra | 2008-10-24 | 1 | -24/+25 | |
| * | | | | | | sched: fix a find_busiest_group buglet | Peter Zijlstra | 2008-10-24 | 1 | -1/+1 | |
| * | | | | | | Merge commit 'v2.6.28-rc1' into sched/urgent | Ingo Molnar | 2008-10-24 | 80 | -2959/+7334 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | sched: add CONFIG_SMP consistency | Li Zefan | 2008-10-22 | 3 | -9/+6 | |
* | | | | | | | cgroup: remove unused variable | Stephen Rothwell | 2008-10-26 | 1 | -1/+1 | |
* | | | | | | | Revert "Call init_workqueues before pre smp initcalls." | Linus Torvalds | 2008-10-25 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Fix compile warning in kernel/params.c | Linus Torvalds | 2008-10-23 | 1 | -1/+1 | |
* | | | | | | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya... | Linus Torvalds | 2008-10-23 | 4 | -25/+77 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | proc: move /proc/schedstat boilerplate to kernel/sched_stats.h | Alexey Dobriyan | 2008-10-23 | 2 | -1/+9 | |
| * | | | | | | proc: move /proc/modules boilerplate to kernel/module.c | Alexey Dobriyan | 2008-10-23 | 1 | -18/+41 | |
| * | | | | | | proc: move /proc/execdomains to kernel/exec_domain.c | Alexey Dobriyan | 2008-10-23 | 1 | -6/+27 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2008-10-23 | 11 | -54/+249 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 11 | -54/+249 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hrtimers: simplify hrtimer_peek_ahead_timers() | Thomas Gleixner | 2008-10-20 | 1 | -9/+3 | |
| | * | | | | | | hrtimers: fix docbook comments | Thomas Gleixner | 2008-10-20 | 1 | -2/+2 | |
| | * | | | | | | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 56 | -900/+1676 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | rangetimers: fix the bug reported by Ingo for real | Arjan van de Ven | 2008-10-13 | 1 | -6/+2 | |
| | * | | | | | | | rangetimer: fix BUG_ON reported by Ingo | Arjan van de Ven | 2008-10-11 | 1 | -1/+5 | |
| | * | | | | | | | hrtimer: peek at the timer queue just before going idle | Arjan van de Ven | 2008-09-11 | 1 | -0/+30 | |
| | * | | | | | | | hrtimer: make the futex() system call use the per process slack value | Arjan van de Ven | 2008-09-11 | 1 | -1/+5 | |
| | * | | | | | | | hrtimer: make the nanosleep() syscall use the per process slack | Arjan van de Ven | 2008-09-11 | 1 | -1/+6 | |
| | * | | | | | | | hrtimer: show the timer ranges in /proc/timer_list | Arjan van de Ven | 2008-09-07 | 1 | -1/+3 | |
| | * | | | | | | | hrtimer: add a hrtimer_start_range() function | Arjan van de Ven | 2008-09-07 | 1 | -3/+23 | |
| | * | | | | | | | hrtimer: create a "timer_slack" field in the task struct | Arjan van de Ven | 2008-09-05 | 2 | -0/+12 | |
| | * | | | | | | | hrtimer: turn hrtimers into range timers | Arjan van de Ven | 2008-09-05 | 1 | -4/+52 | |
| | * | | | | | | | hrtimer: convert kernel/* to the new hrtimer apis | Arjan van de Ven | 2008-09-05 | 8 | -52/+47 | |
| | * | | | | | | | select: add a timespec_add_safe() function | Thomas Gleixner | 2008-09-05 | 1 | -0/+18 | |
| | * | | | | | | | select: Introduce a hrtimeout function | Arjan van de Ven | 2008-09-05 | 1 | -0/+65 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 2008-10-23 | 3 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [PATCH] sanitize blkdev_get() and friends | Al Viro | 2008-10-21 | 1 | -1/+1 | |
| * | | | | | | | | | [PATCH] propagate mode through swsusp_close() | Al Viro | 2008-10-21 | 3 | -5/+5 | |
| * | | | | | | | | | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 2008-10-21 | 1 | -4/+4 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 1 | -24/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [PATCH] get rid of nameidata in audit_tree | Al Viro | 2008-10-23 | 1 | -24/+24 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-10-23 | 5 | -378/+324 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | stop_machine: fix error code handling on multiple cpus | Heiko Carstens | 2008-10-22 | 1 | -3/+6 | |
| * | | | | | | | | | stop_machine: use workqueues instead of kernel threads | Heiko Carstens | 2008-10-22 | 1 | -70/+41 | |
| * | | | | | | | | | workqueue: introduce create_rt_workqueue | Heiko Carstens | 2008-10-22 | 1 | -1/+6 | |
| * | | | | | | | | | Make panic= and panic_on_oops into core_params | Rusty Russell | 2008-10-22 | 1 | -14/+3 | |
| * | | | | | | | | | core_param() for genuinely core kernel parameters | Rusty Russell | 2008-10-22 | 1 | -7/+7 | |
| * | | | | | | | | | param: Fix duplicate module prefixes | Rusty Russell | 2008-10-22 | 1 | -120/+141 | |
| * | | | | | | | | | module: check kernel param length at compile time, not runtime | Rusty Russell | 2008-10-22 | 1 | -5/+2 | |
| * | | | | | | | | | Remove stop_machine during module load v2 | Andi Kleen | 2008-10-22 | 1 | -25/+22 | |
| * | | | | | | | | | module: simplify load_module. | Rusty Russell | 2008-10-22 | 1 | -136/+99 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-10-23 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | |