index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-08
riscv: delay: use do_div() instead of __udivdi3()
Paul Walmsley
1
-1
/
+5
2019-08-08
Merge branch 'ingenic-tcu-v5.4' into mips-next
Paul Burton
7
-150
/
+92
2019-08-08
MIPS: jz4740: Drop obsolete code
Paul Cercueil
1
-149
/
+2
2019-08-08
MIPS: GCW0: Reduce system timer and clocksource to 750 kHz
Paul Cercueil
1
-0
/
+10
2019-08-08
MIPS: CI20: Reduce system timer and clocksource to 3 MHz
Paul Cercueil
1
-0
/
+7
2019-08-08
MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
Paul Cercueil
1
-0
/
+7
2019-08-08
MIPS: jz4740: Add DTS nodes for the TCU drivers
Paul Cercueil
3
-0
/
+66
2019-08-08
PCI: Convert pci_resource_to_user() to a weak function
Denis Efremov
4
-7
/
+0
2019-08-08
arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64
Jia He
1
-2
/
+5
2019-08-08
s390/build: use size command to perform empty .bss check
Vasily Gorbik
1
-2
/
+1
2019-08-08
efi: Export Runtime Configuration Interface table to sysfs
Narendra K
1
-0
/
+3
2019-08-08
efi: ia64: move SAL systab handling out of generic EFI code
Ard Biesheuvel
5
-3
/
+6
2019-08-08
efi/x86: move UV_SYSTAB handling into arch/x86
Ard Biesheuvel
3
-7
/
+13
2019-08-08
efi: x86: move efi_is_table_address() into arch/x86
Ard Biesheuvel
3
-0
/
+39
2019-08-08
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
1
-0
/
+1
2019-08-08
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
Nick Desaulniers
1
-4
/
+27
2019-08-08
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
Nick Desaulniers
4
-23
/
+17
2019-08-08
ARM: davinci: dm355: switch to using the clocksource driver
Bartosz Golaszewski
1
-11
/
+13
2019-08-08
ARM: davinci: move timer definitions to davinci.h
Bartosz Golaszewski
2
-2
/
+3
2019-08-08
ARM: davinci: da830: switch to using the clocksource driver
Bartosz Golaszewski
1
-27
/
+14
2019-08-08
ARM: davinci: da850: switch to using the clocksource driver
Bartosz Golaszewski
1
-33
/
+13
2019-08-08
ARM: davinci: WARN_ON() if clk_get() fails
Bartosz Golaszewski
6
-0
/
+24
2019-08-08
ARM: davinci: enable the clocksource driver for DT mode
Bartosz Golaszewski
2
-14
/
+1
2019-08-07
ARM: exynos_defconfig: Enable AHCI-platform SATA driver
Marek Szyprowski
1
-1
/
+4
2019-08-07
ARM: dts: exynos: Add port map to Exynos5250 AHCI node
Marek Szyprowski
1
-0
/
+1
2019-08-07
ARM: dts: exynos: Use space after '=' in exynos4412-itop-scp-core
Krzysztof Kozlowski
1
-9
/
+9
2019-08-07
arm64/ptrace: Fix typoes in sve_set() comment
Julien Grall
1
-1
/
+1
2019-08-07
arm64: mm: print hexadecimal EC value in mem_abort_decode()
Miles Chen
1
-2
/
+2
2019-08-07
arm64/prefetch: fix a -Wtype-limits warning
Qian Cai
2
-11
/
+12
2019-08-07
x86/apic: Annotate global config variables as "read-only after init"
Sean Christopherson
1
-13
/
+13
2019-08-07
x86: mtrr: cyrix: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-07
x86/ptrace: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-07
arm64: Add support for function error injection
Leo Yan
4
-0
/
+26
2019-08-07
error-injection: Consolidate override function definition
Leo Yan
2
-26
/
+0
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
184
-2491
/
+1514
2019-08-06
mips: fix vdso32 build, again
Arnd Bergmann
2
-10
/
+1
2019-08-06
MIPS: octeon: Remove ARCH_HAS_IRQ_PER_CPU
Paul Burton
1
-1
/
+0
2019-08-06
MIPS: octeon: Remove cpu_has_saa
Paul Burton
1
-8
/
+0
2019-08-06
Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
6
-1
/
+20
2019-08-06
Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-28
/
+162
2019-08-06
ia64:unwind: fix double free for mod->arch.init_unw_table
chenzefeng
1
-2
/
+6
2019-08-06
arm64: Introduce prctl() options to control the tagged user addresses ABI
Catalin Marinas
5
-1
/
+94
2019-08-06
arm64: untag user pointers in access_ok and __uaccess_mask_ptr
Andrey Konovalov
2
-4
/
+8
2019-08-06
s390: put _stext and _etext into .text section
Vasily Gorbik
1
-6
/
+4
2019-08-06
s390/head64: cleanup unused labels
Vasily Gorbik
1
-7
/
+0
2019-08-06
s390/unwind: remove stack recursion warning
Vasily Gorbik
1
-5
/
+1
2019-08-06
s390/setup: adjust start_code of init_mm to _text
Vasily Gorbik
1
-2
/
+1
2019-08-06
s390/mm: fix dump_pagetables top level page table walking
Vasily Gorbik
1
-6
/
+6
2019-08-06
s390/protvirt: avoid memory sharing for diag 308 set/store
Vasily Gorbik
2
-11
/
+0
2019-08-06
locking/qspinlock,x86: Clarify virt_spin_lock_key
Peter Zijlstra
1
-0
/
+15
[prev]
[next]