summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: don't modify restart_block->fn in restart functionsOleg Nesterov2008-02-102-5/+0
* hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep()Oleg Nesterov2008-02-101-4/+40
* hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov2008-02-102-38/+30
* ntp: correct inconsistent interval/tick_length usagejohn stultz2008-02-101-4/+0
* Update kernel/.gitignore with new auto-generated filesS.Çağlar Onur2008-02-091-0/+1
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-081-1/+1
|\
| * [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpcBadari Pulavarty2008-02-081-1/+1
* | IRQ_NOPROBE helper functionsRalf Baechle2008-02-081-0/+36
* | Add new string functions strict_strto* and convert kernel params to use themYi Yang2008-02-081-10/+10
* | cpu: fix section mismatch warnings for enable_nonboot_cpusSam Ravnborg2008-02-081-1/+1
* | Don't operate with pid_t in rtmutex testerPavel Emelyanov2008-02-082-4/+10
* | Use find_task_by_vpid in posix timersPavel Emelyanov2008-02-082-5/+5
* | avoid overflows in kernel/time.cH. Peter Anvin2008-02-083-8/+431
* | printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches2008-02-082-10/+12
* | workqueue: make delayed_work_timer_fn() staticLi Zefan2008-02-081-1/+1
* | The scheduled 'time' option removalAdrian Bunk2008-02-081-13/+0
* | Nuke duplicate header from sysctl.cJesper Juhl2008-02-081-1/+0
* | Nuke a duplicate include from profile.cJesper Juhl2008-02-081-1/+0
* | Nuke duplicate include from printk.cJesper Juhl2008-02-081-1/+0
* | constify tables in kernel/sysctl_check.cJan Beulich2008-02-081-76/+75
* | kernel: remove fastcall in kernel/*Harvey Harrison2008-02-0812-68/+67
* | time: fix typo in commentsLi Zefan2008-02-083-4/+4
* | timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan2008-02-082-3/+3
* | clockevent: simplify list operationsLi Zefan2008-02-081-7/+4
* | clocksource: remove redundant codeLi Zefan2008-02-081-1/+0
* | Get rid of the kill_pgrp_info() functionPavel Emelyanov2008-02-081-13/+8
* | Clean up the kill_something_infoPavel Emelyanov2008-02-081-11/+15
* | Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-085-17/+8
* | ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-083-16/+2
* | uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov2008-02-081-3/+12
* | sys_getsid: don't use ->nsproxy directlyOleg Nesterov2008-02-081-7/+4
* | pid: Extend/Fix pid_vnrEric W. Biederman2008-02-081-0/+6
* | pid: sys_wait... fixesEric W. Biederman2008-02-081-24/+56
* | move the related code from exit_notify() to exit_signals()Oleg Nesterov2008-02-082-23/+22
* | sys_setsid: remove now unneeded session != 1 checkOleg Nesterov2008-02-081-4/+1
* | fix group stop with exit raceOleg Nesterov2008-02-082-2/+27
* | start the global /sbin/init with 0,0 special pidsOleg Nesterov2008-02-081-5/+4
* | move daemonized kernel threads into the swapper's sessionOleg Nesterov2008-02-081-1/+1
* | teach set_special_pids() to use struct pidOleg Nesterov2008-02-082-16/+16
* | fix setsid() for sub-namespace /sbin/initOleg Nesterov2008-02-081-12/+10
* | sys_setpgid(): simplify pid/ns interactionOleg Nesterov2008-02-081-13/+10
* | wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov2008-02-081-4/+0
* | wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov2008-02-081-10/+5
* | do_wait: fix security checksOleg Nesterov2008-02-081-21/+18
* | do_wait: cleanup delay_group_leader() usageOleg Nesterov2008-02-081-13/+4
* | wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov2008-02-081-4/+3
* | ptrace_stop: fix racy nonstop_code settingOleg Nesterov2008-02-081-6/+7
* | do_wait: factor out "retval != 0" checksOleg Nesterov2008-02-081-8/+4
* | wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov2008-02-081-62/+26
* | ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov2008-02-081-3/+3
OpenPOWER on IntegriCloud