Age | Commit message (Expand) | Author |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-31 | memblock: replace alloc_bootmem_low_pages with memblock_alloc_low | Mike Rapoport |
2018-10-31 | memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-10-25 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-10-24 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-10-22 | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-10-10 | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook |
2018-10-05 | ARC: clone syscall to setp r25 as thread pointer | Vineet Gupta |
2018-10-02 | kbuild: consolidate Devicetree dtb build rules | Rob Herring |
2018-09-27 | signal/arc: Use force_sig_fault where appropriate | Eric W. Biederman |
2018-09-27 | signal/arc: Push siginfo generation into unhandled_exception | Eric W. Biederman |
2018-09-20 | dma-mapping: consolidate the dma mmap implementations | Christoph Hellwig |
2018-09-20 | dma-mapping: merge direct and noncoherent ops | Christoph Hellwig |
2018-09-18 | ARC: build: Don't set CROSS_COMPILE in arch's Makefile | Alexey Brodkin |
2018-09-14 | ARC: fix spelling mistake "entires" -> "entries" | Colin Ian King |
2018-09-13 | ARC: build: Get rid of toolchain check | Alexey Brodkin |
2018-09-10 | ARCv2: build: use mcpu=hs38 iso generic mcpu=archs | Vineet Gupta |
2018-09-04 | ARC: don't check for HIGHMEM pages in arch_dma_alloc | Eugeniy Paltsev |
2018-09-04 | ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabled | Eugeniy Paltsev |
2018-09-04 | ARC: dma [IOC] Enable per device io coherency | Eugeniy Paltsev |
2018-08-31 | ARC: dma [IOC]: mark DMA devices connected as dma-coherent | Eugeniy Paltsev |
2018-08-31 | ARC: atomics: unbork atomic_fetch_##op() | Will Deacon |
2018-08-30 | arc: remove redundant GCC version checks | Masahiro Yamada |
2018-08-29 | y2038: Remove stat64 family from default syscall set | Arnd Bergmann |
2018-08-27 | ARC: sort Kconfig | Vineet Gupta |
2018-08-27 | ARC: cleanup show_faulting_vma() | Eugeniy Paltsev |
2018-08-27 | ARC: [plat-axs*]: Enable SWAP | Alexey Brodkin |
2018-08-27 | ARC: [plat-axs*/plat-hsdk]: Allow U-Boot to pass MAC-address to the kernel | Alexey Brodkin |
2018-08-27 | ARC: configs: cleanup | Alexey Brodkin |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder |
2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-08-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig |
2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig |
2018-08-02 | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig |
2018-07-30 | arc: fix type warnings in arc/mm/cache.c | Randy Dunlap |
2018-07-30 | arc: fix build errors in arc/include/asm/delay.h | Randy Dunlap |
2018-07-30 | arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c | Randy Dunlap |
2018-07-30 | arc: [plat-eznps] fix data type errors in platform headers | Randy Dunlap |
2018-07-30 | ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc | Ofer Levi |
2018-07-30 | ARC: add SMP_CACHE_BYTES value validate | Eugeniy Paltsev |
2018-07-27 | ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size | Eugeniy Paltsev |