summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: clean up calc_weighted()Ingo Molnar2007-10-151-23/+8
* sched: speed up update_load_add/_sub()Ingo Molnar2007-10-151-4/+5
* sched: uninline __enqueue_entity()/__dequeue_entity()Ingo Molnar2007-10-151-2/+2
* sched: simplify SCHED_FEAT_* codePeter Zijlstra2007-10-151-5/+7
* sched: cleanup: simplify cfs_rq_curr() methodsIngo Molnar2007-10-151-18/+6
* sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar2007-10-152-23/+10
* sched: remove precise CPU load calculations #2Ingo Molnar2007-10-151-31/+1
* sched: remove precise CPU loadIngo Molnar2007-10-153-41/+9
* sched: remove stat_granIngo Molnar2007-10-153-47/+15
* sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar2007-10-152-14/+20
* sched: uniform tuningsIngo Molnar2007-10-151-28/+0
* sched: debug: track maximum 'slice'Ingo Molnar2007-10-153-0/+14
* sched: small sched_debug cleanupIngo Molnar2007-10-151-3/+7
* sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke2007-10-151-3/+2
* sched: resched task in task_new_fair()Ingo Molnar2007-10-151-0/+1
* sched: fix sysctl_sched_child_runs_first flagIngo Molnar2007-10-151-4/+2
* clockevents: introduce force broadcast notifierThomas Gleixner2007-10-142-6/+24
* more low-hanging fruits - kernel, fs, lib signednessAl Viro2007-10-141-3/+3
* minimal build fixes for uml (fallout from x86 merge)Al Viro2007-10-131-1/+1
* clock events: allow replacement of broadcast timerVenki Pallipadi2007-10-122-9/+8
* clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner2007-10-121-2/+0
* clockevents: Allow build w/o run-tine usage for migration purposesThomas Gleixner2007-10-123-2/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-111-1/+1
|\
| * [POWERPC] Implement logging of unhandled signalsOlof Johansson2007-10-121-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-115-19/+43
|\ \
| * | [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-10/+2
| * | [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-102-3/+15
| * | [KERNEL]: Unexport raise_softirq_irqoffAdrian Bunk2007-10-101-2/+0
| * | [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+2
| * | [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-101-2/+0
| * | [KTIME]: Introduce ktime_sub_ns and ktime_sub_usArnaldo Carvalho de Melo2007-10-101-0/+24
* | | Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
|/ /
* | fix bogus reporting of signals by auditAl Viro2007-10-071-11/+11
* | Fix timer_stats printout of events/secAnton Blanchard2007-10-071-2/+3
|/
* sched: fix profile=sleepIngo Molnar2007-10-021-0/+10
* robust futex thread exit raceMartin Schwidefsky2007-10-012-20/+34
* Fix SMP poweroff hangsMark Lord2007-10-011-0/+2
* hibernation doesn't even build on frv - tons of helpers are missingAl Viro2007-09-261-1/+1
* clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner2007-09-221-16/+1
* signalfd simplificationDavide Libenzi2007-09-203-15/+4
* sched: fix invalid sched_class useHiroshi Shimamoto2007-09-191-0/+5
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-193-10/+66
* Fix user namespace exiting OOPsPavel Emelyanov2007-09-192-2/+26
* Convert uid hash to hlistPavel Emelyanov2007-09-192-8/+9
* kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-09-191-6/+2
* Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-191-0/+2
* clockevents: prevent stale tick update on offline cpuThomas Gleixner2007-09-161-0/+12
* clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner2007-09-161-7/+4
* clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner2007-09-161-1/+12
* timekeeping: Prevent time going backwards on resumeThomas Gleixner2007-09-161-0/+7
OpenPOWER on IntegriCloud