Age | Commit message (Expand) | Author | Files | Lines |
2017-07-14 | Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-07-10 | ARM: fix rd_size declaration | Bart Van Assche | 1 | -2/+1 |
2017-07-10 | ARM/PCI: Fix pcibios_init_resource() struct pci_host_bridge leak | Lorenzo Pieralisi | 1 | -1/+1 |
2017-07-08 | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -16/+28 |
2017-07-08 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 4 | -4/+167 |
2017-07-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2017-07-05 | Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+4 |
2017-07-05 | Merge branches 'fixes' and 'misc' into for-linus | Russell King | 4 | -4/+167 |
2017-07-04 | Merge branch 'merge/randstruct' into for-next/gcc-plugins | Kees Cook | 1 | -1/+4 |
2017-07-03 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -215/+6 |
2017-07-03 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -7/+8 |
2017-07-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -4/+4 |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+1 |
2017-07-02 | ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllers | Lorenzo Pieralisi | 1 | -2/+3 |
2017-06-30 | ARM: Prepare for randomized task_struct | Arnd Bergmann | 1 | -1/+4 |
2017-06-28 | ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge() | Lorenzo Pieralisi | 1 | -14/+25 |
2017-06-21 | ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO | Dmitry Safonov | 2 | -0/+26 |
2017-06-20 | ARM/hw_breakpoint: Fix possible recursive locking for arch_hw_breakpoint_init | Tony Lindgren | 1 | -1/+1 |
2017-06-18 | ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGS | Abel Vesa | 2 | -0/+137 |
2017-06-15 | arm: perf: make of_device_ids const | Arvind Yadav | 1 | -1/+1 |
2017-06-14 | clocksource/drivers: Rename clocksource_probe to timer_probe | Daniel Lezcano | 1 | -1/+1 |
2017-06-14 | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE | Daniel Lezcano | 1 | -3/+3 |
2017-06-12 | ARM: 8682/1: V7M: Set cacheid iff DminLine or IminLine is nonzero | Vladimir Murzin | 1 | -1/+1 |
2017-06-03 | arm,arm64,drivers: add a prefix to drivers arch_topology interfaces | Juri Lelli | 1 | -4/+4 |
2017-06-03 | arm,arm64,drivers: move externs in a new header file | Juri Lelli | 1 | -6/+1 |
2017-06-03 | arm,arm64,drivers: reduce scope of cap_parsing_failed | Juri Lelli | 1 | -2/+1 |
2017-06-03 | arm, arm64: factorize common cpu capacity default code | Juri Lelli | 1 | -207/+6 |
2017-06-03 | arm: remove wrong CONFIG_PROC_SYSCTL ifdef | Juri Lelli | 1 | -2/+0 |
2017-06-03 | arm: fix return value of parse_cpu_capacity | Juri Lelli | 1 | -1/+1 |
2017-05-26 | arm: Prevent hotplug rwsem recursion | Thomas Gleixner | 1 | -1/+1 |
2017-05-26 | ARM/hw_breakpoint: Use cpuhp_setup_state_cpuslocked() | Sebastian Andrzej Siewior | 1 | -5/+6 |
2017-05-23 | ARM: 8673/1: Fix __show_regs output timestamps | Joe Perches | 1 | -4/+4 |
2017-05-23 | arm: Adjust system_state check | Thomas Gleixner | 1 | -2/+1 |
2017-05-11 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+9 |
2017-05-11 | ARM: Silence first allocation with CONFIG_ARM_MODULE_PLTS=y | Florian Fainelli | 1 | -2/+9 |
2017-05-08 | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -19/+0 |
2017-05-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -1/+3 |
2017-05-08 | arm: use set_memory.h header | Laura Abbott | 2 | -0/+2 |
2017-05-08 | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 1 | -1/+1 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -11/+39 |
2017-05-08 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 4 | -34/+69 |
2017-04-20 | ARM/PCI: Use generic pci_mmap_resource_range() | David Woodhouse | 1 | -20/+0 |
2017-04-20 | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 1 | -1/+2 |
2017-04-20 | ARM: hyp-stub: Fix Thumb-2 compilation | Marc Zyngier | 1 | -1/+1 |
2017-04-20 | ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTER | Abel Vesa | 1 | -5/+6 |
2017-04-20 | ARM: 8667/3: Fix memory attribute inconsistencies when using fixmap | Jon Medhurst | 1 | -2/+2 |
2017-04-09 | ARM: hyp-stub: Zero r0 on successful stub handling | Marc Zyngier | 1 | -0/+2 |
2017-04-09 | ARM: hyp-stub/KVM: Kill __hyp_get_vectors | Marc Zyngier | 1 | -12/+1 |
2017-04-09 | ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code | Marc Zyngier | 1 | -1/+1 |
2017-04-09 | ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall | Marc Zyngier | 1 | -1/+10 |