| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2019-04-10 | 1 | -51/+11 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 2019-04-03 | 1 | -3/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-05-06 | 2 | -17/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | ia64/tlb: Eradicate tlb_migrate_finish() callback | Peter Zijlstra | 2019-04-03 | 1 | -1/+0 |
| * | | arch/tlb: Clean up simple architectures | Peter Zijlstra | 2019-04-03 | 1 | -10/+0 |
| * | | asm-generic/tlb, arch: Provide generic VIPT cache flush | Peter Zijlstra | 2019-04-03 | 1 | -6/+0 |
| |/ |
|
* | | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 2019-04-05 | 1 | -24/+5 |
* | | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 2019-04-05 | 1 | -27/+6 |
|/ |
|
* | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 2019-03-17 | 1 | -2/+0 |
* | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 2019-03-12 | 1 | -0/+12 |
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2019-03-09 | 1 | -1/+1 |
|\ |
|
| * | fscrypt: remove filesystem specific build config option | Chandan Rajendra | 2019-01-23 | 1 | -1/+1 |
* | | arch: simplify several early memory allocations | Mike Rapoport | 2019-03-07 | 1 | -8/+4 |
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-03-05 | 2 | -0/+3 |
|\ \ |
|
| * \ | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 2019-02-27 | 2 | -0/+3 |
| |\ \
| | |/
| |/| |
|
| | * | asm-generic: Make time32 syscall numbers optional | Arnd Bergmann | 2019-02-19 | 1 | -0/+1 |
| | * | asm-generic: Drop getrlimit and setrlimit syscalls from default list | Yury Norov | 2019-02-19 | 1 | -0/+1 |
| | * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option | Yury Norov | 2019-02-19 | 1 | -0/+1 |
* | | | get rid of legacy 'get_ds()' function | Linus Torvalds | 2019-03-04 | 2 | -2/+1 |
|/ / |
|
* / | nds32: remove unneeded code in arch/nds32/Makefile | Masahiro Yamada | 2019-01-17 | 1 | -8/+0 |
|/ |
|
* | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 2019-01-06 | 1 | -25/+0 |
* | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 2019-01-06 | 1 | -1/+0 |
* | nds32: remove redundant kernel-space generic-y | Masahiro Yamada | 2019-01-06 | 1 | -10/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-01-05 | 1 | -3/+2 |
|\ |
|
| * | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 1 | -3/+2 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 5 | -20/+16 |
|/ |
|
* | Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-12-29 | 55 | -36/+4007 |
|\ |
|
| * | nds32: support hardware prefetcher | Nylon Chen | 2018-11-22 | 4 | -1/+21 |
| * | nds32: Fix the items of hwcap_str ordering issue. | Nylon Chen | 2018-11-22 | 1 | -1/+2 |
| * | nds32: support denormalized result through FP emulator | Vincent Chen | 2018-11-22 | 11 | -4/+125 |
| * | nds32: Support FP emulation | Vincent Chen | 2018-11-22 | 24 | -5/+1064 |
| * | nds32: nds32 FPU port | Vincent Chen | 2018-11-22 | 17 | -16/+589 |
| * | nds32: Remove duplicated include from pm.c | YueHaibing | 2018-11-06 | 1 | -1/+0 |
| * | nds32: Power management for nds32 | Nick Hu | 2018-11-06 | 5 | -1/+230 |
| * | nds32: Add perf call-graph support. | Nickhu | 2018-11-06 | 1 | -0/+299 |
| * | nds32: Perf porting | Nickhu | 2018-11-06 | 9 | -6/+1681 |
| * | nds32: Fix bug in bitfield.h | Nickhu | 2018-11-06 | 1 | -2/+2 |
| * | nds32: Fix gcc 8.0 compiler option incompatible. | Nickhu | 2018-11-06 | 1 | -1/+5 |
| * | nds32: Fill all TLB entries with kernel image mapping | Zong Li | 2018-11-06 | 1 | -8/+1 |
| * | nds32: Remove the redundant assignment | Zong Li | 2018-11-06 | 1 | -2/+0 |
* | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-28 | 1 | -2/+0 |
|\ \ |
|
| * \ | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring | 2018-12-13 | 1 | -1/+1 |
| |\ \ |
|
| * | | | nds32: Remove phys_initrd_start and phys_initrd_size | Florian Fainelli | 2018-11-26 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-12-28 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | dma-mapping: always build the direct mapping code | Christoph Hellwig | 2018-12-13 | 1 | -1/+0 |
| | |/
| |/| |
|
* / | | nds32: function_graph: Simplify with function_graph_enter() | Steven Rostedt (VMware) | 2018-11-27 | 1 | -16/+2 |
|/ / |
|
* | | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2018-11-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | mm: make the __PAGETABLE_PxD_FOLDED defines non-empty | Martin Schwidefsky | 2018-11-02 | 1 | -1/+1 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 3 | -5/+3 |
* | | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |