index
:
linux-stable.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.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
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE
Matt Fleming
2016-09-20
1
-0
/
+11
*
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
2016-09-13
17
-310
/
+1472
|
\
|
*
efi/arm64: Treat regions with WT/WC set but WB cleared as memory
Ard Biesheuvel
2016-09-09
1
-15
/
+17
|
*
efi: Add efi_test driver for exporting UEFI runtime service interfaces
Ivan Hu
2016-09-09
5
-0
/
+878
|
*
efi/arm64: Add debugfs node to dump UEFI runtime page tables
Ard Biesheuvel
2016-09-09
1
-0
/
+20
|
*
firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...
Markus Elfring
2016-09-09
1
-2
/
+1
|
*
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
2016-09-09
2
-32
/
+52
|
*
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
2016-09-09
3
-70
/
+125
|
*
efi: Use a file local lock for efivars
Sylvain Chouleur
2016-09-09
1
-36
/
+47
|
*
efi/arm*: esrt: Add missing call to efi_esrt_init()
Ard Biesheuvel
2016-09-09
1
-0
/
+1
|
*
efi/esrt: Use memremap not ioremap to access ESRT table in memory
Ard Biesheuvel
2016-09-09
1
-2
/
+3
|
*
efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
Matt Fleming
2016-09-09
1
-16
/
+4
|
*
efi/runtime-map: Use efi.memmap directly instead of a copy
Matt Fleming
2016-09-09
1
-22
/
+13
|
*
efi: Allow drivers to reserve boot services forever
Matt Fleming
2016-09-09
1
-0
/
+30
|
*
efi: Add efi_memmap_install() for installing new EFI memory maps
Matt Fleming
2016-09-09
2
-7
/
+26
|
*
efi: Split out EFI memory map functions into new file
Matt Fleming
2016-09-09
4
-267
/
+274
|
*
efi/fake_mem: Refactor main two code chunks into functions
Matt Fleming
2016-09-09
1
-95
/
+134
|
*
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
2016-09-09
2
-43
/
+96
|
*
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
2016-09-09
4
-16
/
+64
|
*
x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
Matt Fleming
2016-09-09
1
-1
/
+1
*
|
efi/libstub: Use efi_exit_boot_services() in FDT
Jeffrey Hugo
2016-09-05
1
-10
/
+27
*
|
efi/libstub: Introduce ExitBootServices helper
Jeffrey Hugo
2016-09-05
1
-0
/
+73
*
|
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
2016-09-05
3
-37
/
+88
*
|
efi: Fix handling error value in fdt_find_uefi_params
Andrzej Hajda
2016-09-05
1
-2
/
+5
|
/
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2016-09-04
1
-0
/
+1
|
\
|
*
clocksource/drivers/atmel-pit: Fix compilation error
Daniel Lezcano
2016-08-29
1
-0
/
+1
*
|
Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2016-09-03
3
-7
/
+14
|
\
\
|
*
|
dm bufio: remove use of deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
2016-08-30
1
-1
/
+1
|
*
|
dm crypt: fix free of bad values after tfm allocation failure
Eric Biggers
2016-08-30
1
-1
/
+1
|
*
|
dm crypt: fix error with too large bios
Mikulas Patocka
2016-08-30
1
-0
/
+7
|
*
|
dm log writes: fix check of kthread_run() return value
Vladimir Zapolskiy
2016-08-30
1
-2
/
+2
|
*
|
dm log writes: fix bug with too large bios
Mikulas Patocka
2016-08-30
1
-2
/
+2
|
*
|
dm log writes: move IO accounting earlier to fix error path
Mikulas Patocka
2016-08-30
1
-1
/
+1
|
|
/
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2016-09-03
1
-1
/
+2
|
\
\
|
*
|
drivers/perf: arm_pmu: Fix NULL pointer dereference during probe
Stefan Wahren
2016-09-02
1
-1
/
+1
|
*
|
drivers/perf: arm_pmu: Fix leak in error path
Stefan Wahren
2016-09-02
1
-0
/
+1
|
|
/
*
|
Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-09-03
10
-279
/
+25
|
\
\
|
*
|
thunderbolt: Don't declare Falcon Ridge unsupported
Lukas Wunner
2016-08-31
1
-1
/
+3
|
*
|
thunderbolt: Add support for INTEL_FALCON_RIDGE_2C controller.
Xavier Gnata
2016-08-31
2
-0
/
+10
|
*
|
thunderbolt: Fix resume quirk for Falcon Ridge 4C.
Andreas Noever
2016-08-31
1
-2
/
+1
|
*
|
lkdtm: Mark lkdtm_rodata_do_nothing() notrace
Michael Ellerman
2016-08-31
1
-1
/
+1
|
*
|
mei: me: disable driver on SPT SPS firmware
Tomas Winkler
2016-08-30
2
-4
/
+10
|
*
|
Revert "android: binder: fix dangling pointer comparison"
Greg Kroah-Hartman
2016-08-18
1
-2
/
+0
|
*
|
drivers/iio/light/Kconfig: SENSORS_BH1780 cleanup
Valentin Rothberg
2016-08-16
1
-1
/
+0
|
*
|
android: binder: fix dangling pointer comparison
Jann Horn
2016-08-15
1
-0
/
+2
|
*
|
misc: delete bh1780 driver
Linus Walleij
2016-08-15
3
-270
/
+0
*
|
|
Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-09-03
28
-114
/
+174
|
\
\
\
|
*
\
\
Merge tag 'iio-fixes-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2016-08-23
19
-51
/
+120
|
|
\
\
\
|
|
*
|
|
iio: adc: rockchip_saradc: reset saradc controller before programming it
Caesar Wang
2016-08-23
2
-0
/
+31
|
|
*
|
|
iio: accel: kxsd9: Fix raw read return
Linus Walleij
2016-08-21
1
-0
/
+1
[next]