| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2018-08-15 | 17 | -55/+24 |
|\ |
|
| * | kbuild: remove deprecated host-progs variable | Masahiro Yamada | 2018-08-09 | 1 | -2/+1 |
| * | um: clean up archheaders recipe | Masahiro Yamada | 2018-08-07 | 1 | -7/+1 |
| * | um: fix parallel building with O= option | Masahiro Yamada | 2018-08-07 | 1 | -2/+1 |
| * | kbuild: do not redirect the first prerequisite for filechk | Masahiro Yamada | 2018-07-28 | 2 | -4/+4 |
| * | ARM: at91: remove unused duplicated filechk_offsets | Masahiro Yamada | 2018-07-28 | 1 | -25/+0 |
| * | kbuild: change ld_flags to contain LDFLAGS_$(@F) | Masahiro Yamada | 2018-07-19 | 1 | -2/+2 |
| * | kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile | Masahiro Yamada | 2018-07-19 | 3 | -5/+0 |
| * | um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.um | Masahiro Yamada | 2018-07-19 | 1 | -2/+0 |
| * | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS | Laura Abbott | 2018-07-17 | 1 | -1/+1 |
| * | arm64: Add build salt to the vDSO | Laura Abbott | 2018-07-17 | 1 | -0/+3 |
| * | powerpc: Add build salt to the vDSO | Laura Abbott | 2018-07-17 | 1 | -0/+3 |
| * | x86: Add build salt to the vDSO | Laura Abbott | 2018-07-17 | 2 | -0/+6 |
| * | kbuild: move bin2c back to scripts/ from scripts/basic/ | Masahiro Yamada | 2018-07-17 | 3 | -6/+3 |
* | | Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2018-08-15 | 1 | -144/+2 |
|\ \ |
|
| * | | gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/Kconfig | Masahiro Yamada | 2018-07-25 | 1 | -144/+2 |
* | | | x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled | Guenter Roeck | 2018-08-15 | 1 | -2/+1 |
* | | | Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-08-15 | 6 | -10/+31 |
|\ \ \ |
|
| * | | | xen: don't use privcmd_call() from xen_mc_flush() | Juergen Gross | 2018-08-07 | 2 | -9/+22 |
| * | | | xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits | M. Vefa Bicakci | 2018-08-06 | 3 | -1/+5 |
| * | | | xen/spinlock: Don't use pvqspinlock if only 1 vCPU | Waiman Long | 2018-07-27 | 1 | -0/+4 |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-08-15 | 70 | -922/+1399 |
|\ \ \ \ |
|
| * | | | | arm64: alternative: Use true and false for boolean values | Gustavo A. R. Silva | 2018-08-08 | 1 | -2/+2 |
| * | | | | arm64: kexec: Add comment to explain use of __flush_icache_range() | Will Deacon | 2018-07-31 | 1 | -1/+8 |
| * | | | | arm64: sdei: Mark sdei stack helper functions as static | Will Deacon | 2018-07-31 | 1 | -6/+3 |
| * | | | | arm64, kaslr: export offset in VMCOREINFO ELF notes | Bhupesh Sharma | 2018-07-31 | 1 | -0/+1 |
| * | | | | arm64: perf: Add cap_user_time aarch64 | Michael O'Farrell | 2018-07-31 | 1 | -0/+30 |
| * | | | | arm64: drop unused kernel_neon_begin_partial() macro | Ard Biesheuvel | 2018-07-31 | 1 | -7/+0 |
| * | | | | arm64: kexec: machine_kexec should call __flush_icache_range | Dave Kleikamp | 2018-07-30 | 1 | -1/+1 |
| * | | | | arm64: svc: Ensure hardirq tracing is updated before return | Will Deacon | 2018-07-30 | 1 | -1/+8 |
| * | | | | Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git... | Will Deacon | 2018-07-27 | 4 | -63/+235 |
| |\ \ \ \ |
|
| | * | | | | arm64: perf: Add support for chaining event counters | Suzuki K Poulose | 2018-07-10 | 1 | -27/+158 |
| | * | | | | arm64: perf: Disable PMU while processing counter overflows | Suzuki K Poulose | 2018-07-10 | 1 | -22/+28 |
| | * | | | | arm64: perf: Clean up armv8pmu_select_counter | Suzuki K Poulose | 2018-07-10 | 1 | -10/+19 |
| | * | | | | arm_pmu: Tidy up clear_event_idx call backs | Suzuki K Poulose | 2018-07-10 | 4 | -0/+32 |
| | * | | | | arm_pmu: Change API to support 64bit counter values | Suzuki K Poulose | 2018-07-10 | 4 | -13/+12 |
| | * | | | | arm_pmu: Clean up maximum period handling | Suzuki K Poulose | 2018-07-10 | 4 | -6/+0 |
| | * | | | | arm: perf: prevent unbind/bind via sysfs | Stefan Agner | 2018-07-09 | 1 | -0/+1 |
| * | | | | | arm64: mm: Export __sync_icache_dcache() for xen-privcmd | Ben Hutchings | 2018-07-27 | 1 | -0/+1 |
| * | | | | | arm64: Add support for STACKLEAK gcc plugin | Laura Abbott | 2018-07-26 | 5 | -1/+43 |
| * | | | | | arm64: Add stack information to on_accessible_stack | Laura Abbott | 2018-07-26 | 5 | -26/+111 |
| * | | | | | arm64: fix ACPI dependencies | Arnd Bergmann | 2018-07-24 | 3 | -0/+3 |
| * | | | | | arm64: acpi: fix alignment fault in accessing ACPI | AKASHI Takahiro | 2018-07-23 | 2 | -15/+19 |
| * | | | | | arm64: export memblock_reserve()d regions via /proc/iomem | James Morse | 2018-07-23 | 1 | -0/+38 |
| * | | | | | arm64: build with baremetal linker target instead of Linux when available | Olof Johansson | 2018-07-23 | 1 | -4/+5 |
| * | | | | | arm64: fix possible spectre-v1 write in ptrace_hbp_set_event() | Mark Rutland | 2018-07-23 | 1 | -8/+11 |
| * | | | | | arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit} | Will Deacon | 2018-07-12 | 1 | -2/+2 |
| * | | | | | arm64: implement syscall wrappers | Mark Rutland | 2018-07-12 | 6 | -8/+101 |
| * | | | | | arm64: convert compat wrappers to C | Mark Rutland | 2018-07-12 | 4 | -134/+115 |
| * | | | | | arm64: use SYSCALL_DEFINE6() for mmap | Mark Rutland | 2018-07-12 | 1 | -3/+3 |