Sign in
android-kvm
/
linux
/
72b53efa4a6125a4c334871c58268c430605819a
/
arch
/
blackfin
/
kernel
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
8213a2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
5204e47
Blackfin: fix wrong place disabled irq
by Steven Miao
· 12 years ago
ce86091
Blackfin: bfin_gpio: proc: fix return value
by Steven Miao
· 13 years ago
3cffdc8
Uninclude linux/freezer.h
by Richard Weinberger
· 13 years ago
587a9e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 13 years ago
9ec9716
Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwm
by Linus Torvalds
· 13 years ago
acb3166
blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkit
by Bob Liu
· 13 years ago
e70f466
bfin-dma: only use MDMA3 on bf609
by Steven Miao
· 13 years ago
86d688a
blackfin: Call sg_for_each to pass through the whole sg list.
by Sonic Zhang
· 13 years ago
a4315e3
pwm: Move Blackfin PWM driver to PWM framework
by Thierry Reding
· 13 years ago
363737d
mtd/uclinux: Use generic __bss_stop instead of _ebss
by Geert Uytterhoeven
· 13 years ago
0b3e9f3
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
29bf5dd
blackfin: check __get_user() return value
by Al Viro
· 13 years ago
efee984
new helper: signal_delivered()
by Al Viro
· 13 years ago
77097ae
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
by Al Viro
· 13 years ago
6fd84c0
TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
by Al Viro
· 13 years ago
bf343dfd
don't call try_to_freeze() from do_signal()
by Al Viro
· 13 years ago
a610d6e
pull clearing RESTORE_SIGMASK into block_sigmask()
by Al Viro
· 13 years ago
b7f9a11
new helper: sigmask_to_save()
by Al Viro
· 13 years ago
51a7b44
new helper: restore_saved_sigmask()
by Al Viro
· 13 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
af1be5a
blackfin: fix possible deadlock in decode_address()
by Anton Vorontsov
· 13 years ago
2214f70
blackfin: a couple of task->mm handling fixes
by Anton Vorontsov
· 13 years ago
29baa74
sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'
by Peter Zijlstra
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 13 years ago
5d71c55
blackfin: don't open-code force_sigsegv()
by Al Viro
· 13 years ago
8e3f9f6
blackfin: use set_current_blocked() and block_sigmask()
by Matt Fleming
· 13 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
672552a
blackfin: fix build after add bf60x mach/pm.h
by Steven Miao
· 13 years ago
8bf7135
blackfin: bf60x: Rename the DDR controller macro
by Sonic Zhang
· 13 years ago
1d3dbda
blackfin: bf60x: cleanup get clock code
by Sonic Zhang
· 13 years ago
7c141c1
blackfin: bf60x: make clock changeable in kernel menuconfig
by Bob Liu
· 13 years ago
ec98e6b
bfin_gpio: fix bf548-ezkit kernel fail to boot
by Steven Miao
· 13 years ago
1a12145
bfin_dma: fix initcall return error in proc_dma_init()
by Steven Miao
· 13 years ago
080bb65
Blackfin: delete fork func
by Mike Frysinger
· 13 years ago
592b878
Blackfin: fix unused clk var warning
by Mike Frysinger
· 13 years ago
3a3cf0d
blackfin: bf60x: fix compiling warning
by Bob Liu
· 13 years ago
2879bb3
blackfin: bf60x: enable gptimer clock source
by Steven Miao
· 13 years ago
7adede5
blackfin: cplb: add support for bf60x
by Bob Liu
· 13 years ago
b5affb0
blackfin: add bf60x to current framework
by Bob Liu
· 13 years ago
6e3e844
blackfin: Use generic init_task
by Thomas Gleixner
· 13 years ago
39429c5
new helper: ext2_image_size()
by Al Viro
· 13 years ago
5ddebe5
blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.c
by Bob Liu
· 13 years ago
3bed8d6
Disintegrate asm/system.h for Blackfin [ver #2]
by David Howells
· 13 years ago
4936afc
blackfin: cplb-mpu: fix page mask table overflow
by Barry Song
· 15 years ago
bd2f553
sched/rt: Use schedule_preempt_disabled()
by Thomas Gleixner
· 14 years ago
e6171bb
blackfin: time-ts: rm unused func broadcast_timer_setup()
by Bob Liu
· 13 years ago
4dbeccd
bf54x: get mem size: missing break in switch
by Steven Miao
· 13 years ago
d0014be
blackfin: smp: cleanup smp code
by Bob Liu
· 13 years ago
1268fbc
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
by Frederic Weisbecker
· 13 years ago
2bbb681
nohz: Allow rcu extended quiescent state handling seperately from tick stop
by Frederic Weisbecker
· 13 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 13 years ago
8dc7a9c
blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 14 years ago
7832bb5
Blackfin: irq: remove IRQF_DISABLED
by Yong Zhang
· 14 years ago
a9930fd
Blackfin: kgdb_test: rework code to avoid -O0 usage
by Sonic Zhang
· 14 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 14 years ago
66574cc
modules: make arch's use default loader hooks
by Jonas Bonn
· 14 years ago
b0d3dc1
Blackfin: bf526: restrict reboot workaround to 0.0 silicon
by Mike Frysinger
· 14 years ago
fdfb0be
Blackfin: bf54x: fix GPIO resume code
by Mike Frysinger
· 14 years ago
9466a05
Blackfin: bf538: pull gpio/port logic out of core hibernate paths
by Mike Frysinger
· 14 years ago
0a7e541
Blackfin: debug-mmrs: generalize pint logic
by Mike Frysinger
· 14 years ago
b69c920
Blackfin: bf54x: tweak MMR pint names
by Mike Frysinger
· 14 years ago
006669e
Blackfin: pwm: implement linux/pwm.h API
by Mike Frysinger
· 14 years ago
353470c
Blackfin: make sure percpu section is aligned in XIP builds
by Steven Miao
· 14 years ago
997f95e
Blackfin: gptimers: use bfin read/write helpers
by Mike Frysinger
· 14 years ago
24a6b91
Blackfin: gptimers: use register structs from common header
by Mike Frysinger
· 14 years ago
af45986
Blackfin: debug-mmrs: use new gptimer_group layout to simplify code
by Mike Frysinger
· 14 years ago
94674b1
Blackfin: debug-mmrs: prevent macro arg from expanding
by Mike Frysinger
· 14 years ago
a64b384
Blackfin: exec: remove redundant set_fs(USER_DS)
by Mathias Krause
· 14 years ago
e140625
Blackfin: debug-mmrs: disable PERIPHERAL_MAP for IMDMA channels
by Mike Frysinger
· 14 years ago
ef0531b
Blackfin: debug-mmrs: fix typo in single dmac setup
by Mike Frysinger
· 14 years ago
fb1d9be
Blackfin: optimize double fault boot checking
by Mike Frysinger
· 14 years ago
072a5cf
Blackfin: time: replace magic numbers with defines
by Mike Frysinger
· 14 years ago
c320afe
Blackfin: debug-mmrs: include RSI_PID[4567] MMRs
by Mike Frysinger
· 14 years ago
d09fb60
Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppi
by Mike Frysinger
· 14 years ago
d6cb2e3
Blackfin: use new common PERCPU_INPUT define
by Mike Frysinger
· 14 years ago
f9691bb
Blackfin: work around anomaly 05000480
by Steven Miao
· 14 years ago
6362ec27
Blackfin: switch /proc/gpio to seq_file
by Alexey Dobriyan
· 14 years ago
fecedc80
Blackfin: convert old cpumask API to new one
by KOSAKI Motohiro
· 14 years ago
e887eb6
Blackfin: don't touch task->cpus_allowed directly
by KOSAKI Motohiro
· 14 years ago
7db7917
Blackfin: initial perf_event support
by Mike Frysinger
· 14 years ago
8031039
Blackfin: use on-chip reset func with newer parts
by Mike Frysinger
· 14 years ago
00b5c50
Blackfin: optimize MMR reads during startup a bit
by Mike Frysinger
· 14 years ago
8c05410
Blackfin: bf537: demux port H mask A and emac rx ints
by Mike Frysinger
· 14 years ago
6327a57
Blackfin: move internal irq prototypes out of global namespace
by Mike Frysinger
· 14 years ago
3086fd2
Blackfin: bf51x/bf52x: fix typo in hysteresis MMR names
by Mike Frysinger
· 14 years ago
2951acb
Blackfin: SMP: drop unused blackfin_cpudata.idle pointer
by Mike Frysinger
· 14 years ago
44491fb
Blackfin: SMP: fix cpudata cache setup
by Mike Frysinger
· 14 years ago
8d011f7
Blackfin: clean up /proc/cpuinfo output
by Mike Frysinger
· 14 years ago
73ecfcf
Blackfin: first pass at debug mmr support
by Mike Frysinger
· 17 years ago
5129df0
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
0f1bdc1
Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
a18f22a
Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksource
by Thomas Gleixner
· 14 years ago
67f9cbf
PM / Blackfin: Use struct syscore_ops instead of sysdevs for PM
by Rafael J. Wysocki
· 14 years ago
0bf02ce
Blackfin: time-ts: ack gptimer sooner to avoid missing short ints
by Mike Frysinger
· 14 years ago
ce24ee4
Blackfin: gptimers: fix thinko when disabling timers
by Mike Frysinger
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a8a4492
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin
by Linus Torvalds
· 14 years ago
28a283a
bfin: Use proper accessors in trace
by Thomas Gleixner
· 14 years ago
Next »