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-10-22
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-34
/
+174
2010-10-22
Merge branch 'x86-mem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-81
/
+465
2010-10-22
Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-48
/
+97
2010-10-22
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-203
/
+86
2010-10-22
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-267
/
+177
2010-10-22
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+11
2010-10-22
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
19
-99
/
+21
2010-10-22
Merge branch 'x86-bios-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-95
/
+63
2010-10-22
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-5
/
+9
2010-10-22
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
24
-170
/
+208
2010-10-21
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
23
-184
/
+732
2010-10-21
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
158
-3368
/
+7162
2010-10-21
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
60
-474
/
+1454
2010-10-21
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
22
-56
/
+69
2010-10-21
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-38
/
+158
2010-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
38
-246
/
+1805
2010-10-21
Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2
-48
/
+209
2010-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
28
-395
/
+617
2010-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
79
-2046
/
+5380
2010-10-21
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...
Linus Torvalds
16
-649
/
+765
2010-10-21
x86-32, percpu: Correct the ordering of the percpu readmostly section
H. Peter Anvin
1
-1
/
+1
2010-10-21
virtio_blk: remove BKL leftovers
Christoph Hellwig
1
-15
/
+2
2010-10-21
virtio: console: Disable lseek(2) for port file operations
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO in case of port unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO on new data arrival on ports
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO to processes that request it for host events
Amit Shah
1
-0
/
+25
2010-10-21
virtio: console: Reference counting portdev structs is not needed
Amit Shah
1
-0
/
+8
2010-10-21
virtio: console: Add reference counting for port struct
Amit Shah
1
-16
/
+64
2010-10-21
virtio: console: Use cdev_alloc() instead of cdev_init()
Amit Shah
1
-7
/
+13
2010-10-21
virtio: console: Add a find_port_by_devt() function
Amit Shah
1
-1
/
+36
2010-10-21
virtio: console: Add a list of portdevs that are active
Amit Shah
1
-0
/
+15
2010-10-21
virtio: console: open: Use a common path for error handling
Amit Shah
1
-3
/
+9
2010-10-21
virtio: console: remove_port() should return void
Amit Shah
1
-2
/
+1
2010-10-21
virtio: console: Make write() return -ENODEV on hot-unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Make read() return -ENODEV on hot-unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Unblock poll on port hot-unplug
Amit Shah
1
-0
/
+4
2010-10-21
virtio: console: Un-block reads on chardev close
Amit Shah
1
-0
/
+4
2010-10-21
virtio: console: Check if portdev is valid in send_control_msg()
Amit Shah
1
-1
/
+4
2010-10-21
virtio: console: Remove control vq data only if using multiport support
Amit Shah
1
-6
/
+9
2010-10-21
virtio: console: Reset vdev before removing device
Amit Shah
1
-0
/
+3
2010-10-21
selinux: include vmalloc.h for vmalloc_user
Stephen Rothwell
1
-0
/
+1
2010-10-21
secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set
Eric Paris
1
-0
/
+2
2010-10-21
selinux: implement mmap on /selinux/policy
Eric Paris
2
-1
/
+45
2010-10-21
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
12
-3
/
+1256
2010-10-21
SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE
Eric Paris
2
-3
/
+2
2010-10-21
SELinux: deterministic ordering of range transition rules
Eric Paris
1
-3
/
+13
2010-10-21
kernel: roundup should only reference arguments once
Eric Paris
1
-1
/
+6
2010-10-21
kernel: rounddown helper function
Eric Paris
1
-0
/
+6
2010-10-21
secmark: export secctx, drop secmark in procfs
Eric Paris
2
-6
/
+50
2010-10-21
conntrack: export lsm context rather than internal secid via netlink
Eric Paris
2
-11
/
+45
[next]