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