| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] mm: follow_page with inner ptlock | Hugh Dickins | 2005-10-29 | 1 | -4/+2 |
* | [PATCH] mm: ptd_alloc take ptlock | Hugh Dickins | 2005-10-29 | 1 | -2/+0 |
* | [PATCH] mm: update_hiwaters just in time | Hugh Dickins | 2005-10-29 | 2 | -3/+4 |
* | [PATCH] core remove PageReserved | Nick Piggin | 2005-10-29 | 1 | -9/+16 |
* | [PATCH] mm: dup_mmap down new mmap_sem | Hugh Dickins | 2005-10-29 | 1 | -5/+4 |
* | [PATCH] mm: dup_mmap use oldmm more | Hugh Dickins | 2005-10-29 | 1 | -6/+6 |
* | [PATCH] mm: rss = file_rss + anon_rss | Hugh Dickins | 2005-10-29 | 2 | -3/+3 |
* | [PATCH] mm: mm_init set_mm_counters | Hugh Dickins | 2005-10-29 | 1 | -2/+2 |
* | [PATCH] mm: vm_stat_account unshackled | Hugh Dickins | 2005-10-29 | 1 | -1/+1 |
* | [PATCH] TIMERS: add missing compensation for HZ == 250 | YOSHIFUJI Hideaki | 2005-10-29 | 1 | -0/+9 |
* | [PATCH] missing exports of do_settimeofday() variants | Al Viro | 2005-10-29 | 1 | -0/+1 |
* | [PATCH] fix ->signal->live leak in copy_process() | Oleg Nesterov | 2005-10-29 | 1 | -0/+2 |
* | [PATCH] gfp_t: kernel/* | Al Viro | 2005-10-28 | 4 | -9/+8 |
* | [PATCH] Yet more posix-cpu-timer fixes | Roland McGrath | 2005-10-27 | 1 | -4/+7 |
* | Revert "remove false BUG_ON() from run_posix_cpu_timers()" | Linus Torvalds | 2005-10-27 | 2 | -18/+26 |
* | [PATCH] Fix cpu timers expiration time | Oleg Nesterov | 2005-10-26 | 1 | -3/+3 |
* | posix cpu timers: fix timer ordering | Linus Torvalds | 2005-10-26 | 1 | -6/+4 |
* | [PATCH] export cpu_online_map | Andrew Morton | 2005-10-26 | 1 | -0/+1 |
* | [PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() race | Oleg Nesterov | 2005-10-24 | 1 | -4/+8 |
* | [PATCH] posix-timers: exit path cleanup | Oleg Nesterov | 2005-10-24 | 1 | -0/+6 |
* | [PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers() | Oleg Nesterov | 2005-10-24 | 2 | -26/+18 |
* | [PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() races | Oleg Nesterov | 2005-10-24 | 1 | -19/+10 |
* | Posix timers: limit number of timers firing at once | Linus Torvalds | 2005-10-23 | 1 | -6/+14 |
* | [PATCH] Call exit_itimers from do_exit, not __exit_signal | Roland McGrath | 2005-10-21 | 3 | -14/+3 |
* | Revert "Fix cpu timers exit deadlock and races" | Linus Torvalds | 2005-10-21 | 1 | -11/+17 |
* | [PATCH] Threads shouldn't inherit PF_NOFREEZE | Alan Stern | 2005-10-19 | 1 | -1/+1 |
* | [PATCH] Fix cpu timers exit deadlock and races | Roland McGrath | 2005-10-19 | 1 | -17/+11 |
* | [PATCH] rcu: keep rcu callback event counter | Eric Dumazet | 2005-10-17 | 1 | -0/+11 |
* | [PATCH] posix-timers: fix task accounting | Oleg Nesterov | 2005-10-17 | 1 | -0/+3 |
* | Increase default RCU batching sharply | Linus Torvalds | 2005-10-17 | 1 | -1/+1 |
* | [PATCH] Add missing export of getnstimeofday() | Takashi Iwai | 2005-10-14 | 1 | -0/+1 |
* | [PATCH] Fix signal sending in usbdevio on async URB completion | Harald Welte | 2005-10-10 | 1 | -0/+34 |
* | [PATCH] x86_64: Set up safe page tables during resume | Rafael J. Wysocki | 2005-10-10 | 1 | -3/+4 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 4 | -5/+5 |
* | [PATCH] fix do_coredump() vs SIGSTOP race | Oleg Nesterov | 2005-10-08 | 1 | -1/+2 |
* | Fix inequality comparison against "task->state" | Linus Torvalds | 2005-10-01 | 1 | -1/+1 |
* | [PATCH] cpuset crapectomy | Al Viro | 2005-09-30 | 1 | -11/+1 |
* | [PATCH] Fix task state testing properly in do_signal_stop() | Roland McGrath | 2005-09-29 | 1 | -1/+2 |
* | [PATCH] cpuset read past eof memory leak fix | Paul Jackson | 2005-09-28 | 1 | -5/+6 |
* | [PATCH] swsusp: avoid problems if there are too many pages to save | Rafael J. Wysocki | 2005-09-28 | 2 | -1/+8 |
* | [PATCH] Ignore trailing whitespace on kernel parameters correctly | Rusty Russell | 2005-09-28 | 1 | -2/+8 |
* | [PATCH] swsusp: prevent possible memory leak | Rafael J. Wysocki | 2005-09-28 | 1 | -3/+3 |
* | [PATCH] swsusp: remove wrong code from data_free | Rafael J. Wysocki | 2005-09-28 | 1 | -4/+3 |
* | Make sure SIGKILL gets proper respect | Linus Torvalds | 2005-09-23 | 1 | -17/+14 |
* | [PATCH] swsusp: fix comments | Pavel Machek | 2005-09-22 | 2 | -4/+8 |
* | [PATCH] swsusp: do not trigger BUG_ON() if there is not enough memory | Rafael J. Wysocki | 2005-09-22 | 1 | -1/+1 |
* | [PATCH] SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP | Randy Dunlap | 2005-09-22 | 1 | -1/+1 |
* | [PATCH] suspend: cleanup calling of power off methods. | Eric W. Biederman | 2005-09-22 | 1 | -4/+2 |
* | [PATCH] reboot: comment and factor the main reboot functions | Eric W. Biederman | 2005-09-22 | 1 | -6/+46 |
* | [PATCH] Add printk_clock() | Andrew Morton | 2005-09-21 | 1 | -1/+6 |