index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-13
qib_fs: fix (some) dcache abuses
Al Viro
1
-2
/
+5
2013-11-13
block: Use u64_stats_init() to initialize seqcounts
Peter Zijlstra
3
-0
/
+45
2013-11-13
locking/lockdep: Mark __lockdep_count_forward_deps() as static
Fengguang Wu
1
-2
/
+2
2013-11-13
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
Al Viro
1
-3
/
+6
2013-11-13
fix unpaired rcu lock in prepend_path()
Li Zhong
1
-0
/
+4
2013-11-13
sched/fair: Avoid integer overflow
Michal Nazarewicz
1
-1
/
+1
2013-11-13
sched: Optimize task_sched_runtime()
Peter Zijlstra
1
-0
/
+14
2013-11-13
sched/numa: Cure update_numa_stats() vs. hotplug
Peter Zijlstra
1
-1
/
+14
2013-11-13
sched/numa: Fix NULL pointer dereference in task_numa_migrate()
Rik van Riel
1
-1
/
+13
2013-11-13
sched: Fix endless sync_sched/rcu() loop inside _cpu_down()
Michael wang
1
-1
/
+4
2013-11-13
locks: missing unlock on error in generic_add_lease()
Dan Carpenter
1
-0
/
+1
2013-11-13
aio: checking for NULL instead of IS_ERR
Dan Carpenter
1
-2
/
+2
2013-11-13
ipc, msg: fix message length check for negative values
Mathias Krause
3
-15
/
+15
2013-11-13
ipc/util.c: remove unnecessary work pending test
Xie XiuQi
1
-3
/
+1
2013-11-13
devpts: plug the memory leak in kill_sb
Ilija Hadzic
1
-0
/
+1
2013-11-13
./Makefile: export initial ramdisk compression config option
P J P
2
-0
/
+21
2013-11-13
init/Kconfig: add option to disable kernel compression
Christian Ruppert
1
-1
/
+7
2013-11-13
drivers: w1: make w1_slave::flags long to avoid memory corruption
Michal Nazarewicz
2
-6
/
+6
2013-11-13
drivers/w1/masters/ds1wm.cuse dev_get_platdata()
Jingoo Han
1
-6
/
+6
2013-11-13
drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()
Roger Tseng
1
-1
/
+1
2013-11-13
drivers/memstick/core/mspro_block.c: fix attributes array allocation
Michal Nazarewicz
1
-2
/
+2
2013-11-13
drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-11-13
kernel/panic.c: reduce 1 byte usage for print tainted buffer
Chen Gang
1
-1
/
+1
2013-11-13
gcov: reuse kbasename helper
Andy Shevchenko
1
-4
/
+3
2013-11-13
kernel/gcov/fs.c: use pr_warn()
Andrew Morton
1
-17
/
+17
2013-11-13
kernel/module.c: use pr_foo()
Andrew Morton
1
-59
/
+44
2013-11-13
gcov: compile specific gcov implementation based on gcc version
Frantisek Hrbata
3
-1
/
+65
2013-11-13
gcov: add support for gcc 4.7 gcov format
Frantisek Hrbata
2
-0
/
+566
2013-11-13
gcov: move gcov structs definitions to a gcc version specific file
Frantisek Hrbata
4
-80
/
+153
2013-11-13
kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
Chen Gang
1
-3
/
+5
2013-11-13
kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...
Chen Gang
1
-2
/
+6
2013-11-13
kernel/sysctl_binary.c: use scnprintf() instead of snprintf()
Chen Gang
1
-3
/
+3
2013-11-13
kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...
Chen Gang
1
-1
/
+4
2013-11-13
rbtree: fix rbtree_postorder_for_each_entry_safe() iterator
Jan Kara
1
-7
/
+9
2013-11-13
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
5
-5
/
+13
2013-11-13
kcore: add Kconfig help text
Randy Dunlap
1
-0
/
+4
2013-11-13
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
HATAYAMA Daisuke
1
-6
/
+10
2013-11-13
Documentation/ABI: document the non-ABI status of Kconfig and symbols
Josh Triplett
1
-0
/
+13
2013-11-13
kernel-doc: improve "no structured comments found" error
Johannes Berg
2
-5
/
+15
2013-11-13
Documentation/trace/tracepoints.txt: add links to TRACE_EVENT documentation
Stefan Raspl
1
-0
/
+5
2013-11-13
Documentation/filesystems/vfat.txt: fix directory entry example
Luis Ortega Perez de Villar
1
-1
/
+1
2013-11-13
hfsplus: implement attributes file creation functionality
Vyacheslav Dubeyko
3
-2
/
+151
2013-11-13
hfsplus: implement attributes file's header node initialization code
Vyacheslav Dubeyko
2
-0
/
+68
2013-11-13
hfsplus: add metadata file's clump size calculation functionality
Vyacheslav Dubeyko
2
-0
/
+113
2013-11-13
fs/hfs/btree.h: remove duplicate defines
Michael Opdenacker
2
-9
/
+4
2013-11-13
drivers/rtc/rtc-as3722: add RTC driver
Laxman Dewangan
3
-0
/
+286
2013-11-13
rtc: s5m-rtc: add real-time clock driver for s5m8767
Sangbeom Kim
5
-0
/
+658
2013-11-13
drivers/rtc/rtc-tps65910.c: remove unnecessary include
Manish Badarkhe
1
-1
/
+0
2013-11-13
drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc()
Sangjung Woo
1
-5
/
+2
2013-11-13
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of pr_debug()
Sangjung Woo
1
-11
/
+11
[next]