summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-31[PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao1-0/+1
2006-07-31[PATCH] delay accounting: temporarily enable by defaultShailabh Nagar1-4/+4
2006-07-31[PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar1-13/+11
2006-07-31[PATCH] make taskstats sending completely independent of delay accounting on/...Shailabh Nagar1-5/+3
2006-07-31[PATCH] genirq: {en,dis}able_irq_wake() need refcounting tooDavid Brownell1-2/+26
2006-07-31[PATCH] sched: build_sched_domains() fixSiddha, Suresh B1-1/+6
2006-07-28[PATCH] pi-futex: robust-futex exitIngo Molnar2-38/+87
2006-07-28[PATCH] pi-futex: robust-futex exit crash fixIngo Molnar1-8/+24
2006-07-23[PATCH] Cpuset: fix ABBA deadlock with cpu hotplug lockPaul Jackson1-3/+21
2006-07-23cpu hotplug: simplify and hopefully fix lockingLinus Torvalds1-41/+34
2006-07-14[PATCH] Remove down_write() from taskstats code invoked on the exit() pathShailabh Nagar1-5/+19
2006-07-14[PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar2-13/+192
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar3-36/+74
2006-07-14[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delaysShailabh Nagar1-0/+12
2006-07-14[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar2-6/+72
2006-07-14[PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar3-0/+344
2006-07-14[PATCH] per-task-delay-accounting: cpu delay collection via schedstatsChandra Seetharaman1-22/+49
2006-07-14[PATCH] per-task-delay-accounting: sync block I/O and swapin delay collectionShailabh Nagar2-0/+24
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar4-0/+92
2006-07-14[PATCH] lockdep: core, fix rq-lock handling on __ARCH_WANT_UNLOCKED_CTXSWIngo Molnar1-0/+8
2006-07-14[PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi1-2/+2
2006-07-14[PATCH] improve timekeeping resume robustnessjohn stultz1-1/+18
2006-07-14[PATCH] unexport open_softirqAdrian Bunk1-2/+0
2006-07-14[PATCH] Add try_to_freeze() to rt-test kthreadsLuca Tettamanti1-0/+1
2006-07-14[PATCH] del_timer_sync(): add cpu_relax()Andrew Morton1-0/+1
2006-07-14[PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk1-22/+2