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
2008-05-23
ftrace: function tracer
Steven Rostedt
3
-0
/
+87
2008-05-23
ftrace: latency tracer infrastructure
Steven Rostedt
5
-0
/
+1739
2008-05-23
ftrace: add basic support for gcc profiler instrumentation
Arnaldo Carvalho de Melo
10
-0
/
+256
2008-05-23
ftrace: annotate core code that should not be traced
Arnaldo Carvalho de Melo
1
-1
/
+1
2008-05-23
x86: add notrace annotations to vsyscall.
Steven Rostedt
4
-10
/
+14
2008-05-23
tracing: add notrace to linkage.h
Ingo Molnar
1
-0
/
+2
2008-05-23
ftrace: add preempt_enable/disable notrace macros
Steven Rostedt
1
-0
/
+32
2008-05-23
ftrace: make the task state char-string visible to all
Steven Rostedt
2
-1
/
+3
2008-05-23
sched: add latency tracer callbacks to the scheduler
Ingo Molnar
2
-0
/
+29
2008-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-14
/
+11
2008-05-22
[CIFS] Fix reversed memset arguments
Dave Jones
1
-2
/
+2
2008-05-22
Adds username in the upcall key for unattended mounts with keytab
Igor Mammedov
1
-0
/
+3
2008-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-413
/
+68
2008-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
5
-22
/
+40
2008-05-22
sparc64: Prevent stack backtrace false positives on trap frames.
David S. Miller
1
-0
/
+1
2008-05-22
[CIFS] Remove redundant NULL check
Steve French
1
-12
/
+6
2008-05-22
sparc64: Fix stack tracing through trap frames.
David S. Miller
2
-10
/
+14
2008-05-22
sparc64: Fix kernel thread stack termination.
David S. Miller
1
-11
/
+25
2008-05-22
net: The world is not perfect patch.
Rami Rosen
3
-362
/
+3
2008-05-22
tcp: Make prior_ssthresh a u32
Ilpo Järvinen
1
-1
/
+1
2008-05-22
xfrm_user: Remove zero length key checks.
David S. Miller
1
-11
/
+0
2008-05-22
net/ipv4/arp.c: Use common hex_asc helpers
Denis Cheng
1
-3
/
+2
2008-05-22
cassini: Only use chip checksum for ipv4 packets.
David S. Miller
1
-4
/
+7
2008-05-22
HTC_EGPIO is ARM-only
Al Viro
1
-1
/
+1
2008-05-22
provide out-of-line strcat() for m68k
Al Viro
1
-0
/
+6
2008-05-22
caiaq endianness fix
Al Viro
1
-2
/
+2
2008-05-22
MODULE_LICENSE expects "GPL v2", not "GPLv2"
Al Viro
8
-8
/
+8
2008-05-22
msnd_* is ISA-only
Al Viro
1
-2
/
+2
2008-05-22
missing dependencies on HAS_DMA
Al Viro
5
-5
/
+5
2008-05-22
ocfs2 endianness fixes
Al Viro
1
-2
/
+2
2008-05-22
irda-usb endianness annotations and fixes
Al Viro
2
-3
/
+3
2008-05-22
sbus bpp: instances missed in s/dev_name/bpp_dev_name/
Al Viro
1
-3
/
+3
2008-05-22
ecryptfs fixes
Al Viro
1
-14
/
+12
2008-05-22
misc drivers/net endianness noise
Al Viro
6
-14
/
+16
2008-05-22
thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml
Al Viro
1
-0
/
+2
2008-05-22
missing export of csum_partial() on uml/amd64
Al Viro
1
-2
/
+4
2008-05-22
uml: add missing exports for UML_RANDOM=m
Al Viro
1
-0
/
+5
2008-05-22
fix hppfs Makefile breakage
Al Viro
1
-4
/
+1
2008-05-22
fix include order in sys-i386/registers.c
Al Viro
1
-0
/
+1
2008-05-22
missed kmalloc() in pcap_user.c
Al Viro
1
-1
/
+1
2008-05-22
tcp: TCP connection times out if ICMP frag needed is delayed
Sridhar Samudrala
1
-4
/
+6
2008-05-22
netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__
Patrick McHardy
4
-4
/
+4
2008-05-22
af_key: Fix selector family initialization.
Kazunori MIYAZAWA
1
-1
/
+1
2008-05-21
sunhv: Fix locking in non-paged I/O case.
David S. Miller
1
-1
/
+0
2008-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
22
-545
/
+612
2008-05-21
[CIFS] Remove debug statement
Steve French
1
-1
/
+1
2008-05-21
Fix possible access to undefined memory region.
Igor Mammedov
1
-4
/
+5
2008-05-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
8
-23
/
+44
2008-05-21
libertas: Fix ethtool statistics
David Woodhouse
1
-14
/
+13
2008-05-21
mac80211: fix NULL pointer dereference in ieee80211_compatible_rates
Helmut Schaa
1
-4
/
+11
[prev]
[next]