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
2006-02-07
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
20
-236
/
+278
2006-02-06
[IA64-SGI] Shub2 BTE address fix
Russ Anderson
2
-15
/
+25
2006-02-06
Pull sn-recursive-flags-for-select-builds into release branch
Tony Luck
5
-2
/
+8
2006-02-06
[PPP]: Fixed hardware RX checksum handling
Herbert Xu
1
-0
/
+3
2006-02-06
[PATCH] USB: Fix GPL markings on usb core functions.
Greg KH
1
-3
/
+3
2006-02-05
mm/slab.c (non-NUMA): Fix compile warning and clean up code
Linus Torvalds
1
-3
/
+8
2006-02-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2
-8
/
+17
2006-02-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
21
-61
/
+124
2006-02-05
[PATCH] kconfig: detect if -lintl is needed when linking conf,mconf
Robb, Sam
1
-1
/
+11
2006-02-05
[PATCH] i386: HIGHMEM64G must depend on X86_CMPXCHG64
Adrian Bunk
1
-0
/
+1
2006-02-05
[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1
Takashi Iwai
2
-2
/
+2
2006-02-05
[PATCH] i386: print kernel version in register dumps
Chuck Ebbert
2
-4
/
+8
2006-02-05
[PATCH] i386 cpu hotplug: don't access freed memory
Chuck Ebbert
9
-3
/
+77
2006-02-05
[PATCH] namei.c: unlock missing in error case
Ulrich Drepper
1
-16
/
+16
2006-02-05
[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved by link_path_walk()
Trond Myklebust
1
-2
/
+3
2006-02-05
[PATCH] NUMA slab locking fixes: fix cpu down and up locking
Ravikiran G Thirumalai
1
-38
/
+85
2006-02-05
[PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock
Ravikiran G Thirumalai
1
-18
/
+18
2006-02-05
[PATCH] NUMA slab locking fixes: move color_next to l3
Ravikiran G Thirumalai
1
-11
/
+11
2006-02-05
[PATCH] hugetlb: add comment explaining reasons for Bus Errors
Christoph Lameter
1
-0
/
+9
2006-02-05
[PATCH] jbd: fix transaction batching
Andrew Morton
2
-1
/
+13
2006-02-05
[PATCH] reiserfs_get_acl() build fix
Andrew Morton
1
-1
/
+5
2006-02-05
[PATCH] x86: fix stack trace facility level
Hugh Dickins
1
-1
/
+2
2006-02-05
[PATCH] selinux: require SECURITY_NETWORK
Stephen Smalley
3
-22
/
+5
2006-02-05
[PATCH] missing license tag in intermodule
Dave Jones
1
-0
/
+3
2006-02-05
[PATCH] pktcdvd: Allow larger packets
Phillip Susi
1
-1
/
+1
2006-02-05
[PATCH] pktcdvd: Don't waste kernel memory
Peter Osterlund
3
-29
/
+32
2006-02-05
[PATCH] Let CDROM_PKTCDVD_WCACHE depend on EXPERIMENTAL
Adrian Bunk
1
-2
/
+2
2006-02-05
[PATCH] pktcdvd: remove version string
Peter Osterlund
1
-3
/
+0
2006-02-05
[PATCH] pktcdvd: Fix overflow for discs with large packets
Phillip Susi
2
-2
/
+2
2006-02-05
[PATCH] sched: only print migration_cost once per boot
Chuck Ebbert
1
-6
/
+8
2006-02-05
[PATCH] MAINTAINERS/CREDITS: Update SELinux contact info
Stephen Smalley
2
-2
/
+2
2006-02-05
[PATCH] fuse: fix request_end() vs fuse_reset_request() race
Miklos Szeredi
1
-11
/
+29
2006-02-05
[PATCH] Fix i2o_scsi oops on abort
Markus Lidel
1
-1
/
+1
2006-02-05
[PATCH] block: request_queue->ordcolor must not be flipped on SOFTBARRIER
Tejun Heo
1
-1
/
+2
2006-02-05
[PATCH] fix ordering on requeued request drainage
Jens Axboe
1
-22
/
+16
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
11
-16
/
+17
2006-02-05
Revert "[PATCH] x86_64: Fix the node cpumask of a cpu going down"
Linus Torvalds
2
-10
/
+0
2006-02-05
[SPARC64]: Update defconfig.
David S. Miller
1
-8
/
+13
2006-02-05
[SPARC64]: Add .gitignore file for sparc64 boot images.
David S. Miller
1
-0
/
+4
2006-02-05
[NETFILTER]: Fix check whether dst_entry needs to be released after NAT
Patrick McHardy
1
-2
/
+2
2006-02-05
[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unification
Patrick McHardy
4
-21
/
+36
2006-02-05
[NETFILTER]: Fix ip6t_policy address matching
Patrick McHardy
1
-2
/
+3
2006-02-05
[NETFILTER]: Check policy length in policy match strict mode
Patrick McHardy
2
-2
/
+2
2006-02-05
[NETFILTER]: Fix possible overflow in netfilters do_replace()
Kirill Korotaev
4
-0
/
+28
2006-02-05
[NETFILTER]: nf_conntrack: fix incorrect memset() size in FTP helper
Samir Bellabes
1
-2
/
+0
2006-02-05
[NETFILTER]: iptables: fix typos in ipt_connbytes.h
Yasuyuki Kozakai
1
-2
/
+2
2006-02-05
[NETFILTER]: Fix missing src port initialization in tftp expectation mask
Patrick McHardy
1
-0
/
+1
2006-02-05
[NETFILTER]: nfnetlink_queue: fix packet marking over netlink
Patrick McHardy
1
-1
/
+2
2006-02-05
[NETFILTER]: Fix undersized skb allocation in ipt_ULOG/ebt_ulog/nfnetlink_log
Patrick McHardy
3
-18
/
+28
2006-02-05
[NETFILTER]: ULOG/nfnetlink_log: Use better default value for 'nlbufsiz'
Holger Eitzenberger
3
-3
/
+7
[next]