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-12-15
ipc/sem: optimize perform_atomic_semop()
Davidlohr Bueso
1
-10
/
+102
2016-12-15
ipc/sem: rework task wakeups
Davidlohr Bueso
1
-180
/
+86
2016-12-15
ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...
Davidlohr Bueso
1
-7
/
+12
2016-12-15
sparc: implement watchdog_nmi_enable and watchdog_nmi_disable
Babu Moger
1
-1
/
+43
2016-12-15
kernel/watchdog.c: move hardlockup detector to separate file
Babu Moger
3
-230
/
+239
2016-12-15
kernel/watchdog.c: move shared definitions to nmi.h
Babu Moger
2
-24
/
+28
2016-12-15
ktest.pl: fix english
Pavel Machek
1
-4
/
+4
2016-12-15
drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expression
Andrew Morton
1
-2
/
+1
2016-12-15
posix-timers: give lazy compilers some help optimizing code away
Nicolas Pitre
1
-1
/
+2
2016-12-15
ipc/shm.c: coding style fixes
Shailesh Pandey
1
-3
/
+10
2016-12-15
ipc: msg, make msgrcv work with LONG_MIN
Jiri Slaby
1
-1
/
+4
2016-12-15
initramfs: allow again choice of the embedded initram compression algorithm
Francisco Blas Izquierdo Riera (klondike)
1
-0
/
+117
2016-12-15
initramfs: select builtin initram compression algorithm on KConfig instead of...
Francisco Blas Izquierdo Riera (klondike)
2
-19
/
+11
2016-12-15
kdb: call vkdb_printf() from vprintk_default() only when wanted
Petr Mladek
3
-8
/
+5
2016-12-15
kdb: properly synchronize vkdb_printf() calls with other CPUs
Petr Mladek
2
-18
/
+13
2016-12-15
kdb: remove unused kdb_event handling
Petr Mladek
3
-4
/
+0
2016-12-15
kernel/debug/debug_core.c: more properly delay for secondary CPUs
Douglas Anderson
1
-2
/
+2
2016-12-15
kcov: add more missing includes
Kefeng Wang
1
-0
/
+5
2016-12-15
Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation
Andreas Platschek
1
-1
/
+2
2016-12-15
Kconfig: lib/Kconfig.debug: fix references to Documenation
Andreas Platschek
1
-4
/
+4
2016-12-15
relay: check array offset before using it
Dan Carpenter
1
-2
/
+2
2016-12-15
igb: update code to better handle incrementing page count
Alexander Duyck
2
-8
/
+23
2016-12-15
igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNC
Alexander Duyck
1
-20
/
+33
2016-12-15
mm: add support for releasing multiple instances of a page
Alexander Duyck
2
-0
/
+16
2016-12-15
dma: add calls for dma_map_page_attrs and dma_unmap_page_attrs
Alexander Duyck
1
-7
/
+13
2016-12-15
arch/xtensa: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-2
/
+5
2016-12-15
arch/tile: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-2
/
+10
2016-12-15
arch/sparc: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
2
-4
/
+4
2016-12-15
arch/sh: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-2
/
+5
2016-12-15
arch/powerpc: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-1
/
+8
2016-12-15
arch/parisc: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-5
/
+15
2016-12-15
arch/openrisc: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-0
/
+3
2016-12-15
arch/nios2: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-8
/
+18
2016-12-15
arch/mips: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
2
-4
/
+6
2016-12-15
arch/microblaze: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-2
/
+8
2016-12-15
arch/metag: add option to skip DMA sync as a part of map and unmap
Alexander Duyck
1
-3
/
+13
2016-12-15
arch/m68k: add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-1
/
+7
2016-12-15
arch/hexagon: Add option to skip DMA sync as a part of mapping
Alexander Duyck
1
-1
/
+5
2016-12-15
arch/frv: add option to skip sync on DMA map
Alexander Duyck
2
-6
/
+17
2016-12-15
arch/c6x: add option to skip sync on DMA map and unmap
Alexander Duyck
1
-4
/
+10
2016-12-15
arch/blackfin: add option to skip sync on DMA map
Alexander Duyck
1
-1
/
+7
2016-12-15
arch/avr32: add option to skip sync on DMA map
Alexander Duyck
1
-1
/
+6
2016-12-15
arch/arm: add option to skip sync on DMA map and unmap
Alexander Duyck
1
-6
/
+10
2016-12-15
arch/arc: add option to skip sync on DMA mapping
Alexander Duyck
1
-1
/
+4
2016-12-15
sysctl: add KERN_CONT to deprecated_sysctl_warning()
Tetsuo Handa
1
-2
/
+2
2016-12-15
kexec: add cond_resched into kimage_alloc_crash_control_pages
zhong jiang
1
-0
/
+2
2016-12-15
kexec: export the value of phys_base instead of symbol address
Baoquan He
2
-4
/
+2
2016-12-15
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
Baoquan He
2
-9
/
+0
2016-12-15
coredump: clarify "unsafe core_pattern" warning
Alexey Dobriyan
1
-3
/
+5
2016-12-15
signals: avoid unnecessary taking of sighand->siglock
Waiman Long
2
-0
/
+24
[prev]
[next]