summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warning in kernel/params.cLinus Torvalds2008-10-231-1/+1
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-234-25/+77
|\
| * proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-232-1/+9
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-231-18/+41
| * proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan2008-10-231-6/+27
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-2311-54/+249
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-2211-54/+249
| |\ \
| | * | hrtimers: simplify hrtimer_peek_ahead_timers()Thomas Gleixner2008-10-201-9/+3
| | * | hrtimers: fix docbook commentsThomas Gleixner2008-10-201-2/+2
| | * | Merge commit 'linus/master' into merge-linusArjan van de Ven2008-10-1756-900/+1676
| | |\ \
| | * | | rangetimers: fix the bug reported by Ingo for realArjan van de Ven2008-10-131-6/+2
| | * | | rangetimer: fix BUG_ON reported by IngoArjan van de Ven2008-10-111-1/+5
| | * | | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-111-0/+30
| | * | | hrtimer: make the futex() system call use the per process slack valueArjan van de Ven2008-09-111-1/+5
| | * | | hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven2008-09-111-1/+6
| | * | | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-071-1/+3
| | * | | hrtimer: add a hrtimer_start_range() functionArjan van de Ven2008-09-071-3/+23
| | * | | hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-052-0/+12
| | * | | hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-051-4/+52
| | * | | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-058-52/+47
| | * | | select: add a timespec_add_safe() functionThomas Gleixner2008-09-051-0/+18
| | * | | select: Introduce a hrtimeout functionArjan van de Ven2008-09-051-0/+65
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-233-9/+9
|\ \ \ \ \
| * | | | | [PATCH] sanitize blkdev_get() and friendsAl Viro2008-10-211-1/+1
| * | | | | [PATCH] propagate mode through swsusp_close()Al Viro2008-10-213-5/+5
| * | | | | [PATCH] pass fmode_t to blkdev_put()Al Viro2008-10-211-4/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-24/+24
|\ \ \ \ \
| * | | | | [PATCH] get rid of nameidata in audit_treeAl Viro2008-10-231-24/+24
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-235-378/+324
|\ \ \ \ \
| * | | | | stop_machine: fix error code handling on multiple cpusHeiko Carstens2008-10-221-3/+6
| * | | | | stop_machine: use workqueues instead of kernel threadsHeiko Carstens2008-10-221-70/+41
| * | | | | workqueue: introduce create_rt_workqueueHeiko Carstens2008-10-221-1/+6
| * | | | | Make panic= and panic_on_oops into core_paramsRusty Russell2008-10-221-14/+3
| * | | | | core_param() for genuinely core kernel parametersRusty Russell2008-10-221-7/+7
| * | | | | param: Fix duplicate module prefixesRusty Russell2008-10-221-120/+141
| * | | | | module: check kernel param length at compile time, not runtimeRusty Russell2008-10-221-5/+2
| * | | | | Remove stop_machine during module load v2Andi Kleen2008-10-221-25/+22
| * | | | | module: simplify load_module.Rusty Russell2008-10-221-136/+99
| |/ / / /
* | | | | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-231-1/+11
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | NOHZ: fix thinko in the timer restart code pathThomas Gleixner2008-10-211-1/+11
| |/ / /
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-231-9/+10
|\ \ \ \
| * | | | rcupdate: fix bug of rcu_barrier*()Lai Jiangshan2008-10-211-9/+10
| | |_|/ | |/| |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-235-49/+78
|\ \ \ \
| * | | | sched: disable the hrtick for nowIngo Molnar2008-10-201-1/+1
| * | | | sched: revert back to per-rq vruntimePeter Zijlstra2008-10-201-17/+15
| * | | | sched: fair scheduler should not resched rt tasksPeter Zijlstra2008-10-201-4/+24
| * | | | sched: optimize group load balancerPeter Zijlstra2008-10-202-20/+35
| * | | | sched: minor fast-path overhead reductionMike Galbraith2008-10-171-1/+1
| * | | | sched: fix the wrong mask_len, cleanupPeter Zijlstra2008-10-171-1/+1
| * | | | sched: fix the wrong mask_lenMiao Xie2008-10-171-1/+1