Age | Commit message (Expand) | Author | Files | Lines |
2018-06-24 | MIPS: Add ksig argument to rseq_{signal_deliver,handle_notify_resume} | Paul Burton | 1 | -2/+2 |
2018-06-20 | MIPS: Wire up io_pgetevents syscall | Paul Burton | 5 | -6/+13 |
2018-06-20 | MIPS: Wire up the restartable sequences (rseq) syscall | Paul Burton | 5 | -6/+13 |
2018-06-20 | MIPS: Add syscall detection for restartable sequences | Paul Burton | 1 | -0/+8 |
2018-06-20 | MIPS: Add support for restartable sequences | Paul Burton | 2 | -0/+4 |
2018-06-20 | MIPS: io: Add barrier after register read in inX() | Huacai Chen | 1 | -0/+2 |
2018-06-20 | mips: ftrace: fix static function graph tracing | Matthias Schiffer | 1 | -15/+12 |
2018-06-19 | MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum | Tokunori Ikegami | 2 | -0/+9 |
2018-06-19 | MIPS: pb44: Fix i2c-gpio GPIO descriptor table | Linus Walleij | 1 | -1/+1 |
2018-06-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2018-06-15 | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner | 1 | -2/+2 |
2018-06-15 | Kbuild: rename HAVE_CC_STACKPROTECTOR config variable | Masahiro Yamada | 1 | -1/+1 |
2018-06-14 | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 5 | -5/+5 |
2018-06-13 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -10/+10 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 6 | -8/+8 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+2 |
2018-06-12 | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 52 | -348/+298 |
2018-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2018-06-07 | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+3 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -130/+0 |
2018-06-06 | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+0 |
2018-06-06 | Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 3 | -0/+90 |
2018-06-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -41/+94 |
2018-06-05 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -12/+1 |
2018-06-05 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -60/+23 |
2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 6 | -65/+7 |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -40/+4 |
2018-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+6 |
2018-06-01 | kvm: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-06-01 | kbuild: add machine size to CHECKFLAGS | Luc Van Oostenryck | 1 | -3/+0 |
2018-05-24 | MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs | Maciej W. Rozycki | 2 | -2/+2 |
2018-05-24 | MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests | Maciej W. Rozycki | 1 | -0/+4 |
2018-05-24 | MIPS: ptrace: Make FPU context layout comments match reality | Maciej W. Rozycki | 2 | -4/+4 |
2018-05-22 | MIPS: PCI: Use dev_printk() when possible | Bjorn Helgaas | 1 | -5/+3 |
2018-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -15/+31 |
2018-05-21 | MIPS: memset.S: Reinstate delay slot indentation | Matt Redfearn | 1 | -14/+14 |
2018-05-19 | Merge branch 'linus' into timers/2038 | Thomas Gleixner | 4 | -6/+26 |
2018-05-17 | i2c: gpio: move header to platform_data | Wolfram Sang | 1 | -1/+1 |
2018-05-17 | signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions | Guenter Roeck | 1 | -1/+1 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2 | -40/+4 |
2018-05-15 | MIPS: perf: Fix perf with MT counting other threads | Matt Redfearn | 1 | -39/+39 |
2018-05-15 | MIPS: perf: Use correct VPE ID when setting up VPE tracing | Matt Redfearn | 1 | -10/+2 |
2018-05-15 | MIPS: perf: More robustly probe for the presence of per-tc counters | Matt Redfearn | 3 | -5/+7 |
2018-05-15 | MIPS: Probe for MIPS MT perf counters per TC | Matt Redfearn | 3 | -0/+19 |
2018-05-15 | bpf, mips: remove unused function | Daniel Borkmann | 1 | -26/+0 |
2018-05-15 | MIPS: mscc: Connect phys to ports on ocelot_pcb123 | Alexandre Belloni | 1 | -0/+20 |
2018-05-15 | MIPS: mscc: Add switch to ocelot | Alexandre Belloni | 1 | -0/+88 |
2018-05-15 | MIPS: JZ4740: Drop old platform reset code | Paul Cercueil | 1 | -31/+0 |