index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
x86: prepare unification of include/asm-x86/apic_32/64.h
Thomas Gleixner
3
-50
/
+48
2008-01-30
x86: unify include/asm-x86/apicdef_32/64.h
Thomas Gleixner
3
-769
/
+397
2008-01-30
x86: introduce ldt_write accessor
Thomas Gleixner
1
-0
/
+9
2008-01-30
x86: clean up include/asm-x86/desc_64.h
Thomas Gleixner
1
-45
/
+52
2008-01-30
x86: clean up arch/x86/ia32/sys_ia32.c
Thomas Gleixner
1
-0
/
+4
2008-01-30
x86: unify asm/cpufeature.h
H. Peter Anvin
3
-210
/
+187
2008-01-30
x86: add <asm/asm.h>
H. Peter Anvin
1
-0
/
+18
2008-01-30
x86: scale cyc_2_nsec according to CPU frequency
Guillaume Chazarain
1
-5
/
+18
2008-01-30
x86: various changes and cleanups to in_p/out_p delay details
Ingo Molnar
2
-14
/
+6
2008-01-30
x86: provide a DMI based port 0x80 I/O delay override.
Rene Herman
2
-13
/
+28
2008-01-30
x86: hibernation: document __save_processor_state() on x86
Rafael J. Wysocki
1
-1
/
+8
2008-01-30
time: track accurate idle time with tick_sched.idle_sleeptime
Venki Pallipadi
1
-0
/
+6
2008-01-30
x86: assign IRQs to HPET timers
Balaji Rao
1
-1
/
+1
2008-01-30
clocksource: add unregister function to disable unusable clocksources
Thomas Gleixner
1
-0
/
+1
2008-01-30
x86: offer is_hpet_enabled() on !CONFIG_HPET_TIMER too
Ingo Molnar
1
-2
/
+3
2008-01-30
clocksource: make CLOCKSOURCE_MASK bullet-proof
Atsushi Nemoto
1
-1
/
+1
2008-01-30
time: clean hungarian notation from timers
Pavel Machek
1
-3
/
+3
2008-01-30
nfs: convert NFS_*(inode) helpers to static inline
Benny Halevy
1
-18
/
+58
2008-01-30
nfs: obliterate NFS_FLAGS macro
Benny Halevy
1
-3
/
+2
2008-01-30
SUNRPC: Use appropriate argument types in rpcb client
Chuck Lever
1
-1
/
+1
2008-01-30
NFS: NFS version number is unsigned
Chuck Lever
1
-1
/
+1
2008-01-30
NLM: Introduce an arguments structure for nlmclnt_init()
Chuck Lever
1
-5
/
+14
2008-01-30
NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
Chuck Lever
1
-1
/
+2
2008-01-30
NFS: Invoke nlmclnt_init during NFS mount processing
Chuck Lever
1
-0
/
+2
2008-01-30
NLM: Introduce external nlm_host set-up and tear-down functions
Chuck Lever
1
-0
/
+7
2008-01-30
SUNRPC: fewer conditionals in the format_ip_address routines
Chuck Lever
2
-2
/
+2
2008-01-30
NFS: Fix the 'proto=' mount option
Trond Myklebust
1
-0
/
+1
2008-01-30
NFS: Support per-mountpoint timeout parameters.
Trond Myklebust
1
-2
/
+0
2008-01-30
SUNRPC: Add support for per-client timeout values
Trond Myklebust
2
-3
/
+4
2008-01-30
SUNRPC: Clean up the transport timeout initialisation
Trond Myklebust
1
-5
/
+0
2008-01-30
NFSv4: Add socket proto argument to setclientid
Trond Myklebust
1
-1
/
+1
2008-01-30
NFS: Expand server address storage in nfs_client struct
Chuck Lever
1
-1
/
+2
2008-01-30
NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
Chuck Lever
1
-1
/
+1
2008-01-30
NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
Chuck Lever
1
-6
/
+7
2008-01-30
SUNRPC: Move universal address definitions to global header
Chuck Lever
1
-0
/
+39
2008-01-30
NFS: Remove the redundant nfs_client->cl_nfsversion
Trond Myklebust
1
-1
/
+0
2008-01-30
NFS: define a function to update nfsi->cache_change_attribute
Trond Myklebust
1
-0
/
+1
2008-01-30
SUNRPC: Remove the obsolete RPC_WAITQ macro
Trond Myklebust
1
-23
/
+0
2008-01-30
SUNRPC: Unexport rpc_init_task() and rpc_execute()
Trond Myklebust
1
-1
/
+0
2008-01-30
SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_task
Trond Myklebust
1
-0
/
+1
2008-01-30
SUNRPC: Remove the now unused function rpc_call_setup()
Trond Myklebust
1
-1
/
+0
2008-01-30
NFS: Clean up the (commit|read|write)_setup() callback routines
Trond Myklebust
1
-3
/
+3
2008-01-30
SUNRPC: Add a helper rpc_call_start() that initialises task->tk_action
Trond Myklebust
1
-1
/
+1
2008-01-30
SUNRPC: Clean up the initialisation of priority queue scheduling info.
Trond Myklebust
1
-8
/
+9
2008-01-30
SUNRPC: Clean up rpc_run_task
Trond Myklebust
1
-2
/
+1
2008-01-30
SUNRPC: Cleanup of rpc_task initialisation
Trond Myklebust
2
-6
/
+10
2008-01-30
SUNRPC: Rename xprt_disconnect()
Trond Myklebust
1
-1
/
+1
2008-01-30
SUNRPC: Allow the client to detect if the TCP connection is closed
Trond Myklebust
1
-0
/
+1
2008-01-30
SUNRPC: Fix a race in xs_tcp_state_change()
Trond Myklebust
1
-0
/
+1
2008-01-30
NFS: Stop sillyname renames and unmounts from racing
Steve Dickson
1
-0
/
+6
[next]