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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-19
x86: move dma_unmap_sg to common header
Glauber Costa
4
-16
/
+10
2008-04-19
x86: move dma_map_sg to common header
Glauber Costa
4
-28
/
+26
2008-04-19
x86: move dma_unmap_single to common header
Glauber Costa
4
-15
/
+11
2008-04-19
x86: implement dma_map_single through dma_ops
Glauber Costa
5
-19
/
+31
2008-04-19
x86: move dma_ops struct definition to dma-mapping.h
Glauber Costa
2
-49
/
+54
2008-04-19
x86: reserve dma32 early for gart
Yinghai Lu
3
-0
/
+52
2008-04-19
srat, x86: add support for nodes spanning other nodes
Suresh Siddha
5
-18
/
+44
2008-04-19
x86 vDSO: compile with -g, 64-bit
Roland McGrath
1
-1
/
+2
2008-04-19
x86: fpu xstate split fix
Suresh Siddha
2
-3
/
+8
2008-04-19
x86: fpu xstate split cleanup
Suresh Siddha
2
-4
/
+3
2008-04-19
x86, fpu: lazy allocation of FPU area - v5
Suresh Siddha
8
-23
/
+91
2008-04-19
x86, fpu: split FPU state from task struct - v5
Suresh Siddha
16
-90
/
+161
2008-04-19
x86: rename find_max_pfn() to propagate_e820_map()
Ingo Molnar
4
-8
/
+8
2008-04-19
x86: tsc prevent time going backwards
Thomas Gleixner
3
-4
/
+36
2008-04-19
generic, x86: add tests for prctl PR_GET_TSC and PR_SET_TSC
Erik Bosman
3
-0
/
+285
2008-04-19
x86: implement prctl PR_GET_TSC and PR_SET_TSC
Erik Bosman
5
-5
/
+118
2008-04-19
generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSC
Erik Bosman
2
-1
/
+18
2008-04-19
ftrace: add notrace annotations for NMI routines
Steven Rostedt
4
-14
/
+18
2008-04-19
x86: clean up =0 initializations in arch/x86/kernel/tsc_32.c
Pavel Machek
1
-4
/
+4
2008-04-19
x86: fix exec mappings comments
Jiri Slaby
2
-3
/
+11
2008-04-19
x86: cleanup: change _end to end_before_pgt
Yinghai Lu
2
-6
/
+6
2008-04-19
x86: cleanup boot-heap usage
Alexander van Heukelum
4
-22
/
+31
2008-04-19
x86: fix arch/x86/mm/ioremap.c warning
Randy Dunlap
1
-2
/
+3
2008-04-19
x86: e820_64, fix section mismatch warning
Jacek Luczak
1
-2
/
+2
2008-04-19
x86: remove vm86.h inclusion from process_32.c
Jacek Luczak
1
-1
/
+0
2008-04-19
x86: remove pointless comments
WANG Cong
37
-71
/
+0
2008-04-19
x86: pageattr.c fix shadowed variable warning
Harvey Harrison
1
-3
/
+3
2008-04-19
x86: clean up cpu capabilities accesses, p4-clockmod.c
Ingo Molnar
1
-2
/
+2
2008-04-19
x86_64: do not reserve ramdisk two times
Yinghai Lu
2
-2
/
+7
2008-04-19
x86: EFI_PAGE_SHIFT fix
Huang, Ying
3
-11
/
+26
2008-04-19
x86: KGDB build fix
Ingo Molnar
1
-5
/
+1
2008-04-19
[PATCH] r/o bind mounts: debugging for missed calls
Dave Hansen
5
-3
/
+82
2008-04-19
[PATCH] r/o bind mounts: honor mount writer counts at remount
Dave Hansen
2
-7
/
+44
2008-04-19
[PATCH] r/o bind mounts: track numbers of writers to mounts
Dave Hansen
2
-15
/
+244
2008-04-19
[PATCH] r/o bind mounts: check mnt instead of superblock directly
Dave Hansen
2
-3
/
+5
2008-04-19
[PATCH] r/o bind mounts: elevate count for xfs timestamp updates
Dave Hansen
2
-8
/
+8
2008-04-19
[PATCH] r/o bind mounts: make access() use new r/o helper
Dave Hansen
1
-2
/
+11
2008-04-19
[PATCH] r/o bind mounts: write counts for truncate()
Dave Hansen
1
-6
/
+8
2008-04-19
[PATCH] r/o bind mounts: elevate write count for chmod/chown callers
Dave Hansen
1
-9
/
+30
2008-04-19
[PATCH] r/o bind mounts: elevate write count for open()s
Dave Hansen
4
-14
/
+127
2008-04-19
[PATCH] r/o bind mounts: elevate write count for ioctls()
Dave Hansen
9
-155
/
+265
2008-04-19
[PATCH] r/o bind mounts: write count for file_update_time()
Dave Hansen
1
-1
/
+5
2008-04-19
[PATCH] r/o bind mounts: elevate write count for do_utimes()
Dave Hansen
1
-6
/
+12
2008-04-19
[PATCH] r/o bind mounts: write counts for touch_atime()
Dave Hansen
1
-25
/
+20
2008-04-19
[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()
Dave Hansen
1
-1
/
+53
2008-04-19
[PATCH] r/o bind mounts: elevate write count for xattr_permission() callers
Dave Hansen
3
-9
/
+42
2008-04-19
[PATCH] r/o bind mounts: get write access for vfs_rename() callers
Dave Hansen
2
-4
/
+17
2008-04-19
[PATCH] r/o bind mounts: write counts for link/symlink
Dave Hansen
2
-1
/
+23
2008-04-19
[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()
Dave Hansen
4
-13
/
+67
2008-04-19
[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.
Dave Hansen
4
-3
/
+31
[prev]
[next]