index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-35
/
+37
2017-12-22
Merge tag 'pinctrl-v4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+16
2017-12-22
Merge tag 'drm-fixes-for-v4.15-rc5' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
31
-146
/
+267
2017-12-22
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-2
/
+19
2017-12-22
init: Invoke init_espfix_bsp() from mm_init()
Thomas Gleixner
4
-12
/
+12
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
14
-88
/
+143
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
6
-135
/
+159
2017-12-22
x86/mm: Create asm/invpcid.h
Peter Zijlstra
2
-48
/
+54
2017-12-22
x86/mm: Put MMU to hardware ASID translation in one place
Dave Hansen
1
-11
/
+18
2017-12-22
x86/mm: Remove hard-coded ASID limit checks
Dave Hansen
1
-2
/
+18
2017-12-22
x86/mm: Move the CR3 construction functions to tlbflush.h
Dave Hansen
3
-32
/
+31
2017-12-22
x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...
Peter Zijlstra
1
-2
/
+21
2017-12-22
x86/mm: Remove superfluous barriers
Peter Zijlstra
1
-7
/
+1
2017-12-22
x86/mm: Use __flush_tlb_one() for kernel memory
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
2
-26
/
+6
2017-12-22
x86/uv: Use the right TLB-flush API
Peter Zijlstra
1
-1
/
+1
2017-12-22
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
11
-38
/
+44
2017-12-22
x86/doc: Remove obvious weirdnesses from the x86 MM layout documentation
Peter Zijlstra
1
-9
/
+3
2017-12-22
x86/mm/64: Improve the memory map documentation
Andy Lutomirski
1
-4
/
+6
2017-12-22
x86/ldt: Prevent LDT inheritance on exec
Thomas Gleixner
3
-26
/
+22
2017-12-22
x86/ldt: Rework locking
Peter Zijlstra
3
-13
/
+26
2017-12-22
arch, mm: Allow arch_dup_mmap() to fail
Thomas Gleixner
6
-11
/
+14
2017-12-22
x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE mode
Andy Lutomirski
1
-0
/
+4
2017-12-22
x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchy
Andy Lutomirski
1
-1
/
+33
2017-12-22
x86/mm/dump_pagetables: Make the address hints correct and readable
Thomas Gleixner
1
-37
/
+53
2017-12-22
x86/mm/dump_pagetables: Check PAGE_PRESENT for real
Thomas Gleixner
1
-1
/
+1
2017-12-22
x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amount
Thomas Gleixner
1
-1
/
+2
2017-12-22
IB/hfi: Only read capability registers if the capability exists
Michael J. Ruhl
2
-19
/
+12
2017-12-22
gpio: fix "gpio-line-names" property retrieval
Christophe Leroy
4
-13
/
+12
2017-12-22
gpio: gpio-reg: fix build
Grygorii Strashko
1
-2
/
+2
2017-12-22
KVM: s390: prevent buffer overrun on memory hotplug during migration
Christian Borntraeger
1
-1
/
+1
2017-12-22
KVM: s390: fix cmma migration for multiple memory slots
Christian Borntraeger
1
-4
/
+5
2017-12-22
ALSA: hda: Drop useless WARN_ON()
Takashi Iwai
1
-1
/
+1
2017-12-22
ALSA: hda - change the location for one mic on a Lenovo machine
Hui Wang
1
-0
/
+1
2017-12-22
ALSA: hda - fix headset mic detection issue on a Dell machine
Hui Wang
1
-0
/
+5
2017-12-22
ALSA: hda - Add MIC_NO_PRESENCE fixup for 2 HP machines
Hui Wang
1
-0
/
+29
2017-12-22
crypto: inside-secure - do not use areq->result for partial results
Antoine Ténart
1
-5
/
+5
2017-12-22
crypto: inside-secure - fix request allocations in invalidation path
Antoine Ténart
2
-15
/
+15
2017-12-22
crypto: inside-secure - free requests even if their handling failed
Antoine Ténart
1
-0
/
+1
2017-12-22
crypto: inside-secure - per request invalidation
Ofer Heifetz
2
-27
/
+111
2017-12-22
arm64: dts: renesas: ulcb: Remove renesas, no-ether-link property
Bogdan Mirea
1
-1
/
+0
2017-12-22
lib/mpi: Fix umul_ppmm() for MIPS64r6
James Hogan
1
-1
/
+17
2017-12-22
arm64: dts: renesas: salvator-x: Remove renesas, no-ether-link property
Bogdan Mirea
1
-1
/
+0
2017-12-22
crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers
1
-9
/
+10
2017-12-22
crypto: n2 - cure use after free
Jan Engelhardt
1
-0
/
+3
2017-12-22
crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t
Jonathan Cameron
4
-6
/
+7
2017-12-22
crypto: chacha20poly1305 - validate the digest size
Eric Biggers
1
-1
/
+5
2017-12-22
crypto: chelsio - select CRYPTO_GF128MUL
Arnd Bergmann
1
-0
/
+1
2017-12-22
ARM: dts: tango4: remove bogus interrupt-controller property
Arnd Bergmann
1
-1
/
+0
2017-12-22
ARM: dts: ls1021a: fix incorrect clock references
Arnd Bergmann
2
-2
/
+2
[prev]
[next]