summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton2007-05-081-16/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-2/+2
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-0822-265/+563
| |\
| * | [POWERPC] powermac: Suspend to disk on G5Johannes Berg2007-05-071-2/+2
* | | Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-082-1/+5
* | | Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-7/+149
* | | kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-43/+21
* | | kprobes: codingstyle cleanupsChristoph Hellwig2007-05-081-25/+30
* | | kprobes: use hlist_for_each_entryChristoph Hellwig2007-05-081-6/+3
* | | rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett2007-05-081-9/+6
* | | rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett2007-05-081-14/+14
* | | rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-081-1/+1
* | | sched: align rq to cacheline boundarySiddha, Suresh B2007-05-081-1/+1
* | | sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko2007-05-081-18/+16
* | | sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B2007-05-081-1/+10
* | | Speed up divides by cpu_power in schedulerEric Dumazet2007-05-081-29/+54
* | | sched: dynticks idle load balancingSiddha, Suresh B2007-05-082-13/+219
* | | sched: fix idle load balancing in softirqd contextSiddha, Suresh B2007-05-081-7/+5
* | | export hrtimer_forwardStas Sergeev2007-05-081-0/+1
* | | cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes2007-05-081-8/+30
* | | lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski2007-05-081-23/+15
* | | The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-081-56/+3
* | | CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg2007-05-081-9/+10
* | | Introduce a handy list_first_entry macroPavel Emelianov2007-05-082-9/+9
* | | lockdep: lookup_chain_cache comment errataJarek Poplawski2007-05-081-2/+3
* | | highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-083-3/+48
* | | kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1
* | | audit: add spaces on either side of case "..." operator.Robert P. J. Day2007-05-081-4/+4
* | | Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai2007-05-081-1/+1
* | | Lockdep treats down_write_trylock like regular down_writePavel Emelianov2007-05-081-1/+1
* | | kernel/params.c: fix lying comment for param_array()Bert Wesarg2007-05-081-1/+1
* | | Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-082-0/+46
* | | Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-084-13/+48
* | | Simplify kallsyms_lookup()Alexey Dobriyan2007-05-086-16/+13
* | | Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-082-20/+22
* | | Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-082-3/+4
* | | Fix kevent's childs priority greedinessJan Engelhardt2007-05-081-0/+6
* | | kdump/kexec: calculate note size at compile timeSimon Horman2007-05-081-2/+2
* | | header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0813-13/+0
* | | add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge2007-05-082-2/+15
* | | Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge2007-05-081-6/+29
* | | Move timekeeping code to timekeeping.cjohn stultz2007-05-083-459/+478
* | | IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish2007-05-081-4/+6
* | | Add support for deferrable timersVenki Pallipadi2007-05-081-8/+57
* | | kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko2007-05-081-4/+11
* | | Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri2007-05-081-4/+2
* | | move die notifier handling to common codeChristoph Hellwig2007-05-083-2/+40
* | | kprobes: fix sparse NULL warningRandy Dunlap2007-05-081-1/+2
* | | Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann2007-05-081-10/+16
* | | futex: restartable futex_waitNick Piggin2007-05-081-5/+51