index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-05
Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...
Russell King
1
-0
/
+8
2011-12-05
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...
Russell King
16
-353
/
+326
2011-12-02
Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk
Will Deacon
1
-10
/
+9
2011-12-02
arm: pmu: allow platform specific irq enable/disable handling
Ming Lei
1
-2
/
+8
2011-12-02
ARM: perf: remove unused armpmu_get_max_events
Will Deacon
1
-8
/
+1
2011-12-02
ARM: perf: add support for stalled cycle ABI events
Will Deacon
3
-49
/
+66
2011-12-02
ARM: perf: clean and update ARMv7 event numbers
Will Deacon
1
-233
/
+125
2011-11-30
ARM: 7182/1: ARM cpu topology: fix warning
Vincent Guittot
1
-1
/
+1
2011-11-30
ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below
Jon Medhurst (Tixy)
2
-10
/
+19
2011-11-30
ARM: 7180/1: Change kprobes testcase with unpredictable STRD instruction
Jon Medhurst (Tixy)
1
-1
/
+1
2011-11-26
ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels
Jon Medhurst
2
-38
/
+78
2011-11-26
ARM: 7170/2: fix compilation breakage in entry-armv.S
Guennadi Liakhovetski
1
-1
/
+1
2011-11-22
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...
Russell King
2
-1
/
+11
2011-11-22
ARM: perf: check that we have a platform device when reserving PMU
Will Deacon
1
-0
/
+3
2011-11-21
Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...
Russell King
1
-4
/
+3
2011-11-21
ARM: 7161/1: errata: no automatic store buffer drain
Will Deacon
1
-0
/
+3
2011-11-21
ARM: restart: only perform setup for restart when soft-restarting
Russell King
1
-2
/
+11
2011-11-18
ARM: sort the meminfo array earlier
Nicolas Pitre
1
-0
/
+8
2011-11-17
ARM: wire up process_vm_writev and process_vm_readv syscalls
Russell King
1
-0
/
+2
2011-11-17
ARM: perf: initialise used_mask for fake PMU during validation
Will Deacon
1
-1
/
+7
2011-11-16
ARM: PMU: re-export release_pmu symbol to modules
Will Deacon
1
-0
/
+1
2011-11-15
ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusive
Marc Zyngier
1
-4
/
+3
2011-11-12
ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_list
Will Deacon
1
-2
/
+4
2011-11-10
ARM: restart: remove argument to setup_mm_for_reboot()
Russell King
2
-4
/
+4
2011-11-10
ARM: restart: move reboot failure handing into machine_restart()
Russell King
1
-11
/
+9
2011-11-10
ARM: restart: allow platforms more flexibility specifying restart mode
Russell King
1
-2
/
+2
2011-11-10
ARM: restart: add restart hook to machine_desc record
Russell King
1
-0
/
+3
2011-11-08
ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors
Catalin Marinas
1
-1
/
+1
2011-11-07
Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...
Russell King
1
-18
/
+17
2011-10-31
arm: fix implicit module.h users by adding it to arch/arm as required.
Paul Gortmaker
1
-0
/
+1
2011-10-31
arm: convert core files from module.h to export.h
Paul Gortmaker
14
-14
/
+14
2011-10-31
arm: remove several unnecessary module.h include instances
Paul Gortmaker
3
-3
/
+0
2011-10-31
arm: fix implicit memset/string.h usage in various arch/arm files
Paul Gortmaker
1
-0
/
+1
2011-10-31
arm: add elf.h to arch/arm/kernel/ptrace.c
Paul Gortmaker
1
-0
/
+1
2011-10-28
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...
Linus Torvalds
22
-894
/
+5562
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-14
/
+14
2011-10-25
Merge branch 'misc' into for-linus
Russell King
9
-53
/
+129
2011-10-25
Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...
Russell King
12
-120
/
+268
2011-10-23
ARM: 7133/1: SMP: fix per cpu timer setup before the cpu is marked online
Thomas Gleinxer
1
-10
/
+13
2011-10-23
Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platform...
Russell King
7
-40
/
+224
2011-10-23
ARM: gic, local timers: use the request_percpu_irq() interface
Marc Zyngier
2
-17
/
+46
2011-10-23
ARM: gic: consolidate PPI handling
Marc Zyngier
2
-30
/
+5
2011-10-20
ARM: 7137/1: Fix error upon adding LL debug
Afzal Mohammed
1
-2
/
+2
2011-10-18
Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...
Russell King
2
-52
/
+17
2011-10-17
ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare stage
Lei Wen
1
-17
/
+18
2011-10-17
ARM: 7062/1: cache: detect PIPT I-cache using CTR
Will Deacon
1
-2
/
+13
2011-10-17
ARM: platform fixups: remove mdesc argument to fixup function
Russell King
1
-1
/
+1
2011-10-17
ARM: 7017/1: Use generic BUG() handler
Simon Glass
2
-11
/
+23
2011-10-17
ARM: 7068/1: process: change from __backtrace to dump_stack in show_regs
Laura Abbott
2
-4
/
+1
2011-10-17
ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernels
Dave Martin
1
-1
/
+37
[next]