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
2014-02-18
mei: txe: put pm callbacks under PM_SLEEP ifdef
Tomas Winkler
1
-2
/
+2
2014-02-18
mei: me: put pm callbacks under PM_SLEEP ifdef
Alexander Usyskin
1
-2
/
+3
2014-02-18
mei: don't of list_for_each_entry_safe when not deleting
Tomas Winkler
5
-33
/
+28
2014-02-18
mei: use helper function to find me client by id
Alexander Usyskin
2
-48
/
+56
2014-02-18
mei: fix potential read outside of array bounds
Alexander Usyskin
1
-13
/
+10
2014-02-18
mei: wd and amthif use mei_cl_ api for dis/connection
Tomas Winkler
5
-80
/
+66
2014-02-18
mei: hbm: revamp client connect and disconnection status
Alexander Usyskin
4
-39
/
+59
2014-02-18
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
4
-7
/
+20
2014-02-18
Merge 3.14-rc3 into char-misc-next
Greg Kroah-Hartman
733
-4072
/
+9322
2014-02-17
Linux 3.14-rc3
v3.14-rc3
Linus Torvalds
1
-1
/
+1
2014-02-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
7
-23
/
+28
2014-02-16
Merge tag 'dt-fixes-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-34
/
+54
2014-02-16
of: search the best compatible match first in __of_match_node()
Kevin Hao
1
-1
/
+42
2014-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
11
-23
/
+30
2014-02-16
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-21
/
+53
2014-02-16
Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...
Linus Torvalds
3
-0
/
+51
2014-02-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-26
/
+35
2014-02-16
Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-36
/
+54
2014-02-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-4
/
+20
2014-02-16
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
39
-33
/
+408
2014-02-16
Drivers: hv: Ballon: Make pressure posting thread sleep interruptibly
K. Y. Srinivasan
1
-1
/
+2
2014-02-16
w1-gpio: handle of_get_gpio() returning -EPROBE_DEFER better
Uwe Kleine-König
1
-5
/
+14
2014-02-15
regmap: spmi: support base and extended register spaces
Josh Cartwright
2
-35
/
+205
2014-02-15
spmi: document the PMIC arbiter SPMI bindings
Josh Cartwright
1
-0
/
+61
2014-02-15
spmi: pmic_arb: add support for interrupt handling
Josh Cartwright
2
-2
/
+376
2014-02-15
spmi: Add MSM PMIC Arbiter SPMI controller
Kenneth Heitke
3
-0
/
+424
2014-02-15
spmi: add generic SPMI controller binding documentation
Josh Cartwright
1
-0
/
+41
2014-02-15
spmi: Linux driver framework for SPMI
Kenneth Heitke
8
-0
/
+842
2014-02-15
VME: Stop using memcpy_[to|from]io() due to unwanted behaviour
Martyn Welch
2
-24
/
+23
2014-02-15
Tools: hv: vssdaemon: Ignore VFAT mounts during the Freeze operation
K. Y. Srinivasan
1
-0
/
+2
2014-02-15
Adding makefile for tools/hv
Bjarke Istrup Pedersen
2
-5
/
+19
2014-02-15
w1: small type cleanup in sysfs
Dan Carpenter
1
-2
/
+2
2014-02-15
FMC: show_sdb_tree: fix offset calculation
Alessandro Rubini
1
-5
/
+2
2014-02-15
FMC: support carriers with no mezzanine
Alessandro Rubini
1
-6
/
+1
2014-02-15
/dev/mem: handle out-of-bounds read/write
Petr Tesarik
1
-0
/
+6
2014-02-15
Documentation: i2c: mention ACPI method for instantiating devices
Wolfram Sang
1
-0
/
+7
2014-02-15
Documentation: i2c: describe devicetree method for instantiating devices
Wolfram Sang
1
-2
/
+32
2014-02-15
Btrfs: use right clone root offset for compressed extents
Filipe David Borba Manana
1
-0
/
+10
2014-02-15
btrfs: fix null pointer deference at btrfs_sysfs_add_one+0x105
Anand Jain
1
-2
/
+8
2014-02-15
i2c: mv64xxx: refactor message start to ensure proper initialization
Wolfram Sang
1
-19
/
+14
2014-02-15
lkdtm: include cacheflush.h
Kees Cook
1
-0
/
+1
2014-02-15
Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
25
-135
/
+138
2014-02-15
Merge tag 'tty-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
14
-64
/
+77
2014-02-15
Merge tag 'staging-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
45
-509
/
+506
2014-02-15
Merge tag 'driver-core-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+8
2014-02-15
Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-45
/
+161
2014-02-15
ARM: sunxi: dt: Convert to the new SID compatibles
Maxime Ripard
3
-3
/
+3
2014-02-15
misc: eeprom: sunxi: Change compatibles
Maxime Ripard
2
-3
/
+3
2014-02-15
Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
Josef Bacik
2
-2
/
+9
2014-02-15
Btrfs: fix max_inline mount option
Mitch Harder
1
-1
/
+1
[next]