Sign in
android-kvm
/
linux
/
887c290e82e8950d854730c084904c115fc367ac
/
arch
/
parisc
/
kernel
2e515bf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
8e33a52
treewide: Fix printks with 0x%#
by Joe Perches
· 11 years ago
dd5e6d6
parisc: Fix interrupt routing for C8000 serial ports
by Thomas Bogendoerfer
· 11 years ago
5a0ce2d
parisc: Remove arch/parisc/kernel/sys32.h header
by John David Anglin
· 11 years ago
50861f5
parisc: Fix cache routines to ignore vma's with an invalid pfn
by John David Anglin
· 12 years ago
60ffef0
parisc: delete __cpuinit usage from all users
by Paul Gortmaker
· 12 years ago
e8d8fc2
parisc: Ensure volatile space register %sr1 is not clobbered
by John David Anglin
· 12 years ago
30a9f0b
parisc: more capabilities info in /proc/cpuinfo
by Helge Deller
· 12 years ago
805bf3d
Merge 3.10-rc7 into tty-next
by Greg Kroah-Hartman
· 12 years ago
d65ea48
parisc: Use unshadowed index register for flush instructions in flush_dcache_page_asm and flush_icache_page_asm
by John David Anglin
· 12 years ago
2cc7138
parisc: provide pci_mmap_page_range() for parisc
by Thomas Bogendoerfer
· 12 years ago
9a66d18
parisc: fix serial ports on C8000 workstation
by Thomas Bogendoerfer
· 12 years ago
1ba7055
Merge 3.10-rc5 into tty-next
by Greg Kroah-Hartman
· 12 years ago
ea99b1a
parisc: kernel: using strlcpy() instead of strcpy()
by Chen Gang
· 12 years ago
3f108de
parisc: memory overflow, 'name' length is too short for using
by Chen Gang
· 12 years ago
8095e4e
Merge 3.10-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
d96b51e
parisc: fix irq stack on UP and SMP
by Helge Deller
· 12 years ago
b63a2bbc
parisc: make interrupt and interruption stack allocation reentrant
by John David Anglin
· 12 years ago
d0c3be8
parisc: show number of FPE and unaligned access handler calls in /proc/interrupts
by Helge Deller
· 12 years ago
d845b5f
parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S
by Helge Deller
· 12 years ago
949451b
parisc: add rp5470 entry to machine database
by Helge Deller
· 12 years ago
155957f
TTY:vt: convert remain take_over_console's users to do_take_over_console
by Wang YanQing
· 12 years ago
f0a1881
parisc: fix SMP races when updating PTE and TLB entries in entry.S
by John David Anglin
· 12 years ago
416821d
parisc: implement irq stacks - part 2 (v2)
by Helge Deller
· 12 years ago
3644bc2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
91c2e0bc
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
0fc537d
parisc: tlb flush counting fix for SMP and UP
by Helge Deller
· 12 years ago
cd85d55
parisc: more irq statistics in /proc/interrupts
by Helge Deller
· 12 years ago
200c880
parisc: implement irq stacks
by Helge Deller
· 12 years ago
9372450
parisc: add kernel stack overflow check
by Helge Deller
· 12 years ago
c207a76
parisc: only re-enable interrupts if we need to schedule or deliver signals when returning to userspace
by John David Anglin
· 12 years ago
bbbfde7
parisc: use long branch in fork_like macro
by John David Anglin
· 12 years ago
dde39798
parisc: document the parisc gateway page
by Helge Deller
· 12 years ago
6a45716
parisc: fix partly 16/64k PAGE_SIZE boot
by Helge Deller
· 12 years ago
a39e6be
parisc: fix whitespace errors in arch/parisc/kernel/traps.c
by Rolf Eike Beer
· 13 years ago
ba969c4
parisc: remove the second argument of kmap_atomic
by Zhao Hongjiang
· 12 years ago
46d4c0f
parisc: single_open() leaks
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
08d7676
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
196779b
dump_stack: consolidate dump_stack() implementations and unify their behaviors
by Tejun Heo
· 12 years ago
8700c95
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
28ff118
parisc: Don't use create_proc_read_entry()
by David Howells
· 12 years ago
bda079d
parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates
by John David Anglin
· 12 years ago
ca0ad83
parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.
by John David Anglin
· 12 years ago
fad48ad
parisc: Use generic idle loop
by Thomas Gleixner
· 12 years ago
e1fd1f4
get rid of union semop in sys_semctl(2) arguments
by Al Viro
· 12 years ago
d5dc77b
consolidate compat lookup_dcookie()
by Al Viro
· 12 years ago
19f4fc3
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
6977c6f
Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 12 years ago
cf8e18e
parisc: fix redefinition of SET_PERSONALITY
by Helge Deller
· 12 years ago
850df98
parisc: remove unused variable 'compat_val'
by Helge Deller
· 12 years ago
48139f8
parisc: switch to compat_functions of io_setup, io_getevents and io_submit
by Helge Deller
· 12 years ago
14cc0b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
a003119
mm: use vm_unmapped_area() on parisc architecture
by Michel Lespinasse
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
3f6d078
fix compat truncate/ftruncate
by Al Viro
· 12 years ago
561c673
switch lseek to COMPAT_SYSCALL_DEFINE
by Al Viro
· 12 years ago
9e2d59a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
5f32ed1
Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 12 years ago
f03d70a
parisc: sendfile and sendfile64 syscall cleanups
by Helge Deller
· 12 years ago
e27da28
parisc: switch to available compat_sched_rr_get_interval implementation
by Helge Deller
· 12 years ago
4474a33
parisc: fix fallocate syscall
by Helge Deller
· 12 years ago
2e800df
parisc: fix error return codes for rt_sigaction and rt_sigprocmask
by Helge Deller
· 12 years ago
bf581e1
parisc: convert msgrcv and msgsnd syscalls to use compat layer
by Helge Deller
· 12 years ago
fee707b
parisc: correctly wire up mq_* functions for CONFIG_COMPAT case
by Helge Deller
· 12 years ago
2408474
parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module syscalls
by Helge Deller
· 12 years ago
45b6eff
parisc: space register variables need to be in native length (unsigned long)
by John David Anglin
· 12 years ago
52ab532e
parisc: fix ptrace breakage
by Al Viro
· 12 years ago
5ca8b91
parisc: ensure that mmapped shared pages are aligned at SHMLBA addresses
by John David Anglin
· 12 years ago
027f27c4
parisc: disable preemption while flushing D- or I-caches through TMPALIAS region
by John David Anglin
· 12 years ago
b54cb23
parisc: remove IRQF_DISABLED
by Peter Zijlstra
· 16 years ago
cca8e90
parisc: fixes and cleanups in page cache flushing (4/4)
by John David Anglin
· 12 years ago
6d2439d
parisc: fixes and cleanups in page cache flushing (3/4)
by John David Anglin
· 12 years ago
6d2ddc2
parisc: fixes and cleanups in page cache flushing (2/4)
by John David Anglin
· 12 years ago
7633453
parisc: fixes and cleanups in page cache flushing (1/4)
by John David Anglin
· 12 years ago
fbd4843
parisc: fix possible memory leak in pat_query_module()
by Wei Yongjun
· 12 years ago
1c4c659
parisc: Fix comment describing setup of access rights in entry.S
by John David Anglin
· 12 years ago
26ad19d
Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6 into stable-3.8
by Helge Deller
· 12 years ago
b0f9582
parisc: switch to generic compat rt_sigaction()
by Al Viro
· 12 years ago
d914b8d
parisc: switch to generic compat sched_rr_get_interval()
by Al Viro
· 12 years ago
441ff95
parisc: switch to generic compat rt_sigqueueinfo()
by Al Viro
· 12 years ago
cddc2da
parisc: switch to generic compat rt_sigpending()
by Al Viro
· 12 years ago
e6a7ad5
parisc: switch to generic compat rt_sigprocmask()
by Al Viro
· 12 years ago
6e26aab
parisc: switch to generic sigaltstack
by Al Viro
· 12 years ago
9f9cba8
Merge 3.8-rc5 into tty-next
by Greg Kroah-Hartman
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
7139bc1
[PARISC] Purge existing TLB entries in set_pte_at and ptep_set_wrprotect
by John David Anglin
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
ad30f3f
parisc: sigaltstack doesn't round ss.ss_sp as required
by John David Anglin
· 12 years ago
34360f0
parisc: improve ptrace support for gdb single-step
by John David Anglin
· 12 years ago
cac1f12
parisc: don't claim cpu irqs more than once
by John David Anglin
· 14 years ago
b881bc4
ARCH: drivers remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
7a684c4
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
82fab44
modules: don't hand 0 to vmalloc.
by Rusty Russell
· 12 years ago
9977d9b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
c6bd5bc
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
25a3bc6
[parisc] open(2) compat bug
by Al Viro
· 12 years ago
afa86fc
flagday: don't pass regs to copy_thread()
by Al Viro
· 12 years ago
Next »