aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistGravatar Oleg Nesterov 1-8/+17
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugGravatar Andrew Morton 1-6/+10
2007-05-09implement flush_work()Gravatar Oleg Nesterov 1-3/+92
2007-05-09reimplement flush_workqueue()Gravatar Oleg Nesterov 1-39/+31
2007-05-09schedule_on_each_cpu(): use preempt_disable()Gravatar Andrew Morton 1-2/+2
2007-05-09Fix printk format warnings in timer_list.cGravatar David Miller 1-11/+14
2007-05-09clocksource: spelling error in watchdog codeGravatar Daniel Walker 1-3/+3
2007-05-09Move sig_kernel_* et al macros to linux/signal.hGravatar Roland McGrath 1-119/+0
2007-05-09use simple_read_from_buffer in kernel/Gravatar Akinobu Mita 2-18/+4
2007-05-09Fix Linuxdoc commentGravatar Jeff Dike 1-1/+0
2007-05-09PM: Separate hibernation code from suspend codeGravatar Rafael J. Wysocki 5-127/+132
2007-05-09swsusp: clean up printkGravatar Andrew Morton 1-1/+1
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Gravatar Andrew Morton 1-16/+18
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-2/+2
2007-05-08Add IRQF_IRQPOLL flag (common code)Gravatar Bernhard Walle 2-1/+5
2007-05-08Kprobes: The ON/OFF knob thru debugfsGravatar Ananth N Mavinakayanahalli 1-7/+149
2007-05-08kprobes: kretprobes simplificationsGravatar Christoph Hellwig 1-43/+21
2007-05-08kprobes: codingstyle cleanupsGravatar Christoph Hellwig 1-25/+30
2007-05-08kprobes: use hlist_for_each_entryGravatar Christoph Hellwig 1-6/+3
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopGravatar Josh Triplett 1-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsGravatar Josh Triplett 1-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 1-1/+1
2007-05-08sched: align rq to cacheline boundaryGravatar Siddha, Suresh B 1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Gravatar Dmitry Adamushko 1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Gravatar Siddha, Suresh B 1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerGravatar Eric Dumazet 1-29/+54
2007-05-08sched: dynticks idle load balancingGravatar Siddha, Suresh B 2-13/+219
2007-05-08sched: fix idle load balancing in softirqd contextGravatar Siddha, Suresh B 1-7/+5
2007-05-08export hrtimer_forwardGravatar Stas Sergeev 1-0/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetGravatar David Rientjes 1-8/+30
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksGravatar Jarek Poplawski 1-23/+15
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerGravatar Adrian Bunk 1-56/+3
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixGravatar Tom Alsberg 1-9/+10
2007-05-08Introduce a handy list_first_entry macroGravatar Pavel Emelianov 2-9/+9
2007-05-08lockdep: lookup_chain_cache comment errataGravatar Jarek Poplawski 1-2/+3
2007-05-08highres/dyntick: prevent xtime lock contentionGravatar Thomas Gleixner 3-3/+48
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateGravatar Martin Peschke 1-8/+1
2007-05-08audit: add spaces on either side of case "..." operator.Gravatar Robert P. J. Day 1-4/+4
2007-05-08Pad irq_desc to internode cacheline sizeGravatar Ravikiran G Thirumalai 1-1/+1
2007-05-08Lockdep treats down_write_trylock like regular down_writeGravatar Pavel Emelianov 1-1/+1
2007-05-08kernel/params.c: fix lying comment for param_array()Gravatar Bert Wesarg 1-1/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodGravatar Alexey Dobriyan 2-0/+46
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alGravatar Alexey Dobriyan 4-13/+48
2007-05-08Simplify kallsyms_lookup()Gravatar Alexey Dobriyan 6-16/+13
2007-05-08Fix race between rmmod and cat /proc/kallsymsGravatar Alexey Dobriyan 2-20/+22
2007-05-08Simplify module_get_kallsym() by dropping length argGravatar Alexey Dobriyan 2-3/+4
2007-05-08Fix kevent's childs priority greedinessGravatar Jan Engelhardt 1-0/+6
2007-05-08kdump/kexec: calculate note size at compile timeGravatar Simon Horman 1-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 13-13/+0
2007-05-08add touch_all_softlockup_watchdogs()Gravatar Jeremy Fitzhardinge 2-2/+15