Age | Commit message (Expand) | Author | Files | Lines |
2013-10-27 | parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM | Helge Deller | 1 | -0/+4 |
2013-10-19 | Revert "parisc: Export flush_cache_page() (needed by lustre)" | Helge Deller | 1 | -1/+0 |
2013-10-13 | parisc: fix interruption handler to respect pagefault_disable() | Helge Deller | 1 | -3/+3 |
2013-10-13 | parisc: remove unused syscall_ipi() function. | Helge Deller | 1 | -5/+0 |
2013-10-13 | parisc: kill SMP single function call interrupt | Jiang Liu | 1 | -7/+1 |
2013-10-13 | parisc: Export flush_cache_page() (needed by lustre) | Geert Uytterhoeven | 1 | -0/+1 |
2013-09-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-08-27 | treewide: Fix printks with 0x%# | Joe Perches | 1 | -1/+1 |
2013-08-01 | parisc: Fix interrupt routing for C8000 serial ports | Thomas Bogendoerfer | 1 | -0/+1 |
2013-08-01 | parisc: Remove arch/parisc/kernel/sys32.h header | John David Anglin | 4 | -46/+0 |
2013-08-01 | parisc: Fix cache routines to ignore vma's with an invalid pfn | John David Anglin | 1 | -64/+71 |
2013-07-15 | parisc: delete __cpuinit usage from all users | Paul Gortmaker | 4 | -14/+16 |
2013-07-10 | parisc: Ensure volatile space register %sr1 is not clobbered | John David Anglin | 1 | -1/+1 |
2013-07-10 | parisc: more capabilities info in /proc/cpuinfo | Helge Deller | 1 | -3/+16 |
2013-06-25 | Merge 3.10-rc7 into tty-next | Greg Kroah-Hartman | 3 | -38/+66 |
2013-06-18 | parisc: Use unshadowed index register for flush instructions in flush_dcache_... | John David Anglin | 1 | -38/+38 |
2013-06-18 | parisc: provide pci_mmap_page_range() for parisc | Thomas Bogendoerfer | 1 | -0/+27 |
2013-06-18 | parisc: fix serial ports on C8000 workstation | Thomas Bogendoerfer | 1 | -0/+1 |
2013-06-09 | Merge 3.10-rc5 into tty-next | Greg Kroah-Hartman | 2 | -2/+3 |
2013-06-01 | parisc: kernel: using strlcpy() instead of strcpy() | Chen Gang | 1 | -1/+2 |
2013-06-01 | parisc: memory overflow, 'name' length is too short for using | Chen Gang | 1 | -1/+1 |
2013-05-27 | Merge 3.10-rc3 into tty-next | Greg Kroah-Hartman | 6 | -102/+211 |
2013-05-25 | parisc: fix irq stack on UP and SMP | Helge Deller | 1 | -15/+26 |
2013-05-25 | parisc: make interrupt and interruption stack allocation reentrant | John David Anglin | 1 | -9/+10 |
2013-05-25 | parisc: show number of FPE and unaligned access handler calls in /proc/interr... | Helge Deller | 3 | -0/+12 |
2013-05-25 | parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S | Helge Deller | 1 | -6/+6 |
2013-05-25 | parisc: add rp5470 entry to machine database | Helge Deller | 1 | -0/+1 |
2013-05-21 | TTY:vt: convert remain take_over_console's users to do_take_over_console | Wang YanQing | 1 | -1/+1 |
2013-05-11 | parisc: fix SMP races when updating PTE and TLB entries in entry.S | John David Anglin | 1 | -72/+83 |
2013-05-11 | parisc: implement irq stacks - part 2 (v2) | Helge Deller | 1 | -14/+87 |
2013-05-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+0 |
2013-05-09 | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -8/+0 |
2013-05-08 | parisc: tlb flush counting fix for SMP and UP | Helge Deller | 2 | -14/+2 |
2013-05-08 | parisc: more irq statistics in /proc/interrupts | Helge Deller | 2 | -2/+49 |
2013-05-08 | parisc: implement irq stacks | Helge Deller | 2 | -0/+69 |
2013-05-07 | parisc: add kernel stack overflow check | Helge Deller | 2 | -3/+30 |
2013-05-07 | parisc: only re-enable interrupts if we need to schedule or deliver signals w... | John David Anglin | 1 | -5/+9 |
2013-05-07 | parisc: use long branch in fork_like macro | John David Anglin | 1 | -1/+2 |
2013-05-07 | parisc: document the parisc gateway page | Helge Deller | 1 | -1/+24 |
2013-05-07 | parisc: fix partly 16/64k PAGE_SIZE boot | Helge Deller | 5 | -21/+37 |
2013-05-07 | parisc: fix whitespace errors in arch/parisc/kernel/traps.c | Rolf Eike Beer | 1 | -12/+12 |
2013-05-07 | parisc: remove the second argument of kmap_atomic | Zhao Hongjiang | 1 | -3/+3 |
2013-05-05 | parisc: single_open() leaks | Al Viro | 1 | -1/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -23/+24 |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -45/+4 |
2013-05-01 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+2 |
2013-05-01 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 1 | -8/+0 |
2013-04-30 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -23/+1 |
2013-04-29 | parisc: Don't use create_proc_read_entry() | David Howells | 1 | -23/+24 |
2013-04-26 | parisc: use spin_lock_irqsave/spin_unlock_irqrestore for PTE updates | John David Anglin | 1 | -4/+1 |