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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Add new wakeup preemption mode: WAKEUP_RUNNING
Peter Zijlstra
2009-09-17
1
-0
/
+2
*
sched: Disable wakeup balancing
Peter Zijlstra
2009-09-16
1
-3
/
+3
*
sched: Add SD_PREFER_LOCAL
Peter Zijlstra
2009-09-16
2
-1
/
+3
*
sched: Add WF_FORK
Peter Zijlstra
2009-09-15
1
-0
/
+1
*
sched: Rename sync arguments
Peter Zijlstra
2009-09-15
2
-4
/
+9
*
sched: Rename select_task_rq() argument
Peter Zijlstra
2009-09-15
1
-1
/
+1
*
x86: sched: Provide arch implementations using aperf/mperf
Peter Zijlstra
2009-09-15
1
-0
/
+4
*
sched: Reduce forkexec_idx
Peter Zijlstra
2009-09-15
1
-2
/
+2
*
sched: Improve latencies and throughput
Mike Galbraith
2009-09-15
1
-1
/
+1
*
sched: Fix some domain tunings
Peter Zijlstra
2009-09-15
1
-2
/
+2
*
sched: Tweak wake_idx
Peter Zijlstra
2009-09-15
1
-2
/
+2
*
sched: Merge select_task_rq_fair() and sched_balance_self()
Peter Zijlstra
2009-09-15
2
-16
/
+7
*
sched: Add TASK_WAKING
Peter Zijlstra
2009-09-15
1
-0
/
+1
*
sched: Hook sched_balance_self() into sched_class::select_task_rq()
Peter Zijlstra
2009-09-15
1
-1
/
+2
*
Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-09-14
1
-3
/
+5
|
\
|
*
x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()
Tejun Heo
2009-08-04
1
-3
/
+5
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-09-14
3
-2
/
+21
|
\
\
|
*
|
x86/i386: Put aligned stack-canary in percpu shared_aligned section
Jeremy Fitzhardinge
2009-09-04
2
-0
/
+11
|
*
|
Merge commit 'origin/x86/urgent' into x86/asm
H. Peter Anvin
2009-08-25
55
-201
/
+607
|
|
\
\
|
*
|
|
x86: properly annotate alternatives.c
Jan Beulich
2009-08-21
1
-2
/
+10
*
|
|
|
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2009-09-11
8
-22
/
+120
|
\
\
\
\
|
*
\
\
\
Merge branch 'nfs-for-2.6.32'
Trond Myklebust
2009-09-11
8
-22
/
+120
|
|
\
\
\
\
|
|
*
|
|
|
NFS: Allow the "nfs" file system type to support NFSv4
Chuck Lever
2009-09-08
1
-0
/
+1
|
|
*
|
|
|
nfs: fix compile error in rpc_pipefs.h
J. Bruce Fields
2009-08-20
1
-0
/
+2
|
|
*
|
|
|
Merge branch 'nfsv4_xdr_cleanups-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
2009-08-19
7
-48
/
+224
|
|
|
\
\
\
\
|
|
|
*
|
|
|
sunrpc: ntoh -> be*_to_cpu
Benny Halevy
2009-08-14
1
-3
/
+2
|
|
|
*
|
|
|
sunrpc: hton -> cpu_to_be*
Benny Halevy
2009-08-14
1
-3
/
+2
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
2009-08-10
3
-13
/
+50
|
|
|
\
\
\
\
|
|
|
*
|
|
|
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
Trond Myklebust
2009-08-09
2
-0
/
+21
|
|
|
*
|
|
|
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
Trond Myklebust
2009-08-09
1
-2
/
+9
|
|
|
*
|
|
|
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
Trond Myklebust
2009-08-09
1
-3
/
+10
|
|
|
*
|
|
|
NFSD: Clean up the idmapper warning...
Trond Myklebust
2009-08-09
1
-1
/
+2
|
|
|
*
|
|
|
SUNRPC: clean up rpc_setup_pipedir()
Trond Myklebust
2009-08-09
2
-2
/
+1
|
|
|
*
|
|
|
SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_path
Trond Myklebust
2009-08-09
1
-2
/
+2
|
|
|
*
|
|
|
SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
Trond Myklebust
2009-08-09
1
-2
/
+3
|
|
|
*
|
|
|
SUNRPC: Constify rpc_pipe_ops...
Trond Myklebust
2009-08-09
1
-2
/
+3
|
|
*
|
|
|
|
Merge branch 'patches_cel-for-2.6.32' into nfs-for-2.6.32
Trond Myklebust
2009-08-10
3
-3
/
+54
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
SUNRPC: Kill RPC_DISPLAY_ALL
Chuck Lever
2009-08-09
1
-1
/
+0
|
|
|
*
|
|
|
|
SUNRPC: Remove duplicate universal address generation
Chuck Lever
2009-08-09
1
-1
/
+0
|
|
|
*
|
|
|
|
SUNRPC: Provide functions for managing universal addresses
Chuck Lever
2009-08-09
1
-0
/
+38
|
|
|
*
|
|
|
|
SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitions
Chuck Lever
2009-08-09
1
-1
/
+16
|
|
|
|
/
/
/
/
|
|
*
|
|
|
|
NFSv4: Add 'server capability' flags for NFSv4 recommended attributes
Trond Myklebust
2009-08-09
1
-0
/
+9
|
|
|
/
/
/
/
*
|
|
|
|
|
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-09-11
4
-4
/
+52
|
\
\
\
\
\
\
|
*
|
|
|
|
|
pata_cs5535: add pci id for AMD based CS5535 controllers
Otavio Salvador
2009-09-11
1
-0
/
+1
|
*
|
|
|
|
|
ahci: Add AMD SB900 SATA/IDE controller device IDs
Shane Huang
2009-09-11
1
-0
/
+3
|
*
|
|
|
|
|
dmi: extend dmi_get_year() to dmi_get_date()
Tejun Heo
2009-09-08
1
-2
/
+11
|
*
|
|
|
|
|
libata: remove spindown skipping and warning
Tejun Heo
2009-09-01
1
-1
/
+0
|
*
|
|
|
|
|
libata: add command name parsing for error output
Robert Hancock
2009-09-01
1
-1
/
+31
|
*
|
|
|
|
|
[libata] add DMA setup FIS auto-activate feature
Shaohua Li
2009-09-01
2
-0
/
+6
*
|
|
|
|
|
|
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2009-09-11
12
-89
/
+518
|
\
\
\
\
\
\
\
[next]