aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] introduce sig_needs_tasklist() helperOleg Nesterov1-1/+4
2006-03-28[PATCH] introduce lock_task_sighand() helperOleg Nesterov1-14/+24
2006-03-28[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2-11/+12
2006-03-28[PATCH] release_task: replace open-coded ptrace_unlink()Oleg Nesterov1-3/+2
2006-03-28[PATCH] wait_for_helper: trivial style cleanupOleg Nesterov1-1/+1
2006-03-28[PATCH] reparent_thread: use remove_parent/add_parentOleg Nesterov1-2/+2
2006-03-28[PATCH] pidhash: don't count idle threadsOleg Nesterov3-43/+20
2006-03-28[PATCH] kill SET_LINKS/REMOVE_LINKSOleg Nesterov2-2/+6
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov2-6/+6
2006-03-28[PATCH] remove add_parent()'s parent argumentOleg Nesterov1-1/+1
2006-03-28[PATCH] choose_new_parent: remove unused arg, sanitize exit_state checkOleg Nesterov1-4/+4
2006-03-28[PATCH] pidhash: kill switch_exec_pidsEric W. Biederman1-30/+0
2006-03-28[PATCH] exec: allow init to exec from any thread.Eric W. Biederman2-2/+2
2006-03-28[PATCH] compat_sys_futex() warning fixAndrew Morton1-1/+2
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2-6/+6
2006-03-28[PATCH] Change dash2underscore() return value to charEric Sesterhenn1-1/+1
2006-03-28[PATCH] symversion warning fixAndrew Morton1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern6-134/+301
2006-03-27[PATCH] lightweight robust futexes updatesIngo Molnar3-16/+16
2006-03-27[PATCH] lightweight robust futexes: compatIngo Molnar4-23/+150
2006-03-27[PATCH] lightweight robust futexes: coreIngo Molnar3-0/+179
2006-03-27[PATCH] sched: fix group power for allnodes_domainsSiddha, Suresh B1-33/+29
2006-03-27[PATCH] sched: new sched domain for representing multi-coreSiddha, Suresh B1-5/+68
2006-03-27[PATCH] Small schedule() optimizationAndreas Mohr1-7/+5
2006-03-27[PATCH] sched: fix task interactivity calculationMartin Andersson1-1/+2
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao2-6/+13
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel4-21/+17
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel2-4/+4
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel1-9/+5
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel1-80/+62
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel1-24/+26
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel3-9/+15
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner1-2/+26
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell1-0/+59
2006-03-26[PATCH] swswsup: return correct load_image errorCon Kolivas1-3/+4
2006-03-26[PATCH] warn if free_irq() is called from IRQ contextIngo Molnar1-0/+1
2006-03-26BUG_ON() Conversion in kernel/fork.cEric Sesterhenn1-2/+1
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds5-436/+1293
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-25[PATCH] remove pps supportRoman Zippel2-54/+18
2006-03-25[PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich1-5/+18
2006-03-25[PATCH] Use unsigned int types for a faster bsearchEric Dumazet1-2/+2
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj1-3/+1
2006-03-25[PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p() and in_egroup_p()Eric Dumazet1-6/+0
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2-12/+16
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty1-4/+17
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton2-2/+53
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk1-6/+6