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
path:
root
/
arch
/
arm
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-12
arm: switch to saner kernel_execve() semantics
Al Viro
1
-1
/
+0
2012-10-01
sanitize tsk_is_polling()
Al Viro
1
-2
/
+0
2012-09-30
arm: get rid of execve wrapper, switch to generic execve() implementation
Al Viro
1
-0
/
+1
2012-09-30
arm: optimized current_pt_regs()
Al Viro
1
-0
/
+5
2012-09-30
arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
1
-0
/
+1
2012-09-30
arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]
Al Viro
1
-5
/
+0
2012-09-20
the only place that needs to include asm/exec.h is linux/binfmts.h
Al Viro
1
-1
/
+0
2012-09-20
get rid of generic instances of asm/exec.h
Al Viro
2
-6
/
+1
2012-09-13
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
4
-15
/
+58
2012-09-09
ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()
Will Deacon
1
-2
/
+16
2012-09-09
ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS
Russell King
2
-13
/
+35
2012-09-07
ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition moving
Stephen Boyd
1
-0
/
+3
2012-08-28
ARM: DMA-Mapping: add function for setting coherent pool size from platform code
Marek Szyprowski
1
-0
/
+7
2012-08-25
ARM: 7503/1: mm: only flush both pmd entries for classic MMU
Will Deacon
1
-0
/
+4
2012-08-11
ARM: 7488/1: mm: use 5 bits for swapfile type encoding
Will Deacon
1
-3
/
+3
2012-08-11
ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present
Will Deacon
1
-16
/
+18
2012-08-11
ARM: 7486/1: sched_clock: update epoch_cyc on resume
Colin Cross
1
-0
/
+2
2012-08-01
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
3
-119
/
+12
2012-07-31
ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches
Will Deacon
1
-2
/
+6
2012-07-31
ARM: 7467/1: mutex: use generic xchg-based implementation for ARMv6+
Will Deacon
1
-115
/
+4
2012-07-30
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-1
/
+0
2012-07-30
ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION
Will Deacon
1
-1
/
+0
2012-07-30
Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...
Linus Torvalds
1
-20
/
+4
2012-07-30
ARM: dma-mapping: add support for dma_get_sgtable()
Marek Szyprowski
1
-0
/
+3
2012-07-30
common: dma-mapping: add support for generic dma_mmap_* calls
Marek Szyprowski
1
-19
/
+0
2012-07-30
ARM: dma-mapping: remove custom consistent dma region
Marek Szyprowski
1
-1
/
+1
2012-07-29
ARM: 7465/1: Handle >4GB memory sizes in device tree and mem=size@start option
Peter Maydell
1
-2
/
+2
2012-07-27
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
11
-353
/
+204
2012-07-27
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
11
-353
/
+204
2012-07-27
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-25
/
+1
2012-07-24
arm: remove km_type definitions
Cong Wang
1
-25
/
+1
2012-07-23
Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+1
2012-07-09
ARM: 7452/1: delay: allow timer-based delay implementation to be selected
Will Deacon
1
-7
/
+25
2012-07-09
ARM: 7451/1: arch timer: implement read_current_timer and get_cycles
Will Deacon
2
-4
/
+9
2012-07-09
ARM: 7450/1: dcache: select DCACHE_WORD_ACCESS for little-endian ARMv6+ CPUs
Will Deacon
1
-0
/
+41
2012-07-09
ARM: 7449/1: use generic strnlen_user and strncpy_from_user functions
Will Deacon
2
-21
/
+61
2012-07-09
ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration
Will Deacon
2
-18
/
+2
2012-07-09
ARM: 7447/1: rwlocks: remove unused branch labels from trylock routines
Will Deacon
1
-2
/
+2
2012-07-09
ARM: 7446/1: spinlock: use ticket algorithm for ARMv6+ locking implementation
Will Deacon
2
-26
/
+63
2012-07-09
ARM: 7460/1: remove asm/locks.h
Paul Bolle
1
-274
/
+0
2012-07-05
ARM: fix warnings about atomic64_read
Russell King
1
-1
/
+1
2012-07-05
ARM: 7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK"
Will Deacon
1
-4
/
+1
2012-07-05
ARM: fix set_domain() macro
Russell King
1
-9
/
+9
2012-07-02
Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...
Arnd Bergmann
1
-1
/
+1
2012-07-01
ARM: fiq: change FIQ_START to a variable
Shawn Guo
1
-1
/
+1
2012-06-28
ARM: 7432/1: use the new linux/sizes.h
Alessandro Rubini
1
-1
/
+1
2012-06-20
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-1
/
+1
2012-06-20
Viresh has moved
Viresh Kumar
1
-1
/
+1
2012-06-16
ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned
Will Deacon
1
-0
/
+1
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+0
[next]