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
2014-08-08
shm: make exit_shm work proportional to task activity
Jack Miller
4
-12
/
+34
2014-08-08
initramfs: add write error checks
David Engraf
1
-2
/
+4
2014-08-08
initramfs: support initramfs that is bigger than 2GiB
Yinghai Lu
20
-110
/
+111
2014-08-08
initramfs: support initrd that is bigger than 2GiB
Yinghai Lu
1
-4
/
+32
2014-08-08
initrd: fix lz4 decompress with initrd
Yinghai Lu
1
-22
/
+43
2014-08-08
fs/qnx6: update debugging to current functions
Fabian Frederick
5
-39
/
+23
2014-08-08
fs/qnx6: use pr_fmt and __func__ in logging
Fabian Frederick
4
-38
/
+44
2014-08-08
fs/qnx6: convert printk to pr_foo()
Fabian Frederick
3
-55
/
+43
2014-08-08
fs/romfs/super.c: add blank line after declarations
Fabian Frederick
1
-0
/
+2
2014-08-08
fs/romfs/super.c: use pr_fmt in logging
Fabian Frederick
1
-7
/
+8
2014-08-08
fs/romfs/super.c: convert printk to pr_foo()
Fabian Frederick
1
-9
/
+7
2014-08-08
fs/cramfs/inode.c: use linux/uaccess.h
Fabian Frederick
1
-1
/
+1
2014-08-08
fs/cramfs: code clean-up
Fabian Frederick
2
-12
/
+15
2014-08-08
fs/cramfs: use pr_fmt
Fabian Frederick
2
-8
/
+12
2014-08-08
fs/cramfs: convert printk to pr_foo()
Fabian Frederick
2
-10
/
+10
2014-08-08
tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
Thierry Fauck
1
-0
/
+4
2014-08-08
kfifo: use BUG_ON
Himangi Saraogi
1
-4
/
+2
2014-08-08
fs/omfs/inode.c: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-1
/
+1
2014-08-08
fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_array
Fabian Frederick
1
-1
/
+1
2014-08-08
drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZERO
Fabian Frederick
1
-1
/
+1
2014-08-08
panic: add TAINT_SOFTLOCKUP
Josh Hunt
5
-0
/
+6
2014-08-08
fs/bfs: use bfs prefix for dump_imap
Fabian Frederick
3
-8
/
+5
2014-08-08
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
3
-4
/
+4
2014-08-08
fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-1
/
+1
2014-08-08
fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
1
-1
/
+1
2014-08-08
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
1
-2
/
+1
2014-08-08
fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc
Fabian Frederick
1
-1
/
+1
2014-08-08
sysctl: remove typedef ctl_table
Joe Perches
2
-3
/
+1
2014-08-08
lib/rbtree.c: fix typo in comment of __rb_insert()
Wei Yang
1
-1
/
+1
2014-08-08
rapidio/tsi721_dma: rework scatter-gather list handling
Alexandre Bounine
3
-355
/
+394
2014-08-08
rapidio: add new RapidIO DMA interface routines
Alexandre Bounine
2
-19
/
+52
2014-08-08
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
1
-11
/
+14
2014-08-08
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
1
-3
/
+79
2014-08-08
kernel/fork.c: make mm_init_owner static
Vladimir Davydov
2
-12
/
+7
2014-08-08
fork: copy mm's vm usage counters under mmap_sem
Vladimir Davydov
1
-0
/
+5
2014-08-08
fork: reset mm->pinned_vm
Vladimir Davydov
1
-0
/
+1
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
3
-31
/
+21
2014-08-08
proc: remove INF macro
Alexey Dobriyan
2
-42
/
+0
2014-08-08
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
3
-6
/
+6
2014-08-08
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
1
-8
/
+10
2014-08-08
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
1
-4
/
+5
2014-08-08
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
1
-5
/
+6
2014-08-08
proc: convert /proc/$PID/cmdline to seq_file interface
Alexey Dobriyan
1
-4
/
+11
2014-08-08
proc: convert /proc/$PID/syscall to seq_file interface
Alexey Dobriyan
1
-6
/
+7
2014-08-08
proc: convert /proc/$PID/limits to seq_file interface
Alexey Dobriyan
1
-15
/
+12
2014-08-08
proc: convert /proc/$PID/auxv to seq_file interface
Alexey Dobriyan
1
-10
/
+8
2014-08-08
proc: more "const char *" pointers
Alexey Dobriyan
1
-4
/
+4
2014-08-08
proc: remove proc_tty_ldisc variable
Alexey Dobriyan
1
-2
/
+2
2014-08-08
proc: make proc_subdir_lock static
Alexey Dobriyan
2
-3
/
+1
[next]