index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-27
gpio: pl061: Add pl061_gpio_free()
Axel Lin
1
-0
/
+8
2013-03-27
pinctrl: coh901: Fix checkpatch error
Sachin Kamat
1
-1
/
+1
2013-03-27
pinctrl: generic: Fix checkpatch errors
Sachin Kamat
1
-3
/
+3
2013-03-27
pinctrl: generic: Make 'conf_items' static
Sachin Kamat
1
-1
/
+1
2013-03-27
pinctrl: at91: Fix checkpatch errors
Sachin Kamat
1
-8
/
+9
2013-03-27
pinctrl: at91: Remove duplicate const
Sachin Kamat
1
-2
/
+2
2013-03-27
pinctrl: exynos5440: fix invalid use of sizeof in exynos5440_pinctrl_probe()
Wei Yongjun
1
-1
/
+1
2013-03-27
pinctrl/nomadik: Fix checkpatch errors
Sachin Kamat
1
-3
/
+3
2013-03-27
pinctrl/nomadik-db8500: Fix checkpatch errors
Sachin Kamat
1
-2
/
+2
2013-03-27
pinctrl: remove pxa pinctrl driver
Haojian Zhuang
7
-2892
/
+0
2013-03-18
pinctrl: document the "GPIO mode" pitfall
Linus Walleij
1
-0
/
+112
2013-03-13
pinctrl: pinctrl-nomadik-stn8815: Fix checkpatch error
Sachin Kamat
1
-1
/
+1
2013-03-13
pinctrl: single: correct argument for pinconf
Haojian Zhuang
1
-8
/
+8
2013-03-07
pinctrl: sunxi: Add Allwinner A13 pin functions
Maxime Ripard
1
-70
/
+169
2013-03-07
pinctrl: sunxi: Add Allwinner A10 pin functions
Maxime Ripard
1
-162
/
+571
2013-03-07
pinctrl: single: Fix build error
Axel Lin
1
-3
/
+3
2013-03-07
document: devicetree: bind pinconf with pin single
Haojian Zhuang
1
-1
/
+106
2013-03-07
pinctrl: single: support generic pinconf
Haojian Zhuang
2
-7
/
+402
2013-03-07
pinctrl: single: set function mask as optional
Haojian Zhuang
1
-4
/
+22
2013-03-07
pinctrl: generic: dump pin configuration
Haojian Zhuang
2
-0
/
+22
2013-03-07
pinctrl: single: create new gpio function range
Haojian Zhuang
1
-2
/
+71
2013-03-07
gpio: pl061: bind pinctrl by gpio request
Haojian Zhuang
1
-0
/
+13
2013-03-07
pinctrl: check pinctrl ready for gpio range
Haojian Zhuang
1
-0
/
+36
2013-03-07
gpio: pl061: support irqdomain
Haojian Zhuang
1
-39
/
+65
2013-03-07
gpio: add gpio offset in gpio range cells property
Haojian Zhuang
6
-24
/
+13
2013-03-07
pinctrl: abx500: Add terminating entry for of_device_id table
Axel Lin
1
-0
/
+1
2013-03-07
pinctrl: Declare operation structures as const
Laurent Pinchart
22
-55
/
+55
2013-03-07
pinctrl: core: use devres_release() instead of devres_destroy()
Jingoo Han
1
-2
/
+1
2013-03-04
Linux 3.9-rc1
v3.9-rc1
Linus Torvalds
1
-2
/
+2
2013-03-03
btrfs/raid56: Add missing #include <linux/vmalloc.h>
Geert Uytterhoeven
1
-0
/
+1
2013-03-03
fix compat_sys_rt_sigprocmask()
Al Viro
1
-1
/
+1
2013-03-03
SUNRPC: One line comment fix
Trond Myklebust
1
-1
/
+1
2013-03-03
ext4: enable quotas before orphan cleanup
Jan Kara
1
-10
/
+10
2013-03-02
ext4: don't allow quota mount options when quota feature enabled
Jan Kara
1
-7
/
+26
2013-03-02
ext4: fix a warning from sparse check for ext4_dir_llseek
Zheng Liu
1
-1
/
+1
2013-03-02
ext4: convert number of blocks to clusters properly
Lukas Czerner
4
-9
/
+9
2013-03-02
ext4: fix possible memory leak in ext4_remount()
Wei Yongjun
1
-0
/
+1
2013-03-02
jbd2: fix ERR_PTR dereference in jbd2__journal_start
Dmitry Monakhov
1
-1
/
+1
2013-03-02
metag: Provide dma_get_sgtable()
James Hogan
1
-0
/
+7
2013-03-02
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
James Hogan
1
-1
/
+0
2013-03-02
metag: copy devicetree to non-init memory
James Hogan
3
-0
/
+20
2013-03-02
metag: cleanup metag_ksyms.c includes
James Hogan
1
-6
/
+3
2013-03-02
metag: move mm/init.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move usercopy.c exports out of metag_ksyms.c
James Hogan
2
-16
/
+13
2013-03-02
metag: move setup.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move kick.c exports out of metag_ksyms.c
James Hogan
2
-2
/
+3
2013-03-02
metag: move traps.c exports out of metag_ksyms.c
James Hogan
2
-5
/
+3
2013-03-02
metag: move irq enable out of irqflags.h on SMP
James Hogan
2
-7
/
+20
2013-03-02
genksyms: fix metag symbol prefix on crc symbols
James Hogan
1
-1
/
+2
2013-03-02
metag: hugetlb: convert to vm_unmapped_area()
James Hogan
1
-42
/
+10
[next]