summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | Extend notifier_call_chain to count nr_calls madeGautham R Shenoy2007-05-091-17/+77
* | relay: use plain timer instead of delayed workTom Zanussi2007-05-091-19/+16
* | flush_cpu_workqueue: don't flush an empty ->worklistOleg Nesterov2007-05-091-8/+17
* | flush_workqueue(): use preempt_disable to hold off cpu hotplugAndrew Morton2007-05-091-6/+10
* | implement flush_work()Oleg Nesterov2007-05-091-3/+92
* | reimplement flush_workqueue()Oleg Nesterov2007-05-091-39/+31
* | schedule_on_each_cpu(): use preempt_disable()Andrew Morton2007-05-091-2/+2
* | Fix printk format warnings in timer_list.cDavid Miller2007-05-091-11/+14
* | clocksource: spelling error in watchdog codeDaniel Walker2007-05-091-3/+3
* | Move sig_kernel_* et al macros to linux/signal.hRoland McGrath2007-05-091-119/+0
* | use simple_read_from_buffer in kernel/Akinobu Mita2007-05-092-18/+4
* | Fix Linuxdoc commentJeff Dike2007-05-091-1/+0
* | PM: Separate hibernation code from suspend codeRafael J. Wysocki2007-05-095-127/+132
* | swsusp: clean up printkAndrew Morton2007-05-091-1/+1
|/
* revert 'sched: redundant reschedule when set_user_nice() boosts a prio of a t...Andrew Morton2007-05-081-16/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-05-081-2/+2
|\
| * Merge branch 'linux-2.6'Paul Mackerras2007-05-0822-265/+563
| |\
| * | [POWERPC] powermac: Suspend to disk on G5Johannes Berg2007-05-071-2/+2
* | | Add IRQF_IRQPOLL flag (common code)Bernhard Walle2007-05-082-1/+5
* | | Kprobes: The ON/OFF knob thru debugfsAnanth N Mavinakayanahalli2007-05-081-7/+149
* | | kprobes: kretprobes simplificationsChristoph Hellwig2007-05-081-43/+21
* | | kprobes: codingstyle cleanupsChristoph Hellwig2007-05-081-25/+30
* | | kprobes: use hlist_for_each_entryChristoph Hellwig2007-05-081-6/+3
* | | rcutorture: Remove redundant assignment to cur_ops in for loopJosh Triplett2007-05-081-9/+6
* | | rcutorture: style cleanup: avoid != NULL in boolean testsJosh Triplett2007-05-081-14/+14
* | | rcutorture: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-05-081-1/+1
* | | sched: align rq to cacheline boundarySiddha, Suresh B2007-05-081-1/+1
* | | sched: redundant reschedule when set_user_nice() boosts a prio of a task from...Dmitry Adamushko2007-05-081-18/+16
* | | sched: optimize siblings status check logic in wake_idle()Siddha, Suresh B2007-05-081-1/+10
* | | Speed up divides by cpu_power in schedulerEric Dumazet2007-05-081-29/+54
* | | sched: dynticks idle load balancingSiddha, Suresh B2007-05-082-13/+219
* | | sched: fix idle load balancing in softirqd contextSiddha, Suresh B2007-05-081-7/+5
* | | export hrtimer_forwardStas Sergeev2007-05-081-0/+1
* | | cpusets: allow empty {cpus,mems}_allowed to be set for unpopulated cpusetDavid Rientjes2007-05-081-8/+30
* | | lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski2007-05-081-23/+15
* | | The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-081-56/+3
* | | CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg2007-05-081-9/+10
* | | Introduce a handy list_first_entry macroPavel Emelianov2007-05-082-9/+9
* | | lockdep: lookup_chain_cache comment errataJarek Poplawski2007-05-081-2/+3
* | | highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-083-3/+48
* | | kallsyms: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1
* | | audit: add spaces on either side of case "..." operator.Robert P. J. Day2007-05-081-4/+4
* | | Pad irq_desc to internode cacheline sizeRavikiran G Thirumalai2007-05-081-1/+1
* | | Lockdep treats down_write_trylock like regular down_writePavel Emelianov2007-05-081-1/+1
* | | kernel/params.c: fix lying comment for param_array()Bert Wesarg2007-05-081-1/+1
* | | Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan2007-05-082-0/+46
* | | Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-084-13/+48
* | | Simplify kallsyms_lookup()Alexey Dobriyan2007-05-086-16/+13
* | | Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan2007-05-082-20/+22
* | | Simplify module_get_kallsym() by dropping length argAlexey Dobriyan2007-05-082-3/+4