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-08-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
7
-285
/
+344
2016-08-04
Merge tag 'media/v4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
235
-62566
/
+49
2016-08-04
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-52
/
+155
2016-08-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
177
-1029
/
+1040
2016-08-04
dynamic_debug: add jump label support
Jason Baron
2
-6
/
+61
2016-08-04
jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL
Jason Baron
2
-23
/
+76
2016-08-04
arm: jump label may reference text in __exit
Jason Baron
1
-1
/
+1
2016-08-04
tile: support static_key usage in non-module __exit sections
Chris Metcalf
1
-0
/
+12
2016-08-04
sparc: support static_key usage in non-module __exit sections
Jason Baron
1
-0
/
+7
2016-08-04
powerpc: add explicit #include <asm/asm-compat.h> for jump label
Jason Baron
1
-0
/
+1
2016-08-04
drivers/media/dvb-frontends/cxd2841er.c: avoid misleading gcc warning
Arnd Bergmann
1
-2
/
+8
2016-08-04
MAINTAINERS: update email and list of Samsung HW driver maintainers
Kamil Debski
1
-4
/
+8
2016-08-04
block: remove BLK_DEV_DAX config option
Ross Zwisler
2
-18
/
+1
2016-08-04
samples/kretprobe: fix the wrong type
Huang Shijie
1
-2
/
+2
2016-08-04
samples/kretprobe: convert the printk to pr_info/pr_err
Huang Shijie
1
-7
/
+5
2016-08-04
samples/jprobe: convert the printk to pr_info/pr_err
Huang Shijie
1
-3
/
+3
2016-08-04
samples/kprobe: convert the printk to pr_info/pr_err
Huang Shijie
1
-17
/
+12
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
111
-804
/
+705
2016-08-04
media: mtk-vcodec: remove unused dma_attrs
Krzysztof Kozlowski
1
-4
/
+0
2016-08-04
include/linux/bitmap.h: cleanup
Andrew Morton
1
-4
/
+3
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
48
-135
/
+135
2016-08-04
drivers/fpga/Kconfig: fix build failure
Sudip Mukherjee
1
-0
/
+1
2016-08-04
Revert "ACPI / hotplug / PCI: Runtime resume bridge before rescan"
Linus Torvalds
1
-4
/
+0
2016-08-04
extable.h: add stddef.h so "NULL" definition is not implicit
Paul Gortmaker
1
-0
/
+2
2016-08-04
modules: add ro_after_init support
Jessica Yu
4
-15
/
+60
2016-08-04
jump_label: disable preemption around __module_text_address().
Rusty Russell
1
-1
/
+4
2016-08-04
exceptions: fork exception table content from module.h into extable.h
Paul Gortmaker
2
-25
/
+32
2016-08-04
modules: Add kernel parameter to blacklist modules
Prarit Bhargava
2
-0
/
+27
2016-08-04
module: Do a WARN_ON_ONCE() for assert module mutex not held
Steven Rostedt
1
-1
/
+1
2016-08-04
shmem: Fix link error if huge pages support is disabled
Geert Uytterhoeven
1
-1
/
+2
2016-08-04
drm: i915: fix build when DEBUG_FS is disabled
Linus Torvalds
1
-2
/
+2
2016-08-03
Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
4
-9
/
+19
2016-08-03
fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2
Geert Uytterhoeven
1
-1
/
+1
2016-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
52
-95
/
+195
2016-08-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
206
-2012
/
+5749
2016-08-03
Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux
Linus Torvalds
9
-34
/
+135
2016-08-03
Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
31
-823
/
+1412
2016-08-03
ipc: delete "nr_ipc_ns"
Alexey Dobriyan
3
-6
/
+0
2016-08-03
kcov: allow more fine-grained coverage instrumentation
Vegard Nossum
2
-1
/
+12
2016-08-03
init/Kconfig: add clarification for out-of-tree modules
Valdis Kletnieks
1
-1
/
+1
2016-08-03
config: add android config fragments
Rob Herring
3
-0
/
+278
2016-08-03
init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfig
Alexey Dobriyan
1
-0
/
+1
2016-08-03
relay: add global mode support for buffer-only channels
Akash Goel
1
-2
/
+32
2016-08-03
init: allow blacklisting of module_init functions
Prarit Bhargava
1
-0
/
+6
2016-08-03
w1:omap_hdq: fix regression
H. Nikolaus Schaller
1
-2
/
+0
2016-08-03
w1: add helper macro module_w1_family
Andrew F. Davis
11
-131
/
+22
2016-08-03
w1: remove need for ida and use PLATFORM_DEVID_AUTO
Andrew F. Davis
3
-66
/
+13
2016-08-03
rapidio/switches: add driver for IDT gen3 switches
Alexandre Bounine
4
-0
/
+391
2016-08-03
powerpc/fsl_rio: apply changes for RIO spec rev 3
Alexandre Bounine
1
-15
/
+5
2016-08-03
rapidio: modify for rev.3 specification changes
Alexandre Bounine
8
-191
/
+249
[next]