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
2013-10-17
swap: fix set_blocksize race during swapon/swapoff
Krzysztof Kozlowski
1
-1
/
+3
2013-10-17
procfs: call default get_unmapped_area on MMU-present architectures
HATAYAMA Daisuke
1
-2
/
+6
2013-10-17
procfs: fix unintended truncation of returned mapped address
HATAYAMA Daisuke
1
-1
/
+1
2013-10-17
writeback: fix negative bdi max pause
Fengguang Wu
1
-5
/
+5
2013-10-17
percpu_refcount: export symbols
Matias Bjorling
1
-0
/
+3
2013-10-17
fs: buffer: move allocation failure loop into the allocator
Johannes Weiner
2
-2
/
+14
2013-10-17
mm: memcg: handle non-error OOM situations more gracefully
Johannes Weiner
6
-148
/
+79
2013-10-17
tools/testing/selftests: fix uninitialized variable
Felipe Pena
1
-1
/
+1
2013-10-17
block/partitions/efi.c: treat size mismatch as a warning, not an error
Doug Anderson
1
-1
/
+6
2013-10-17
mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages
Andrea Arcangeli
1
-1
/
+15
2013-10-17
mm/zswap: bugfix: memory leak when re-swapon
Weijie Yang
1
-0
/
+4
2013-10-17
mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pages
Cyrill Gorcunov
1
-1
/
+3
2013-10-17
mm: migration: do not lose soft dirty bit if page is in migration state
Cyrill Gorcunov
3
-2
/
+9
2013-10-17
gcov: MAINTAINERS: Add an entry for gcov
Peter Oberparleiter
1
-0
/
+6
2013-10-17
mm/hugetlb.c: correct missing private flag clearing
Joonsoo Kim
1
-0
/
+1
2013-10-17
mm/vmscan.c: don't forget to free shrinker->nr_deferred
Andrew Vagin
1
-0
/
+1
2013-10-17
ipc/sem.c: synchronize semop and semctl with IPC_RMID
Manfred Spraul
1
-13
/
+29
2013-10-17
ipc: update locking scheme comments
Davidlohr Bueso
1
-6
/
+21
2013-10-17
mm, memcg: protect mem_cgroup_read_events for cpu hotplug
David Rientjes
1
-0
/
+2
2013-10-16
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
9
-384
/
+1
2013-10-16
Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/lin...
Linus Torvalds
1
-15
/
+28
2013-10-16
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+14
2013-10-16
Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-0
/
+10
2013-10-15
KVM: Enable pvspinlock after jump_label_init() to avoid VM hang
Raghavendra K T
1
-3
/
+14
2013-10-15
Revert "drivers: of: add initialization code for dma reserved memory"
Marek Szyprowski
6
-366
/
+0
2013-10-15
Revert "ARM: init: add support for reserved memory defined by device tree"
Marek Szyprowski
1
-3
/
+0
2013-10-15
Merge tag 'vfio-v3.12-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-19
/
+21
2013-10-15
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-141
/
+126
2013-10-14
Merge branch 'misc' into for-next
Roland Dreier
5
-9
/
+9
2013-10-14
IB: Remove unnecessary semicolons
Joe Perches
5
-9
/
+9
2013-10-14
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
6
-9
/
+44
2013-10-14
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-0
/
+2
2013-10-14
Merge tag 'pm+acpi-3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-49
/
+51
2013-10-14
Revert "of: Feed entire flattened device tree into the random pool"
Grant Likely
1
-12
/
+0
2013-10-14
of: fix unnecessary warning on missing /cpus node
Grant Likely
1
-3
/
+1
2013-10-14
Linux 3.12-rc5
v3.12-rc5
Linus Torvalds
1
-1
/
+1
2013-10-13
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
3
-4
/
+5
2013-10-13
watchdog: sunxi: Fix section mismatch
Maxime Ripard
1
-2
/
+2
2013-10-13
watchdog: kempld_wdt: Fix bit mask definition
Jingoo Han
1
-1
/
+1
2013-10-13
watchdog: ts72xx_wdt: locking bug in ioctl
Dan Carpenter
1
-1
/
+2
2013-10-13
ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()
AKASHI Takahiro
1
-0
/
+6
2013-10-13
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-12
/
+50
2013-10-13
ARM: exynos: dts: Update 5250 arch timer node with clock frequency
Yuvaraj Kumar C D
1
-0
/
+5
2013-10-13
Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...
Olof Johansson
8
-12
/
+45
2013-10-13
Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
6
-22
/
+30
2013-10-13
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-4
/
+6
2013-10-13
parisc: let probe_kernel_read() capture access to page zero
Helge Deller
1
-1
/
+14
2013-10-13
parisc: optimize variable initialization in do_page_fault
John David Anglin
1
-5
/
+10
2013-10-13
parisc: fix interruption handler to respect pagefault_disable()
Helge Deller
1
-3
/
+3
2013-10-13
parisc: mark parisc_terminate() noreturn and cold.
Helge Deller
1
-1
/
+1
[next]