index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()
Dan Carpenter
1
-3
/
+4
2016-08-04
um: Support kcov
Vegard Nossum
4
-0
/
+12
2016-08-04
um: Enable TRACE_IRQFLAGS_SUPPORT
Richard Weinberger
1
-2
/
+1
2016-08-04
um: Use asm-generic/irqflags.h
Daniel Wagner
1
-11
/
+7
2016-08-04
um: Fix possible deadlock in sig_handler_common()
Richard Weinberger
1
-2
/
+3
2016-08-04
drm: i915: fix build when DEBUG_FS is disabled
Linus Torvalds
1
-2
/
+2
2016-08-04
um: Select HAVE_DEBUG_KMEMLEAK
Richard Weinberger
1
-0
/
+1
2016-08-04
um: Setup physical memory in setup_arch()
Richard Weinberger
1
-4
/
+4
2016-08-04
um: Eliminate null test after alloc_bootmem
Amitoj Kaur Chawla
1
-2
/
+0
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
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
2016-08-03
rapidio: change inbound window size type to u64
Alexandre Bounine
3
-8
/
+12
2016-08-03
rapidio/idt_gen2: fix locking warning
Alexandre Bounine
1
-4
/
+3
[next]