index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[PATCH] kill sigqueue->lock
Oleg Nesterov
2005-10-30
1
-6
/
+4
|
*
[PATCH] remove timer debug field
Andrew Morton
2005-10-30
1
-35
/
+0
|
*
[PATCH] Use alloc_percpu to allocate workqueues locally
Christoph Lameter
2005-10-30
1
-13
/
+20
|
*
[PATCH] ntp whitespace cleanup
Andrew Morton
2005-10-30
1
-126
/
+126
|
*
[PATCH] NTP shift_right cleanup
john stultz
2005-10-30
2
-61
/
+17
|
*
[PATCH] Add kthread_stop_sem()
Alan Stern
2005-10-30
1
-2
/
+11
|
*
[PATCH] introduce setup_timer() helper
Oleg Nesterov
2005-10-30
1
-6
/
+2
|
*
[PATCH] introduce .valid callback for pm_ops
Shaohua Li
2005-10-30
1
-1
/
+4
|
*
[PATCH] swsusp: two simplifications
Rafael J. Wysocki
2005-10-30
2
-7
/
+3
|
*
[PATCH] swsusp: get rid of unnecessary wrapper function
Rafael J. Wysocki
2005-10-30
1
-7
/
+1
|
*
[PATCH] swsusp: cleanups
Pavel Machek
2005-10-30
1
-12
/
+10
|
*
[PATCH] swsusp: remove unneccessary includes
Pavel Machek
2005-10-30
2
-31
/
+3
|
*
[PATCH] swsusp: rework memory freeing on resume
Rafael J. Wysocki
2005-10-30
4
-83
/
+45
|
*
[PATCH] swsusp: reduce the use of global variables
Rafael J. Wysocki
2005-10-30
3
-43
/
+43
|
*
[PATCH] swsusp: move snapshot functionality to separate file
Rafael J. Wysocki
2005-10-30
4
-437
/
+486
|
*
[PATCH] swsusp: rework image freeing
Rafael J. Wysocki
2005-10-30
1
-84
/
+75
|
*
[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers
Ashok Raj
2005-10-30
1
-0
/
+1
|
*
[PATCH] Remove redundant configs.o
Brian Gerst
2005-10-30
1
-1
/
+0
|
*
[PATCH] mm: split page table lock
Hugh Dickins
2005-10-29
1
-2
/
+2
|
*
[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
*
|
Merge in v2.6.14 by hand
Paul Mackerras
2005-10-28
2
-42
/
+53
|
\
\
|
|
/
|
*
[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
*
|
Merge changes from linux-2.6 by hand
Paul Mackerras
2005-10-22
7
-16
/
+20
|
\
\
|
|
/
|
*
[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
[prev]
[next]