index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-07
Merge 'x86/kaslr' to pick up dependent bits
Borislav Petkov
2
-135
/
+107
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-19
x86/boot/compressed: Use builtin mem functions for decompressor
Arvind Sankar
1
-5
/
+2
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+2
2020-08-06
x86/kaslr: Replace strlen() with strnlen()
Arvind Sankar
1
-2
/
+6
2020-07-31
x86: Add support for ZSTD compressed kernel
Nick Terrell
3
-8
/
+9
2020-07-31
x86/kaslr: Add a check that the random address is in range
Arvind Sankar
1
-1
/
+11
2020-07-31
x86/kaslr: Make local variables 64-bit
Arvind Sankar
1
-6
/
+7
2020-07-31
x86/kaslr: Replace 'unsigned long long' with 'u64'
Arvind Sankar
2
-9
/
+8
2020-07-31
x86/kaslr: Make minimum/image_size 'unsigned long'
Arvind Sankar
1
-2
/
+2
2020-07-31
x86/kaslr: Small cleanup of find_random_phys_addr()
Arvind Sankar
1
-3
/
+2
2020-07-31
x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()
Arvind Sankar
1
-5
/
+1
2020-07-31
x86/kaslr: Drop redundant check in store_slot_info()
Arvind Sankar
1
-6
/
+3
2020-07-31
x86/kaslr: Make the type of number of slots/slot areas consistent
Arvind Sankar
1
-5
/
+3
2020-07-31
x86/kaslr: Drop test for command-line parameters before parsing
Arvind Sankar
1
-4
/
+0
2020-07-31
x86/kaslr: Simplify process_gb_huge_pages()
Arvind Sankar
1
-26
/
+21
2020-07-31
x86/kaslr: Short-circuit gb_huge_pages on x86-32
Arvind Sankar
1
-2
/
+2
2020-07-31
x86/kaslr: Fix off-by-one error in process_gb_huge_pages()
Arvind Sankar
1
-1
/
+1
2020-07-31
x86/kaslr: Drop some redundant checks from __process_mem_region()
Arvind Sankar
1
-21
/
+6
2020-07-31
x86/kaslr: Drop redundant variable in __process_mem_region()
Arvind Sankar
1
-5
/
+2
2020-07-31
x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()
Arvind Sankar
1
-6
/
+2
2020-07-31
x86/kaslr: Drop redundant cur_entry from __process_mem_region()
Arvind Sankar
1
-6
/
+3
2020-07-31
x86/kaslr: Fix off-by-one error in __process_mem_region()
Arvind Sankar
1
-1
/
+1
2020-07-31
x86/kaslr: Initialize mem_limit to the real maximum address
Arvind Sankar
1
-19
/
+22
2020-07-31
x86/kaslr: Fix process_efi_entries comment
Arvind Sankar
1
-2
/
+2
2020-07-31
x86/kaslr: Remove bogus warning and unnecessary goto
Arvind Sankar
1
-6
/
+3
2020-07-31
x86/kaslr: Make command line handling safer
Arvind Sankar
1
-12
/
+14
2020-07-19
Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2020-07-19
x86/boot: Don't add the EFI stub to targets
Arvind Sankar
1
-2
/
+2
2020-07-07
kbuild: remove cc-option test of -ffreestanding
Masahiro Yamada
1
-1
/
+1
2020-07-07
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
1
-1
/
+1
2020-06-17
efi/x86: Setup stack correctly for efi_pe_entry
Arvind Sankar
1
-1
/
+10
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
1
-0
/
+2
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-01
Merge tag 'x86-build-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2020-06-01
Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+15
2020-05-24
efi/x86: Drop the special GDT for the EFI thunk
Arvind Sankar
1
-16
/
+3
2020-05-22
x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinux
Fangrui Song
1
-0
/
+2
2020-05-19
x86/boot: Correct relocation destination on old linkers
Arvind Sankar
2
-2
/
+4
2020-05-04
x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded
Joerg Roedel
1
-0
/
+8
2020-05-04
x86/boot: Fix -Wint-to-pointer-cast build warning
Vamshi K Sthambamkadi
1
-4
/
+3
2020-04-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
1
-0
/
+1
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
8
-997
/
+262
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+4
2020-03-28
x86/boot/compressed: Fix debug_puthex() parameter type
Joerg Roedel
1
-1
/
+1
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
10
-471
/
+176
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2
-3
/
+56
[next]