Age | Commit message (Expand) | Author | Files | Lines |
2019-08-22 | Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2019-08-21 | MIPS: Octeon: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-08-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -10/+0 |
2019-08-09 | Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 58 | -232/+395 |
2019-08-07 | Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -1/+20 |
2019-08-06 | MIPS: BCM63XX: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-08-05 | KVM: remove kvm_arch_has_vcpu_debugfs() | Paolo Bonzini | 1 | -10/+0 |
2019-08-03 | page flags: prioritize kasan bits over last-cpuid | Arnd Bergmann | 1 | -0/+1 |
2019-07-30 | MIPS: OProfile: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+13 |
2019-07-19 | MIPS: Annotate fall-through in Cavium Octeon code | Paul Burton | 1 | -0/+1 |
2019-07-19 | MIPS: Annotate fall-through in kvm/emulate.c | Paul Burton | 1 | -0/+1 |
2019-07-19 | mips: fix cacheinfo | Vladimir Kondratiev | 1 | -0/+2 |
2019-07-19 | MIPS: kernel: only use i8253 clocksource with periodic clockevent | Thomas Bogendoerfer | 1 | -1/+2 |
2019-07-17 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 5 | -37/+0 |
2019-07-17 | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 47 | -191/+383 |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -3/+8 |
2019-07-17 | mips: define syscall_get_error() | Dmitry V. Levin | 1 | -0/+6 |
2019-07-17 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual | 2 | -1/+2 |
2019-07-17 | arch/*: remove unused isa_page_to_bus() | Stephen Kitt | 1 | -2/+0 |
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 | MIPS: fix some more fall through errors in arch/mips | Stephen Rothwell | 4 | -2/+4 |
2019-07-15 | docs: arm: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-15 | MIPS: perf events: handle switch statement falling through warnings | Stephen Rothwell | 1 | -15/+15 |
2019-07-15 | arch: mark syscall number 435 reserved for clone3 | Christian Brauner | 3 | -0/+3 |
2019-07-13 | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+0 |
2019-07-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+2 |
2019-07-13 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 5 | -28/+10 |
2019-07-12 | mips: switch to generic version of pte allocation | Mike Rapoport | 1 | -31/+2 |
2019-07-12 | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP | Christoph Hellwig | 1 | -1/+1 |
2019-07-12 | MIPS: use the generic get_user_pages_fast code | Christoph Hellwig | 4 | -304/+5 |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -12/+39 |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 491 | -3751/+494 |
2019-07-11 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -0/+3 |
2019-07-09 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -61/+61 |
2019-07-09 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -6/+6 |
2019-07-09 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -11/+11 |
2019-07-06 | Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -14/+28 |
2019-07-04 | MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platforms | Christoph Hellwig | 1 | -1/+1 |
2019-07-03 | mips/kprobes: Export kprobe_fault_handler() | Anshuman Khandual | 2 | -1/+2 |
2019-07-01 | asm-generic: remove ptrace.h | Christoph Hellwig | 1 | -5/+0 |
2019-06-29 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+30 |
2019-06-28 | arch: wire-up pidfd_open() | Christian Brauner | 3 | -0/+3 |
2019-06-26 | MIPS: Remove dead code | Paul Cercueil | 4 | -38/+0 |
2019-06-26 | MIPS: jz4740: PM: Let CGU driver suspend clocks and set sleep mode | Paul Cercueil | 1 | -8/+0 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node | Stefan Roese | 1 | -0/+13 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node | Stefan Roese | 1 | -0/+16 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node | Stefan Roese | 1 | -0/+13 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes | Stefan Roese | 1 | -0/+9 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add pinmux DT node | Stefan Roese | 1 | -1/+94 |
2019-06-25 | MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier | Stefan Roese | 1 | -0/+2 |