index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Lines
2013-01-24
clk: add common of_clk_init() function
Prashant Gaikwad
-0
/
+10
2013-01-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
-0
/
+16
2013-01-22
gpio: devm_gpio_* support should not depend on GPIOLIB
Shawn Guo
-6
/
+0
2013-01-22
gpio: fix warning of 'struct gpio_chip' declaration
Shawn Guo
-37
/
+37
2013-01-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-0
/
+2
2013-01-18
asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build
Kirill A. Shutemov
-4
/
+2
2013-01-14
Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...
Olof Johansson
-1
/
+12
2013-01-14
Merge branch 'clocksource/cleanup' into next/cleanup
Olof Johansson
-2
/
+11
2013-01-10
irqchip: add basic infrastructure
Thomas Petazzoni
-1
/
+11
2013-01-04
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
Michal Hocko
-0
/
+9
2013-01-03
include: remove __dev* attributes.
Greg Kroah-Hartman
-2
/
+2
2013-01-02
clocksource: add common of_clksrc_init() function
Stephen Warren
-0
/
+9
2012-12-26
CONFIG_GENERIC_SIGALTSTACK build breakage with asm-generic/syscalls.h
Vineet Gupta
-0
/
+2
2012-12-25
asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()
Geert Uytterhoeven
-0
/
+16
2012-12-21
Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
Linus Torvalds
-32
/
+5
2012-12-17
asm-generic: io: don't perform swab during {in,out} string functions
Will Deacon
-6
/
+6
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+110
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
-1
/
+20
2012-12-12
asm-generic, mm: pgtable: consolidate zero page helpers
Kirill A. Shutemov
-0
/
+26
2012-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-22
/
+0
2012-12-11
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+16
2012-12-11
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
-1
/
+4
2012-12-11
mm: numa: pte_numa() and pmd_numa()
Andrea Arcangeli
-0
/
+106
2012-12-11
x86/mm: Introduce pte_accessible()
Rik van Riel
-0
/
+4
2012-12-09
asm-generic/mmu.h: Add support for FDPIC
Lars-Peter Clausen
-0
/
+5
2012-12-09
asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
Lars-Peter Clausen
-1
/
+0
2012-11-30
s390/pci: base support
Jan Glauber
-1
/
+20
2012-11-29
unify default ptrace_signal_deliver
Al Viro
-2
/
+0
2012-11-28
take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h
Al Viro
-12
/
+0
2012-11-28
consolidate sys_execve() prototype
Al Viro
-7
/
+0
2012-11-28
generic sys_fork / sys_vfork / sys_clone
Al Viro
-4
/
+3
2012-11-21
gpiolib: rename pin range arguments
Linus Walleij
-2
/
+2
2012-11-21
gpiolib: let gpiochip_add_pin_range() specify offset
Linus Walleij
-2
/
+4
2012-11-13
tracing,x86: Add a TSC trace_clock
David Sharp
-0
/
+16
2012-11-11
gpiolib: iron out include ladder mistakes
Linus Walleij
-21
/
+35
2012-11-11
gpiolib: separation of pin concerns
Linus Walleij
-2
/
+2
2012-11-11
gpiolib: fix up function prototypes etc
Linus Walleij
-0
/
+6
2012-11-11
gpiolib: provide provision to register pin ranges
Shiraz Hashim
-0
/
+25
2012-10-26
asm-generic: io: remove {read,write} string functions
Will Deacon
-30
/
+0
2012-10-26
gpiolib: add gpio get direction callback support
Mathias Nyman
-1
/
+4
2012-10-25
asm-generic/io.h: remove asm/cacheflush.h include
James Hogan
-1
/
+0
2012-10-17
UAPI: Remove empty non-UAPI Kbuild files
David Howells
-0
/
+0
2012-10-14
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-0
/
+9
2012-10-14
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-7
/
+90
2012-10-11
vmlinux.lds.h: Allow architectures to add sections to the front of .bss
David Daney
-0
/
+9
2012-10-09
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
-24
/
+48
2012-10-09
mm: thp: fix the pmd_clear() arguments in pmdp_get_and_clear()
Catalin Marinas
-1
/
+1
2012-10-09
thp: introduce pmdp_invalidate()
Gerald Schaefer
-0
/
+5
2012-10-09
thp: remove assumptions on pgtable_t type
Gerald Schaefer
-0
/
+8
2012-10-09
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
-2
/
+4
[prev]
[next]