index
:
kernel/linux.git
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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
efi: Add misc char driver interface to update EFI firmware
Kweh, Hock Leong
3
-0
/
+354
2016-04-28
x86/efi: Force EFI reboot to process pending capsules
Matt Fleming
2
-0
/
+15
2016-04-28
efi: Add 'capsule' update support
Matt Fleming
4
-1
/
+326
2016-04-28
efi: Move efi_status_to_err() to drivers/firmware/efi/
Matt Fleming
3
-33
/
+35
2016-04-28
efibc: Add EFI Bootloader Control module
Compostella, Jeremy
4
-0
/
+121
2016-04-28
efifb: Enable the efi-framebuffer platform driver for ARM and arm64
Ard Biesheuvel
3
-1
/
+9
2016-04-28
efi/arm*: Wire up 'struct screen_info' to efi-framebuffer platform device
Ard Biesheuvel
1
-0
/
+18
2016-04-28
efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'
Ard Biesheuvel
1
-0
/
+23
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
6
-5
/
+88
2016-04-28
arm64/efi/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
3
-0
/
+7
2016-04-28
efifb: Use builtin_platform_driver and drop unused includes
Ard Biesheuvel
1
-5
/
+1
2016-04-28
x86/efi/efifb: Move DMI based quirks handling out of generic code
Ard Biesheuvel
3
-11
/
+21
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
7
-400
/
+441
2016-04-28
x86/efi: Prepare GOP handling code for reuse as generic code
Ard Biesheuvel
4
-23
/
+49
2016-04-28
x86/efi: Remove the always true EFI_DEBUG symbol
Matt Fleming
1
-4
/
+0
2016-04-28
efi/arm*: Take the Memory Attributes table into account
Ard Biesheuvel
3
-2
/
+11
2016-04-28
efi: Implement generic support for the Memory Attributes table
Ard Biesheuvel
3
-1
/
+196
2016-04-28
efi: Add support for the EFI_MEMORY_ATTRIBUTES_TABLE config table
Ard Biesheuvel
2
-0
/
+15
2016-04-28
arm64/efi: Apply strict permissions to UEFI Runtime Services regions
Ard Biesheuvel
1
-14
/
+40
2016-04-28
ARM/efi: Apply strict permissions for UEFI Runtime Services regions
Ard Biesheuvel
2
-0
/
+42
2016-04-28
efi/arm*: Use memremap() to create the persistent memmap mapping
Ard Biesheuvel
1
-2
/
+1
2016-04-28
efi: Check EFI_MEMORY_DESCRIPTOR version explicitly
Ard Biesheuvel
2
-0
/
+8
2016-04-28
efi: Remove global 'memmap' EFI memory map
Matt Fleming
6
-78
/
+85
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
9
-56
/
+39
2016-04-28
efi/arm64: Check SetupMode when determining Secure Boot status
Linn Crosetto
1
-7
/
+25
2016-04-28
efi/arm64: Report unexpected errors when determining Secure Boot status
Linn Crosetto
1
-4
/
+18
2016-04-28
x86/mm/pat: Document the (currently) EFI-only code path
Matt Fleming
1
-1
/
+7
2016-04-28
efi/arm*: Drop writable mapping of the UEFI System table
Ard Biesheuvel
2
-11
/
+18
2016-04-28
efi: Get rid of the EFI_SYSTEM_TABLES status bit
Ard Biesheuvel
4
-6
/
+0
2016-04-25
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
1
-11
/
+26
2016-04-25
Linux 4.6-rc5
v4.6-rc5
Linus Torvalds
1
-1
/
+1
2016-04-24
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
6
-11
/
+12
2016-04-24
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+5
2016-04-23
generic syscalls: wire up preadv2 and pwritev2 syscalls
Andre Przywara
1
-1
/
+5
2016-04-23
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-7
/
+42
2016-04-23
Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...
Linus Torvalds
3
-9
/
+28
2016-04-23
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-9
/
+34
2016-04-23
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+3
2016-04-23
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-35
/
+103
2016-04-23
Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-35
/
+78
2016-04-23
Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-6
/
+14
2016-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-13
/
+20
2016-04-22
Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
3
-7
/
+9
2016-04-22
efi: Fix out-of-bounds read in variable_matches()
Laszlo Ersek
1
-11
/
+26
2016-04-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-8
/
+31
2016-04-22
Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-11
/
+16
2016-04-22
Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+91
2016-04-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-63
/
+126
2016-04-22
Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
9
-20
/
+59
2016-04-22
Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...
Greg Kroah-Hartman
4
-18
/
+34
[next]