index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-07
cris: update comments for generic idle conversion
Geert Uytterhoeven
2
-7
/
+3
2014-06-07
idle: remove cpu_idle() forward declarations
Geert Uytterhoeven
2
-3
/
+0
2014-06-07
nbd: zero from and len fields in NBD_CMD_DISCONNECT.
Hani Benhabiles
1
-5
/
+2
2014-06-07
mm: convert some level-less printks to pr_*
Mitchel Humpherys
5
-14
/
+29
2014-06-07
MAINTAINERS: adi-buildroot-devel is moderated
Richard Weinberger
1
-9
/
+9
2014-06-07
MAINTAINERS: add linux-api for review of API/ABI changes
Josh Triplett
1
-0
/
+7
2014-06-07
mm/kmemleak-test.c: use pr_fmt for logging
Fabian Frederick
1
-17
/
+19
2014-06-07
fs/dlm/debug_fs.c: replace seq_printf by seq_puts
Fabian Frederick
1
-17
/
+17
2014-06-07
fs/dlm/lockspace.c: convert simple_str to kstr
Fabian Frederick
1
-4
/
+17
2014-06-07
fs/dlm/config.c: convert simple_str to kstr
Fabian Frederick
1
-6
/
+20
2014-06-07
mm: mark remap_file_pages() syscall as deprecated
Kirill A. Shutemov
2
-0
/
+32
2014-06-07
mm: memcontrol: remove unnecessary memcg argument from soft limit functions
Johannes Weiner
1
-20
/
+14
2014-06-07
mm: memcontrol: clean up memcg zoneinfo lookup
Jianyu Zhan
1
-50
/
+39
2014-06-07
mm/memblock.c: call kmemleak directly from memblock_(alloc|free)
Catalin Marinas
2
-4
/
+8
2014-06-07
mm/mempool.c: update the kmemleak stack trace for mempool allocations
Catalin Marinas
1
-0
/
+6
2014-06-07
lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations
Catalin Marinas
1
-0
/
+6
2014-06-07
mm: introduce kmemleak_update_trace()
Catalin Marinas
3
-0
/
+39
2014-06-07
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
1
-1
/
+1
2014-06-07
vmscan: memcg: always use swappiness of the reclaimed memcg
Michal Hocko
3
-19
/
+16
2014-06-07
sysrq,rcu: suppress RCU stall warnings while sysrq runs
Rik van Riel
1
-0
/
+3
2014-06-07
sysrq: rcu-ify __handle_sysrq
Rik van Riel
1
-6
/
+12
2014-06-07
fs/reiserfs/stree.c: remove obsolete __constant
Fabian Frederick
1
-4
/
+4
2014-06-07
fs/reiserfs/bitmap.c: coding style fixes
Fabian Frederick
1
-7
/
+6
2014-06-07
blackfin/ptrace: call find_vma with the mmap_sem held
Davidlohr Bueso
1
-2
/
+6
2014-06-07
mm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-7
/
+7
2014-06-07
sysctl: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-4
/
+4
2014-06-07
ipc: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-13
/
+13
2014-06-07
key: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2014-06-07
fs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
5
-6
/
+6
2014-06-07
ntfs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2014-06-07
inotify: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-1
/
+1
2014-06-07
nfs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-6
/
+6
2014-06-07
lockd: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2014-06-07
fscache: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2014-06-07
coda: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2014-06-07
scsi: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2014-06-07
parport: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-29
/
+29
2014-06-07
random: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2014-06-07
cdrom: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-5
/
+5
2014-06-07
tile: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2014-06-07
ia64: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-5
/
+5
2014-06-07
arm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-3
/
+3
2014-06-07
kernel/seccomp.c: kernel-doc warning fix
Fabian Frederick
1
-2
/
+2
2014-06-07
ipc/sem.c: add a printk_once for semctl(GETNCNT/GETZCNT)
Manfred Spraul
1
-0
/
+11
2014-06-07
ipc/sem.c: make semctl(,,{GETNCNT,GETZCNT}) standard compliant
Manfred Spraul
1
-21
/
+13
2014-06-07
ipc/sem.c: store which operation blocks in perform_atomic_semop()
Manfred Spraul
1
-0
/
+3
2014-06-07
ipc/sem.c: change perform_atomic_semop parameters
Manfred Spraul
1
-19
/
+19
2014-06-07
ipc/sem.c: remove code duplication
Manfred Spraul
1
-56
/
+51
2014-06-07
ipc/sem.c: bugfix for semctl(,,GETZCNT)
Manfred Spraul
1
-0
/
+10
2014-06-07
ipc,msg: document volatile r_msg
Davidlohr Bueso
1
-3
/
+7
[next]