index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPI: Move PRM config option under the main ACPI config
Sudeep Holla
2022-06-30
1
-15
/
+15
*
ACPI: Enable Platform Runtime Mechanism(PRM) support on ARM64
Sudeep Holla
2022-06-30
1
-1
/
+1
*
ACPI: PRM: Change handler_addr type to void pointer
Sudeep Holla
2022-06-30
1
-2
/
+2
*
efi: Simplify arch_efi_call_virt() macro
Sudeep Holla
2022-06-28
6
-30
/
+7
*
drivers: fix typo in firmware/efi/memmap.c
Zheng Zhi Yuan
2022-06-28
1
-1
/
+1
*
efi: vars: Drop __efivar_entry_iter() helper which is no longer used
Ard Biesheuvel
2022-06-24
2
-57
/
+7
*
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
2022-06-24
4
-21
/
+7
*
efi: pstore: Omit efivars caching EFI varstore access layer
Ard Biesheuvel
2022-06-24
5
-310
/
+91
*
efi: vars: Add thin wrapper around EFI get/set variable interface
Ard Biesheuvel
2022-06-24
2
-10
/
+164
*
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
2022-06-24
5
-24
/
+17
*
pstore: Add priv field to pstore_record for backend specific use
Ard Biesheuvel
2022-06-24
3
-0
/
+6
*
Input: applespi - avoid efivars API and invoke EFI services directly
Ard Biesheuvel
2022-06-24
1
-28
/
+14
*
selftests/kexec: remove broken EFI_VARS secure boot fallback check
Ard Biesheuvel
2022-06-24
1
-34
/
+2
*
brcmfmac: Switch to appropriate helper to load EFI variable contents
Ard Biesheuvel
2022-06-20
1
-17
/
+8
*
iwlwifi: Switch to proper EFI variable store interface
Ard Biesheuvel
2022-06-20
1
-64
/
+32
*
media: atomisp_gmin_platform: stop abusing efivar API
Ard Biesheuvel
2022-06-20
1
-21
/
+6
*
efi: efibc: avoid efivar API for setting variables
Ard Biesheuvel
2022-06-20
2
-47
/
+30
*
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
2022-06-20
1
-62
/
+41
*
efi: Correct comment on efi_memmap_alloc
Liu Zixian
2022-06-15
1
-2
/
+1
*
memblock: Disable mirror feature if kernelcore is not specified
Ma Wupeng
2022-06-15
3
-1
/
+6
*
arm64: mm: Only remove nomap flag for initrd
Ma Wupeng
2022-06-15
1
-1
/
+1
*
mm: Limit warning message in vmemmap_verify() to once
Ma Wupeng
2022-06-15
1
-1
/
+1
*
mm: Ratelimited mirrored memory related warning messages
Ma Wupeng
2022-06-15
1
-2
/
+2
*
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
2022-06-15
5
-27
/
+27
*
Linux 5.19-rc1
v5.19-rc1
Linus Torvalds
2022-06-05
1
-2
/
+2
*
Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-05
3
-6
/
+4
|
\
|
*
fix the breakage in close_fd_get_file() calling conventions change
Al Viro
2022-06-05
3
-6
/
+4
*
|
Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-05
7
-35
/
+50
|
\
\
|
*
|
mm/oom_kill.c: fix vm_oom_kill_table[] ifdeffery
Andrew Morton
2022-06-01
1
-29
/
+29
|
*
|
x86/kexec: fix memory leak of elf header buffer
Baoquan He
2022-06-01
1
-3
/
+9
|
*
|
mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
Miaohe Lin
2022-06-01
1
-1
/
+1
|
*
|
mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()
Zi Yan
2022-06-01
1
-1
/
+1
|
*
|
mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON
Muchun Song
2022-06-01
1
-1
/
+1
|
*
|
MAINTAINERS: add maintainer information for z3fold
Miaohe Lin
2022-06-01
1
-0
/
+7
|
*
|
mailmap: update Josh Poimboeuf's email
Josh Poimboeuf
2022-06-01
1
-0
/
+2
*
|
|
Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-06-05
7
-3
/
+76
|
\
\
\
|
*
|
|
delayacct: track delays from write-protect copy
Yang Yang
2022-06-01
7
-3
/
+76
|
|
/
/
*
|
|
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
2022-06-05
5
-39
/
+27
*
|
|
Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-05
3
-6
/
+115
|
\
\
\
|
*
|
|
x86/sgx: Set active memcg prior to shmem allocation
Kristen Carlson Accardi
2022-06-02
3
-6
/
+115
*
|
|
|
Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-06-05
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
x86/mm: Use PAGE_ALIGNED(x) instead of IS_ALIGNED(x, PAGE_SIZE)
Fanjun Kong
2022-05-27
1
-4
/
+4
*
|
|
|
|
Merge tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-06-05
3
-112
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
x86/microcode: Remove unnecessary perf callback
Borislav Petkov
2022-05-31
1
-3
/
+0
|
*
|
|
|
|
x86/microcode: Taint and warn on late loading
Borislav Petkov
2022-05-31
1
-0
/
+5
|
*
|
|
|
|
x86/microcode: Default-disable late loading
Borislav Petkov
2022-05-31
3
-1
/
+19
|
*
|
|
|
|
x86/microcode: Rip out the OLD_INTERFACE
Borislav Petkov
2022-05-31
2
-112
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-06-05
5
-71
/
+66
|
\
\
\
\
\
|
*
|
|
|
|
x86: Fix all occurences of the "the the" typo
Bo Liu
2022-05-27
3
-3
/
+3
|
*
|
|
|
|
x86/idt: Remove unused headers
sunliming
2022-05-25
1
-3
/
+0
[next]