summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett2007-05-081-9/+6Star
* 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/+16Star
* 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/+5Star
* 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/+15Star
* The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-081-56/+3Star
* 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/+1Star
* 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/+13Star
* 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/+0Star
* 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/+2Star
* 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
* futex: get_futex_key, get_key_refs and drop_key_refsRusty Russell2007-05-081-36/+14Star
* proc: maps protectionKees Cook2007-05-081-0/+11
* Optimize timespec_trunc()Eric Dumazet2007-05-081-30/+30
* rcutorture: Mark rcu_torture_init as __initJosh Triplett2007-05-081-1/+1
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-084-178/+98Star
* Use stop_machine_run in the Intel RNG driverPrarit Bhargava2007-05-081-3/+5
* module: use kreallocPekka Enberg2007-05-081-4/+4
* softlockup: s/99/MAX_RT_PRIO/Oleg Nesterov2007-05-081-1/+1
* freezer: task->exit_state should be treated as boleanOleg Nesterov2007-05-081-3/+2Star