summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2006-06-26[PATCH] Notify page fault call chainAnil S Keshavamurthy-7/+23
2006-06-26[PATCH] Kprobes registers for notify page faultAnil S Keshavamurthy-0/+8
2006-06-26[PATCH] Kprobe: multi kprobe posthandler for boostermao, bibo-8/+24
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel-42/+109
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz-19/+19
2006-06-26[PATCH] Time: i386 Clocksource Driversjohn stultz-3/+8
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz-0/+172
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz-19/+28
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz-4/+17
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz-15/+83
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz-0/+418
2006-06-26[PATCH] Convert kernel/cpu.c to mutexesIngo Molnar-5/+5
2006-06-26[PATCH] work around ppc64 bootup bug by making mutex-debugging save/restore irqsIngo Molnar-37/+27
2006-06-25Revert "swsusp special saveable pages support" commitsLinus Torvalds-116/+18
2006-06-25Fix PM_TRACE dependency: works only on 32-bit x86 for nowLinus Torvalds-1/+1
2006-06-25[PATCH] pacct: none-delayed process accounting accumulationKaiGai Kohei-13/+11
2006-06-25[PATCH] pacct: avoidance to refer the last thread as a representation of the ...KaiGai Kohei-20/+26
2006-06-25[PATCH] pacct: add pacct_struct to fix some pacct bugs.KaiGai Kohei-16/+40
2006-06-25[PATCH] kthread: move kernel-doc and put it into DocBookRandy Dunlap-1/+60
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap-10/+1
2006-06-25[PATCH] cpu hotplug: fix CPU_UP_CANCEL handlingHeiko Carstens-0/+8
2006-06-25[PATCH] kthread: convert stop_machine into a kthreadSerge E. Hallyn-6/+11
2006-06-25[PATCH] Link error when futexes are disabled on 64bit architecturesAnton Blanchard-1/+1
2006-06-25[PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__akpm@osdl.org-7/+0
2006-06-25[PATCH] Get rid of /proc/sys/procStephen Hemminger-11/+0
2006-06-25[PATCH] printk time parameterJan Engelhardt-0/+2
2006-06-25[PATCH] Remove unecessary NULL check in kernel/acct.cMatt Helsley-5/+3
2006-06-25[PATCH] constify parts of kernel/power/Andreas Mohr-3/+3
2006-06-25[PATCH] schedule_on_each_cpu(): reduce kmalloc() sizeAndrew Morton-8/+20
2006-06-25[PATCH] kernel/sys.c: cleanupsAdrian Bunk-5/+3
2006-06-25[PATCH] Make printk work for really early debuggingMichael Ellerman-17/+33
2006-06-25[PATCH] Allow raw_notifier callouts to unregister themselvesAlan Stern-2/+3
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras-6/+6
2006-06-25[PATCH] ensure NULL deref can't possibly happen in is_exported()Jesper Juhl-1/+1
2006-06-24Add some basic resume trace facilitiesLinus Torvalds-0/+9
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn-3/+2
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich-2/+3
2006-06-23[PATCH] When CONFIG_BASE_SMALL=1, cascade() may enter an infinite loopPorpoise-13/+9
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov-6/+6
2006-06-23[PATCH] Doc: add audit & acct to DocBookRandy Dunlap-0/+1
2006-06-23[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modulesPaul E. McKenney-11/+2
2006-06-23[PATCH] kernel/sys.c doesn't need init.hJes Sorensen-1/+0
2006-06-23[PATCH] CONFIG_NET=n build fixAndrew Morton-1/+1
2006-06-23[PATCH] make noirqdebug/irqfixup __read_mostly, add (un)likely()Andreas Mohr-6/+6
2006-06-23[PATCH] invert irq/migration.c brach predictionDaniel Walker-2/+2
2006-06-23[PATCH] cond_resched() might_sleep() fixIngo Molnar-0/+3
2006-06-23[PATCH] dup fd error fixPrasanna Meda-1/+2
2006-06-23[PATCH] mmput() might sleepAndrew Morton-0/+2
2006-06-23[PATCH] Add a sysfs file to determine if a kexec kernel is loadedJeff Moyer-3/+22
2006-06-23[PATCH] swsusp: use less memory during resumeRafael J. Wysocki-58/+85