| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2013-03-19 | 5 | -24/+57 |
|\ |
|
| * | sparc: remove unused "config BITS" | Paul Bolle | 2013-03-19 | 1 | -6/+0 |
| * | sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" | Paul Bolle | 2013-03-19 | 1 | -1/+1 |
| * | sparc64: correctly recognize SPARC64-X chips | Allen Pais | 2013-03-11 | 3 | -2/+30 |
| * | sparc,leon: fix GRPCI2 device0 PCI config space access | Daniel Hellstrom | 2013-03-03 | 1 | -15/+26 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-03-02 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | [regression] braino in "sparc: convert to ksignal" | Al Viro | 2013-03-02 | 1 | -1/+1 |
| * | fix compat truncate/ftruncate | Al Viro | 2013-02-25 | 2 | -3/+2 |
| * | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 | 2 | -2/+1 |
| * | lseek() and truncate() on sparc really need sign extension | Al Viro | 2013-02-24 | 2 | -2/+4 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 2 | -5/+4 |
* | | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS | Stephen Rothwell | 2013-02-28 | 1 | -3/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -3/+0 |
|\ \ |
|
| * | | default SET_PERSONALITY() in linux/elf.h | Al Viro | 2013-02-26 | 1 | -3/+0 |
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-26 | 3 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell | 2013-01-21 | 3 | -3/+3 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 16 | -718/+245 |
|\ \ |
|
| * | | sparc: convert to ksignal | Al Viro | 2013-02-14 | 3 | -254/+164 |
| * | | burying unused conditionals | Al Viro | 2013-02-14 | 2 | -8/+0 |
| * | | sparc: switch to generic old sigsuspend | Al Viro | 2013-02-04 | 4 | -15/+1 |
| * | | sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINE | Al Viro | 2013-02-04 | 2 | -18/+8 |
| * | | sparc: kill sign-extending wrappers for native syscalls | Al Viro | 2013-02-04 | 3 | -150/+40 |
| * | | kill sparc32_open() | Al Viro | 2013-02-04 | 2 | -11/+1 |
| * | | sparc: switch to use of generic old sigaction | Al Viro | 2013-02-04 | 6 | -69/+13 |
| * | | sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-04 | 2 | -17/+8 |
| * | | sparc: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-04 | 2 | -16/+1 |
| * | | sparc: switch to generic compat rt_sigpending() | Al Viro | 2013-02-04 | 3 | -25/+2 |
| * | | sparc: switch to generic compat rt_sigprocmask(2) | Al Viro | 2013-02-04 | 2 | -40/+1 |
| * | | sparc: bury the sys_sigpause() remains | Al Viro | 2013-02-04 | 3 | -18/+2 |
| * | | sparc: switch to generic sigaltstack | Al Viro | 2013-02-04 | 8 | -84/+11 |
| * | | consolidate kernel-side struct sigaction declarations | Al Viro | 2013-02-03 | 3 | -1/+4 |
| * | | consolidate declarations of k_sigaction | Al Viro | 2013-02-03 | 1 | -4/+1 |
| * | | sanitize rt_sigaction() situation a bit | Al Viro | 2013-02-03 | 2 | -6/+6 |
| |/ |
|
* | | swap: add per-partition lock for swapfile | Shaohua Li | 2013-02-24 | 1 | -1/+1 |
* | | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 2013-02-24 | 1 | -0/+4 |
* | | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 2013-02-24 | 1 | -0/+1 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-22 | 1 | -13/+11 |
|\ \ |
|
| * | | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-30 | 64 | -769/+446 |
| |\| |
|
| * | | sparc, mm: Remove calling of free_all_bootmem_node() | Yinghai Lu | 2012-11-17 | 1 | -13/+11 |
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | sparc: explicitly include sched.h to get task_thread_info declaration | Stephen Rothwell | 2013-02-06 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-02-21 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | soreuseport: infrastructure | Tom Herbert | 2013-01-23 | 1 | -1/+1 |
| * | | | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 2013-01-17 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2013-02-20 | 14 | -120/+246 |
|\ \ \ |
|
| * | | | sparc32: refactor smp boot | Sam Ravnborg | 2013-02-20 | 6 | -78/+132 |
| * | | | sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler. | David S. Miller | 2013-02-20 | 1 | -9/+19 |
| * | | | sparc64: Fix tsb_grow() in atomic context. | David S. Miller | 2013-02-20 | 6 | -16/+72 |
| * | | | sparc64: Handle hugepage TSB being NULL. | David S. Miller | 2013-02-20 | 1 | -16/+22 |
| * | | | sparc64: Fix gfp_flags setting in tsb_grow(). | David S. Miller | 2013-02-20 | 1 | -1/+1 |