Age | Commit message (Expand) | Author | Files | Lines |
2019-09-01 | xtensa: add support for call0 ABI in userspace | Max Filippov | 1 | -1/+8 |
2019-09-01 | xtensa: clean up PS_WOE_BIT usage | Max Filippov | 2 | -1/+2 |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+1 |
2019-07-17 | mm: fix the MAP_UNINITIALIZED flag | Christoph Hellwig | 1 | -5/+1 |
2019-07-16 | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds | 1 | -1/+1 |
2019-07-16 | Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -33/+46 |
2019-07-15 | docs: xtensa: convert to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 1 | -0/+1 |
2019-07-08 | xtensa: abstract 'entry' and 'retw' in assembly code | Max Filippov | 1 | -0/+46 |
2019-06-28 | xtensa: remove arch/xtensa/include/asm/types.h | Max Filippov | 1 | -23/+0 |
2019-06-24 | binfmt_flat: remove the persistent argument from flat_get_addr_from_rp | Christoph Hellwig | 1 | -1/+1 |
2019-06-24 | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig | 1 | -1/+0 |
2019-06-24 | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig | 1 | -1/+0 |
2019-06-24 | binfmt_flat: provide a default version of flat_get_relocate_addr | Christoph Hellwig | 1 | -1/+0 |
2019-06-24 | binfmt_flat: remove flat_set_persistent | Christoph Hellwig | 1 | -1/+0 |
2019-06-24 | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig | 1 | -1/+0 |
2019-06-21 | arch: handle arches who do not yet define clone3 | Christian Brauner | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
2019-06-17 | xtensa: drop dead PCI support code | Max Filippov | 1 | -10/+0 |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2 | -0/+2 |
2019-05-18 | arch: remove dangling asm-generic wrappers | Masahiro Yamada | 1 | -1/+0 |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+0 |
2019-05-15 | xtensa: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC | Sinan Kaya | 1 | -1/+1 |
2019-05-11 | Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 19 | -79/+362 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2019-05-08 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-05-07 | xtensa: implement initialize_cacheattr for MPU cores | Max Filippov | 2 | -1/+37 |
2019-05-07 | xtensa: add exclusive atomics support | Max Filippov | 6 | -6/+264 |
2019-05-07 | xtensa: clean up inline assembly in futex.h | Max Filippov | 1 | -38/+42 |
2019-05-07 | xtensa: replace variant/core.h with asm/core.h | Max Filippov | 10 | -12/+21 |
2019-05-07 | xtensa: drop ifdef __KERNEL__ from kernel-only headers | Max Filippov | 7 | -24/+0 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -26/+0 |
2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 1 | -16/+0 |
2019-04-20 | net: socket: implement 64-bit timestamps | Arnd Bergmann | 1 | -2/+2 |
2019-04-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2 | -36/+18 |
2019-04-09 | Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 1 | -9/+12 |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 1 | -14/+3 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -13/+3 |
2019-04-04 | xtensa: fix initialization of pt_regs::syscall in start_thread | Max Filippov | 1 | -9/+12 |
2019-04-03 | locking/rwsem: Remove arch specific rwsem files | Waiman Long | 1 | -1/+0 |
2019-04-03 | arch/tlb: Clean up simple architectures | Peter Zijlstra | 1 | -17/+0 |
2019-04-03 | asm-generic/tlb, arch: Provide generic VIPT cache flush | Peter Zijlstra | 1 | -9/+0 |
2019-03-28 | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2 | -1/+1 |
2019-03-21 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 1 | -1/+1 |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 2 | -2/+0 |
2019-03-08 | Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 5 | -207/+40 |