aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-09relay: use plain timer instead of delayed workTom Zanussi1-19/+16
2007-05-09flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov1-8/+17
2007-05-09flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton1-6/+10
2007-05-09implement flush_work()Oleg Nesterov1-3/+92
2007-05-09reimplement flush_workqueue()Oleg Nesterov1-39/+31
2007-05-09schedule_on_each_cpu(): use preempt_disable()Andrew Morton1-2/+2
2007-05-09Fix printk format warnings in timer_list.cDavid Miller1-11/+14
2007-05-09clocksource: spelling error in watchdog codeDaniel Walker1-3/+3
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath1-119/+0
2007-05-09use simple_read_from_buffer in kernel/Akinobu Mita2-18/+4
2007-05-09Fix Linuxdoc commentJeff Dike1-1/+0
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki5-127/+132
2007-05-09swsusp: clean up printkAndrew Morton1-1/+1
2007-05-09general: convert "kernel" subdirectory to UTF-8John Anthony Kazos Jr1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker2-2/+2
2007-05-09[POWERPC] swsusp: Introduce register_nosave_region_lateJohannes Berg1-3/+9
2007-05-09Fix minor typoes in kernel/module.cRobert P. J. Day1-5/+5
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-2/+2
2007-05-08revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" array'Andrew Morton1-16/+18
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+2
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle2-1/+5
2007-05-08Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli1-7/+149
2007-05-08kprobes: kretprobes simplificationsChristoph Hellwig1-43/+21
2007-05-08kprobes: codingstyle cleanupsChristoph Hellwig1-25/+30
2007-05-08kprobes: use hlist_for_each_entryChristoph Hellwig1-6/+3
2007-05-08rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett1-9/+6
2007-05-08rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett1-14/+14
2007-05-08rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2007-05-08sched: align rq to cacheline boundarySiddha, Suresh B1-1/+1
2007-05-08sched: redundant reschedule when set_user_nice() boosts a prio of a task from the "expired" arrayDmitry Adamushko1-18/+16
2007-05-08sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B1-1/+10
2007-05-08Speed up divides by cpu_power in schedulerEric Dumazet1-29/+54
2007-05-08sched: dynticks idle load balancingSiddha, Suresh B2-13/+219
2007-05-08sched: fix idle load balancing in softirqd contextSiddha, Suresh B1-7/+5
2007-05-08export hrtimer_forwardStas Sergeev1-0/+1
2007-05-08cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes1-8/+30
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski1-23/+15
2007-05-08The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk1-56/+3
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg1-9/+10
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov2-9/+9
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski1-2/+3
2007-05-08highres/dyntick: prevent xtime lock contentionThomas Gleixner3-3/+48
2007-05-08kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke1-8/+1
2007-05-08audit: add spaces on either side of case "..." operator.Robert P. J. Day1-4/+4
2007-05-08Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai1-1/+1
2007-05-08Lockdep treats down_write_trylock like regular down_writePavel Emelianov1-1/+1
2007-05-08kernel/params.c: fix lying comment for param_array()Bert Wesarg1-1/+1
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2-0/+46
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan4-13/+48
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan6-16/+13