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
2016-06-13
s390: use SPARSE_IRQ
Sebastian Ott
3
-18
/
+7
2016-06-13
s390/Documentation: improve sort command for trace buffer
Thomas Richter
1
-1
/
+1
2016-06-13
s390: use __section macro everywhere
Heiko Carstens
3
-5
/
+5
2016-06-13
s390: add proper __ro_after_init support
Heiko Carstens
5
-11
/
+19
2016-06-13
vmlinux.lds.h: allow arch specific handling of ro_after_init data section
Heiko Carstens
1
-1
/
+9
2016-06-13
s390/mm: simplify the TLB flushing code
Martin Schwidefsky
6
-48
/
+28
2016-06-13
bitmap: bitmap_equal memcmp optimization
Martin Schwidefsky
1
-0
/
+4
2016-06-13
s390/mm: fix vunmap vs finish_arch_post_lock_switch
Martin Schwidefsky
1
-2
/
+18
2016-06-13
s390/time: remove ETR support
Martin Schwidefsky
5
-1229
/
+55
2016-06-13
s390/time: add leap seconds to initial system time
Martin Schwidefsky
2
-2
/
+33
2016-06-13
s390/time: LPAR offset handling
Martin Schwidefsky
4
-11
/
+55
2016-06-13
s390/time: move PTFF definitions
Martin Schwidefsky
2
-32
/
+33
2016-06-13
s390/time: STP sync clock correction
Martin Schwidefsky
3
-9
/
+12
2016-06-13
s390/kexec: fix crash on resize of reserved memory
Heiko Carstens
2
-23
/
+25
2016-06-13
s390/kexec: fix update of os_info crash kernel size
Heiko Carstens
1
-6
/
+14
2016-06-13
s390/mm: align swapper_pg_dir to 16k
Heiko Carstens
3
-3
/
+10
2016-06-13
s390: dump_stack: fill in arch description
Christian Borntraeger
1
-0
/
+21
2016-06-13
s390: use canonical include guard style
Daniel van Gerpen
3
-3
/
+3
2016-06-13
s390/cpuinfo: show dynamic and static cpu mhz
Heiko Carstens
5
-13
/
+69
2016-06-13
s390/cpuinfo: print cache info and all single cpu lines on first iteration
Heiko Carstens
1
-28
/
+34
2016-06-13
s390: add explicit <linux/stringify.h> for jump label
Jason Baron
1
-0
/
+1
2016-06-13
s390/pgtable: add mapping statistics
Heiko Carstens
3
-0
/
+53
2016-06-13
s390/vmem: simplify vmem code for read-only mappings
Heiko Carstens
1
-28
/
+9
2016-06-13
s390/pageattr: allow kernel page table splitting
Heiko Carstens
3
-33
/
+250
2016-06-13
s390/pgtable: make pmd and pud helper functions available
Heiko Carstens
1
-14
/
+63
2016-06-13
s390/mm: always use PAGE_KERNEL when mapping pages
Heiko Carstens
1
-1
/
+1
2016-06-13
s390/vmem: make use of pte_clear()
Heiko Carstens
1
-3
/
+1
2016-06-13
s390/pgtable: get rid of _REGION3_ENTRY_RO
Heiko Carstens
2
-3
/
+1
2016-06-13
s390/vmem: introduce and use SEGMENT_KERNEL and REGION3_KERNEL
Heiko Carstens
2
-10
/
+46
2016-06-13
s390/vmem: align segment and region tables to 16k
Heiko Carstens
1
-1
/
+3
2016-06-13
s390/pgtable: introduce and use generic csp inline asm
Heiko Carstens
2
-20
/
+19
2016-06-13
s390/keyboard: use memdup_user_nul()
Muhammad Falak R Wani
1
-12
/
+3
2016-06-13
KVM: s390/mm: Fix CMMA reset during reboot
Christian Borntraeger
1
-1
/
+1
2016-06-12
Linux 4.7-rc3
Linus Torvalds
1
-1
/
+1
2016-06-12
Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...
Linus Torvalds
2
-8
/
+10
2016-06-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-37
/
+59
2016-06-12
Merge tag 'gpio-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
6
-7
/
+16
2016-06-11
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-4
/
+10
2016-06-11
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-21
/
+119
2016-06-11
Merge tag 'devicetree-fixes-for-4.7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-24
/
+49
2016-06-11
Merge tag '20160610_uvc_compat_for_linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-77
/
+20
2016-06-11
uvc_v4l2: Simplify compat ioctl implementation
Andy Lutomirski
1
-56
/
+2
2016-06-11
uvc: Forward compat ioctls to their handlers directly
Andy Lutomirski
1
-21
/
+18
2016-06-11
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
19
-358
/
+569
2016-06-10
Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
7
-12
/
+16
2016-06-10
Merge tag 'hwmon-for-linus-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+4
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
3
-3
/
+20
2016-06-10
sched: panic on corrupted stack end
Jann Horn
1
-1
/
+2
2016-06-10
ecryptfs: forbid opening files without mmap handler
Jann Horn
1
-2
/
+11
2016-06-10
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
[prev]
[next]