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
2018-08-22
test_ida: Convert check_ida_conv to new API
Matthew Wilcox
2
-46
/
+40
2018-08-22
test_ida: Move ida_check_max
Matthew Wilcox
2
-28
/
+23
2018-08-22
test_ida: Move ida_check_leaf
Matthew Wilcox
2
-27
/
+25
2018-08-22
idr-test: Convert ida_check_nomem to new API
Matthew Wilcox
1
-6
/
+7
2018-08-22
ida: Start new test_ida module
Matthew Wilcox
7
-7
/
+71
2018-08-22
target/iscsi: Allocate session IDs from an IDA
Matthew Wilcox
3
-30
/
+10
2018-08-22
iscsi target: fix session creation failure handling
Mike Christie
1
-14
/
+21
2018-08-22
drm/vmwgfx: Convert to new IDA API
Matthew Wilcox
1
-29
/
+12
2018-08-22
dmaengine: Convert to new IDA API
Matthew Wilcox
1
-16
/
+7
2018-08-22
ppc: Convert vas ID allocation to new IDA API
Matthew Wilcox
1
-22
/
+4
2018-08-22
media: Convert entity ID allocation to new IDA API
Matthew Wilcox
1
-11
/
+5
2018-08-22
ppc: Convert mmu context allocation to new IDA API
Matthew Wilcox
1
-40
/
+4
2018-08-22
Convert net_namespace to new IDA API
Matthew Wilcox
1
-10
/
+6
2018-08-22
cb710: Convert to new IDA API
Matthew Wilcox
1
-18
/
+5
2018-08-22
rsxx: Convert to new IDA API
Matthew Wilcox
1
-16
/
+5
2018-08-22
osd: Convert to new IDA API
Matthew Wilcox
1
-15
/
+7
2018-08-22
sd: Convert to new IDA API
Matthew Wilcox
1
-17
/
+4
2018-08-22
devpts: Convert to new IDA API
Matthew Wilcox
1
-34
/
+13
2018-08-22
fs: Convert namespace IDAs to new API
Matthew Wilcox
1
-38
/
+12
2018-08-22
fs: Convert unnamed_dev_ida to new API
Matthew Wilcox
1
-43
/
+24
2018-08-22
mtip32xx: Convert to new IDA API
Matthew Wilcox
1
-23
/
+6
2018-08-22
ida: Add new API
Matthew Wilcox
2
-42
/
+87
2018-08-22
ida: Lock the IDA in ida_destroy
Matthew Wilcox
1
-6
/
+11
2018-08-22
radix-tree: Fix UBSAN warning
Matthew Wilcox
1
-1
/
+1
2018-08-22
radix tree test suite: Enable ubsan
Matthew Wilcox
2
-11
/
+14
2018-08-22
radix tree test suite: Fix compilation
Matthew Wilcox
1
-0
/
+2
2018-08-12
Linux 4.18
v4.18
Linus Torvalds
1
-1
/
+1
2018-08-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
7
-49
/
+69
2018-08-12
init: rename and re-order boot_cpu_state_init()
Linus Torvalds
3
-3
/
+3
2018-08-12
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-9
/
+32
2018-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-39
/
+46
2018-08-11
xen/netfront: don't cache skb_shinfo()
Juergen Gross
1
-4
/
+4
2018-08-11
Merge branch 'cpsw-runtime-pm-fix'
David S. Miller
2
-15
/
+12
2018-08-11
net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlan
Ivan Khoronzhuk
1
-4
/
+7
2018-08-11
net: ethernet: ti: cpsw: clear all entries when delete vid
Ivan Khoronzhuk
2
-11
/
+5
2018-08-11
zram: remove BD_CAP_SYNCHRONOUS_IO with writeback feature
Minchan Kim
1
-1
/
+14
2018-08-11
mm/memory.c: check return value of ioremap_prot
jie@chenjie6@huwei.com
1
-0
/
+3
2018-08-11
lib/ubsan: remove null-pointer checks
Andrey Ryabinin
4
-17
/
+0
2018-08-11
MAINTAINERS: GDB: update e-mail address
Kieran Bingham
1
-1
/
+1
2018-08-10
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-13
/
+28
2018-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-20
/
+30
2018-08-10
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
Al Viro
1
-5
/
+2
2018-08-10
fix __legitimize_mnt()/mntput() race
Al Viro
1
-0
/
+14
2018-08-10
fix mntput/mntput race
Al Viro
1
-2
/
+12
2018-08-09
Merge branch 'bpf-fix-cpu-and-devmap-teardown'
Daniel Borkmann
4
-14
/
+21
2018-08-09
xdp: fix bug in devmap teardown code path
Jesper Dangaard Brouer
1
-5
/
+9
2018-08-09
samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easier
Jesper Dangaard Brouer
2
-3
/
+3
2018-08-09
xdp: fix bug in cpumap teardown code path
Jesper Dangaard Brouer
1
-6
/
+9
2018-08-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
8
-191
/
+101
2018-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
26
-161
/
+178
[next]