summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2006-09-13[PATCH] rcu_do_batch: make ->qlen decrement irq safeOleg Nesterov-1/+5
2006-09-13[PATCH] lockdep: double the number of stack-trace entriesIngo Molnar-1/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro-0/+69
2006-09-11[PATCH] update audit rule change messagesAmy Griffis-5/+14
2006-09-11[PATCH] sanity check audit_bufferAmy Griffis-0/+6
2006-09-11[PATCH] fix ppid bug in 2.6.18 kernelSteve Grubb-0/+1
2006-09-08[PATCH] Use the correct restart option for futex_lock_piThomas Gleixner-73/+11
2006-09-06[PATCH] lockdep: do not touch console state when tainting the kernelIngo Molnar-1/+1
2006-09-06[PATCH] prevent swsusp with PAEPavel Machek-1/+5
2006-09-06[PATCH] lockdep ifdef fixJarek Poplawski-1/+1
2006-09-02[PATCH] eligible_child: remove an obsolete ->tgid checkOleg Nesterov-1/+1
2006-09-01[PATCH] kerneldoc for handle_bad_irq()Henrik Kretzschmar-0/+5
2006-09-01[PATCH] task delay accounting fixesShailabh Nagar-19/+4
2006-08-27[PATCH] cpuset: oom panic fixNick Piggin-1/+1
2006-08-27[PATCH] cpuset: top_cpuset tracks hotplug changes to cpu_online_mapPaul Jackson-0/+33
2006-08-27[PATCH] Remove redundant up() in stop_machine()Yingchao Zhou-1/+0
2006-08-27[PATCH] futex_find_get_task(): remove an obscure EXIT_ZOMBIE checkOleg Nesterov-1/+1
2006-08-27[PATCH] revert "Drop tasklist lock in do_sched_setscheduler"Oleg Nesterov-3/+1
2006-08-14[PATCH] workqueue: remove lock_cpu_hotplug()Andrew Morton-12/+21
2006-08-14[PATCH] futex_handle_fault always failsjohn stultz-6/+10
2006-08-14[PATCH] sys_getppid oopses on debug kernelKirill Korotaev-34/+7
2006-08-14[PATCH] panic.c build fixAndrew Morton-0/+1
2006-08-14[PATCH] fix hrtimer percpu usage typoJan Blunck-1/+1
2006-08-06[PATCH] futex: Apply recent futex fixes to futex_compatThomas Gleixner-3/+3
2006-08-06[PATCH] memory hotadd fixes: find_next_system_ram catch range fixKAMEZAWA Hiroyuki-1/+2
2006-08-06[PATCH] memory hotadd fixes: change find_next_system_ram's return value mannerKAMEZAWA Hiroyuki-2/+4
2006-08-06[PATCH] vt: printk: Fix framebuffer console triggering might_sleep assertionAntonino A. Daplas-1/+3
2006-08-06[PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONEChuck Ebbert-1/+3
2006-08-06[PATCH] bug in futex unqueue_meChristian Borntraeger-0/+1
2006-08-06[PATCH] Make suspend possible with a traced process at a breakpointRafael J. Wysocki-8/+18
2006-08-03[PATCH] take filling ->pid, etc. out of audit_get_context()Al Viro-11/+12
2006-08-03[PATCH] don't bother with aux entires for dummy contextAl Viro-3/+3
2006-08-03[PATCH] mark context of syscall entered with no rules as dummyAl Viro-2/+4
2006-08-03[PATCH] introduce audit rules counterAl Viro-0/+27
2006-08-03[PATCH] fix audit oops with invalid operatorAmy Griffis-0/+2
2006-08-03[PATCH] fix oops with CONFIG_AUDIT and !CONFIG_AUDITSYSCALLAmy Griffis-3/+1
2006-08-03[PATCH] fix missed create event for directory auditAmy Griffis-3/+13
2006-08-03[PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis-22/+41
2006-08-02Fix force_sig_info() semantics after cleanupsLinus Torvalds-8/+17
2006-07-31[PATCH] timer: Fix tvec_bases initializerJosh Triplett-1/+1
2006-07-31[PATCH] reference rt-mutex-design in rtmutex.cSteven Rostedt-0/+2
2006-07-31[PATCH] Reducing local_bh_enable/disable overhead in irqtraceTim Chen-0/+18
2006-07-31[PATCH] pi-futex: missing pi_waiters plist initializationHeiko Carstens-0/+5
2006-07-31[PATCH] Add DocBook documentation for workqueue functionsRolf Eike Beer-4/+54
2006-07-31[PATCH] fix cond_resched() fixJim Houston-5/+5
2006-07-31[PATCH] fix bad macro param in timer.cSteven Rostedt-1/+1
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman-10/+10
2006-07-31[PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao-0/+1
2006-07-31[PATCH] delay accounting: temporarily enable by defaultShailabh Nagar-4/+4
2006-07-31[PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar-13/+11