aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov
2006-03-28[PATCH] introduce sig_needs_tasklist() helperOleg Nesterov
2006-03-28[PATCH] introduce lock_task_sighand() helperOleg Nesterov
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov
2006-03-28[PATCH] release_task: replace open-coded ptrace_unlink()Oleg Nesterov
2006-03-28[PATCH] wait_for_helper: trivial style cleanupOleg Nesterov
2006-03-28[PATCH] reparent_thread: use remove_parent/add_parentOleg Nesterov
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov
2006-03-28[PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov
2006-03-28[PATCH] choose_new_parent: remove unused arg, sanitize exit_state checkOleg Nesterov
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman
2006-03-28[PATCH] exec: allow init to exec from any thread.Eric W. Biederman
2006-03-28[PATCH] compat_sys_futex() warning fixAndrew Morton
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki
2006-03-28[PATCH] Change dash2underscore() return value to charEric Sesterhenn
2006-03-28[PATCH] symversion warning fixAndrew Morton
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar
2006-03-27[PATCH] lightweight robust futexes: coreIngo Molnar
2006-03-27[PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B
2006-03-27[PATCH] Small schedule() optimizationAndreas Mohr
2006-03-27[PATCH] sched: fix task interactivity calculationMartin Andersson
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell
2006-03-26[PATCH] swswsup: return correct load_image errorCon Kolivas
2006-03-26[PATCH] warn if free_irq() is called from IRQ contextIngo Molnar
2006-03-26BUG_ON() Conversion in kernel/fork.cEric Sesterhenn
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-03-25[PATCH] remove pps supportRoman Zippel
2006-03-25[PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich
2006-03-25[PATCH] Use unsigned int types for a faster bsearchEric Dumazet
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj
2006-03-25[PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p...Eric Dumazet
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton