index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
memory-hotplug: add sysfs removable attribute for hotplug memory remove
Badari Pulavarty
2008-07-24
1
-0
/
+12
*
|
|
|
|
|
|
memory hotplug: small fixes to bootmem freeing for memory hotremove
Yasunori Goto
2008-07-24
1
-4
/
+4
*
|
|
|
|
|
|
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
2008-07-24
27
-73
/
+6
*
|
|
|
|
|
|
mm: add alloc_pages_exact() and free_pages_exact()
Timur Tabi
2008-07-24
1
-0
/
+3
*
|
|
|
|
|
|
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
2008-07-24
1
-1
/
+1
*
|
|
|
|
|
|
bootmem: clean up alloc_bootmem_core
Johannes Weiner
2008-07-24
1
-4
/
+2
*
|
|
|
|
|
|
bootmem: reorder code to match new bootmem structure
Johannes Weiner
2008-07-24
1
-41
/
+45
*
|
|
|
|
|
|
powerpc: support multiple hugepage sizes
Jon Tollefson
2008-07-24
4
-6
/
+8
*
|
|
|
|
|
|
powerpc: define support for 16G hugepages
Jon Tollefson
2008-07-24
1
-1
/
+1
*
|
|
|
|
|
|
powerpc: scan device tree for gigantic pages
Jon Tollefson
2008-07-24
1
-0
/
+2
*
|
|
|
|
|
|
hugetlb: allow arch overridden hugepage allocation
Jon Tollefson
2008-07-24
1
-0
/
+10
*
|
|
|
|
|
|
x86: add hugepagesz option on 64-bit
Andi Kleen
2008-07-24
1
-0
/
+2
*
|
|
|
|
|
|
hugetlb: introduce pud_huge
Andi Kleen
2008-07-24
1
-0
/
+5
*
|
|
|
|
|
|
mm: introduce non panic alloc_bootmem
Andi Kleen
2008-07-24
1
-0
/
+4
*
|
|
|
|
|
|
hugetlb: new sysfs interface
Nishanth Aravamudan
2008-07-24
1
-0
/
+2
*
|
|
|
|
|
|
hugetlbfs: per mount huge page sizes
Andi Kleen
2008-07-24
1
-5
/
+9
*
|
|
|
|
|
|
hugetlb: multiple hstates for multiple page sizes
Andi Kleen
2008-07-24
1
-3
/
+16
*
|
|
|
|
|
|
hugetlb: modular state for hugetlb page size
Andi Kleen
2008-07-24
7
-13
/
+98
*
|
|
|
|
|
|
mm: create /sys/kernel/mm
Nishanth Aravamudan
2008-07-24
1
-0
/
+2
*
|
|
|
|
|
|
mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations
Andy Whitcroft
2008-07-24
1
-0
/
+1
*
|
|
|
|
|
|
hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...
Mel Gorman
2008-07-24
1
-3
/
+5
*
|
|
|
|
|
|
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...
Mel Gorman
2008-07-24
1
-1
/
+8
*
|
|
|
|
|
|
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
2008-07-24
1
-3
/
+2
*
|
|
|
|
|
|
mapping_set_error: add unlikely()
Andrew Morton
2008-07-24
1
-1
/
+1
*
|
|
|
|
|
|
slob: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-0
/
+7
*
|
|
|
|
|
|
slub: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-0
/
+7
*
|
|
|
|
|
|
page-flags: record page flag overlays explicitly
Andy Whitcroft
2008-07-24
1
-4
/
+11
*
|
|
|
|
|
|
fix soft lock up at NFS mount via per-SB LRU-list of unused dentries
Kentaro Makita
2008-07-24
1
-0
/
+4
*
|
|
|
|
|
|
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
2008-07-24
6
-8
/
+6
*
|
|
|
|
|
|
powerpc ioremap_prot
Benjamin Herrenschmidt
2008-07-24
4
-1
/
+31
*
|
|
|
|
|
|
access_process_vm device memory infrastructure
Rik van Riel
2008-07-24
3
-0
/
+12
*
|
|
|
|
|
|
mm: remove nopfn
Nick Piggin
2008-07-24
1
-9
/
+0
*
|
|
|
|
|
|
mm/vmstat.c: proper externs
Adrian Bunk
2008-07-24
1
-0
/
+6
*
|
|
|
|
|
|
page allocator: inline some __alloc_pages() wrappers
KOSAKI Motohiro
2008-07-24
1
-4
/
+17
*
|
|
|
|
|
|
mm: unexport __alloc_bootmem_core()
Johannes Weiner
2008-07-24
1
-5
/
+0
*
|
|
|
|
|
|
mm: move bootmem descriptors definition to a single place
Johannes Weiner
2008-07-24
1
-0
/
+2
*
|
|
|
|
|
|
add a helper function to test if an object is on the stack
FUJITA Tomonori
2008-07-24
1
-0
/
+7
*
|
|
|
|
|
|
move memory_read_from_buffer() from fs.h to string.h
Akinobu Mita
2008-07-24
2
-2
/
+3
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2008-07-23
4
-5
/
+23
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'sched/urgent' into sched/devel
Ingo Molnar
2008-07-20
1
-3
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
sched, x86: clean up hrtick implementation
Peter Zijlstra
2008-07-20
1
-3
/
+1
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
sched: fix build error, provide partition_sched_domains() unconditionally
Ingo Molnar
2008-07-18
1
-1
/
+10
|
*
|
|
|
|
|
cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...
Max Krasnyansky
2008-07-18
2
-1
/
+12
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2008-07-23
3
-40
/
+130
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'linus' into cpus4096-for-linus
Ingo Molnar
2008-07-21
192
-2072
/
+4704
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP
Mike Travis
2008-07-20
1
-7
/
+26
|
*
|
|
|
|
|
|
NR_CPUS: Replace per_cpu(..., smp_processor_id()) with __get_cpu_var
Mike Travis
2008-07-20
1
-1
/
+1
|
*
|
|
|
|
|
|
cpumask: Provide a generic set of CPUMASK_ALLOC macros
Mike Travis
2008-07-18
1
-0
/
+21
|
*
|
|
|
|
|
|
cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
Mike Travis
2008-07-18
1
-5
/
+27
|
*
|
|
|
|
|
|
Merge branch 'linus' into cpus4096
Ingo Molnar
2008-07-18
254
-19098
/
+3391
|
|
\
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
[prev]
[next]