Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_sm8150
/
1a076689cda8a1d623dcda170b2dc2b476cc6f1a
/
arch
/
arm
/
kernel
efee984
new helper: signal_delivered()
by Al Viro
· 14 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 14 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 14 years ago
b7f9a11
new helper: sigmask_to_save()
by Al Viro
· 14 years ago
51a7b44
new helper: restore_saved_sigmask()
by Al Viro
· 14 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 14 years ago
08615d7
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 14 years ago
3eaa73b
arm: use clear_tasks_mm_cpumask()
by Anton Vorontsov
· 14 years ago
227d1e4
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 14 years ago
e94c805
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus
by Russell King
· 14 years ago
f465d14
Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 14 years ago
d484864
Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
by Linus Torvalds
· 14 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 14 years ago
f936991
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 14 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 14 years ago
2ff2b28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
68f3f16
new helper: sigsuspend()
by Al Viro
· 14 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 14 years ago
70b58d8
arm: don't open-code ptrace_report_syscall()
by Al Viro
· 14 years ago
fa18484
arm: remove unused restart trampoline
by Al Viro
· 14 years ago
6b5c804
arm: new way of handling ERESTART_RESTARTBLOCK
by Al Viro
· 14 years ago
21c1176
arm: if we get into work_pending while returning to kernel mode, just go away
by Al Viro
· 14 years ago
d9be5ea
arm: don't call try_to_freeze() from do_signal()
by Al Viro
· 14 years ago
7dfae72
arm: if there's no handler we need to restore sigmask, syscall or no syscall
by Al Viro
· 14 years ago
84849b3
arm: trim _TIF_WORK_MASK, get rid of useless test and branch...
by Al Viro
· 14 years ago
7f1b5a9
arm: missing checks of __get_user()/__put_user() return values
by Al Viro
· 14 years ago
4ab1056
Merge branch 'v3-removal' into for-linus
by Russell King
· 14 years ago
4175160
Merge branch 'misc' into for-linus
by Russell King
· 14 years ago
ddf90a2
Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' and 'versatile' into for-linus
by Russell King
· 14 years ago
c790950
ARM: integrate CMA with DMA-mapping subsystem
by Marek Szyprowski
· 14 years ago
16ee657
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 14 years ago
90cf241
ARM: PCI: remove per-pci_hw list of buses
by Russell King
· 14 years ago
a7c1938
userns: Convert stat to return values mapped from kuids and kgids
by Eric W. Biederman
· 14 years ago
c23bfc3
ARM: PCI: provide a default bus scan implementation
by Russell King
· 14 years ago
daeb4c0
ARM: PCI: get rid of pci_std_swizzle()
by Russell King
· 14 years ago
80b9abf
Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo/linux-2.6 into staging/cleanup
by Olof Johansson
· 14 years ago
fd0d000
perf: Pass last sampling period to perf_sample_data_init()
by Robert Richter
· 14 years ago
67ba529
Merge branch 'smp/threadalloc' into smp/hotplug
by Thomas Gleixner
· 14 years ago
448eca9
arm: Remove unused cpu_idle_wait()
by Thomas Gleixner
· 14 years ago
fde165b
ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd
by Colin Cross
· 14 years ago
bd0493e
ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level
by Marc Zyngier
· 14 years ago
2f97836
ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endianness
by Will Deacon
· 14 years ago
6a68b6f
ARM: 7411/1: audit: fix treatment of saved ip register during syscall tracing
by Will Deacon
· 14 years ago
e787ec1
ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
by Tim Bird
· 14 years ago
5290dc2
arm: Use generic init_task
by Thomas Gleixner
· 14 years ago
357c9c1
ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs
by Russell King
· 14 years ago
f67860a7
ARM: 7363/1: DEBUG_LL: limit early mapping to the minimum
by Nicolas Pitre
· 14 years ago
5693188
Merge branch 'timers-v3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stable
by Russell King
· 14 years ago
90de413
ARM: provide a late_initcall hook for platform initialization
by Shawn Guo
· 14 years ago
c5102f5
ARM: 7408/1: cacheflush: return error to userspace when flushing syscall fails
by Will Deacon
· 14 years ago
435a7ef
ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem held
by Dima Zavin
· 14 years ago
0bd82ad
ARM: 7347/1: SCU: use cpu_logical_map for per-CPU low power mode
by Will Deacon
· 14 years ago
5e7371d
ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQs
by Will Deacon
· 14 years ago
6fa99b7
ARM: 7405/1: kexec: call platform_cpu_kill on the killer rather than the victim
by Will Deacon
· 14 years ago
fb8a99f
ARM: architected timers: remove support for non DT platforms
by Marc Zyngier
· 14 years ago
273d16a
ARM: architected timers: add support for UP timer
by Marc Zyngier
· 14 years ago
0075242
ARM: architected timers: add DT support
by Marc Zyngier
· 14 years ago
3f61c80
ARM: architected timers: Add A15 specific sched_clock implementation
by Marc Zyngier
· 15 years ago
022c03a
ARM: local timers: Add A15 architected timer support
by Marc Zyngier
· 14 years ago
bfa05f4
ARM: local timers: reserve local_timer_register() to SMP
by Marc Zyngier
· 14 years ago
84ec6d5
arm: Use generic idle thread allocation
by Thomas Gleixner
· 14 years ago
8239c25
smp: Add task_struct argument to __cpu_up()
by Thomas Gleixner
· 14 years ago
8084de8
ARM: PCI: remove unused sys->hw
by Russell King
· 14 years ago
0693bf6
ARM: 7374/1: add TRACEHOOK support
by Wade Farnsworth
· 14 years ago
58834ee
ARM: 7385/1: ThumbEE: Use cpuid macros to read ID_PFR0 for ThumbEE
by Jonathan Austin
· 14 years ago
2498814
ARM: 7399/1: vfp: move user vfp state save/restore code out of signal.c
by Will Deacon
· 14 years ago
3cd88f9
Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus"
by Russell King
· 14 years ago
4542b6a
ARM: 7365/1: drop unused parameter from flush_cache_user_range
by Dima Zavin
· 14 years ago
e5ab858
ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMU
by Will Deacon
· 14 years ago
9f85550
ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus
by Linus Walleij
· 14 years ago
20a2a81
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 14 years ago
deb74f5
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
by Linus Torvalds
· 14 years ago
a335750
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
by Linus Torvalds
· 14 years ago
3eb8d70
ARM: fix bios32.c build warning
by Russell King
· 14 years ago
5a4f5da5
ARM: 7337/1: ptrace: fix ptrace_read_user for !CONFIG_MMU platforms
by Will Deacon
· 14 years ago
fa0d1db
ARM: fix missing bug.h include in arch/arm/kernel/insn.c
by Russell King
· 14 years ago
820d41c
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 14 years ago
12679a2
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 14 years ago
0b5f9c0
remove references to cpu_*_map in arch/
by Rusty Russell
· 14 years ago
532bfc8
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 14 years ago
3fc498f
smp: introduce a generic on_each_cpu_mask() function
by Gilad Ben-Yossef
· 14 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 14 years ago
9f97da7
Disintegrate asm/system.h for ARM
by David Howells
· 14 years ago
15d07dc
ARM: move CP15 definitions to separate header file
by Russell King
· 14 years ago
9e4db1c
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 14 years ago
48d5544
Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 14 years ago
d61b7a5
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 14 years ago
b0df898
Merge branch 'devel-stable' into for-linus
by Russell King
· 14 years ago
09f05d8
ARM: 7334/1: add jump label support
by Rabin Vincent
· 14 years ago
9b5a146
ARM: 7338/1: add support for early console output via semihosting
by Nicolas Pitre
· 14 years ago
101d9b0
ARM: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 14 years ago
b21d55e
ARM: 7332/1: extract out code patch function from kprobes
by Rabin Vincent
· 14 years ago
d82227c
ARM: 7331/1: extract out insn generation code from ftrace
by Rabin Vincent
· 14 years ago
4394e28
ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction format
by Rabin Vincent
· 14 years ago
dc283d70
ARM: 7351/1: ftrace: remove useless memory checks
by Rabin Vincent
· 14 years ago
9141a00
ARM: 7316/1: kexec: EOI active and mask all interrupts in kexec crash path
by Will Deacon
· 14 years ago
342d00a
ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loop
by Will Deacon
· 14 years ago
d33c88c
ARM: 7315/1: perf: add support for the Cortex-A7 PMU
by Will Deacon
· 14 years ago
f153d01
ARM: sync sched_clock() state on suspend
by Russell King
· 14 years ago
8211ca6
ARM: Add compiled ISA to oops dumps
by Russell King
· 14 years ago
Next »