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-01-23
mmc: mvsdio: use devm_ API to simplify/correct error paths.
Andrew Lunn
1
-62
/
+30
2013-01-23
clk: mvebu/clk-cpu.c: fix memory leakage
Cong Ding
1
-3
/
+6
2013-01-23
Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-43
/
+40
2013-01-23
async: fix __lowest_in_progress()
Tejun Heo
1
-7
/
+20
2013-01-23
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-6
/
+10
2013-01-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/del...
Linus Torvalds
5
-15
/
+26
2013-01-23
cpufreq: Add module aliases for acpi-cpufreq
Matthew Garrett
1
-0
/
+7
2013-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
5
-34
/
+38
2013-01-22
Merge tag 'fixes-for-v3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-13
/
+7
2013-01-22
Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...
Olof Johansson
363
-2274
/
+10023
2013-01-22
Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
15
-140
/
+198
2013-01-22
Merge tag 'vfio-for-v3.8-rc5' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-2
/
+2
2013-01-22
Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-01-22
Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
6
-19
/
+31
2013-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-2
/
+4
2013-01-22
wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task
Oleg Nesterov
1
-1
/
+2
2013-01-22
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
3
-14
/
+64
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
2
-2
/
+2
2013-01-22
arm64: elf: fix core dumping to match what glibc expects
Will Deacon
1
-1
/
+4
2013-01-22
USB: EHCI: add a name for the platform-private field
Alan Stern
1
-0
/
+3
2013-01-22
USB: EHCI: fix incorrect configuration test
Alan Stern
1
-1
/
+1
2013-01-22
USB: EHCI: Move definition of EHCI_STATS to ehci.h
Roger Quadros
2
-4
/
+4
2013-01-22
USB: UHCI: fix IRQ race during initialization
Alan Stern
1
-6
/
+9
2013-01-22
ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()
Oleg Nesterov
3
-15
/
+18
2013-01-22
i2c-designware: add missing MODULE_LICENSE
Mika Westerberg
1
-0
/
+4
2013-01-22
i2c: omap: fix draining irq handling
Aaro Koskinen
1
-2
/
+2
2013-01-22
i2c: omap: errata i462: fix incorrect ack for arbitration lost interrupt
Aaro Koskinen
1
-1
/
+1
2013-01-22
ACPI: Check MSR valid bit before using P-state frequencies
Stefan Bader
1
-0
/
+7
2013-01-22
PM / devfreq: exynos4_bus: honor RCU lock usage
Nishanth Menon
1
-27
/
+67
2013-01-22
PM / devfreq: add locking documentation for recommended_opp
Nishanth Menon
1
-0
/
+5
2013-01-22
cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP
Nishanth Menon
1
-0
/
+5
2013-01-22
cpufreq: OMAP: use RCU locks around usage of OPP
Nishanth Menon
1
-0
/
+3
2013-01-22
i2c: muxes: fix wrong use of sizeof(ptr)
Laurent Navet
1
-1
/
+1
2013-01-22
i2c: sirf: register i2c_client from dt child-nodes in probe entry
Barry Song
1
-0
/
+4
2013-01-22
i2c: mxs: Fix type of error code
Fabio Estevam
1
-1
/
+1
2013-01-22
regmap: fix small typo in regmap_bulk_write comment
Nestor Ovroy
1
-1
/
+1
2013-01-22
Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...
Olof Johansson
3
-3
/
+2
2013-01-22
f2fs: use _safe() version of list_for_each
Dan Carpenter
1
-4
/
+3
2013-01-22
f2fs: add comments of start_bidx_of_node
Jaegeuk Kim
1
-1
/
+5
2013-01-22
f2fs: avoid issuing small bios due to several dirty node pages
Jaegeuk Kim
1
-6
/
+11
2013-01-22
f2fs: support swapfile
Jaegeuk Kim
1
-0
/
+6
2013-01-22
f2fs: add remap_pages as generic_file_remap_pages
Jaegeuk Kim
1
-2
/
+3
2013-01-22
f2fs: add __init to functions in init_f2fs_fs
Namjae Jeon
5
-9
/
+9
2013-01-22
Btrfs: fix a regression in balance usage filter
Ilya Dryomov
1
-1
/
+8
2013-01-22
Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-un...
Chris Mason
2
-31
/
+86
2013-01-22
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
6
-35
/
+91
2013-01-22
Btrfs: prevent qgroup destroy when there are still relations
Arne Jansen
1
-1
/
+12
2013-01-22
Btrfs: ignore orphan qgroup relations
Arne Jansen
1
-0
/
+7
2013-01-21
Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1706
-10059
/
+17804
2013-01-21
ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport
Luciano Coelho
1
-0
/
+6
[prev]
[next]