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
2020-02-23
efi/ia64: Use existing helpers to locate ESI table
Ard Biesheuvel
2
-17
/
+10
2020-02-23
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
5
-83
/
+83
2020-02-23
efi: Make memreserve table handling local to efi.c
Ard Biesheuvel
2
-7
/
+6
2020-02-23
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
4
-10
/
+11
2020-02-23
efi: Make rng_seed table handling local to efi.c
Ard Biesheuvel
2
-12
/
+10
2020-02-23
efi: Move UGA and PROP table handling to x86 code
Ard Biesheuvel
3
-28
/
+31
2020-02-23
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
Ard Biesheuvel
5
-15
/
+24
2020-02-23
efi: Drop handling of 'boot_info' configuration table
Ard Biesheuvel
3
-5
/
+0
2020-02-23
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
Ard Biesheuvel
4
-35
/
+52
2020-02-23
efi/libstub: Add support for loading the initrd from a device path
Ard Biesheuvel
5
-3
/
+126
2020-02-23
efi/dev-path-parser: Add struct definition for vendor type device path nodes
Ard Biesheuvel
3
-42
/
+52
2020-02-23
efi/x86: Replace #ifdefs with IS_ENABLED() checks
Ard Biesheuvel
1
-7
/
+4
2020-02-23
efi/x86: Reindent struct initializer for legibility
Ard Biesheuvel
1
-5
/
+5
2020-02-23
efi/capsule-loader: Drop superfluous assignment
Heinrich Schuchardt
1
-1
/
+1
2020-02-23
efi/esrt: Clean up efi_esrt_init
Heinrich Schuchardt
1
-4
/
+2
2020-02-23
efi/libstub: Fix error message in handle_cmdline_files()
Heinrich Schuchardt
1
-1
/
+1
2020-02-23
efi/libstub: Describe RNG functions
Heinrich Schuchardt
1
-0
/
+24
2020-02-23
efi/libstub: Describe efi_relocate_kernel()
Heinrich Schuchardt
1
-9
/
+20
2020-02-23
efi/libstub: Describe memory functions
Heinrich Schuchardt
1
-2
/
+34
2020-02-23
efi/libstub: Simplify efi_get_memory_map()
Heinrich Schuchardt
1
-6
/
+7
2020-02-23
efi/libstub: Add function description of efi_allocate_pages()
Heinrich Schuchardt
1
-2
/
+14
2020-02-23
efi/libstub: Make the LoadFile EFI protocol accessible
Ard Biesheuvel
3
-0
/
+20
2020-02-23
efi/libstub: Expose LocateDevicePath boot service
Ard Biesheuvel
2
-1
/
+8
2020-02-23
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
6
-55
/
+97
2020-02-23
efi/libstub: Take soft and hard memory limits into account for initrd loading
Ard Biesheuvel
4
-17
/
+20
2020-02-23
efi/libstub: Rewrite file I/O routine
Ard Biesheuvel
4
-228
/
+169
2020-02-23
efi/libstub: Move file I/O support code into separate file
Ard Biesheuvel
4
-289
/
+311
2020-02-23
efi/libstub: Move get_dram_base() into arm-stub.c
Ard Biesheuvel
3
-37
/
+33
2020-02-23
efi/libstub: Move efi_random_alloc() into separate source file
Ard Biesheuvel
3
-115
/
+125
2020-02-23
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
5
-13
/
+8
2020-02-23
efi/libstub: Move stub specific declarations into efistub.h
Ard Biesheuvel
2
-484
/
+479
2020-02-23
efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
Ard Biesheuvel
1
-1
/
+6
2020-02-23
efi/libstub: Use consistent type names for file I/O protocols
Ard Biesheuvel
3
-67
/
+72
2020-02-23
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
5
-39
/
+19
2020-02-23
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
Ard Biesheuvel
4
-91
/
+23
2020-02-23
efi/libstub: Move memory map handling and allocation routines to mem.c
Ard Biesheuvel
3
-314
/
+320
2020-02-23
efi/libstub/arm: Relax FDT alignment requirement
Ard Biesheuvel
2
-12
/
+1
2020-02-23
efi/libstub: Use hidden visibility for all source files
Ard Biesheuvel
4
-10
/
+8
2020-02-23
Merge tag 'for-5.6-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-10
/
+44
2020-02-23
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
10
-108
/
+256
2020-02-23
Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linux
Linus Torvalds
34
-164
/
+663
2020-02-23
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2
-7
/
+52
2020-02-23
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2
-14
/
+27
2020-02-23
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
1
-1
/
+1
2020-02-23
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
8
-2
/
+83
2020-02-23
KVM: fix error handling in svm_hardware_setup
Li RongQing
1
-21
/
+20
2020-02-23
csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2020-02-22
Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-23
/
+27
2020-02-22
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-19
/
+25
2020-02-22
Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+16
[prev]
[next]