index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
fs/stat.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-2
/
+0
2015-11-10
fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/nilfs2/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/ncpfs/dir.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-2
/
+0
2015-11-10
fs/jfs: remove unnecessary new_valid_dev() checks
Yaowei Bai
2
-6
/
+0
2015-11-10
fs/hpfs/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-2
/
+0
2015-11-10
fs/f2fs/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/ext2/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/exofs/namei.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/btrfs/inode.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-10
fs/9p: remove unnecessary new_valid_dev() checks
Yaowei Bai
2
-6
/
+0
2015-11-10
include/linux/kdev_t.h: old/new_valid_dev() can return bool
Yaowei Bai
1
-2
/
+2
2015-11-10
include/linux/kdev_t.h: remove unused huge_valid_dev()
Yaowei Bai
1
-5
/
+0
2015-11-10
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
16
-103
/
+0
2015-11-10
drivers/scsi/cxgbi: fix build with EXTRA_CFLAGS
Jiri Slaby
2
-2
/
+2
2015-11-10
dma: remove external references to dma_supported
Christoph Hellwig
4
-16
/
+3
2015-11-10
Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memory
Chun Chen
1
-1
/
+1
2015-11-10
remove abs64()
Andrew Morton
13
-19
/
+16
2015-11-10
kernel.h: make abs() work with 64-bit types
Michal Nazarewicz
1
-21
/
+24
2015-11-10
sparc/sparc64: allocate sys_membarrier system call number
Mathieu Desnoyers
3
-4
/
+5
2015-11-10
mips: add entry for new mlock2 syscall
Eric B Munson
5
-6
/
+13
2015-11-10
fs/writeback.c: fix kernel-doc warnings
Randy Dunlap
1
-1
/
+2
2015-11-10
fs/inode.c: fix kernel-doc warning
Randy Dunlap
1
-0
/
+1
2015-11-09
GFS2: Fix rgrp end rounding problem for bsize < page size
Bob Peterson
1
-2
/
+3
2015-11-09
nios2: Remove unnecessary #ifdef guards
Tobias Klauser
2
-4
/
+0
2015-11-09
nios2: Switch to generic __xchg()
Marek Vasut
1
-47
/
+0
2015-11-09
nios2: Fix unused variable warning
Marek Vasut
1
-1
/
+1
2015-11-08
xtensa: implement dma_to_phys and phys_to_dma
Max Filippov
1
-0
/
+10
2015-11-08
xtensa: support DMA to high memory
Max Filippov
2
-17
/
+39
2015-11-08
parisc: Fixes and cleanups in kernel uapi header files
Helge Deller
7
-21
/
+44
2015-11-08
parisc: Drop hpux_stat64 struct from stat.h header file
Helge Deller
1
-31
/
+0
2015-11-08
arm64: fixup for mm renames
Andrew Morton
1
-1
/
+1
2015-11-07
ipc,msg: drop dst nil validation in copy_msg
Davidlohr Bueso
1
-1
/
+0
2015-11-07
include/linux/zutil.h: fix usage example of zlib_adler32()
Anish Bhatt
1
-2
/
+2
2015-11-07
panic: release stale console lock to always get the logbuf printed out
Vitaly Kuznetsov
1
-0
/
+10
2015-11-07
dma-debug: check nents in dma_sync_sg*
Robin Murphy
1
-0
/
+8
2015-11-07
dma-mapping: tidy up dma_parms default handling
Robin Murphy
1
-7
/
+11
2015-11-07
pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
Ben Segall
2
-4
/
+6
2015-11-07
kexec: use file name as the output message prefix
Minfei Huang
3
-2
/
+6
2015-11-07
fs, seqfile: always allow oom killer
Greg Thelen
1
-3
/
+8
2015-11-07
seq_file: reuse string_escape_str()
Andy Shevchenko
1
-19
/
+6
2015-11-07
fs/seq_file: use seq_* helpers in seq_hex_dump()
Andy Shevchenko
1
-8
/
+7
2015-11-07
coredump: change zap_threads() and zap_process() to use for_each_thread()
Oleg Nesterov
1
-14
/
+13
2015-11-07
coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP
Oleg Nesterov
2
-7
/
+7
2015-11-07
signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)
Oleg Nesterov
1
-1
/
+0
2015-11-07
signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()
Oleg Nesterov
2
-2
/
+11
2015-11-07
signal: turn dequeue_signal_lock() into kernel_dequeue_signal()
Oleg Nesterov
4
-21
/
+12
2015-11-07
signals: kill block_all_signals() and unblock_all_signals()
Oleg Nesterov
4
-98
/
+2
2015-11-07
nilfs2: fix gcc uninitialized-variable warnings in powerpc build
Ryusuke Konishi
3
-4
/
+7
2015-11-07
nilfs2: fix gcc unused-but-set-variable warnings
Ryusuke Konishi
5
-13
/
+3
[next]