index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-08
Staging: lustre: osc: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: obdecho: remove unneeded null test before free
Julia Lawall
1
-4
/
+2
2015-05-08
staging: lustre: obdclass: obd_mount: remove unneeded null test before free
Julia Lawall
1
-30
/
+15
2015-05-08
staging: lustre: obdclass: obd_config: remove unneeded null test before free
Julia Lawall
1
-14
/
+10
2015-05-08
staging: lustre: obdclass: llog: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: obdclass: genops: remove unneeded null test before free
Julia Lawall
1
-10
/
+5
2015-05-08
staging: lustre: mdc: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: lov: lov_dev: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: lmv: remove unneeded null test before free
Julia Lawall
1
-4
/
+2
2015-05-08
staging: lustre: llite: statahead: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
Staging: lustre: llite: llite_lib: remove unneeded null test before free
Julia Lawall
1
-8
/
+4
2015-05-08
Staging: lustre: llite: file: remove unneeded null test before free
Julia Lawall
1
-15
/
+8
2015-05-08
Staging: lustre: llite: dir: remove unneeded null test before free
Julia Lawall
1
-6
/
+3
2015-05-08
staging: lustre: libcfs: linux: remove unneeded null test before free
Julia Lawall
1
-5
/
+4
2015-05-08
staging: lustre: ldlm: ldlm_resource: remove unneeded null test before free
Julia Lawall
1
-4
/
+2
2015-05-08
staging: lustre: ldlm: ldlm_lock: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: ldlm: ldlm_lib: remove unneeded null test before free
Julia Lawall
1
-2
/
+1
2015-05-08
staging: lustre: ptlrpc: Use kzalloc and kfree
Julia Lawall
12
-91
/
+84
2015-05-08
staging: lustre: osc: Use kzalloc and kfree
Julia Lawall
2
-18
/
+19
2015-05-08
staging: lustre: obdecho: Use kzalloc and kfree
Julia Lawall
1
-21
/
+21
2015-05-08
staging: lustre: obdclass: Use kzalloc and kfree
Julia Lawall
14
-146
/
+138
2015-05-08
staging: lustre: mgc: Use kzalloc and kfree
Julia Lawall
1
-10
/
+10
2015-05-08
staging: lustre: mdc: Use kzalloc and kfree
Julia Lawall
3
-18
/
+18
2015-05-08
staging: lustre: lmv: Use kzalloc and kfree
Julia Lawall
2
-16
/
+16
2015-05-08
staging: lustre: ldlm: Use kzalloc and kfree
Julia Lawall
5
-24
/
+24
2015-05-08
staging: lustre: lclient: Use kzalloc and kfree
Julia Lawall
1
-5
/
+5
2015-05-08
Staging: lustre: fld: Use kzalloc and kfree
Julia Lawall
2
-12
/
+12
2015-05-08
staging: lustre: fid: Use kzalloc and kfree
Julia Lawall
1
-5
/
+5
2015-05-03
Linux 4.1-rc2
v4.1-rc2
Linus Torvalds
1
-1
/
+1
2015-05-03
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-229
/
+210
2015-05-03
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
15
-94
/
+117
2015-05-04
Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2
-0
/
+10
2015-05-04
Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip...
Dave Airlie
2
-4
/
+12
2015-05-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
10
-146
/
+48
2015-05-03
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
3
-0
/
+7
2015-05-03
Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
10
-47
/
+37
2015-05-02
ext4: fix growing of tiny filesystems
Jan Kara
1
-2
/
+5
2015-05-02
ext4: move check under lock scope to close a race.
Davide Italiano
1
-7
/
+8
2015-05-02
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2
-0
/
+10
2015-05-02
ext4 crypto: remove duplicated encryption mode definitions
Chanho Park
1
-6
/
+0
2015-05-02
ext4 crypto: do not select from EXT4_FS_ENCRYPTION
Herbert Xu
1
-2
/
+7
2015-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
42
-159
/
+224
2015-05-01
virtio: fix typo in vring_need_event() doc comment
Stefan Hajnoczi
1
-1
/
+1
2015-05-01
virtio: pass baton to Michael Tsirkin
Rusty Russell
1
-1
/
+0
2015-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-0
/
+5
2015-05-01
ipv4: Missing sk_nulls_node_init() in ping_unhash().
David S. Miller
1
-0
/
+1
2015-05-01
rbd: end I/O the entire obj_request on error
Ilya Dryomov
1
-0
/
+5
2015-05-01
ext4 crypto: add padding to filenames before encrypting
Theodore Ts'o
5
-8
/
+31
2015-05-01
ext4 crypto: simplify and speed up filename encryption
Theodore Ts'o
5
-204
/
+149
2015-05-01
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-77
/
+118
[prev]
[next]