Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | Linux Kernel Markers: support multiple probes | Mathieu Desnoyers | 2 | -176/+508 |
2008-02-13 | hugetlb: fix overcommit locking | Nishanth Aravamudan | 1 | -2/+2 |
2008-02-13 | remove final fastcall users | Harvey Harrison | 1 | -1/+1 |
2008-02-13 | rcupdate: fix comment | Paul E. McKenney | 1 | -1/+4 |
2008-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 5 | -196/+487 |
2008-02-13 | sched: rt-group: refure unrunnable tasks | Peter Zijlstra | 1 | -0/+15 |
2008-02-13 | sched: rt-group: clean up the ifdeffery | Peter Zijlstra | 1 | -71/+139 |
2008-02-13 | sched: rt-group: make rt groups scheduling configurable | Peter Zijlstra | 3 | -56/+126 |
2008-02-13 | sched: rt-group: interface | Peter Zijlstra | 4 | -76/+178 |
2008-02-13 | sched: rt-group: deal with PI | Peter Zijlstra | 2 | -5/+41 |
2008-02-13 | sched: fix incorrect irq lock usage in normalize_rt_tasks() | Peter Zijlstra | 1 | -4/+4 |
2008-02-13 | sched: fair-group: separate tg->shares from task_group_lock | Peter Zijlstra | 1 | -20/+17 |
2008-02-13 | hrtimer: more hrtimer_init_sleeper() fallout. | Peter Zijlstra | 1 | -1/+4 |
2008-02-12 | timeconst.pl: correct reversal of USEC_TO_HZ and HZ_TO_USEC | H. Peter Anvin | 1 | -1/+1 |
2008-02-10 | hrtimer: don't modify restart_block->fn in restart functions | Oleg Nesterov | 2 | -5/+0 |
2008-02-10 | hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep() | Oleg Nesterov | 1 | -4/+40 |
2008-02-10 | hrtimer: fix *rmtp handling in hrtimer_nanosleep() | Oleg Nesterov | 2 | -38/+30 |
2008-02-10 | ntp: correct inconsistent interval/tick_length usage | john stultz | 1 | -4/+0 |
2008-02-09 | Update kernel/.gitignore with new auto-generated files | S.Çağlar Onur | 1 | -0/+1 |
2008-02-08 | Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 1 | -1/+1 |
2008-02-08 | IRQ_NOPROBE helper functions | Ralf Baechle | 1 | -0/+36 |
2008-02-08 | Add new string functions strict_strto* and convert kernel params to use them | Yi Yang | 1 | -10/+10 |
2008-02-08 | cpu: fix section mismatch warnings for enable_nonboot_cpus | Sam Ravnborg | 1 | -1/+1 |
2008-02-08 | Don't operate with pid_t in rtmutex tester | Pavel Emelyanov | 2 | -4/+10 |
2008-02-08 | Use find_task_by_vpid in posix timers | Pavel Emelyanov | 2 | -5/+5 |
2008-02-08 | avoid overflows in kernel/time.c | H. Peter Anvin | 3 | -8/+431 |
2008-02-08 | printk_ratelimit() functions should use CONFIG_PRINTK | Joe Perches | 2 | -10/+12 |
2008-02-08 | workqueue: make delayed_work_timer_fn() static | Li Zefan | 1 | -1/+1 |
2008-02-08 | The scheduled 'time' option removal | Adrian Bunk | 1 | -13/+0 |
2008-02-08 | Nuke duplicate header from sysctl.c | Jesper Juhl | 1 | -1/+0 |
2008-02-08 | Nuke a duplicate include from profile.c | Jesper Juhl | 1 | -1/+0 |
2008-02-08 | Nuke duplicate include from printk.c | Jesper Juhl | 1 | -1/+0 |
2008-02-08 | constify tables in kernel/sysctl_check.c | Jan Beulich | 1 | -76/+75 |
2008-02-08 | kernel: remove fastcall in kernel/* | Harvey Harrison | 12 | -68/+67 |
2008-02-08 | time: fix typo in comments | Li Zefan | 3 | -4/+4 |
2008-02-08 | timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres | Li Zefan | 2 | -3/+3 |
2008-02-08 | clockevent: simplify list operations | Li Zefan | 1 | -7/+4 |
2008-02-08 | clocksource: remove redundant code | Li Zefan | 1 | -1/+0 |
2008-02-08 | Get rid of the kill_pgrp_info() function | Pavel Emelyanov | 1 | -13/+8 |
2008-02-08 | Clean up the kill_something_info | Pavel Emelyanov | 1 | -11/+15 |
2008-02-08 | Pidns: make full use of xxx_vnr() calls | Pavel Emelyanov | 5 | -17/+8 |
2008-02-08 | ITIMER_REAL: convert to use struct pid | Oleg Nesterov | 3 | -16/+2 |
2008-02-08 | uglify kill_pid_info() to fix kill() vs exec() race | Oleg Nesterov | 1 | -3/+12 |
2008-02-08 | sys_getsid: don't use ->nsproxy directly | Oleg Nesterov | 1 | -7/+4 |
2008-02-08 | pid: Extend/Fix pid_vnr | Eric W. Biederman | 1 | -0/+6 |
2008-02-08 | pid: sys_wait... fixes | Eric W. Biederman | 1 | -24/+56 |
2008-02-08 | move the related code from exit_notify() to exit_signals() | Oleg Nesterov | 2 | -23/+22 |
2008-02-08 | sys_setsid: remove now unneeded session != 1 check | Oleg Nesterov | 1 | -4/+1 |
2008-02-08 | fix group stop with exit race | Oleg Nesterov | 2 | -2/+27 |
2008-02-08 | start the global /sbin/init with 0,0 special pids | Oleg Nesterov | 1 | -5/+4 |