index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
i386 pci: use __maybe_unused
David Rientjes
2007-05-09
1
-1
/
+1
*
|
compiler: introduce __used and __maybe_unused
David Rientjes
2007-05-09
4
-6
/
+25
*
|
rename thread_info to stack
Roman Zippel
2007-05-09
19
-33
/
+33
*
|
wrap access to thread_info
Roman Zippel
2007-05-09
13
-18
/
+18
*
|
Allow arch to initialize arch field of the module structure
Roman Zippel
2007-05-09
2
-0
/
+4
*
|
clocksource: fix resume logic
Thomas Gleixner
2007-05-09
3
-0
/
+50
*
|
Move remote node draining out of slab allocators
Christoph Lameter
2007-05-09
6
-131
/
+67
*
|
Make vm statistics update interval configurable
Christoph Lameter
2007-05-09
2
-1
/
+15
*
|
vmstat: use our own timer events
Christoph Lameter
2007-05-09
4
-9
/
+36
*
|
microcode: use suspend-related CPU hotplug notifications
Rafael J. Wysocki
2007-05-09
2
-36
/
+36
*
|
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
47
-27
/
+152
*
|
fs: deprecate memclear_highpage_flush
Nate Diller
2007-05-09
1
-2
/
+1
*
|
reiserfs: use zero_user_page
Nate Diller
2007-05-09
2
-39
/
+13
*
|
ext3: use zero_user_page
Nate Diller
2007-05-09
1
-10
/
+2
*
|
affs: use zero_user_page
Nate Diller
2007-05-09
1
-5
/
+1
*
|
fs: convert core functions to zero_user_page
Nate Diller
2007-05-09
7
-81
/
+42
*
|
timer: parenthesis fix in tbase_get_deferrable() etc
Jarek Poplawski
2007-05-09
1
-5
/
+5
*
|
FUTEX: new PRIVATE futexes
Eric Dumazet
2007-05-09
2
-117
/
+236
*
|
futex_requeue_pi optimization
Pierre Peiffer
2007-05-09
5
-88
/
+540
*
|
Make futex_wait() use an hrtimer for timeout
Pierre Peiffer
2007-05-09
3
-55
/
+57
*
|
futex priority based wakeup
Pierre Peiffer
2007-05-09
1
-29
/
+49
*
|
declare struct ktime
Andrew Morton
2007-05-09
1
-2
/
+4
*
|
aio is unlikely
Andrew Morton
2007-05-09
1
-1
/
+2
*
|
knfsd: avoid Oops if buggy userspace performs confusing filehandle->dentry ma...
NeilBrown
2007-05-09
1
-6
/
+50
*
|
knfsd: various nfsd xdr cleanups
NeilBrown
2007-05-09
2
-60
/
+34
*
|
knfsd: trivial makefile cleanup
Christoph Hellwig
2007-05-09
1
-1
/
+0
*
|
knfsd: simplify a 'while' condition in svcsock.c
NeilBrown
2007-05-09
1
-8
/
+13
*
|
knfsd: rpcgss: RPC_GSS_PROC_ DESTROY request will get a bad rpc
Wei Yongjun
2007-05-09
1
-0
/
+2
*
|
knfsd: fix resource leak resulting in module refcount leak for rpcsec_gss_krb...
Frank Filz
2007-05-09
1
-1
/
+4
*
|
knfsd: rpc: fix server-side wrapping of krb5i replies
NeilBrown
2007-05-09
1
-7
/
+1
*
|
knfsd: avoid use of unitialised variables on error path when nfs exports
NeilBrown
2007-05-09
1
-7
/
+7
*
|
sunrpc: fix error path in module_init
Akinobu Mita
2007-05-09
2
-3
/
+12
*
|
RPC: add wrapper for svc_reserve to account for checksum
Jeff Layton
2007-05-09
4
-3
/
+22
*
|
nfsd/nfs4state: remove unnecessary daemonize call
Eric W. Biederman
2007-05-09
1
-2
/
+0
*
|
knfsd: rename sk_defer_lock to sk_lock
NeilBrown
2007-05-09
3
-12
/
+14
*
|
The NFSv2/NFSv3 server does not handle zero length WRITE requests correctly
Peter Staubach
2007-05-09
2
-17
/
+77
*
|
remove nfs4_acl_add_ace()
Adrian Bunk
2007-05-09
2
-18
/
+0
*
|
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
2007-05-09
1
-49
/
+91
*
|
Remove kthread_bind() call from _cpu_down()
Gautham R Shenoy
2007-05-09
1
-4
/
+0
*
|
change kernel threads to ignore signals instead of blocking them
Oleg Nesterov
2007-05-09
4
-15
/
+15
*
|
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
2007-05-09
1
-12
/
+0
*
|
wait_for_helper: remove unneeded do_sigaction()
Oleg Nesterov
2007-05-09
1
-5
/
+0
*
|
usbatm_heavy_init: don't use CLONE_SIGHAND
Oleg Nesterov
2007-05-09
1
-1
/
+1
*
|
Change reparent_to_init to reparent_to_kthreadd
Eric W. Biederman
2007-05-09
1
-8
/
+8
*
|
kthread: don't depend on work queues
Eric W. Biederman
2007-05-09
3
-56
/
+76
*
|
____call_usermodehelper: don't flush_signals()
Oleg Nesterov
2007-05-09
1
-1
/
+0
*
|
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
9
-40
/
+41
*
|
slab: shut down cache_reaper when cpu goes down
Christoph Lameter
2007-05-09
1
-0
/
+14
*
|
zap_other_threads: remove unneeded ->exit_signal change
Oleg Nesterov
2007-05-09
1
-11
/
+0
*
|
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
2007-05-09
1
-4
/
+4
[prev]
[next]