summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix build error if CONFIG_SYSFS=nAndrew Morton2006-03-241-2/+2
* [PATCH] strndup_user: convert moduleDavi Arnaut2006-03-241-16/+3Star
* [PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2006-03-242-25/+31
* [PATCH] Fix module refcount leak in __set_personality()Sergey Vlasov2006-03-241-0/+1
* [PATCH] RLIMIT_CPU: document wrong return valueAndrew Morton2006-03-241-0/+7
* [PATCH] RLIMIT_CPU: fix handling of a zero limitAndrew Morton2006-03-241-1/+12
* [PATCH] sys_setrlimit() cleanupAndrew Morton2006-03-241-11/+15
* [PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTKJohn Z. Bohach2006-03-241-38/+38
* [PATCH] cpuset: remove useless local variable initializationPaul Jackson2006-03-241-1/+1
* [PATCH] cpuset: don't need to mark cpuset_mems_generation atomicPaul Jackson2006-03-241-8/+11
* [PATCH] cpuset: remove unnecessary NULL checkPaul Jackson2006-03-241-12/+6Star
* [PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2006-03-241-0/+1
* [PATCH] cpuset memory spread basic implementationPaul Jackson2006-03-241-6/+98
* [PATCH] cpuset use combined atomic_inc_return callsPaul Jackson2006-03-241-7/+4Star
* [PATCH] cpuset cleanup not not operatorsPaul Jackson2006-03-241-5/+5
* [PATCH] rcutorture: tag success/failure line with module parametersPaul E. McKenney2006-03-241-8/+15
* [PATCH] tvec_bases too large for per-cpu dataJan Beulich2006-03-241-11/+34
* [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov2006-03-241-3/+2Star
* [PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_convBart Samwel2006-03-241-0/+4
* [PATCH] Represent laptop_mode as jiffies internallyBart Samwel2006-03-241-3/+2Star
* [PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel2006-03-241-5/+5
* [PATCH] free_uid() locking improvementAndrew Morton2006-03-241-3/+7
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+1
* [PATCH] relay: consolidate sendfile() and read() codeTom Zanussi2006-03-231-84/+91
* [PATCH] relay: add sendfile() supportJens Axboe2006-03-231-29/+115
* [PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe2006-03-232-0/+920
* [PATCH] kernel/rcupdate.c: make two structs staticAdrian Bunk2006-03-231-2/+2
* [PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usageOleg Nesterov2006-03-231-5/+4Star
* [PATCH] pause_on_oops command line optionAndrew Morton2006-03-231-1/+96
* [PATCH] make bug messages more consistentIngo Molnar2006-03-231-2/+2
* [PATCH] sigprocmask: kill unneeded temp varOleg Nesterov2006-03-231-4/+4
* [PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutexAshutosh Naik2006-03-231-19/+19
* [PATCH] sem2mutex: kprobesIngo Molnar2006-03-231-7/+7
* [PATCH] sem2mutex: ttyIngo Molnar2006-03-232-4/+4
* [PATCH] sem2mutex: kernel/Arjan van de Ven2006-03-235-25/+30
* [PATCH] convert kernel/rcupdate.c:rcu_barrier_sema to mutexIngo Molnar2006-03-231-5/+5
* [PATCH] kernel/cpuset.c, mutex conversionIngo Molnar2006-03-231-109/+103Star
* [PATCH] Avoid taking global tasklist_lock for single threadedprocess at getru...Ravikiran G Thirumalai2006-03-231-8/+34
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-231-4/+4
* [PATCH] swsusp: add s2ram ioctl to userland interfaceLuca Tettamanti2006-03-233-2/+40
* [PATCH] swsusp: let userland tools switch console on suspendRafael J. Wysocki2006-03-231-3/+0Star
* [PATCH] swsusp: drain high mem pagesShaohua Li2006-03-231-0/+1
* [PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki2006-03-231-1/+2
* [PATCH] suspend: make progress printing prettierPavel Machek2006-03-231-2/+3
* [PATCH] swsusp: freeze user space processes firstRafael J. Wysocki2006-03-233-17/+46
* [PATCH] swsusp: userland interfaceRafael J. Wysocki2006-03-234-5/+321
* [PATCH] swsusp: documentation updatesPavel Machek2006-03-231-1/+1
* [PATCH] kernel/power: move externs to header filesRandy Dunlap2006-03-232-12/+5Star
* [PATCH] swsusp: separate swap-writing/reading codeRafael J. Wysocki2006-03-234-564/+581
* [PATCH] swsusp: low level interfaceRafael J. Wysocki2006-03-234-488/+599