Age | Commit message (Expand) | Author |
2015-10-01 | parisc: Filter out spurious interrupts in PA-RISC irq handler | Helge Deller |
2015-10-01 | parisc: Use double word condition in 64bit CAS operation | John David Anglin |
2015-04-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2015-01-27 | parisc: fix out-of-register compiler error in ldcw inline assembler function | John David Anglin |
2014-11-21 | parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls | Helge Deller |
2014-10-05 | parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds | John David Anglin |
2014-10-05 | parisc: Implement new LWS CAS supporting 64 bit operations. | Guy Martin |
2014-07-31 | parisc: Remove SA_RESTORER define | John David Anglin |
2014-07-17 | parisc,metag: Do not hardcode maximum userspace stack size | Helge Deller |
2014-07-17 | parisc: fix fanotify_mark() syscall on 32bit compat kernel | Helge Deller |
2014-07-17 | parisc: add serial ports of C8000/1GHz machine to hardware database | Helge Deller |
2014-06-07 | metag: Reduce maximum stack size to 256MB | James Hogan |
2014-06-07 | parisc: Improve LWS-CAS performance | John David Anglin |
2014-06-07 | parisc: ratelimit userspace segfault printing | Helge Deller |
2014-05-31 | parisc: remove _STK_LIM_MAX override | John David Anglin |
2014-05-31 | parisc: fix epoll_pwait syscall on compat kernel | Helge Deller |
2014-05-31 | parisc: change value of SHMLBA from 0x00400000 to PAGE_SIZE | Helge Deller |
2014-03-23 | parisc: locks: remove redundant arch_*_relax operations | Will Deacon |
2014-03-23 | parisc: wire up sys_utimes | Helge Deller |
2014-03-23 | parisc: Remove unused CONFIG_PARISC_TMPALIAS code | John David Anglin |
2014-02-05 | execve: use 'struct filename *' for executable name passing | Linus Torvalds |
2014-02-02 | parisc: add flexible mmap memory layout support | Helge Deller |
2014-02-02 | parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc | Guy Martin |
2014-02-02 | parisc: convert uapi/asm/stat.h to use native types only | Helge Deller |
2014-02-02 | parisc: wire up sched_setattr and sched_getattr | Helge Deller |
2014-02-02 | parisc: fix cache-flushing | Helge Deller |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-23 | Kconfig: update flightly outdated CONFIG_SMP documentation | Robert Graffham |
2014-01-22 | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-01-21 | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman |
2014-01-20 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-01-18 | net: introduce SO_BPF_EXTENSIONS | Michal Sekletar |
2014-01-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-17 | parisc: fix SO_MAX_PACING_RATE typo | Eric Dumazet |
2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-13 | arch: Re-sort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell |
2014-01-13 | Merge tag 'v3.13-rc8' into core/locking | Ingo Molnar |
2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra |
2014-01-08 | parisc: Ensure full cache coherency for kmap/kunmap | John David Anglin |
2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-12-17 | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller |
2013-12-11 | parisc/PCI: Use dev_is_pci() to identify PCI devices | Yijing Wang |
2013-12-03 | parisc: update 64bit defconfigs and use SIL680 instead of SIIMAGE driver | Helge Deller |
2013-11-30 | parisc: remove CONFIG_MLONGCALLS=y from defconfigs | Helge Deller |
2013-11-30 | parisc: fix kernel memory layout in vmlinux.ld.S | Helge Deller |
2013-11-30 | parisc: use kernel_text_address() in unwind functions | Helge Deller |
2013-11-30 | parisc: remove empty SERIAL_PORT_DFNS in serial.h | Chen Gang |
2013-11-30 | parisc: add some more machine names to hardware database | Helge Deller |
2013-11-30 | parisc: fix mmap(MAP_FIXED|MAP_SHARED) to already mmapped address | Helge Deller |
2013-11-20 | parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. | Helge Deller |