aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-29[PATCH] taskstats: fix sk_buff size calculationOleg Nesterov1-1/+2
2006-10-29[PATCH] taskstats: fix sk_buff leakOleg Nesterov1-2/+1
2006-10-28[PATCH] workqueue: update kerneldocAlan Stern1-3/+3
2006-10-28[PATCH] cpu-hotplug: release `workqueue_mutex' properly on CPU hot-removeSatoru Takeuchi1-6/+6
2006-10-28[PATCH] time_adjust cleared before useJim Houston1-1/+1
2006-10-28[PATCH] fill_tgid: cleanup delays accountingOleg Nesterov1-1/+1
2006-10-28[PATCH] taskstats: don't use tasklist_lockOleg Nesterov1-35/+24
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov2-11/+7
2006-10-28[PATCH] taskstats_tgid_free: fix usageOleg Nesterov2-1/+1
2006-10-28[PATCH] bacct_add_tsk: fix unsafe and wrong parent/group_leader dereferenceOleg Nesterov1-2/+5
2006-10-28[PATCH] fill_tgid: fix task_struct leak and possible oopsOleg Nesterov1-6/+9
2006-10-28[PATCH] Constify compat_get_bitmap argumentStephen Rothwell1-1/+1
2006-10-28[PATCH] Add missing space in module.c for taintskernelJan Dittmer1-1/+1
2006-10-21[PATCH] x86-64: Speed up dwarf2 unwinderJan Beulich1-39/+279
2006-10-20[PATCH] kernel/nsproxy.c: use kmemdup()Alexey Dobriyan1-4/+2
2006-10-20[PATCH] cad_pid sysctl with PROC_FS=nRandy Dunlap1-0/+4
2006-10-20[PATCH] readjust comments of task_timeslice for kernel docBorislav Petkov1-9/+9
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-5/+7
2006-10-17[PATCH] Convert cpu hotplug notifiers to use raw_notifier instead of blocking_notifierNeil Brown1-9/+15
2006-10-17[PATCH] rt-mutex: fixup rt-mutex debug codePeter Zijlstra1-2/+2
2006-10-17[PATCH] genirq: clean up irq-flow-type namingIngo Molnar1-24/+9
2006-10-17[PATCH] swsusp: fix memory leaksAndrew Morton1-1/+2
2006-10-17[PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner1-6/+21
2006-10-17[PATCH] i386 Time: Avoid PIT SMP lockupsjohn stultz1-1/+1
2006-10-17[PATCH] lockdep: increase max allowed recursion depthIngo Molnar1-3/+5
2006-10-16[PATCH] fix epoll_pwait when EPOLL=nRandy Dunlap1-0/+1
2006-10-11[PATCH] lockdep: fix printk recursion logicIngo Molnar1-9/+2
2006-10-11[PATCH] lockdep: use BUILD_BUG_ONAlexey Dobriyan1-4/+1
2006-10-11[PATCH] bitmap: parse input from kernel and user buffersReinette Chatre2-2/+2
2006-10-11[PATCH] sched: likely profilingNick Piggin1-3/+3
2006-10-11[PATCH] fix Module taint flags listing in Oops/panicFlorin Malita1-45/+49
2006-10-11[PATCH] mm: kevent threads: use MPOL_DEFAULTChristoph Lameter1-0/+7
2006-10-11[PATCH] swsusp: Use suspend_consoleRafael J. Wysocki2-1/+15
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2-5/+7
2006-10-10[PATCH] cpuset ANSI prototypeAl Viro1-1/+1
2006-10-10[PATCH] make kernel/relay.c __user-cleanAl Viro1-19/+22
2006-10-10[PATCH] __user annotations: futexAl Viro2-13/+14
2006-10-07[PATCH] swsusp: Make userland suspend work on SMP againRafael J. Wysocki1-1/+1
2006-10-06[PATCH] ixp4xxdefconfig arm fixesFrederik Deweerdt1-1/+1
2006-10-06[PATCH] kauditd_thread warning fixAndrew Morton1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells5-40/+33
2006-10-05IRQ: Typedef the IRQ handler function typeDavid Howells1-3/+1
2006-10-05IRQ: Typedef the IRQ flow handler function typeDavid Howells1-9/+3
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/confighLinus Torvalds2-2/+0
2006-10-04Merge branch 'audit.b32' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2-5/+32
2006-10-04[PATCH] rcu: simplify/improve batch tuningOleg Nesterov1-8/+3
2006-10-04[PATCH] rcu: add sched torture type to rcutortureJosh Triplett1-1/+39
2006-10-04[PATCH] rcu: add rcu_bh_sync torture type to rcutortureJosh Triplett1-1/+15
2006-10-04[PATCH] rcu: add rcu_sync torture type to rcutortureJosh Triplett1-2/+15
2006-10-04[PATCH] rcu: refactor srcu_torture_deferred_free to work for any implementationJosh Triplett1-24/+29