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
2017-03-09
mm: introduce __p4d_alloc()
Kirill A. Shutemov
1
-0
/
+23
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
23
-120
/
+595
2017-03-09
asm-generic: introduce <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
3
-24
/
+89
2017-03-09
arch, mm: convert all architectures to use 5level-fixup.h
Kirill A. Shutemov
34
-1
/
+46
2017-03-09
asm-generic: introduce __ARCH_USE_5LEVEL_HACK
Kirill A. Shutemov
2
-0
/
+67
2017-03-09
asm-generic: introduce 5level-fixup.h
Kirill A. Shutemov
3
-1
/
+46
2017-03-09
x86/cpufeature: Add 5-level paging detection
Kirill A. Shutemov
1
-1
/
+2
2017-03-09
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
14
-0
/
+20
2017-03-08
mm, page_alloc: Add missing check for memory holes
Tony Luck
1
-1
/
+2
2017-03-08
Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+13
2017-03-08
overlayfs: remove now unnecessary header file include
Linus Torvalds
1
-1
/
+0
2017-03-08
sched/headers: fix up header file dependency on <linux/sched/signal.h>
Linus Torvalds
2
-21
/
+49
2017-03-08
ktest: Make sure wait_for_input does honor the timeout
Steven Rostedt (VMware)
1
-7
/
+11
2017-03-08
ktest: Fix while loop in wait_for_input
Steven Rostedt (VMware)
1
-3
/
+4
2017-03-08
MIPS: Add missing include files
Arnd Bergmann
14
-0
/
+20
2017-03-08
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
27
-57
/
+106
2017-03-08
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-5
/
+5
2017-03-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10
-32
/
+37
2017-03-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-23
/
+23
2017-03-08
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-12
/
+19
2017-03-08
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2017-03-08
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+3
2017-03-08
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-6
/
+28
2017-03-07
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
7
-18
/
+283
2017-03-07
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
20
-124
/
+729
2017-03-07
Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-0
/
+60
2017-03-07
radix tree test suite: Specify -m32 in LDFLAGS too
Matthew Wilcox
1
-0
/
+1
2017-03-07
ida: Free correct IDA bitmap
Matthew Wilcox
4
-5
/
+35
2017-03-07
radix tree test suite: Depend on Makefile and quieten grep
Matthew Wilcox
1
-2
/
+2
2017-03-07
radix tree test suite: Fix build with --as-needed
Michael Ellerman
1
-4
/
+2
2017-03-07
radix tree test suite: Build 32 bit binaries
Rehas Sachdeva
1
-0
/
+4
2017-03-07
radix tree test suite: Add performance test for radix_tree_join()
Rehas Sachdeva
1
-0
/
+47
2017-03-07
radix tree test suite: Add performance test for radix_tree_split()
Rehas Sachdeva
1
-0
/
+44
2017-03-07
radix tree test suite: Add performance benchmarks
Rehas Sachdeva
1
-7
/
+75
2017-03-07
radix tree test suite: Add test for radix_tree_clear_tags()
Rehas Sachdeva
1
-0
/
+29
2017-03-07
radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()
Rehas Sachdeva
1
-0
/
+19
2017-03-07
radix tree test suite: Add test for idr_get_next()
Rehas Sachdeva
1
-0
/
+25
2017-03-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-8
/
+12
2017-03-07
Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-7
/
+36
2017-03-07
jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSEC
Frederic Weisbecker
1
-1
/
+1
2017-03-07
objtool: Fix another GCC jump table detection issue
Josh Poimboeuf
3
-3
/
+25
2017-03-07
drivers/char/nwbutton: Fix build breakage caused by include file reshuffling
Guenter Roeck
1
-1
/
+1
2017-03-07
h8300: Fix build breakage caused by header file changes
Guenter Roeck
1
-1
/
+1
2017-03-07
avr32: Fix build error caused by include file reshuffling
Guenter Roeck
1
-1
/
+1
2017-03-07
ucount: Remove the atomicity from ucount->count
Eric W. Biederman
2
-8
/
+12
2017-03-06
powerpc: Sort the selects under CONFIG_PPC
Michael Ellerman
1
-66
/
+72
2017-03-06
powerpc/64: Fix L1D cache shape vector reporting L1I values
Michael Ellerman
1
-2
/
+2
2017-03-06
x86/build/x86_64_defconfig: Enable CONFIG_R8169
Andy Shevchenko
1
-0
/
+1
2017-03-06
x86/reboot/quirks: Add ASUS EeeBook X205TA/W reboot quirk
Matjaz Hegedic
1
-0
/
+8
2017-03-06
powerpc/64: Avoid panic during boot due to divide by zero in init_cache_info()
Anton Blanchard
1
-1
/
+4
[next]