Age | Commit message (Expand) | Author |
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 |
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 |