aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | * | ftrace: rename the ftrace tracer to functionSteven Rostedt2008-10-20
| | * | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-20
| | * | ftrace: fix dependsSteven Rostedt2008-10-20
| | * | ftrace: release functions from hashSteven Rostedt2008-10-20
| | * | Merge branch 'linus' into tracing-v28-for-linus-v3Ingo Molnar2008-10-19
| | |\ \
* | | \ \ Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-28
|\ \ \ \ \
| * | | | | lockdep: fix irqs on/off ip tracingHeiko Carstens2008-10-28
| * | | | | lockdep: minor fix for debug_show_all_locks()qinghuang feng2008-10-28
| * | | | | kernel/resource: fix reserve_region_with_split() section mismatchPaul Mundt2008-10-23
| * | | | | printk: remove unused code from kernel/printk.croel kluin2008-10-23
* | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-28
|\ \ \ \ \ \
| * | | | | | irq: make variable staticroel kluin2008-10-22
* | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-28
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | sched: virtual time buddy preemptionPeter Zijlstra2008-10-24
| * | | | | | sched: re-instate vruntime based wakeup preemptionPeter Zijlstra2008-10-24
| * | | | | | sched: weaken sync hintMike Galbraith2008-10-24
| * | | | | | sched: more accurate min_vruntime accountingPeter Zijlstra2008-10-24
| * | | | | | sched: fix a find_busiest_group bugletPeter Zijlstra2008-10-24
| * | | | | | Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar2008-10-24
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | sched: add CONFIG_SMP consistencyLi Zefan2008-10-22
* | | | | | | cgroup: remove unused variableStephen Rothwell2008-10-26
* | | | | | | Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds2008-10-25
| |/ / / / / |/| | | | |
* | | | | | Fix compile warning in kernel/params.cLinus Torvalds2008-10-23
* | | | | | Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-23
|\ \ \ \ \ \
| * | | | | | proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-23
| * | | | | | proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-23
| * | | | | | proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan2008-10-23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-22
| |\ \ \ \ \ \
| | * | | | | | hrtimers: simplify hrtimer_peek_ahead_timers()Thomas Gleixner2008-10-20
| | * | | | | | hrtimers: fix docbook commentsThomas Gleixner2008-10-20
| | * | | | | | Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-17
| | |\ \ \ \ \ \
| | * | | | | | | rangetimers: fix the bug reported by Ingo for realArjan van de Ven2008-10-13
| | * | | | | | | rangetimer: fix BUG_ON reported by IngoArjan van de Ven2008-10-11
| | * | | | | | | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-11
| | * | | | | | | hrtimer: make the futex() system call use the per process slack valueArjan van de Ven2008-09-11
| | * | | | | | | hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven2008-09-11
| | * | | | | | | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-07
| | * | | | | | | hrtimer: add a hrtimer_start_range() functionArjan van de Ven2008-09-07
| | * | | | | | | hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-06
| | * | | | | | | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-06
| | * | | | | | | select: add a timespec_add_safe() functionThomas Gleixner2008-09-06
| | * | | | | | | select: Introduce a hrtimeout functionArjan van de Ven2008-09-06
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-21
| * | | | | | | | | [PATCH] propagate mode through swsusp_close()Al Viro2008-10-21
| * | | | | | | | | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-21
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PATCH] get rid of nameidata in audit_treeAl Viro2008-10-23
| |/ / / / / / / /