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-06-24
binfmt_flat: provide a default version of flat_get_relocate_addr
Christoph Hellwig
5
-6
/
+0
2019-06-24
binfmt_flat: remove flat_set_persistent
Christoph Hellwig
7
-11
/
+0
2019-06-24
binfmt_flat: remove flat_reloc_valid
Christoph Hellwig
7
-7
/
+0
2019-06-23
smp: Remove smp_call_function() and on_each_cpu() return values
Nadav Amit
7
-38
/
+19
2019-06-23
x86/apic: Use non-atomic operations when possible
Nadav Amit
3
-4
/
+4
2019-06-23
arm64: dts: imx8mm-evk: Enable audio codec wm8524
Daniel Baluta
1
-0
/
+55
2019-06-22
ARM: dts: BCM5301X: Fix most DTC W=1 warnings
Florian Fainelli
28
-84
/
+30
2019-06-22
ARM: dts: NSP: Fix the bulk of W=1 DTC warnings
Florian Fainelli
9
-14
/
+11
2019-06-22
ARM: dts: BCM63xx: Fix DTC W=1 warnings
Florian Fainelli
2
-7
/
+4
2019-06-22
ARM: dts: BCM53573: Fix DTC W=1 warnings
Florian Fainelli
5
-13
/
+5
2019-06-22
ARM: dts: bcm-mobile: Fix most DTC W=1 warnings
Florian Fainelli
6
-18
/
+18
2019-06-22
ARM: dts: Cygnus: Fix most DTC W=1 warnings
Florian Fainelli
3
-11
/
+9
2019-06-22
ARM: dts: Fix BCM7445 DTC warnings
Florian Fainelli
2
-5
/
+5
2019-06-22
ARM: bcm283x: Enable DMA support for SPI controller
Lukas Wunner
1
-0
/
+2
2019-06-22
x86/vdso: Add clock_gettime64() entry point
Vincenzo Frascino
2
-0
/
+9
2019-06-22
x86/vdso: Add clock_getres() entry point
Vincenzo Frascino
4
-0
/
+51
2019-06-22
x86/vdso: Switch to generic vDSO implementation
Vincenzo Frascino
12
-379
/
+284
2019-06-22
arm64: vdso: Enable vDSO compat support
Vincenzo Frascino
3
-3
/
+27
2019-06-22
arm64: compat: Get sigreturn trampolines from vDSO
Vincenzo Frascino
2
-0
/
+29
2019-06-22
arm64: elf: VDSO code page discovery
Vincenzo Frascino
1
-0
/
+14
2019-06-22
arm64: compat: VDSO setup for compat layer
Vincenzo Frascino
1
-2
/
+88
2019-06-22
arm64: vdso: Refactor vDSO code
Vincenzo Frascino
1
-71
/
+144
2019-06-22
arm64: compat: Add vDSO
Vincenzo Frascino
9
-0
/
+584
2019-06-22
arm64: compat: Generate asm offsets for signals
Vincenzo Frascino
1
-0
/
+6
2019-06-22
arm64: compat: Expose signal related structures
Vincenzo Frascino
2
-46
/
+46
2019-06-22
arm64: compat: Add missing syscall numbers
Vincenzo Frascino
1
-0
/
+5
2019-06-22
arm64: vdso: Build vDSO with -ffixed-x18
Peter Collingbourne
1
-1
/
+1
2019-06-22
arm64: vdso: Substitute gettimeofday() with C implementation
Vincenzo Frascino
8
-387
/
+220
2019-06-22
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
8
-9
/
+31
2019-06-22
x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUs
Konstantin Khlebnikov
1
-1
/
+11
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1981
-9785
/
+2201
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
2
-8
/
+8
2019-06-22
x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz
Colin Ian King
1
-1
/
+2
2019-06-22
x86/asm: Pin sensitive CR0 bits
Kees Cook
1
-1
/
+14
2019-06-22
x86/asm: Pin sensitive CR4 bits
Kees Cook
3
-2
/
+48
2019-06-22
x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3
Tony W Wang-oc
1
-0
/
+15
2019-06-22
x86/cpu: Create Zhaoxin processors architecture support file
Tony W Wang-oc
4
-1
/
+183
2019-06-22
x86/cpu: Split Tremont based Atoms from the rest
Andy Shevchenko
1
-0
/
+1
2019-06-22
x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
Andi Kleen
2
-1
/
+6
2019-06-22
x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit
Andy Lutomirski
1
-18
/
+14
2019-06-22
x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit
Chang S. Bae
2
-11
/
+75
2019-06-22
x86/entry/64: Introduce the FIND_PERCPU_BASE macro
Chang S. Bae
2
-0
/
+49
2019-06-22
x86/entry/64: Switch CR3 before SWAPGS in paranoid entry
Chang S. Bae
1
-8
/
+23
2019-06-22
x86/process/64: Use FSGSBASE instructions on thread copy and ptrace
Chang S. Bae
1
-6
/
+13
2019-06-22
x86/process/64: Use FSBSBASE in switch_to() if available
Andy Lutomirski
1
-6
/
+28
2019-06-22
x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions
Chang S. Bae
2
-15
/
+78
2019-06-22
x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions
Andi Kleen
1
-0
/
+30
2019-06-22
x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
Andy Lutomirski
1
-0
/
+24
2019-06-22
x86/ptrace: Prevent ptrace from clearing the FS/GS selector
Chang S. Bae
1
-12
/
+2
2019-06-22
ARM: configs: multi_v5: Add more ASPEED devices
Joel Stanley
1
-0
/
+8
[prev]
[next]