index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pps
/
pps.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
cleancache: Make cleancache_init use a pointer for the ops
Konrad Rzeszutek Wilk
4
-38
/
+40
2013-05-01
mm: cleancache: lazy initialization to allow tmem backends to build/run as mo...
Dan Magenheimer
1
-21
/
+219
2013-05-01
frontswap: get rid of swap_lock dependency
Minchan Kim
3
-19
/
+35
2013-05-01
mm: frontswap: cleanup code
Bob Liu
2
-52
/
+33
2013-05-01
frontswap: make frontswap_init use a pointer for the ops
Konrad Rzeszutek Wilk
4
-28
/
+26
2013-05-01
mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...
Dan Magenheimer
1
-10
/
+84
2013-05-01
fs/dcache.c: add cond_resched() to shrink_dcache_parent()
Greg Thelen
1
-1
/
+3
2013-05-01
fs/block_dev.c: no need to check inode->i_bdev in bd_forget()
Yan Hong
1
-5
/
+3
2013-05-01
inotify: invalid mask should return a error number but not set it
Zhao Hongjiang
1
-2
/
+4
2013-05-01
memory hotplug: fix warnings
Vincent Stehlé
1
-1
/
+1
2013-05-01
drivers/usb/storage/realtek_cr.c: fix build
Andrew Morton
1
-4
/
+1
2013-04-30
arm64: Use acquire/release semantics instead of explicit DMB
Catalin Marinas
1
-4
/
+2
2013-04-30
arm64: klib: bitops: fix unpredictable stxr usage
Mark Rutland
1
-2
/
+2
2013-04-30
tracing: Fix small merge bug
Steven Rostedt
1
-1
/
+1
2013-04-30
HID: protect hid_debug_list
Jiri Kosina
3
-0
/
+8
2013-04-30
HID: debug: break out hid_dump_report() into hid-debug
Benjamin Tissoires
3
-25
/
+36
2013-04-30
net: rename random32 to prandom
Akinobu Mita
1
-2
/
+2
2013-04-30
net/core: remove duplicate statements by do-while loop
Akinobu Mita
1
-9
/
+6
2013-04-30
net/core: rename random32() to prandom_u32()
Akinobu Mita
1
-14
/
+15
2013-04-30
net/netfilter: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-30
net/sched: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-04-30
net/sunrpc: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-30
scsi: rename random32() to prandom_u32()
Akinobu Mita
2
-5
/
+5
2013-04-30
lguest: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-04-30
uwb: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-30
video/uvesafb: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-04-30
mmc: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-30
drbd: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+3
2013-04-30
kernel/: rename random32() to prandom_u32()
Akinobu Mita
2
-2
/
+2
2013-04-30
mm/: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2013-04-30
lib/: rename random32() to prandom_u32()
Akinobu Mita
2
-2
/
+2
2013-04-30
x86: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-30
x86: pageattr-test: remove srandom32 call
Akinobu Mita
1
-1
/
+0
2013-04-30
uuid: use prandom_bytes()
Akinobu Mita
1
-7
/
+1
2013-04-30
raid6test: use prandom_bytes()
Akinobu Mita
1
-7
/
+2
2013-04-30
sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic()
Jeff Layton
1
-14
/
+2
2013-04-30
inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()
Jeff Layton
2
-7
/
+2
2013-04-30
nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()
Jeff Layton
1
-6
/
+1
2013-04-30
drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()
Jeff Layton
1
-3
/
+1
2013-04-30
drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic
Jeff Layton
2
-3
/
+1
2013-04-30
idr: introduce idr_alloc_cyclic()
Jeff Layton
2
-0
/
+29
2013-04-30
Documentation: update nfs option in filesystem/vfat.txt
Namjae Jeon
1
-5
/
+21
2013-04-30
fat (exportfs): rebuild directory-inode if fat_dget()
Namjae Jeon
4
-2
/
+78
2013-04-30
fat (exportfs): rebuild inode if ilookup() fails
Namjae Jeon
3
-5
/
+52
2013-04-30
fat: restructure export_operations
Namjae Jeon
5
-20
/
+147
2013-04-30
fat: introduce a helper fat_get_blknr_offset()
Namjae Jeon
2
-4
/
+12
2013-04-30
fat: move fat_i_pos_read to fat.h
Namjae Jeon
2
-14
/
+14
2013-04-30
fat: introduce 2 new values for the -o nfs mount option
Namjae Jeon
2
-9
/
+21
2013-04-30
drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()
Wei Yongjun
1
-0
/
+1
2013-04-30
drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id
Axel Lin
1
-1
/
+0
[next]