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
2013-11-13
backlight: 88pm860x_bl: use devm_backlight_device_register()
Jingoo Han
1
-14
/
+2
2013-11-13
backlight: use dev_get_platdata()
Jingoo Han
32
-46
/
+44
2013-11-13
backlight: lp8788: staticize 'default_bl_config'
Jingoo Han
1
-1
/
+1
2013-11-13
backlight: lm3639: don't mix different enum types
Jingoo Han
1
-4
/
+7
2013-11-13
backlight: ld9040: Staticize local variable gamma_table
Jingoo Han
1
-1
/
+3
2013-11-13
backlight: lm3630: fix sparse warning
Daniel Jeong
1
-2
/
+2
2013-11-13
drivers/video/backlight/lm3630a_bl.c: potential NULL deref in probe()
Dan Carpenter
1
-13
/
+12
2013-11-13
drivers/video/backlight/lm3630a_bl.c: fix signedness bug in lm3630a_chip_init()
Dan Carpenter
1
-1
/
+1
2013-11-13
backlight: lm3630: apply chip revision
Daniel Jeong
6
-536
/
+552
2013-11-13
backlight: lp855x_bl: support new LP8555 device
Milo Kim
5
-7
/
+67
2013-11-13
MAINTAINERS: update Zwane Mwaikambo's e-mail address
Jean Delvare
3
-3
/
+3
2013-11-13
MAINTAINERS: remove Richard Purdie as backlight maintainer
Jingoo Han
2
-1
/
+5
2013-11-13
printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo
Dirk Gouders
1
-2
/
+2
2013-11-13
kernel/printk/printk.c: enable boot delay for earlyprintk
Dave Young
1
-2
/
+2
2013-11-13
vsprintf: check real user/group id for %pK
Ryan Mallon
2
-10
/
+48
2013-11-13
kernel/printk/printk.c: convert to pr_foo()
Andrew Morton
1
-6
/
+6
2013-11-13
printk: report console names during cut-over
Kees Cook
1
-10
/
+9
2013-11-13
init/main.c: remove prototype for softirq_init()
Geert Uytterhoeven
1
-1
/
+0
2013-11-13
sched: remove ARCH specific fpu_counter from task_struct
Vineet Gupta
1
-9
/
+0
2013-11-13
x86: move fpu_counter into ARCH specific thread_struct
Vineet Gupta
6
-10
/
+19
2013-11-13
sh: move fpu_counter into ARCH specific thread_struct
Vineet Gupta
5
-5
/
+25
2013-11-13
jump_label: unlikely(x) > 0
Roel Kluin
1
-2
/
+2
2013-11-13
kernel/sys.c: remove obsolete #include <linux/kexec.h>
Geert Uytterhoeven
1
-1
/
+0
2013-11-13
kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk()
Chen Gang
1
-7
/
+0
2013-11-13
gen_init_cpio: avoid NULL pointer dereference and rework env expanding
Michal Nazarewicz
1
-18
/
+9
2013-11-13
errno.h: remove "NFS" from descriptions in comments
Eric Sandeen
6
-6
/
+6
2013-11-13
init/do_mounts.c: add maj:min syntax comment
Sebastian Capella
1
-0
/
+2
2013-11-13
scripts/mod/modpost.c: handle non ABS crc symbols
Andi Kleen
1
-8
/
+7
2013-11-13
syscalls.h: use gcc alias instead of assembler aliases for syscalls
Andi Kleen
2
-4
/
+4
2013-11-13
cramfs: mark as obsolete
Michael Opdenacker
2
-2
/
+5
2013-11-13
percpu: add test module for various percpu operations
Greg Thelen
3
-0
/
+149
2013-11-13
drivers/char/hpet.c: allow user controlled mmap for user processes
Prarit Bhargava
3
-4
/
+33
2013-11-13
mm: numa: return the number of base pages altered by protection changes
Mel Gorman
3
-3
/
+9
2013-11-13
mm: factor commit limit calculation
Jerome Marchand
5
-9
/
+18
2013-11-13
mm: improve the description for dirty_background_ratio/dirty_ratio sysctl
Zheng Liu
1
-5
/
+10
2013-11-13
mm/page_alloc.c: fix comment in zlc_setup()
Zhi Yong Wu
1
-1
/
+1
2013-11-13
arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()
Zhi Yong Wu
1
-2
/
+2
2013-11-13
mm/zswap: refactor the get/put routines
Weijie Yang
1
-94
/
+88
2013-11-13
mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
Weijie Yang
1
-8
/
+14
2013-11-13
memcg, kmem: use cache_from_memcg_idx instead of hard code
Qiang Huang
1
-6
/
+6
2013-11-13
memcg, kmem: rename cache_from_memcg to cache_from_memcg_idx
Qiang Huang
4
-5
/
+7
2013-11-13
memcg, kmem: use is_root_cache instead of hard code
Qiang Huang
1
-1
/
+2
2013-11-13
mm: ensure get_unmapped_area() returns higher address than mmap_min_addr
Akira Takeuchi
1
-5
/
+5
2013-11-13
mm: __rmqueue_fallback() should respect pageblock type
KOSAKI Motohiro
1
-10
/
+5
2013-11-13
mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()
KOSAKI Motohiro
2
-9
/
+6
2013-11-13
mm: fix page_group_by_mobility_disabled breakage
KOSAKI Motohiro
1
-2
/
+2
2013-11-13
readahead: fix sequential read cache miss detection
Damien Ramonda
1
-1
/
+5
2013-11-13
mm: do not walk all of system memory during show_mem
Mel Gorman
1
-28
/
+11
2013-11-13
mm/bootmem.c: remove unused local `map'
Daeseok Youn
1
-3
/
+3
2013-11-13
mm: clear N_CPU from node_states at CPU offline
Toshi Kani
1
-0
/
+15
[prev]
[next]