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
2012-05-10
ARM: tegra20: Add Tegra Memory Controller(MC) driver
Hiroshi DOYU
5
-0
/
+285
2012-05-09
printk() - restore timestamp printing at console output
Kay Sievers
2
-23
/
+36
2012-05-09
printk() - do not merge continuation lines of different threads
Kay Sievers
1
-9
/
+10
2012-05-09
printk - fix compilation for CONFIG_PRINTK=n
Kay Sievers
2
-19
/
+24
2012-05-09
misc: MAX8997: Remove max8997-muic driver
Chanwoo Choi
4
-527
/
+0
2012-05-09
Extcon: add MAX8997 extcon driver
Chanwoo Choi
3
-0
/
+546
2012-05-08
kmsg - add Documentation/ABI/testing/dev-kmsg
Kay Sievers
2
-1
/
+92
2012-05-08
mm: use KERN_CONT in printk() continuation lines
Kay Sievers
1
-3
/
+3
2012-05-08
acpi: use KERN_CONT in printk() continuation lines
Kay Sievers
2
-10
/
+10
2012-05-08
parport: use KERN_CONT in printk() continuation lines
Kay Sievers
1
-8
/
+8
2012-05-08
kmsg: use do_div() to divide 64bit integer
Kay Sievers
1
-1
/
+4
2012-05-07
Fix a mistake sentence in the file 'Documentation/zh_CN/magic-number.txt'
harryxiyou
1
-1
/
+1
2012-05-07
driver-core: extend dev_printk() to pass structured data
Kay Sievers
1
-3
/
+49
2012-05-07
kmsg: export printk records to the /dev/kmsg interface
Kay Sievers
3
-60
/
+316
2012-05-07
printk: convert byte-buffer to variable-length record buffer
Kay Sievers
3
-441
/
+639
2012-05-07
powerpc: fix compile fail in hugetlb cmdline parsing
Paul Gortmaker
1
-1
/
+2
2012-05-07
kobject: fix the uncorrect comment
Zhi Yong Wu
1
-1
/
+1
2012-05-07
Revert "dynamic_debug: remove unneeded includes"
Greg Kroah-Hartman
1
-0
/
+10
2012-05-04
params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)
Jim Cromie
1
-21
/
+12
2012-05-04
dynamic_debug: remove unneeded includes
Jim Cromie
1
-10
/
+0
2012-05-04
params.c: fix Smack complaint about parse_args
Jim Cromie
1
-1
/
+1
2012-05-04
gpiolib: Convert to devres_release()
Mark Brown
1
-2
/
+1
2012-05-04
devres: Add devres_release()
Mark Brown
2
-0
/
+33
2012-05-04
devres: Clarify documentation for devres_destroy()
Mark Brown
1
-0
/
+4
2012-05-04
driver-core: fix DEVICE_INT_ATTR to use correct show/store functions
Michael Davidson
1
-1
/
+1
2012-05-04
w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointer
H Hartley Sweeten
1
-2
/
+0
2012-05-04
extcon: Add EXTCON_MECHANICAL cable type for physical presence
Mark Brown
2
-0
/
+2
2012-05-04
memory: emif: Add Kconfig dependency for TI EMIF controller
Santosh Shilimkar
1
-0
/
+1
2012-05-02
Extcon: fix section mismatch in extcon_gpio.c
H Hartley Sweeten
1
-2
/
+2
2012-05-02
sysfs: Removed dup_name entirely in sysfs_rename
Sasikantha babu
1
-4
/
+2
2012-05-02
Merge 3.4-rc5 into driver-core-next
Greg Kroah-Hartman
811
-5437
/
+7629
2012-05-02
memory: emif: add debugfs entries for emif
Aneesh V
1
-0
/
+138
2012-05-02
memory: emif: add one-time settings
Aneesh V
1
-0
/
+148
2012-05-02
memory: emif: add interrupt and temperature handling
Aneesh V
1
-2
/
+209
2012-05-02
memory: emif: handle frequency and voltage change events
Aneesh V
2
-4
/
+1020
2012-05-02
memory: emif: add basic infrastructure for EMIF driver
Aneesh V
8
-0
/
+511
2012-05-02
memory: emif: add register definitions for EMIF
Aneesh V
1
-0
/
+454
2012-05-02
ddr: add LPDDR2 data from JESD209-2
Aneesh V
4
-0
/
+320
2012-05-01
dynamic_debug: use printk(KERN_WARNING..) in stub function
Jim Cromie
1
-1
/
+2
2012-04-30
dynamic_debug: init with early_initcall, not arch_initcall
Jim Cromie
1
-2
/
+2
2012-04-30
dynamic_debug: update Documentation/*, Kconfig.debug
Jim Cromie
3
-70
/
+138
2012-04-30
dynamic_debug: add modname arg to exec_query callchain
Jim Cromie
1
-8
/
+13
2012-04-30
dynamic_debug: print ram usage by ddebug tables if verbose
Jim Cromie
1
-1
/
+11
2012-04-30
dynamic_debug: simplify dynamic_debug_init error exit
Jim Cromie
1
-11
/
+8
2012-04-30
dynamic_debug: combine parse_args callbacks together
Jim Cromie
1
-16
/
+20
2012-04-30
dynamic_debug: deprecate ddebug_query, suggest dyndbg instead
Jim Cromie
2
-1
/
+10
2012-04-30
dynamic_debug: make dynamic-debug work for module initialization
Jim Cromie
3
-1
/
+67
2012-04-30
params: add 3rd arg to option handler callback signature
Jim Cromie
3
-28
/
+39
2012-04-30
dynamic_debug: fix leading spaces in dynamic_debug.h
Jim Cromie
1
-2
/
+2
2012-04-30
dynamic_debug: replace if (verbose) pr_info with macro vpr_info
Jim Cromie
1
-46
/
+35
[next]