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
2009-03-02
usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()
Bjørn Mork
1
-2
/
+2
2009-03-02
veth: Fix carrier detect
Eric W. Biederman
1
-40
/
+11
2009-03-02
cdc_ether: add usb id for Ericsson F3507g
Bjørn Mork
1
-0
/
+5
2009-03-02
r8169: read MAC address from EEPROM on init (2nd attempt)
Ivan Vecera
1
-2
/
+112
2009-03-02
selinux: Fix a panic in selinux_netlbl_inode_permission()
Paul Moore
1
-2
/
+3
2009-03-01
tcp: fix retrans_out leaks
Ilpo Järvinen
1
-4
/
+5
2009-03-01
net headers: export dcbnl.h
Chris Leech
1
-0
/
+1
2009-03-01
net headers: cleanup dcbnl.h
Chris Leech
1
-1
/
+3
2009-03-01
netpoll: Add drop checks to all entry points
Herbert Xu
2
-0
/
+16
2009-03-01
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
176
-1029
/
+4783
2009-03-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
7
-70
/
+71
2009-03-01
Input: elantech - touchpad driver miss-recognising logitech mice
Arjan Opmeer
1
-8
/
+24
2009-03-01
Input: synaptics - ensure we reset the device on resume
Andy Whitcroft
1
-5
/
+4
2009-03-01
Input: usbtouchscreen - fix eGalax HID ignoring
Daniel Ritz
1
-0
/
+1
2009-02-28
x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()
Ingo Molnar
2
-11
/
+6
2009-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
5
-28
/
+37
2009-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
19
-75
/
+176
2009-02-28
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
12
-104
/
+119
2009-02-28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-27
/
+82
2009-02-28
Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-53
/
+6
2009-02-28
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
8
-265
/
+84
2009-02-28
Fix FREEZE/THAW compat_ioctl regression
Christoph Hellwig
1
-0
/
+3
2009-02-28
hpilo: new pci device
David Altobelli
1
-1
/
+2
2009-02-28
checkpatch: version 0.28
Andy Whitcroft
1
-1
/
+1
2009-02-28
checkpatch: add __ref as a sparse modifier
Andy Whitcroft
1
-1
/
+2
2009-02-28
checkpatch: extend attribute testing to all modifiers
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: a modifier is not an identifier at the end of a type
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: pointer type star may have modifiers following
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: correctly handle type spacing in the face of modifiers
Andy Whitcroft
1
-2
/
+2
2009-02-28
checkpatch: do not warn about -p0 patches when checking files
Andy Whitcroft
1
-1
/
+2
2009-02-28
checkpatch: make in_atomic ok in the core
Andy Whitcroft
1
-1
/
+1
2009-02-28
mm: fix lazy vmap purging (use-after-free error)
Vegard Nossum
1
-1
/
+2
2009-02-28
mm: vmap fix overflow
Nick Piggin
1
-0
/
+7
2009-02-28
Fix recursive lock in free_uid()/free_user_ns()
David Howells
2
-4
/
+18
2009-02-28
w1: add missing Kconfig/Makefile entries for DS2431 slave driver
Herton Ronaldo Krzesinski
2
-0
/
+7
2009-02-28
EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL
Benny Halevy
1
-1
/
+1
2009-02-28
w1_ds2433: clear the validcrc flag after a write
Ben Gardner
1
-1
/
+6
2009-02-28
USB: musb: fix srp sysfs entry deletion
Vikram Pandita
1
-2
/
+2
2009-02-28
USB: musb: resume suspended root hub on disconnect
Anand Gadiyar
1
-0
/
+1
2009-02-28
USB: musb: use right poll limit for low speed devices
Sergei Shtylyov
1
-8
/
+10
2009-02-28
USB: musb: be careful with 64K+ transfer lengths, host side
Sergei Shtylyov
1
-7
/
+7
2009-02-28
USB: musb: fix data toggle saving with shared FIFO
Sergei Shtylyov
1
-6
/
+1
2009-02-28
USB: musb: host endpoint_disable() oops fixes
Sergei Shtylyov
1
-10
/
+26
2009-02-28
USB: musb: fix urb_dequeue() method
Sergei Shtylyov
1
-3
/
+12
2009-02-28
USB: musb: fix musb_host_tx() for shared endpoint FIFO
Dmitry Krivoschekov
1
-1
/
+2
2009-02-28
USB: musb: be careful with 64K+ transfer lengths (gadget side)
Felipe Balbi
1
-2
/
+2
2009-02-28
usb: musb: make Davinci *work* in mainline
David Brownell
5
-18
/
+17
2009-02-28
USB: usb_get_string should check the descriptor type
Alan Stern
1
-3
/
+8
2009-02-28
USB: gadget: fix build error in omap_apollon_2420_defconfig
David Brownell
1
-0
/
+1
2009-02-28
USB: g_file_storage: automatically disable stalls under Atmel
Alan Stern
1
-1
/
+5
[prev]
[next]