index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-10
mm: memcontrol: convert reclaim iterator to simple css refcounting
Johannes Weiner
1
-172
/
+82
2014-12-10
kernel: res_counter: remove the unused API
Johannes Weiner
6
-647
/
+8
2014-12-10
mm: hugetlb_cgroup: convert to lockless page counters
Johannes Weiner
4
-48
/
+61
2014-12-10
mm: memcontrol: lockless page counters
Johannes Weiner
9
-404
/
+615
2014-12-10
slab: replace smp_read_barrier_depends() with lockless_dereference()
Pranith Kumar
1
-3
/
+3
2014-12-10
slab: improve checking for invalid gfp_flags
Andrew Morton
2
-2
/
+8
2014-12-10
mm: slub: fix format mismatches in slab_err() callers
Andrey Ryabinin
1
-3
/
+3
2014-12-10
mm/slab: reverse iteration on find_mergeable()
Joonsoo Kim
1
-1
/
+1
2014-12-10
slab: print slabinfo header in seq show
Vladimir Davydov
3
-16
/
+8
2014-12-10
mm: slab/slub: coding style: whitespaces and tabs mixture
LQYMGT
2
-10
/
+10
2014-12-10
fs/char_dev.c: remove pointless assignment from __register_chrdev_region()
Jan Kara
1
-1
/
+0
2014-12-10
ocfs2: remove unneeded NULL check
Dan Carpenter
1
-1
/
+1
2014-12-10
ocfs2: remove bogus NULL check in ocfs2_move_extents()
Dan Carpenter
1
-3
/
+0
2014-12-10
ocfs2: do not set filesystem readonly if link down
jiangyiwen
2
-2
/
+2
2014-12-10
ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once
Xue jiufei
2
-6
/
+37
2014-12-10
ocfs2: fix error handling when creating debugfs root in ocfs2_init()
Jan Kara
1
-1
/
+2
2014-12-10
ocfs2: remove filesize checks for sync I/O journal commit
Goldwyn Rodrigues
1
-3
/
+1
2014-12-10
ocfs2: o2net: fix connect expired
Junxiao Bi
1
-1
/
+1
2014-12-10
ocfs2: o2dlm: fix a race between purge and master query
Srinivas Eeda
1
-0
/
+12
2014-12-10
ocfs2: report error from o2hb_do_disk_heartbeat() to user
Jan Kara
1
-2
/
+2
2014-12-10
ocfs2: remove bogus test from ocfs2_read_locked_inode()
Jan Kara
1
-2
/
+1
2014-12-10
ocfs2: Fix xattr check in ocfs2_get_xattr_nolock()
Jan Kara
1
-1
/
+1
2014-12-10
ocfs2: fix an off-by-one BUG_ON() statement
Dan Carpenter
1
-1
/
+1
2014-12-10
ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
Joseph Qi
1
-5
/
+13
2014-12-10
sh: off by one BUG_ON() in setup_bootmem_node()
Dan Carpenter
1
-1
/
+1
2014-12-10
scripts/kernel-doc: don't eat struct members with __aligned
Johannes Berg
1
-1
/
+1
2014-12-10
dma-debug: prevent early callers from crashing
Florian Fainelli
1
-2
/
+10
2014-12-10
dma-debug: introduce dma_debug_disabled
Florian Fainelli
1
-16
/
+21
2014-12-10
fs/cifs/smb2file.c: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-12-10
fs/cifs/file.c: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-2
/
+2
2014-12-10
fs/cifs: remove obsolete __constant
Fabian Frederick
7
-47
/
+47
2014-12-10
mm/CMA: fix boot regression due to physical address of high_memory
Joonsoo Kim
1
-1
/
+13
2014-12-11
drm/doc: Document drm_add_modes_noedid() usage
Laurent Pinchart
1
-5
/
+19
2014-12-11
Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-next
Dave Airlie
5
-19
/
+42
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
157
-2160
/
+1660
2014-12-10
Merge tag 'dlm-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
Linus Torvalds
4
-5
/
+89
2014-12-10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
22
-47
/
+138
2014-12-10
Merge tag 'for-f2fs-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
Linus Torvalds
23
-704
/
+1576
2014-12-10
Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
12
-123
/
+147
2014-12-10
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
19
-227
/
+315
2014-12-11
ACPI / Fan: Use bus id as the name for non PNP0C0B (Fan) devices
Srinivas Pandruvada
1
-1
/
+7
2014-12-11
intel_pstate: Add a few comments
Kristen Carlson Accardi
1
-1
/
+31
2014-12-11
intel_pstate: add kernel parameter to force loading
Ethan Zhao
2
-1
/
+14
2014-12-10
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Linus Torvalds
4
-8
/
+47
2014-12-10
Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
66
-244
/
+1171
2014-12-11
md: Check MD_RECOVERY_RUNNING as well as ->sync_thread.
NeilBrown
1
-10
/
+26
2014-12-10
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-24
/
+87
2014-12-10
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
16
-199
/
+189
2014-12-10
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-67
/
+116
2014-12-10
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
25
-343
/
+474
[prev]
[next]