Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6efab15307265cb70f6404a17433ce9562e4af0e
/
arch
/
frv
50e1499
kgdb: follow rename pack_hex_byte() to hex_byte_pack()
by Andy Shevchenko
· 13 years ago
f5b9409
All Arch: remove linkage for sys_nfsservctl system call
by NeilBrown
· 13 years ago
d0e323b
Merge branch 'apei' into apei-release
by Len Brown
· 13 years ago
df013ff
Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG
by Huang Ying
· 13 years ago
dbfe898
frv: remove unnecessary code
by Greg Dietsche
· 13 years ago
7847777
atomic: cleanup asm-generic atomic*.h inclusion
by Arun Sharma
· 13 years ago
f24219b
atomic: move atomic_add_unless to generic code
by Arun Sharma
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
148817b
asm-generic: add another generic ext2 atomic bitops
by Akinobu Mita
· 13 years ago
0e9a6cb
ptrace: unify show_regs() prototype
by Mike Frysinger
· 13 years ago
adc400f
frv, exec: remove redundant set_fs(USER_DS)
by Mathias Krause
· 13 years ago
66574cc
modules: make arch's use default loader hooks
by Jonas Bonn
· 13 years ago
571503e
Merge branch 'setns'
by Linus Torvalds
· 13 years ago
7b21fdd
ns: Wire up the setns system call
by Eric W. Biederman
· 13 years ago
f23a5e1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
by Linus Torvalds
· 13 years ago
63e424c
arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}
by Akinobu Mita
· 13 years ago
1c39517
mm: now that all old mmu_gather code is gone, remove the storage
by Peter Zijlstra
· 13 years ago
3542580
PM / Hibernate: Remove arch_prepare_suspend()
by Rafael J. Wysocki
· 13 years ago
5129df0
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
78c8982
genirq: Remove the now obsolete config options and select statements
by Thomas Gleixner
· 14 years ago
3062aa5
FRV: Use generic show_interrupts()
by Thomas Gleixner
· 14 years ago
60af3ab
FRV: Convert genirq namespace
by Thomas Gleixner
· 14 years ago
a9554c3
frv: Select GENERIC_HARDIRQS_NO_DEPRECATED
by Thomas Gleixner
· 14 years ago
1251646
frv: Convert cpu irq_chip to new functions
by Thomas Gleixner
· 14 years ago
a4b48a4
frv: Convert mb93493 irq_chip to new functions
by Thomas Gleixner
· 14 years ago
9148d88
frv: Convert mb93093 irq_chip to new function
by Thomas Gleixner
· 14 years ago
193e7a5
frv: Convert mb93091 irq_chip to new functions
by Thomas Gleixner
· 14 years ago
303fef9
frv: Fix typo from __do_IRQ overhaul
by Thomas Gleixner
· 14 years ago
c4b1598
frv: Remove stale irq_chip.end
by Thomas Gleixner
· 14 years ago
5ca7202
FRV: Do some cleanups
by Amerigo Wang
· 14 years ago
5ef9bdd
FRV: Missing node arg in alloc_thread_info_node() macro
by David Howells
· 14 years ago
0415b00d1
percpu: Always align percpu output section to PAGE_SIZE
by Tejun Heo
· 14 years ago
61f2e7b
bitops: remove minix bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
f312eff
bitops: remove ext2 non-atomic bitops from asm/bitops.h
by Akinobu Mita
· 14 years ago
861b5ae
bitops: introduce little-endian bitops for most architectures
by Akinobu Mita
· 14 years ago
0664996
bitops: introduce CONFIG_GENERIC_FIND_BIT_LE
by Akinobu Mita
· 14 years ago
3e50594
add the common dma_addr_t typedef to include/linux/types.h
by FUJITA Tomonori
· 14 years ago
b6a8401
mm: NUMA aware alloc_thread_info_node()
by Eric Dumazet
· 14 years ago
504f52b
mm: NUMA aware alloc_task_struct_node()
by Eric Dumazet
· 14 years ago
79d8a8f
Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8d7718a
futex: Sanitize futex ops argument types
by Michel Lespinasse
· 14 years ago
37a9d91
futex: Sanitize cmpxchg_futex_value_locked API
by Michel Lespinasse
· 14 years ago
57464bd
frv: Switch do_timer() to xtime_update()
by Torben Hohn
· 14 years ago
19df0c2
percpu: align percpu readmostly subsection to cacheline
by Tejun Heo
· 14 years ago
f39b02d
frv: Use generic irq Kconfig
by Thomas Gleixner
· 14 years ago
1c77ff2
genirq: Remove __do_IRQ
by Thomas Gleixner
· 14 years ago
6a108a1
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
by David Rientjes
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
51399a3
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 14 years ago
81d3285
ptrace: cleanup arch_ptrace() on frv
by Namhyung Kim
· 14 years ago
9b05a69
ptrace: change signature of arch_ptrace()
by Namhyung Kim
· 14 years ago
2027394
mm: fix race in kunmap_atomic()
by Peter Zijlstra
· 14 years ago
ece0e2b
mm: remove pte_*map_nested()
by Peter Zijlstra
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
73ecf3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
4735d23
ioctl: Use asm-generic/ioctls.h on frv (enables termiox)
by Jeff Mahoney
· 14 years ago
e36f561
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags
by Linus Torvalds
· 14 years ago
e360adb
irq_work: Add generic hardirq context callbacks
by Peter Zijlstra
· 14 years ago
239060b
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
by Michal Marek
· 14 years ago
df9ee29
Fix IRQ flag handling naming
by David Howells
· 14 years ago
ed1cde6
frv: double syscall restarts, syscall restart in sigreturn()
by Al Viro
· 14 years ago
44c7aff
frv: handling of restart into restart_syscall is fscked
by Al Viro
· 14 years ago
ad0acab
frv: avoid infinite loop of SIGSEGV delivery
by Al Viro
· 14 years ago
5f4ad04
frv: fix address verification holes in setup_frame/setup_rt_frame
by Al Viro
· 14 years ago
20cd514
frv: restart_block.fn needs to be reset on sigreturn
by Al Viro
· 14 years ago
838a2e5
kbuild: migrate all arch to the kconfig mainmenu upgrade
by Arnaud Lacombe
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
8b1bb90
defconfig reduction
by Sam Ravnborg
· 14 years ago
bf56fba
archs: replace unifdef-y with header-y
by Sam Ravnborg
· 14 years ago
c788732
Mark arguments to certain syscalls as being const
by David Howells
· 14 years ago
3b9c6c1
dma-mapping: remove dma_is_consistent API
by FUJITA Tomonori
· 14 years ago
4565f01
dma-mapping: unify dma_get_cache_alignment implementations
by FUJITA Tomonori
· 14 years ago
a6eb9fe
dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
by FUJITA Tomonori
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
597781f
kmap_atomic: make kunmap_atomic() harder to misuse
by Cesar Eduardo Barros
· 14 years ago
7e005f7
remove needless ISA_DMA_THRESHOLD
by FUJITA Tomonori
· 14 years ago
b62ad9a
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
772320e
Merge commit 'v2.6.35' into kbuild/kbuild
by Michal Marek
· 14 years ago
c9575dc
frv: clean up arch/frv/Makefile
by Sam Ravnborg
· 14 years ago
592913e
time: Kill off CONFIG_GENERIC_TIME
by John Stultz
· 14 years ago
646b1db
Merge commit 'v2.6.35-rc3' into perf/core
by Ingo Molnar
· 14 years ago
a7f5378
FRV: Reinstate null behaviour for the GDB remote protocol 'p' command
by David Howells
· 14 years ago
1996bda
arch: Implement local64_t
by Peter Zijlstra
· 14 years ago
f9c497c
frv: invoke oom-killer from page fault
by Nick Piggin
· 14 years ago
1f73897
Merge branch 'for-35' of git://repo.or.cz/linux-kbuild
by Linus Torvalds
· 14 years ago
8507bb0
FRV: ARCH_KMALLOC_MINALIGN was already defined
by David Howells
· 14 years ago
fc24447
frv: remove "struct file *" argument from sysctl ->proc_handler
by Jan Blunck
· 14 years ago
3e6e3da
frv: use asm-generic/scatterlist.h
by FUJITA Tomonori
· 14 years ago
9c1a125
ptrace: unify FDPIC implementations
by Mike Frysinger
· 14 years ago
69dcf3d
frv: set ARCH_KMALLOC_MINALIGN
by FUJITA Tomonori
· 14 years ago
7ca8b9c
frv: extend gdbstub to support more features of gdb
by David Howells
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
7d02093
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f3d46f9
atomic_t: Cast to volatile when accessing atomic variables
by Anton Blanchard
· 14 years ago
0ddc932
add descriptive comment for TIF_MEMDIE task flag declaration.
by Andreas Dilger
· 14 years ago
08dc179
frv: fix kernel/user segment handling in NOMMU mode
by David Howells
· 15 years ago
Next »