aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2008-02-08IRQ_NOPROBE helper functionsRalf Baechle1-0/+36
2008-02-08Add new string functions strict_strto* and convert kernel params to use themYi Yang1-10/+10
2008-02-08cpu: fix section mismatch warnings for enable_nonboot_cpusSam Ravnborg1-1/+1
2008-02-08Don't operate with pid_t in rtmutex testerPavel Emelyanov2-4/+10
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov2-5/+5
2008-02-08avoid overflows in kernel/time.cH. Peter Anvin3-8/+431
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKJoe Perches2-10/+12
2008-02-08workqueue: make delayed_work_timer_fn() staticLi Zefan1-1/+1
2008-02-08The scheduled 'time' option removalAdrian Bunk1-13/+0
2008-02-08Nuke duplicate header from sysctl.cJesper Juhl1-1/+0
2008-02-08Nuke a duplicate include from profile.cJesper Juhl1-1/+0
2008-02-08Nuke duplicate include from printk.cJesper Juhl1-1/+0
2008-02-08constify tables in kernel/sysctl_check.cJan Beulich1-76/+75
2008-02-08kernel: remove fastcall in kernel/*Harvey Harrison12-68/+67
2008-02-08time: fix typo in commentsLi Zefan3-4/+4
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan2-3/+3
2008-02-08clockevent: simplify list operationsLi Zefan1-7/+4
2008-02-08clocksource: remove redundant codeLi Zefan1-1/+0
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov1-13/+8
2008-02-08Clean up the kill_something_infoPavel Emelyanov1-11/+15
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov5-17/+8
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov3-16/+2
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov1-3/+12
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov1-7/+4
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman1-0/+6
2008-02-08pid: sys_wait... fixesEric W. Biederman1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov2-23/+22
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov1-4/+1
2008-02-08fix group stop with exit raceOleg Nesterov2-2/+27
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov1-5/+4
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov1-1/+1
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov2-16/+16
2008-02-08fix setsid() for sub-namespace /sbin/initOleg Nesterov1-12/+10
2008-02-08sys_setpgid(): simplify pid/ns interactionOleg Nesterov1-13/+10
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov1-10/+5
2008-02-08do_wait: fix security checksOleg Nesterov1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov1-4/+3
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov1-6/+7
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov1-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov1-62/+26
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov1-3/+3
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill my_ptrace_child()Oleg Nesterov1-20/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov3-21/+3
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton1-2/+2
2008-02-08modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter1-3/+1
2008-02-08Modules: handle symbols that have a zero valueChristoph Lameter1-9/+14