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
2017-02-27
/proc/kcore: update physical address for kcore ram and text
Pratyush Anand
1
-1
/
+4
2017-02-27
tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack test...
Stas Sergeev
1
-3
/
+4
2017-02-27
sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
Stas Sergeev
2
-3
/
+12
2017-02-27
fs/reiserfs: atomically read inode size
Fabian Frederick
1
-1
/
+1
2017-02-27
hfsplus: atomically read inode size
Fabian Frederick
1
-1
/
+1
2017-02-27
autofs: take more care to not update last_used on path walk
Ian Kent
1
-6
/
+11
2017-02-27
autofs: remove duplicated AUTOFS_DEV_IOCTL_SIZE definition
Tomohiro Kusumi
2
-4
/
+2
2017-02-27
autofs: add command enum/macros for root-dir ioctls
Tomohiro Kusumi
3
-14
/
+29
2017-02-27
autofs: update ioctl documentation regarding struct autofs_dev_ioctl
Tomohiro Kusumi
2
-11
/
+22
2017-02-27
autofs: fix wrong ioctl documentation regarding devid
Tomohiro Kusumi
1
-3
/
+2
2017-02-27
autofs: fix typo in Documentation
Tomohiro Kusumi
1
-3
/
+3
2017-02-27
autofs: remove wrong comment
Tomohiro Kusumi
1
-4
/
+0
2017-02-27
kprobes: move kprobe declarations to asm-generic/kprobes.h
Luis R. Rodriguez
40
-38
/
+125
2017-02-27
zswap: don't param_set_charp while holding spinlock
Dan Streetman
1
-7
/
+13
2017-02-27
zswap: clear compressor or zpool param if invalid at init
Dan Streetman
1
-12
/
+37
2017-02-27
zswap: allow initialization at boot without pool
Dan Streetman
1
-12
/
+34
2017-02-27
mm,fs,dax: mark dax_iomap_pmd_fault as const
Arnd Bergmann
1
-1
/
+2
2017-02-28
Merge tag 'drm-misc-next-fixes-2017-02-27' of git://anongit.freedesktop.org/g...
Dave Airlie
6
-6
/
+21
2017-02-27
ide: palm_bk3710: add __initdata to palm_bk3710_port_info
Bhumika Goyal
1
-1
/
+1
2017-02-27
nfsd: Fix display of the version string
Trond Myklebust
1
-30
/
+26
2017-02-27
nfsd: fix configuration of supported minor versions
Trond Myklebust
2
-8
/
+22
2017-02-27
f2fs: avoid to issue redundant discard commands
Jaegeuk Kim
1
-0
/
+2
2017-02-27
Merge tag 'trace-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-17
/
+17
2017-02-27
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
16
-259
/
+585
2017-02-27
f2fs: fix a plint compile warning
Hou Pengyang
1
-1
/
+1
2017-02-27
f2fs: add f2fs_drop_inode tracepoint
Hou Pengyang
2
-2
/
+12
2017-02-27
f2fs: Fix zoned block device support
Masato Suzuki
1
-23
/
+44
2017-02-27
f2fs: remove redundant set_page_dirty()
Yunlei He
1
-2
/
+1
2017-02-27
f2fs: fix to enlarge size of write_io_dummy mempool
Chao Yu
1
-1
/
+1
2017-02-27
f2fs: fix memory leak of write_io_dummy mempool during umount
Chao Yu
1
-1
/
+1
2017-02-27
f2fs: fix to update F2FS_{CP_}WB_DATA count correctly
Chao Yu
1
-1
/
+2
2017-02-27
f2fs: use MAX_FREE_NIDS for the free nids target
Kinglong Mee
1
-5
/
+3
2017-02-27
f2fs: introduce free nid bitmap
Chao Yu
4
-10
/
+120
2017-02-27
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
Kinglong Mee
4
-19
/
+15
2017-02-27
f2fs: update the comment of default nr_pages to skipping
Kinglong Mee
1
-2
/
+2
2017-02-27
f2fs: drop the duplicate pval in f2fs_getxattr
Kinglong Mee
1
-3
/
+0
2017-02-27
f2fs: Don't update the xattr data that same as the exist
Kinglong Mee
1
-4
/
+16
2017-02-27
f2fs: kill __is_extent_same
Chao Yu
2
-12
/
+3
2017-02-27
f2fs: avoid bggc->fggc when enough free segments are avaliable after cp
Hou Pengyang
1
-8
/
+9
2017-02-27
f2fs: select target segment with closer temperature in SSR mode
Chao Yu
1
-6
/
+17
2017-02-27
f2fs: show simple call stack in fault injection message
Chao Yu
8
-13
/
+32
2017-02-27
f2fs: no need lock_op in f2fs_write_inline_data
Yunlei He
1
-2
/
+5
2017-02-27
f2fs: add bitmaps for empty or full NAT blocks
Jaegeuk Kim
6
-20
/
+231
2017-02-27
f2fs: replace rw semaphore extent_tree_lock with mutex lock
Yunlei He
2
-12
/
+12
2017-02-27
f2fs: avoid m_flags overlay when allocating more data blocks
Kinglong Mee
1
-1
/
+1
2017-02-27
f2fs: remove unsafe bitmap checking
Hou Pengyang
1
-6
/
+0
2017-02-27
f2fs: init local extent_info to avoid stale stack info in tp
Hou Pengyang
2
-5
/
+5
2017-02-27
f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc
Yunlong Song
1
-9
/
+3
2017-02-27
f2fs: check discard alignment only for SEQWRITE zones
Jaegeuk Kim
1
-12
/
+12
2017-02-27
f2fs: wait for discard completion after submission
Jaegeuk Kim
1
-3
/
+13
[prev]
[next]