| Commit message (Expand) | Author | Age | Files | Lines |
* | unify {de,}mangle_poll(), get rid of kernel-side POLL... | Al Viro | 2018-02-11 | 1 | -19/+2 |
* | xtensa: fix build with KASAN | Max Filippov | 2018-02-11 | 1 | -0/+2 |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2018-02-02 | 1 | -1/+0 |
|\ |
|
| * | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 2018-01-03 | 1 | -1/+0 |
* | | Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-02-01 | 1 | -12/+0 |
|\ \ |
|
| * | | xtensa: remove arch specific early DT functions | Rob Herring | 2018-01-30 | 1 | -12/+0 |
* | | | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-01-31 | 1 | -10/+0 |
|\ \ \ |
|
| * | | | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 2018-01-10 | 1 | -10/+0 |
| |/ / |
|
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 1 | -2/+19 |
|\ \ \ |
|
| * | | | make kernel-side POLL... arch-independent | Al Viro | 2017-11-30 | 1 | -0/+17 |
| * | | | define __poll_t, annotate constants | Al Viro | 2017-11-27 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-01-30 | 1 | -7/+1 |
|\ \ \ |
|
| * | | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where needed | Eric W. Biederman | 2018-01-23 | 1 | -7/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-01-30 | 5 | -5/+0 |
|\ \ \ |
|
| * | | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUG | Marc Zyngier | 2018-01-24 | 5 | -5/+0 |
| |/ / |
|
* | | | Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2018-01-30 | 54 | -625/+785 |
|\ \ \ |
|
| * | | | xtensa: fix futex_atomic_cmpxchg_inatomic | Max Filippov | 2018-01-06 | 1 | -13/+10 |
| * | | | xtensa: shut up gcc-8 warnings | Arnd Bergmann | 2018-01-02 | 1 | -2/+2 |
| * | | | xtensa: print kernel sections info in mem_init | Max Filippov | 2017-12-18 | 1 | -2/+17 |
| * | | | xtensa: use generic strncpy_from_user with KASAN | Max Filippov | 2017-12-18 | 3 | -0/+10 |
| * | | | xtensa: use __memset in __xtensa_clear_user | Max Filippov | 2017-12-17 | 1 | -1/+1 |
| * | | | xtensa: add support for KASAN | Max Filippov | 2017-12-17 | 13 | -8/+194 |
| * | | | xtensa: move fixmap and kmap just above the KSEG | Max Filippov | 2017-12-17 | 4 | -11/+9 |
| * | | | xtensa: don't clear swapper_pg_dir in paging_init | Max Filippov | 2017-12-17 | 1 | -1/+0 |
| * | | | xtensa: extract init_kio | Max Filippov | 2017-12-17 | 4 | -17/+28 |
| * | | | xtensa: implement early_trap_init | Max Filippov | 2017-12-17 | 1 | -0/+12 |
| * | | | xtensa: clean up exception handling structure | Max Filippov | 2017-12-17 | 5 | -32/+56 |
| * | | | xtensa: clean up custom-controlled debug output | Max Filippov | 2017-12-17 | 11 | -117/+66 |
| * | | | xtensa: enable stack protector | Max Filippov | 2017-12-17 | 6 | -0/+60 |
| * | | | xtensa: print hardware config ID on startup | Max Filippov | 2017-12-11 | 1 | -0/+9 |
| * | | | xtensa: consolidate kernel stack size related definitions | Max Filippov | 2017-12-10 | 4 | -10/+13 |
| * | | | xtensa: clean up functions in assembly code | Max Filippov | 2017-12-10 | 6 | -36/+36 |
| * | | | xtensa: clean up word alignment macros in assembly code | Max Filippov | 2017-12-10 | 4 | -52/+59 |
| * | | | xtensa: clean up fixups in assembly code | Max Filippov | 2017-12-10 | 7 | -194/+133 |
| * | | | xtensa: use call instead of callx in assembly code | Max Filippov | 2017-12-10 | 4 | -48/+24 |
| * | | | xtensa: build kernel with text-section-literals | Max Filippov | 2017-12-10 | 8 | -88/+52 |
| * | | | xtensa: add -mno-serialize-volatile to CFLAGS | Max Filippov | 2017-12-10 | 1 | -0/+1 |
* | | | | Construct init thread stack in the linker script rather than by union | David Howells | 2018-01-10 | 1 | -3/+0 |
| |/ /
|/| | |
|
* | | | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2017-12-05 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 1 | -0/+1 |
|\ \ |
|
| * | | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags | Dan Williams | 2017-11-03 | 1 | -0/+1 |
* | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | PCI: Remove redundant pci_dev, pci_bus, resource declarations | Bjorn Helgaas | 2017-11-08 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | treewide: Fix typos in Kconfig | Masanari Iida | 2017-10-12 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-11-15 | 2 | -7/+3 |
|\ \ \ |
|
| * | | | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib | Masahiro Yamada | 2017-11-10 | 1 | -4/+3 |
| * | | | kbuild: clean up *.dtb and *.dtb.S patterns from top-level Makefile | Masahiro Yamada | 2017-11-08 | 1 | -2/+0 |
| * | | | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada | 2017-11-08 | 1 | -1/+0 |
* | | | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-11-15 | 2 | -26/+0 |
|\ \ \ \ |
|