- 32bb954 xtensa: shut up gcc-8 warnings by Arnd Bergmann · 7 years ago
- 57358ba xtensa: use generic strncpy_from_user with KASAN by Max Filippov · 7 years ago
- e0baa01 xtensa: use __memset in __xtensa_clear_user by Max Filippov · 7 years ago
- c633544 xtensa: add support for KASAN by Max Filippov · 7 years ago
- 1af1e8a xtensa: move fixmap and kmap just above the KSEG by Max Filippov · 7 years ago
- c2edb35 xtensa: extract init_kio by Max Filippov · 7 years ago
- 501c26e xtensa: implement early_trap_init by Max Filippov · 7 years ago
- f21a79c xtensa: clean up exception handling structure by Max Filippov · 7 years ago
- 40d1a07 xtensa: enable stack protector by Max Filippov · 8 years ago
- f443139 xtensa: consolidate kernel stack size related definitions by Max Filippov · 7 years ago
- 5cf97eb xtensa: clean up functions in assembly code by Max Filippov · 7 years ago
- fbb871e xtensa: clean up word alignment macros in assembly code by Max Filippov · 7 years ago
- 0013ace xtensa: clean up fixups in assembly code by Max Filippov · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 8 years ago
- 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
- 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 8 years ago
- 536dcc9 xtensa: remove wrapper header for asm/param.h by Tobias Klauser · 8 years ago
- b82d6cb xtensa: remove wrapper header for asm/device.h by Tobias Klauser · 8 years ago
- 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 20cf0c5 xtensa: use generic fb.h by Tobias Klauser · 8 years ago
- 22c92ae xtensa: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
- dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
- 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
- 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
- f0cd9ae Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 8 years ago
- 50f5c08 xtensa: remove DMA_ERROR_CODE by Christoph Hellwig · 8 years ago
- 63f700a Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
- e5c8667 xtensa: don't use linux IRQ #0 by Max Filippov · 8 years ago
- 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
- 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
- 8298525 kill strlen_user() by Al Viro · 8 years ago
- 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
- d9dc089 Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
- 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 062b1c1 xtensa: clean up access to spilled registers locations by Max Filippov · 10 years ago
- 0700ed0 xtensa: move internal ptrace definitions from uapi/asm to asm by Max Filippov · 10 years ago
- 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
- e854d8b PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space by David Woodhouse · 8 years ago
- 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
- 7d4914d xtensa: fix prefetch in the raw_copy_to_user by Max Filippov · 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
- 2b83878 xtensa: make __pa work with uncached KSEG addresses by Max Filippov · 8 years ago
- 3a0e75a xtensa: get rid of zeroing, use RAW_COPY_USER by Al Viro · 8 years ago
- 0b46a94 xtensa: switch to generic extable.h by Al Viro · 8 years ago
- db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
- 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 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
- 606ed72 Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 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
- b46dcfa xtensa: allow merging vectors into .text section by Max Filippov · 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
- 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- ec92b88 Merge tag 'xtensa-20161219' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
- 9d2ffe5 xtensa: enable HAVE_DMA_CONTIGUOUS by Max Filippov · 9 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
- 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 9 years ago
- 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
- 7658023 xtensa: split uaccess.h into C and asm sides by Al Viro · 8 years ago
- df720ac exceptions: detritus removal by Al Viro · 9 years ago
- 4f20568 xtensa: extract common CPU reset code into separate function by Max Filippov · 8 years ago
- 9e8511f Merge tag 'xtensa-for-next-20160731' of git://github.com/jcmvbkbc/linux-xtensa into for_next by Chris Zankel · 9 years ago
- c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0e46c11 xtensa: drop sysmem and switch to memblock by Max Filippov · 9 years ago
- 3de0048 xtensa: minimize use of PLATFORM_DEFAULT_MEM_{ADDR,SIZE} by Max Filippov · 9 years ago
- a9f2fc6 xtensa: cleanup MMU setup and kernel layout macros by Max Filippov · 9 years ago
- d39af90 xtensa: add alternative kernel memory layouts by Max Filippov · 9 years ago
- f1883aa xtensa: move kernel mapping addresses into kmem_layout.h by Max Filippov · 9 years ago
- 12c8007 xtensa: fix __ffs result type by Max Filippov · 9 years ago
- 8a5043b xtensa: define ___unlock_[di]cache_all unconditionally by Max Filippov · 9 years ago
- 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
- b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
- 6dc2587 locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
- 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 9 years ago
- 3aa2591 locking/rwsem, xtensa: Drop superfluous arch specific implementation by Michal Hocko · 9 years ago
- 2e927c6 locking/rwsem: Drop explicit memory barriers by Michal Hocko · 9 years ago
- fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 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
- 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
- 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
- c91e02b xtensa: support hardware breakpoints/watchpoints by Max Filippov · 9 years ago
- 6ec7026 xtensa: use context structure for debug exceptions by Max Filippov · 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
- 20d666e dma-mapping: remove <asm-generic/dma-coherent.h> by Christoph Hellwig · 9 years ago
- e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago