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
2010-04-30
MUSB: OMAP: don't call clk_put()
Sergei Shtylyov
1
-3
/
+0
2010-04-30
MUSB: DaVinci: fix musb_platform_init() error cleanup path
Sergei Shtylyov
1
-0
/
+2
2010-04-30
musb_core: don't prevent disabling clock on driver unload
Sergei Shtylyov
1
-3
/
+1
2010-04-30
musb_core: don't touch 'musb->clock' in musb_free()
Sergei Shtylyov
1
-5
/
+0
2010-04-30
musb: potential use after free
Dan Carpenter
1
-0
/
+1
2010-04-30
musb: save and restore missing bus control register
Ajay Kumar Gupta
2
-1
/
+3
2010-04-30
MUSB: Blackfin: don't fake blackfin_interrupt() result
Sergei Shtylyov
1
-7
/
+1
2010-04-30
musb: fix power field to hold all possible values
Ajay Kumar Gupta
1
-1
/
+1
2010-04-30
serial: drivers/serial/pmac_zilog.c: add missing unlock
Julia Lawall
1
-1
/
+3
2010-04-30
serial: 8250_pnp - add Fujitsu Wacom device
Ping Cheng
1
-0
/
+2
2010-04-30
tty: Fix regressions in the char driver conversion
Alan Cox
5
-6
/
+16
2010-04-30
Linux 2.6.34-rc6
v2.6.34-rc6
Linus Torvalds
1
-1
/
+1
2010-04-30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
1
-5
/
+0
2010-04-30
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
6
-9
/
+120
2010-04-30
kgdb: don't needlessly skip PAGE_USER test for Fsl booke
Wufei
1
-5
/
+0
2010-04-30
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+1
2010-04-30
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
24
-116
/
+200
2010-04-30
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
65
-972
/
+1609
2010-04-30
spi: spidev_test gives error upon 1-byte transfer
Hector Palacios
1
-1
/
+1
2010-04-30
ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...
viresh kumar
1
-1
/
+1
2010-04-30
xfs: add a shrinker to background inode reclaim
Dave Chinner
6
-9
/
+120
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK
Jens Axboe
1
-0
/
+1
2010-04-29
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
7
-23
/
+47
2010-04-29
pktcdvd: improve BKL and compat_ioctl.c usage
Arnd Bergmann
2
-6
/
+14
2010-04-29
exofs: Fix "add bdi backing to mount session" fall out
Boaz Harrosh
1
-1
/
+1
2010-04-29
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-3
/
+24
2010-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2
-38
/
+5
2010-04-29
nfs d_revalidate() is too trigger-happy with d_drop()
Al Viro
1
-0
/
+2
2010-04-29
ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIB
Colin Tuckley
2
-1
/
+2
2010-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
1
-1
/
+1
2010-04-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
36
-188
/
+1312
2010-04-28
sfc: Change falcon_probe_board() to fail for unsupported boards
Ben Hutchings
3
-12
/
+7
2010-04-28
sfc: Always close net device at the end of a disabling reset
Ben Hutchings
1
-2
/
+2
2010-04-28
sfc: Wait at most 10ms for the MC to finish reading out MAC statistics
Ben Hutchings
1
-2
/
+11
2010-04-28
sctp: Fix oops when sending queued ASCONF chunks
Vlad Yasevich
4
-16
/
+34
2010-04-28
sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set
Wei Yongjun
1
-7
/
+10
2010-04-28
sctp: per_cpu variables should be in bh_disabled section
Vlad Yasevich
1
-2
/
+2
2010-04-28
sctp: fix potential reference of a freed pointer
Vlad Yasevich
1
-2
/
+4
2010-04-28
sctp: avoid irq lock inversion while call sk->sk_data_ready()
Wei Yongjun
3
-0
/
+12
2010-04-28
Revert "tcp: bind() fix when many ports are bound"
David S. Miller
2
-21
/
+10
2010-04-28
nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4
Xiaotian Feng
1
-0
/
+1
2010-04-28
nfs: fix some issues in nfs41_proc_reclaim_complete()
Dan Carpenter
1
-1
/
+4
2010-04-28
x86/PCI: compute Address Space length rather than using _LEN
Bjorn Helgaas
1
-38
/
+2
2010-04-28
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
3
-45
/
+24
2010-04-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
32
-90
/
+219
2010-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
3
-10
/
+10
2010-04-28
regulator: fix enabling regulator issue on max8925
Haojian Zhuang
1
-1
/
+1
2010-04-28
omap2_mcspi: small fixes of output data format
Roman Tereshonkov
1
-2
/
+2
2010-04-28
omap2_mcspi: Flush posted writes
Roman Tereshonkov
1
-0
/
+1
[prev]
[next]