aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-19[PATCH] genirq core: fix handle_level_irq()Ingo Molnar1-3/+3
2006-09-16[PATCH] bug fix in kernel/kmod.cKenneth Lee1-2/+3
2006-09-16[PATCH] genirq: fix typo in IRQ resendImre Deak1-2/+1
2006-09-13[PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov1-1/+5
2006-09-13[PATCH] lockdep: double the number of stack-trace entriesIngo Molnar1-1/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro3-0/+69
2006-09-11[PATCH] update audit rule change messagesAmy Griffis1-5/+14
2006-09-11[PATCH] sanity check audit_bufferAmy Griffis1-0/+6
2006-09-11[PATCH] fix ppid bug in 2.6.18 kernelSteve Grubb1-0/+1
2006-09-08[PATCH] Use the correct restart option for futex_lock_piThomas Gleixner1-73/+11
2006-09-06[PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar1-1/+1
2006-09-06[PATCH] prevent swsusp with PAEPavel Machek1-1/+5
2006-09-06[PATCH] lockdep ifdef fixJarek Poplawski1-1/+1
2006-09-02[PATCH] eligible_child: remove an obsolete ->tgid checkOleg Nesterov1-1/+1
2006-09-01[PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar1-0/+5
2006-09-01[PATCH] task delay accounting fixesShailabh Nagar3-19/+4
2006-08-27[PATCH] cpuset: oom panic fixNick Piggin1-1/+1
2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson1-0/+33
2006-08-27[PATCH] Remove redundant up() in stop_machine()Yingchao Zhou1-1/+0
2006-08-27[PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE checkOleg Nesterov1-1/+1
2006-08-27[PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov1-3/+1
2006-08-14[PATCH] workqueue: remove lock_cpu_hotplug()Andrew Morton1-12/+21
2006-08-14[PATCH] futex_handle_fault always failsjohn stultz1-6/+10
2006-08-14[PATCH] sys_getppid oopses on debug kernelKirill Korotaev1-34/+7
2006-08-14[PATCH] panic.c build fixAndrew Morton1-0/+1
2006-08-14[PATCH] fix hrtimer percpu usage typoJan Blunck1-1/+1
2006-08-06[PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner1-3/+3
2006-08-06[PATCH] memory hotadd fixes: find_next_system_ram catch range fixKAMEZAWA Hiroyuki1-1/+2
2006-08-06[PATCH] memory hotadd fixes: change find_next_system_ram's return value mannerKAMEZAWA Hiroyuki1-2/+4
2006-08-06[PATCH] vt: printk: Fix framebuffer console triggering might_sleep assertionAntonino A. Daplas1-1/+3
2006-08-06[PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONEChuck Ebbert1-1/+3
2006-08-06[PATCH] bug in futex unqueue_meChristian Borntraeger1-0/+1
2006-08-06[PATCH] Make suspend possible with a traced process at a breakpointRafael J. Wysocki1-8/+18
2006-08-03[PATCH] take filling ->pid, etc. out of audit_get_context()Al Viro1-11/+12
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro1-3/+3
2006-08-03[PATCH] mark context of syscall entered with no rules as dummyAl Viro1-2/+4
2006-08-03[PATCH] introduce audit rules counterAl Viro2-0/+27
2006-08-03[PATCH] fix audit oops with invalid operatorAmy Griffis1-0/+2
2006-08-03[PATCH] fix oops with CONFIG_AUDIT and !CONFIG_AUDITSYSCALLAmy Griffis1-3/+1
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis1-3/+13
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis1-22/+41
2006-08-02Fix force_sig_info() semantics after cleanupsLinus Torvalds1-8/+17
2006-07-31[PATCH] timer: Fix tvec_bases initializerJosh Triplett1-1/+1
2006-07-31[PATCH] reference rt-mutex-design in rtmutex.cSteven Rostedt1-0/+2
2006-07-31[PATCH] Reducing local_bh_enable/disable overhead in irqtraceTim Chen1-0/+18
2006-07-31[PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens1-0/+5
2006-07-31[PATCH] Add DocBook documentation for workqueue functionsRolf Eike Beer1-4/+54
2006-07-31[PATCH] fix cond_resched() fixJim Houston1-5/+5
2006-07-31[PATCH] fix bad macro param in timer.cSteven Rostedt1-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman5-10/+10