Age | Commit message (Expand) | Author | Files | Lines |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-12 | microblaze: define __PAGETABLE_PMD_FOLDED | Kirill A. Shutemov | 1 | -0/+2 |
2015-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+0 |
2015-02-11 | microblaze: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -11/+0 |
2015-02-11 | Merge tag 'microblaze-3.20-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 23 | -88/+49 |
2015-02-10 | microblaze: Remove *.dtb files in make clean | Michal Simek | 2 | -4/+1 |
2015-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+12 |
2015-01-16 | microblaze/PCI: Clip bridge windows to fit in upstream windows | Yinghai Lu | 1 | -1/+12 |
2015-01-08 | microblaze: whitespace fix | Michael S. Tsirkin | 1 | -1/+1 |
2015-01-08 | microblaze/uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -2/+2 |
2015-01-08 | microblaze: intc: Reformat output | Soren Brinkmann | 1 | -1/+1 |
2015-01-08 | microblaze: intc: Refactor DT sanity check | Soren Brinkmann | 1 | -1/+1 |
2015-01-08 | microblaze: intc: Don't override error codes | Soren Brinkmann | 1 | -2/+2 |
2015-01-08 | microblaze: Add target architecture | Michal Simek | 1 | -0/+3 |
2015-01-08 | microblaze: Add missing PVR version codes | Erico Nunes | 1 | -0/+4 |
2015-01-08 | microblaze: Fix variable types to remove W=1 warning | Michal Simek | 1 | -2/+2 |
2015-01-08 | microblaze: Use unsigned type for limit comparison in cache.c | Michal Simek | 1 | -3/+3 |
2015-01-05 | microblaze: Use unsigned type for proper comparison in cpuinfo*.c | Michal Simek | 2 | -2/+2 |
2015-01-05 | microblaze: Use unsigned type for "for" loop because of comparison-kgdb.c | Michal Simek | 1 | -3/+4 |
2015-01-05 | microblaze: Change extern inline to static inline | Michal Simek | 2 | -9/+9 |
2015-01-05 | microblaze: Mark get_frame_size as static | Michal Simek | 1 | -1/+1 |
2015-01-05 | microblaze: Use unsigned return type in do_syscall_trace_enter | Michal Simek | 2 | -3/+3 |
2015-01-05 | microblaze: Declare microblaze_kgdb_break in header | Michal Simek | 2 | -1/+5 |
2015-01-05 | microblaze: Remove unused prom header from reset.c | Michal Simek | 1 | -1/+0 |
2015-01-05 | microblaze: Remove unused prom_parse.c | Michal Simek | 2 | -36/+1 |
2015-01-05 | microblaze: Wire-up execveat syscall | Michal Simek | 3 | -1/+3 |
2015-01-05 | microblaze: Use empty asm-generic/linkage.h | Michal Simek | 1 | -15/+1 |
2015-01-03 | microblaze: include the new timecounter header. | Richard Cochran | 1 | -0/+1 |
2014-12-17 | Merge tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 3 | -5/+48 |
2014-12-17 | microblaze: Fix mmap for cache coherent memory | Lars-Peter Clausen | 3 | -5/+48 |
2014-12-13 | gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs | Riku Voipio | 1 | -0/+1 |
2014-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-12-10 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+0 |
2014-12-10 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+2 |
2014-11-17 | mmu_gather: move minimal range calculations into generic code | Will Deacon | 1 | -1/+2 |
2014-10-27 | microblaze: Wire up bpf syscall | Michal Simek | 3 | -1/+3 |
2014-10-27 | microblaze: Fix IO space breakage after of_pci_range_to_resource() change | Michal Simek | 1 | -2/+7 |
2014-10-27 | microblaze: Fix missing NR_CPUS in menuconfig | Michal Simek | 1 | -0/+4 |
2014-10-20 | microblaze: io: remove dummy relaxed accessor macros | Will Deacon | 1 | -8/+0 |
2014-10-20 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2 | -2/+6 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-09-24 | ARCH: AUDIT: audit_syscall_entry() should not require the arch | Eric Paris | 1 | -2/+1 |
2014-09-24 | ARCH: AUDIT: implement syscall_get_arch for all arches | Eric Paris | 1 | -0/+5 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-09-09 | microblaze: Fix number of syscalls | Michal Simek | 1 | -1/+1 |