summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2003-02-14kbuild: Add dependency info to modulesKai Germaschewski
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski
2003-02-13[PATCH] Ctrl-C-ing straceRoland McGrath
2003-02-13Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-02-12Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-02-12Make dequeue_signal() take the process as an argument.Linus Torvalds
2003-02-12Consolidate ACPI and APM sysrq implementations.Patrick Mochel
2003-02-11Merge bk://linux-dj.bkbits.net/cpufreqLinus Torvalds
2003-02-12[CPUFREQ] add support for cpufreq governors.Dave Jones
2003-02-11Don't wake up processes unnecessarily for ignored signalsLinus Torvalds
2003-02-11[PATCH] export allow_signal()Tomas Szepe
2003-02-11Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5David S. Miller
2003-02-11Add macthing 'va_end()' to the 'va_start()' in daemonize().Linus Torvalds
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds
2003-02-10If we set TIF_SIGPENDING for SIGCONT, we have to wake up any sleepingLinus Torvalds
2003-02-10[PATCH] signal error return fixAndries E. Brouwer
2003-02-10[PATCH] sched_init enables interrupts too earlyAndrew Morton
2003-02-10Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5David S. Miller
2003-02-10[SIGNAL]: Allow more platforms to use generic get_signal_to_deliver.David S. Miller
2003-02-10[PATCH] fix current->user->processes leakAndrew Morton
2003-02-10[PATCH] uninline get_jiffies_64() for 32-bit architecturesAndrew Morton
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton
2003-02-09Wake up a stopped task _after_ having marked the SIGCONT pending,Linus Torvalds
2003-02-09Create "wake_up_state()" macro that selectively wakes up processes onlyLinus Torvalds
2003-02-09[PATCH] swsusp: do not panic on bad signature with noresumeRusty Russell
2003-02-09[PATCH] fix comment in module.cRusty Russell
2003-02-09Fix missing break, causing sigprocmask(SIG_SETMASK ...) to alwaysLinus Torvalds
2003-02-09Make sigprocmask() available to kernel threads too, since a lot ofLinus Torvalds
2003-02-09[PATCH] lock group_send_sig_info() properlyIngo Molnar
2003-02-09[PATCH] Lock session and group ID settingIngo Molnar
2003-02-08[PATCH] Fix compile warning for 'sys_exit_group'Andrew Morton
2003-02-08[PATCH] Fix Alt-SysRQ-T status, and commentRussell King
2003-02-08More signal handling fixups for the threaded signal fix upheavals.Linus Torvalds
2003-02-07[PATCH] TASK_STOPPED wakeup cleanupRoland McGrath
2003-02-07[PATCH] signal locking updateChris Wedgwood
2003-02-07Hand mergeDaniel Jacobowitz
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-06Don't special-case SIGKILL/SIGSTOP - the blocking masks shouldLinus Torvalds
2003-02-06[PATCH] do_sigaction locking cleanupRoland McGrath
2003-02-06MergeDaniel Jacobowitz
2003-02-06[PATCH] exit_notify/do_exit cleanupRoland McGrath
2003-02-06Hand-merge with Ingo's changesDaniel Jacobowitz
2003-02-06Signal handling bugs for thread exit + ptraceDaniel Jacobowitz
2003-02-06Add PTRACE_O_TRACEVFORKDONE and PTRACE_O_TRACEEXIT facilities.Daniel Jacobowitz
2003-02-05[PATCH] Make sys_wait4() more readableRoland McGrath
2003-02-05[PATCH] signal-fixes-2.5.59-A4Ingo Molnar
2003-02-05[PATCH] self-unplugging request queuesAndrew Morton
2003-02-04[PATCH] seqlock for xtimeStephen Hemminger
2003-02-04[PATCH] 2.5-bk trivial LSM cleanupChris Wright
2003-02-04Use force_sig_specific to send SIGSTOP to newly-created CLONE_PTRACE processes.Daniel Jacobowitz