- eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
- d491afb microblaze: switch to RAW_COPY_USER by Al Viro · 8 years ago
- bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
- 730132e microblaze: switch to generic extable.h by Al Viro · 8 years ago
- 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
- 444f02c uaccess: drop pointless ifdefs by Al Viro · 8 years ago
- af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
- 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
- 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
- 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
- b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
- 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- d5379e5 Merge tag 'microblaze-4.10-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 8 years ago
- f082f02 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 2120a43 irqchip/xilinx: Rename get_irq to xintc_get_irq by Zubair Lutfullah Kakakhel · 8 years ago
- 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
- 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
- 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
- 7181e55 microblaze: Add missing syscalls by Michal Simek · 8 years ago
- 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
- df720ac exceptions: detritus removal by Al Viro · 8 years ago
- e98b9e3 microblaze: fix __get_user() by Al Viro · 8 years ago
- d0cf385 microblaze: fix copy_from_user() by Al Viro · 8 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
- d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
- 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
- 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
- 8221a01 PCI: Unify pci_resource_to_user() declarations by Bjorn Helgaas · 8 years ago
- 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
- 7b13277 microblaze: Add <asm/hash.h> by George Spelvin · 9 years ago
- 36b150b Merge tag 'microblaze-4.7-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 9 years ago
- 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
- fbce3be microblaze: Wire up userfaultfd, membarrier, mlock2 syscalls by Michal Simek · 9 years ago
- 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
- 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
- bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
- ed07247 gpio: Remove unused asm/gpio.h files by Bjorn Helgaas · 9 years ago
- e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
- 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
- 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
- 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
- ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
- efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
- 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
- 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
- b141327 elf-em.h: move EM_MICROBLAZE to the common header by Mike Frysinger · 9 years ago
- c93bf92 ftrace: Format MCOUNT_ADDR address as type unsigned long by Minfei Huang · 9 years ago
- f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
- a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
- ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
- aaa6448 Merge tag 'microblaze-4.2-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 9 years ago
- d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
- d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 10 years ago
- d59d36a PCI: Remove unused pcibios_select_root() (again) by Bjorn Helgaas · 10 years ago
- c4fa9a6 microblaze/PCI: Remove unnecessary struct pci_dev declaration by Bjorn Helgaas · 10 years ago
- 99fdc6b microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration by Bjorn Helgaas · 10 years ago
- de093d3e microblaze/PCI: Remove unused declarations by Bjorn Helgaas · 10 years ago
- c7c95f1 video/fbdev, asm/io.h: Remove ioremap_writethrough() by Toshi Kani · 10 years ago
- 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 10 years ago
- c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
- b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 10 years ago
- 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 10 years ago
- cc2d316 microblaze: use asm-generic for seccomp.h by Kees Cook · 10 years ago
- 6140de5 microblaze: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
- f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
- d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
- 3ae3ad4 microblaze: define __PAGETABLE_PMD_FOLDED by Kirill A. Shutemov · 10 years ago
- 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 937fa39 microblaze: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
- 132d5df microblaze: whitespace fix by Michael S. Tsirkin · 10 years ago
- 0774bf6 microblaze/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
- b6db0a5 microblaze: Change extern inline to static inline by Michal Simek · 10 years ago
- 8543e6c microblaze: Use unsigned return type in do_syscall_trace_enter by Michal Simek · 10 years ago
- f396a4d microblaze: Declare microblaze_kgdb_break in header by Michal Simek · 10 years ago
- add4b1b microblaze: Wire-up execveat syscall by Michal Simek · 10 years ago
- e236fe9 microblaze: Use empty asm-generic/linkage.h by Michal Simek · 10 years ago
- 0ea90b9 Merge tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 10 years ago
- 3a8e326 microblaze: Fix mmap for cache coherent memory by Lars-Peter Clausen · 10 years ago
- 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
- a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
- b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
- fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
- a4f174d microblaze: Wire up bpf syscall by Michal Simek · 10 years ago
- e3bc1e2 microblaze: io: remove dummy relaxed accessor macros by Will Deacon · 11 years ago
- ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
- afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- ce5d112 ARCH: AUDIT: implement syscall_get_arch for all arches by Eric Paris · 11 years ago
- c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
- 9fc4b7e microblaze: Fix number of syscalls by Michal Simek · 10 years ago
- de295cf arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug() by Chen Gang · 10 years ago
- dd03524 arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compiling issue by Chen Gang · 10 years ago
- 83c43c49 microblaze: Wire-up memfd_create syscall by Michal Simek · 10 years ago