summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg-3/+9
2007-05-09Fix minor typoes in kernel/module.cRobert P. J. Day-5/+5
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba-2/+2
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton-16/+18
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-2/+2
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle-1/+5
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli-7/+149
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig-43/+21
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig-25/+30
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig-6/+3
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish-1/+1
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B-1/+10
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet-29/+54
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B-13/+219
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B-7/+5
2007-05-08export hrtimer_forwardStas Sergeev-0/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes-8/+30
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski-23/+15
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk-56/+3
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg-9/+10
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov-9/+9
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski-2/+3
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner-3/+48
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke-8/+1
2007-05-08audit: add spaces on either side of case "..." operator.Robert P. J. Day-4/+4
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai-1/+1
2007-05-08Lockdep treats down_write_trylock like regular down_writePavel Emelianov-1/+1
2007-05-08kernel/params.c: fix lying comment for param_array()Bert Wesarg-1/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan-0/+46
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan-13/+48
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan-16/+13
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan-20/+22
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan-3/+4
2007-05-08Fix kevent's childs priority greedinessJan Engelhardt-0/+6
2007-05-08kdump/kexec: calculate note size at compile timeSimon Horman-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-13/+0
2007-05-08add touch_all_softlockup_watchdogs()Jeremy Fitzhardinge-2/+15
2007-05-08Ignore stolen time in the softlockup watchdogJeremy Fitzhardinge-6/+29
2007-05-08Move timekeeping code to timekeeping.cjohn stultz-459/+478
2007-05-08IRQ: check for PERCPU flag only when adding first irqactionAhmed S. Darwish-4/+6
2007-05-08Add support for deferrable timersVenki Pallipadi-8/+57
2007-05-08kernel/irq/proc.c: unprotected iteration over the IRQ action list in name_uni...Dmitry Adamushko-4/+11
2007-05-08Fix race between attach_task and cpuset_exitSrivatsa Vaddagiri-4/+2
2007-05-08move die notifier handling to common codeChristoph Hellwig-2/+40
2007-05-08kprobes: fix sparse NULL warningRandy Dunlap-1/+2
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann-10/+16