index
:
kernel_oneplus_msm8974.git
kitkat
lp5.0
lp5.1
nameless-2.0
kernel_oneplus_msm8974
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) support
Kirill A. Shutemov
2015-03-17
1
-3
/
+2
*
Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...
Steve Kondik
2015-01-16
1
-0
/
+14
|
\
|
*
crypto: create generic version of ablk_helper
Ard Biesheuvel
2015-01-12
1
-0
/
+14
*
|
Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...
Steve Kondik
2014-10-20
6
-3
/
+92
|
\
|
|
*
seccomp: add "seccomp" syscall
Kees Cook
2014-09-17
1
-1
/
+3
|
*
seccomp: Add SECCOMP_RET_TRAP
Will Drewry
2014-09-17
1
-1
/
+1
|
*
signal, x86: add SIGSYS info and make it synchronous.
Will Drewry
2014-09-17
1
-0
/
+22
|
*
asm/syscall.h: add syscall_get_arch
Will Drewry
2014-09-17
1
-0
/
+14
|
*
mm: allow arch code to control the user page table ceiling
Hugh Dickins
2013-05-07
1
-0
/
+10
|
*
signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer
Ben Hutchings
2013-04-05
1
-0
/
+4
|
*
mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT
Michal Hocko
2013-01-11
1
-0
/
+9
|
*
mutex: Place lock in contended state after fastpath_lock failure
Will Deacon
2012-10-02
1
-2
/
+9
|
*
thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE
Andrea Arcangeli
2012-07-16
1
-0
/
+10
|
*
mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition
Andrea Arcangeli
2012-07-16
1
-2
/
+20
*
|
ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+
Devin Kim
2014-09-26
1
-2
/
+9
*
|
ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions
Will Deacon
2014-09-03
1
-0
/
+52
*
|
drivers: Add dma-removed dma_ops
Laura Abbott
2014-03-14
2
-0
/
+56
*
|
ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h>
Alessandro Rubini
2014-03-14
1
-47
/
+2
*
|
gpiolib: separation of pin concerns
Linus Walleij
2013-06-14
1
-0
/
+5
*
|
gpiolib: provide provision to register pin ranges
Shiraz Hashim
2013-06-14
1
-0
/
+25
*
|
drivers: dma-contiguous: clean source code and prepare for device tree
Marek Szyprowski
2013-03-01
1
-3
/
+1
*
|
mm: cma: fix condition check when setting global cma area
Marek Szyprowski
2013-02-27
1
-1
/
+1
*
|
common: add dma_mmap_from_coherent() function
Marek Szyprowski
2012-08-15
1
-1
/
+3
*
|
msm: 8974: Add function to reserve memory from device tree
Laura Abbott
2012-07-23
1
-0
/
+5
*
|
drivers: add Contiguous Memory Allocator
Marek Szyprowski
2012-06-29
1
-0
/
+28
|
/
*
asm-generic: Use __BITS_PER_LONG in statfs.h
H. Peter Anvin
2012-04-30
1
-1
/
+1
*
asm-generic: Allow overriding clock_t and add attributes to siginfo_t
H. Peter Anvin
2012-04-23
1
-3
/
+11
*
asm-generic: add linux/types.h to cmpxchg.h
Paul Gortmaker
2012-04-02
1
-0
/
+1
*
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-03-29
1
-87
/
+22
|
\
|
*
posix_types: Introduce __kernel_[u]long_t
H. Peter Anvin
2012-02-20
1
-9
/
+14
|
*
posix_types: Remove fd_set macros
H. Peter Anvin
2012-02-14
1
-72
/
+0
|
*
posix_types: Make it possible to override __kernel_fsid_t
H. Peter Anvin
2012-02-14
1
-4
/
+6
|
*
posix_types: Make __kernel_[ug]id32_t default to unsigned int
H. Peter Anvin
2012-02-14
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2012-03-29
1
-1
/
+1
|
\
\
|
*
|
compat: use sys_sendfile64() implementation for sendfile syscall
Chris Metcalf
2012-03-27
1
-1
/
+1
*
|
|
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-28
7
-149
/
+183
|
\
\
\
|
*
|
|
Delete all instances of asm/system.h
David Howells
2012-03-28
1
-5
/
+0
|
*
|
|
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
|
*
|
|
Add #includes needed to permit the removal of asm/system.h
David Howells
2012-03-28
1
-1
/
+1
|
*
|
|
Split arch_align_stack() out from asm-generic/system.h
David Howells
2012-03-28
2
-20
/
+21
|
*
|
|
Split the switch_to() wrapper out of asm-generic/system.h
David Howells
2012-03-28
2
-16
/
+31
|
*
|
|
Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h
David Howells
2012-03-28
2
-77
/
+80
|
*
|
|
Create asm-generic/barrier.h
David Howells
2012-03-28
2
-33
/
+51
|
*
|
|
Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h
David Howells
2012-03-28
3
-1
/
+4
*
|
|
|
Merge git://github.com/rustyrussell/linux
Linus Torvalds
2012-03-28
1
-21
/
+14
|
\
\
\
\
|
*
|
|
|
params: <level>_initcall-like kernel parameters
Pawel Moll
2012-03-26
1
-21
/
+14
*
|
|
|
|
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-28
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge tag 'v3.3-rc7' into gpio/next
Grant Likely
2012-03-12
5
-2
/
+60
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
gpio: constify the data parameter to gpiochip_find()
Grant Likely
2012-03-02
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2012-03-24
3
-0
/
+4
|
\
\
\
\
[next]