Age | Commit message (Expand) | Author |
2013-11-20 | parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. | Helge Deller |
2013-11-19 | parisc: improve SIGBUS/SIGSEGV error reporting | Helge Deller |
2013-11-19 | parisc: break out SOCK_NONBLOCK define to own asm header file | Helge Deller |
2013-11-19 | parisc: do not inline pa_memcpy() internal functions | Helge Deller |
2013-11-19 | Revert "parisc: implement full version of access_ok()" | Helge Deller |
2013-11-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-11-15 | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds |
2013-11-15 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig |
2013-11-15 | parisc: handle pgtable_page_ctor() fail | Kirill A. Shutemov |
2013-11-13 | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-13 | errno.h: remove "NFS" from descriptions in comments | Eric Sandeen |
2013-11-13 | mm/arch: use NUMA_NO_NODE | Jianguo Wu |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-11-12 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro |
2013-11-07 | parisc: add generic 32- and 64-bit defconfigs | Helge Deller |
2013-11-07 | parisc: signal fixup - SIGBUS vs. SIGSEGV | Helge Deller |
2013-11-07 | parisc: implement full version of access_ok() | Helge Deller |
2013-11-07 | parisc: correctly display number of active CPUs | Helge Deller |
2013-11-07 | parisc: do not count IPI calls twice | Helge Deller |
2013-11-07 | parisc: make udelay() SMP-safe | Helge Deller |
2013-11-07 | parisc: remove duplicate define | Michael Opdenacker |
2013-11-07 | parisc: make "make install" not depend on vmlinux | Helge Deller |
2013-11-07 | parisc: add kernel audit feature | Helge Deller |
2013-11-07 | parisc: provide macro to create exception table entries | Helge Deller |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-11-01 | Merge branch 'linus' into sched/core | Ingo Molnar |
2013-10-27 | parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM | Helge Deller |
2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-10-23 | parisc: select ARCH_MIGHT_HAVE_PC_PARPORT | Mark Salter |
2013-10-19 | parisc: enable DEVTMPFS, DEVTMPFS_MOUNT and BLK_DEV_INITRD in defconfigs | Helge Deller |
2013-10-19 | Revert "parisc: Export flush_cache_page() (needed by lustre)" | Helge Deller |
2013-10-13 | parisc: let probe_kernel_read() capture access to page zero | Helge Deller |
2013-10-13 | parisc: optimize variable initialization in do_page_fault | John David Anglin |
2013-10-13 | parisc: fix interruption handler to respect pagefault_disable() | Helge Deller |
2013-10-13 | parisc: mark parisc_terminate() noreturn and cold. | Helge Deller |
2013-10-13 | parisc: remove unused syscall_ipi() function. | Helge Deller |
2013-10-13 | parisc: kill SMP single function call interrupt | Jiang Liu |
2013-10-13 | parisc: Export flush_cache_page() (needed by lustre) | Geert Uytterhoeven |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar |
2013-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-10-01 | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker |
2013-09-30 | arch/parisc/mm/fault.c: fix uninitialized variable usage | Felipe Pena |
2013-09-28 | net: introduce SO_MAX_PACING_RATE | Eric Dumazet |
2013-09-25 | sched, arch: Create asm/preempt.h | Peter Zijlstra |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner |