aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2005-10-30[PATCH] NTP shift_right cleanupjohn stultz
2005-10-30[PATCH] Add kthread_stop_sem()Alan Stern
2005-10-30[PATCH] introduce setup_timer() helperOleg Nesterov
2005-10-30[PATCH] introduce .valid callback for pm_opsShaohua Li
2005-10-30[PATCH] swsusp: two simplificationsRafael J. Wysocki
2005-10-30[PATCH] swsusp: get rid of unnecessary wrapper functionRafael J. Wysocki
2005-10-30[PATCH] swsusp: cleanupsPavel Machek
2005-10-30[PATCH] swsusp: remove unneccessary includesPavel Machek
2005-10-30[PATCH] swsusp: rework memory freeing on resumeRafael J. Wysocki
2005-10-30[PATCH] swsusp: reduce the use of global variablesRafael J. Wysocki
2005-10-30[PATCH] swsusp: move snapshot functionality to separate fileRafael J. Wysocki
2005-10-30[PATCH] swsusp: rework image freeingRafael J. Wysocki
2005-10-30[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiersAshok Raj
2005-10-30[PATCH] Remove redundant configs.oBrian Gerst
2005-10-29[PATCH] mm: split page table lockHugh Dickins
2005-10-29[PATCH] mm: follow_page with inner ptlockHugh Dickins
2005-10-29[PATCH] mm: ptd_alloc take ptlockHugh Dickins
2005-10-29[PATCH] mm: update_hiwaters just in timeHugh Dickins
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-10-29[PATCH] mm: dup_mmap down new mmap_semHugh Dickins
2005-10-29[PATCH] mm: dup_mmap use oldmm moreHugh Dickins
2005-10-29[PATCH] mm: rss = file_rss + anon_rssHugh Dickins
2005-10-29[PATCH] mm: mm_init set_mm_countersHugh Dickins
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins
2005-10-29[PATCH] TIMERS: add missing compensation for HZ == 250YOSHIFUJI Hideaki
2005-10-29[PATCH] missing exports of do_settimeofday() variantsAl Viro
2005-10-29[PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov
2005-10-28[PATCH] gfp_t: kernel/*Al Viro
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds
2005-10-26[PATCH] export cpu_online_mapAndrew Morton
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds
2005-10-21[PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds
2005-10-19[PATCH] Threads shouldn't inherit PF_NOFREEZEAlan Stern
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath
2005-10-17[PATCH] rcu: keep rcu callback event counterEric Dumazet
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov
2005-10-17Increase default RCU batching sharplyLinus Torvalds
2005-10-14[PATCH] Add missing export of getnstimeofday()Takashi Iwai
2005-10-10[PATCH] Fix signal sending in usbdevio on async URB completionHarald Welte
2005-10-10[PATCH] x86_64: Set up safe page tables during resumeRafael J. Wysocki
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-08[PATCH] fix do_coredump() vs SIGSTOP raceOleg Nesterov