aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-13/+6
2006-09-29[PATCH] __dequeue_signal() cleanupRoland McGrath1-4/+2
2006-09-29[PATCH] has_stopped_jobs() cleanupRoland McGrath1-11/+0
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe4-15/+76
2006-09-29[PATCH] check return value of cpu_callbackAkinobu Mita4-4/+11
2006-09-29[PATCH] memory ordering in __kfifo primitivesPaul E. McKenney1-0/+28
2006-09-29[PATCH] lockdep: print kernel versionDave Jones1-0/+13
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu6-5/+6
2006-09-29[PATCH] Fix unserialized task->files changingKirill Korotaev1-0/+12
2006-09-29[PATCH] unwind: fix unused variable warning when !CONFIG_MODULESChuck Ebbert1-1/+3
2006-09-29[PATCH] Fix kerneldoc comments in kernel/timer.cRolf Eike Beer1-12/+17
2006-09-29[PATCH] clean up and remove some extra spinlocks from rtmutexSteven Rostedt1-26/+25
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-0/+2
2006-09-29[PATCH] timer: add lock annotation to lock_timer_baseJosh Triplett1-0/+1
2006-09-29[PATCH] module_subsys: initialize earlierMark Huang1-1/+1
2006-09-29[PATCH] rcu: add lock annotations to rcu{,_bh}_torture_read_{lock,unlock}Josh Triplett1-4/+4
2006-09-29[PATCH] irq: remove a extra lineYoichi Yuasa1-4/+0
2006-09-29[PATCH] irq: fixed coding styleYoichi Yuasa1-1/+1
2006-09-29[PATCH] kernel-doc for relay interfaceRandy Dunlap1-14/+22
2006-09-29[PATCH] kernel/params: driver layer error checkingRandy Dunlap1-2/+11
2006-09-29[PATCH] remove generic__raw_read_trylock()Matthew Wilcox1-11/+0
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+4
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/tmlind/linux-omap-upstream into develRussell King1-1/+1
2006-09-27[PATCH] pid: remove temporary debug code in attach_pidEric W. Biederman1-3/+0
2006-09-27[PATCH] pid: Implement transfer_pid and use it to simplify de_threadEric W. Biederman1-0/+9
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-75/+38
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-09-27[PATCH] NOMMU: move the fallback arch_vma_name() to a sensible placeDavid Howells1-0/+5
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells1-54/+0
2006-09-26Resources: insert identical resources above existing resourcesMatthew Wilcox1-16/+16
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds7-11/+110
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-4/+22
2006-09-26[PATCH] PM: Add pm_trace switchRafael J. Wysocki1-0/+30
2006-09-26[PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki2-0/+14
2006-09-26[PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki4-246/+186
2006-09-26[PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki3-70/+540
2006-09-26[PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki1-9/+15
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2-14/+14
2006-09-26[PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki1-15/+17
2006-09-26[PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki1-40/+53
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-14/+13
2006-09-26[PATCH] Disable CPU hotplug during suspendRafael J. Wysocki6-96/+137
2006-09-26[PATCH] swsusp: struct snapshot_handle cleanupRafael J. Wysocki2-28/+76
2006-09-26[PATCH] swsusp: clean up browsing of pfnsRafael J. Wysocki1-30/+32
2006-09-26[PATCH] swsusp: read speedupAndrew Morton3-71/+79
2006-09-26[PATCH] swsusp: add read-speed instrumentationAndrew Morton1-0/+5
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-18/+75
2006-09-26[PATCH] swsusp: add write-speed instrumentationAndrew Morton1-3/+29