summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
| * | | | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-10-1733-245/+551
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | sched: only update rq->clock while holding rq->lockPeter Zijlstra2008-10-151-5/+1
* | | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-231-1/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup()Dean Nelson2008-10-211-0/+1
| * | | | | | genirq: fix set_irq_type() when recording trigger typeChris Friesen2008-10-211-1/+1
* | | | | | | kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony2008-10-201-0/+1
|/ / / / / /
* | | | | | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-2026-1344/+4711
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | tracing/fastboot: improve help textIngo Molnar2008-10-141-6/+11
| * | | | | tracing/stacktrace: improve help textIngo Molnar2008-10-141-2/+11
OpenPOWER on IntegriCloud