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-11-07
debugfs: defer debugfs_fsdata allocation to first usage
Nicolai Stange
3
-26
/
+73
2017-11-07
debugfs: call debugfs_real_fops() only after debugfs_file_get()
Nicolai Stange
1
-3
/
+4
2017-11-07
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
4
-75
/
+0
2017-11-07
IB/hfi1: convert to debugfs_file_get() and -put()
Nicolai Stange
1
-10
/
+10
2017-11-07
debugfs: convert to debugfs_file_get() and -put()
Nicolai Stange
1
-56
/
+50
2017-11-07
debugfs: debugfs_real_fops(): drop __must_hold sparse annotation
Nicolai Stange
2
-7
/
+2
2017-11-07
debugfs: implement per-file removal protection
Nicolai Stange
4
-6
/
+84
2017-11-07
debugfs: add support for more elaborate ->d_fsdata
Nicolai Stange
4
-20
/
+38
2017-10-20
driver core: Move device_links_purge() after bus_remove_device()
Jeffy Chen
1
-1
/
+1
2017-10-20
arch_topology: Fix section miss match warning due to free_raw_capacity()
Prasad Sodagudi
1
-1
/
+1
2017-10-20
driver-core: pr_err() strings should end with newlines
Arvind Yadav
1
-3
/
+3
2017-10-16
Linux 4.14-rc5
Linus Torvalds
1
-1
/
+1
2017-10-15
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-81
/
+115
2017-10-15
Merge tag 'usb-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
15
-27
/
+86
2017-10-15
Merge tag 'dmaengine-fix-4.14-rc5' of git://git.infradead.org/users/vkoul/sla...
Linus Torvalds
3
-19
/
+40
2017-10-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-88
/
+284
2017-10-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-102
/
+49
2017-10-14
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-2
/
+10
2017-10-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-26
/
+74
2017-10-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-30
/
+24
2017-10-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-2
/
+45
2017-10-14
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+5
2017-10-14
x86/microcode: Do the family check first
Borislav Petkov
1
-9
/
+18
2017-10-14
locking/lockdep: Disable cross-release features for now
Ingo Molnar
1
-2
/
+2
2017-10-14
Merge branch '4.14-fixes' of git://git.linux-mips.org/pub/scm/ralf/upstream-l...
Linus Torvalds
5
-26
/
+28
2017-10-14
x86/mm: Flush more aggressively in lazy TLB mode
Andy Lutomirski
3
-49
/
+136
2017-10-14
Merge tag 'drm-fixes-for-v4.14-rc5' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
19
-50
/
+119
2017-10-14
Merge tag 'drm-intel-fixes-2017-10-11' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
6
-19
/
+26
2017-10-14
Merge branch 'msm-fixes-4.14-rc4' of git://people.freedesktop.org/~robclark/l...
Dave Airlie
7
-25
/
+35
2017-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
21
-181
/
+245
2017-10-14
mm, swap: use page-cluster as max window of VMA based swap readahead
Huang Ying
2
-44
/
+7
2017-10-14
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Will Deacon
1
-15
/
+10
2017-10-14
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
2
-1
/
+5
2017-10-14
fs/binfmt_misc.c: node could be NULL when evicting inode
Eryu Guan
1
-1
/
+1
2017-10-14
fs/mpage.c: fix mpage_writepage() for pages with buffers
Matthew Wilcox
3
-5
/
+16
2017-10-14
linux/kernel.h: add/correct kernel-doc notation
Randy Dunlap
1
-16
/
+74
2017-10-14
tty: fall back to N_NULL if switching to N_TTY fails during hangup
Johannes Weiner
1
-6
/
+5
2017-10-14
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
1
-6
/
+0
2017-10-14
mm/cma.c: take __GFP_NOWARN into account in cma_alloc()
Boris Brezillon
1
-1
/
+1
2017-10-14
scripts/kallsyms.c: ignore symbol type 'n'
Guenter Roeck
1
-1
/
+1
2017-10-14
userfaultfd: selftest: exercise -EEXIST only in background transfer
Andrea Arcangeli
1
-5
/
+20
2017-10-14
mm: only display online cpus of the numa node
Zhen Lei
1
-2
/
+10
2017-10-14
mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().
Zi Yan
1
-2
/
+1
2017-10-14
mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter
Andrey Ryabinin
1
-2
/
+5
2017-10-14
include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF
Arnd Bergmann
1
-0
/
+10
2017-10-14
mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK
Yang Shi
1
-1
/
+6
2017-10-14
lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together
Randy Dunlap
1
-72
/
+71
2017-10-14
mm/migrate: fix indexing bug (off by one) and avoid out of bound access
Mark Hairgrove
1
-1
/
+2
2017-10-13
Merge tag 'pci-v4.14-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-16
/
+8
2017-10-13
Merge tag 'iommu-fixes-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-5
/
+8
[next]