| Commit message (Expand) | Author | Age | Files | Lines |
* | rcutorture: Remove redundant assignment to cur_ops in for loop | Josh Triplett | 2007-05-08 | 1 | -9/+6 |
* | rcutorture: style cleanup: avoid != NULL in boolean tests | Josh Triplett | 2007-05-08 | 1 | -14/+14 |
* | rcutorture: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-05-08 | 1 | -1/+1 |
* | sched: align rq to cacheline boundary | Siddha, Suresh B | 2007-05-08 | 1 | -1/+1 |
* | sched: redundant reschedule when set_user_nice() boosts a prio of a task from... | Dmitry Adamushko | 2007-05-08 | 1 | -18/+16 |
* | sched: optimize siblings status check logic in wake_idle() | Siddha, Suresh B | 2007-05-08 | 1 | -1/+10 |
* | Speed up divides by cpu_power in scheduler | Eric Dumazet | 2007-05-08 | 1 | -29/+54 |
* | sched: dynticks idle load balancing | Siddha, Suresh B | 2007-05-08 | 2 | -13/+219 |
* | sched: fix idle load balancing in softirqd context | Siddha, Suresh B | 2007-05-08 | 1 | -7/+5 |
* | export hrtimer_forward | Stas Sergeev | 2007-05-08 | 1 | -0/+1 |
* | cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpuset | David Rientjes | 2007-05-08 | 1 | -8/+30 |
* | lockdep: removed unused ip argument in mark_lock & mark_held_locks | Jarek Poplawski | 2007-05-08 | 1 | -23/+15 |
* | The scheduled -EINVAL for invalid timevals in setitimer | Adrian Bunk | 2007-05-08 | 1 | -56/+3 |
* | CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fix | Tom Alsberg | 2007-05-08 | 1 | -9/+10 |
* | Introduce a handy list_first_entry macro | Pavel Emelianov | 2007-05-08 | 2 | -9/+9 |
* | lockdep: lookup_chain_cache comment errata | Jarek Poplawski | 2007-05-08 | 1 | -2/+3 |
* | highres/dyntick: prevent xtime lock contention | Thomas Gleixner | 2007-05-08 | 3 | -3/+48 |
* | kallsyms: cleanup: use seq_release_private() where appropriate | Martin Peschke | 2007-05-08 | 1 | -8/+1 |
* | audit: add spaces on either side of case "..." operator. | Robert P. J. Day | 2007-05-08 | 1 | -4/+4 |
* | Pad irq_desc to internode cacheline size | Ravikiran G Thirumalai | 2007-05-08 | 1 | -1/+1 |
* | Lockdep treats down_write_trylock like regular down_write | Pavel Emelianov | 2007-05-08 | 1 | -1/+1 |
* | kernel/params.c: fix lying comment for param_array() | Bert Wesarg | 2007-05-08 | 1 | -1/+1 |
* | Fix race between cat /proc/slab_allocators and rmmod | Alexey Dobriyan | 2007-05-08 | 2 | -0/+46 |
* | Fix race between cat /proc/*/wchan and rmmod et al | Alexey Dobriyan | 2007-05-08 | 4 | -13/+48 |
* | Simplify kallsyms_lookup() | Alexey Dobriyan | 2007-05-08 | 6 | -16/+13 |
* | Fix race between rmmod and cat /proc/kallsyms | Alexey Dobriyan | 2007-05-08 | 2 | -20/+22 |
* | Simplify module_get_kallsym() by dropping length arg | Alexey Dobriyan | 2007-05-08 | 2 | -3/+4 |
* | Fix kevent's childs priority greediness | Jan Engelhardt | 2007-05-08 | 1 | -0/+6 |
* | kdump/kexec: calculate note size at compile time | Simon Horman | 2007-05-08 | 1 | -2/+2 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 13 | -13/+0 |
* | add touch_all_softlockup_watchdogs() | Jeremy Fitzhardinge | 2007-05-08 | 2 | -2/+15 |
* | Ignore stolen time in the softlockup watchdog | Jeremy Fitzhardinge | 2007-05-08 | 1 | -6/+29 |
* | Move timekeeping code to timekeeping.c | john stultz | 2007-05-08 | 3 | -459/+478 |
* | IRQ: check for PERCPU flag only when adding first irqaction | Ahmed S. Darwish | 2007-05-08 | 1 | -4/+6 |
* | Add support for deferrable timers | Venki Pallipadi | 2007-05-08 | 1 | -8/+57 |
* | kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni... | Dmitry Adamushko | 2007-05-08 | 1 | -4/+11 |
* | Fix race between attach_task and cpuset_exit | Srivatsa Vaddagiri | 2007-05-08 | 1 | -4/+2 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 3 | -2/+40 |
* | kprobes: fix sparse NULL warning | Randy Dunlap | 2007-05-08 | 1 | -1/+2 |
* | Fixes and cleanups for earlyprintk aka boot console | Gerd Hoffmann | 2007-05-08 | 1 | -10/+16 |
* | futex: restartable futex_wait | Nick Piggin | 2007-05-08 | 1 | -5/+51 |
* | futex: get_futex_key, get_key_refs and drop_key_refs | Rusty Russell | 2007-05-08 | 1 | -36/+14 |
* | proc: maps protection | Kees Cook | 2007-05-08 | 1 | -0/+11 |
* | Optimize timespec_trunc() | Eric Dumazet | 2007-05-08 | 1 | -30/+30 |
* | rcutorture: Mark rcu_torture_init as __init | Josh Triplett | 2007-05-08 | 1 | -1/+1 |
* | Merge sys_clone()/sys_unshare() nsproxy and namespace handling | Badari Pulavarty | 2007-05-08 | 4 | -178/+98 |
* | Use stop_machine_run in the Intel RNG driver | Prarit Bhargava | 2007-05-08 | 1 | -3/+5 |
* | module: use krealloc | Pekka Enberg | 2007-05-08 | 1 | -4/+4 |
* | softlockup: s/99/MAX_RT_PRIO/ | Oleg Nesterov | 2007-05-08 | 1 | -1/+1 |
* | freezer: task->exit_state should be treated as bolean | Oleg Nesterov | 2007-05-08 | 1 | -3/+2 |