index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kcov: allow more fine-grained coverage instrumentation
Vegard Nossum
2016-08-02
2
-1
/
+12
*
init/Kconfig: add clarification for out-of-tree modules
Valdis Kletnieks
2016-08-02
1
-1
/
+1
*
config: add android config fragments
Rob Herring
2016-08-02
3
-0
/
+278
*
init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfig
Alexey Dobriyan
2016-08-02
1
-0
/
+1
*
relay: add global mode support for buffer-only channels
Akash Goel
2016-08-02
1
-2
/
+32
*
init: allow blacklisting of module_init functions
Prarit Bhargava
2016-08-02
1
-0
/
+6
*
w1:omap_hdq: fix regression
H. Nikolaus Schaller
2016-08-02
1
-2
/
+0
*
w1: add helper macro module_w1_family
Andrew F. Davis
2016-08-02
11
-131
/
+22
*
w1: remove need for ida and use PLATFORM_DEVID_AUTO
Andrew F. Davis
2016-08-02
3
-66
/
+13
*
rapidio/switches: add driver for IDT gen3 switches
Alexandre Bounine
2016-08-02
4
-0
/
+391
*
powerpc/fsl_rio: apply changes for RIO spec rev 3
Alexandre Bounine
2016-08-02
1
-15
/
+5
*
rapidio: modify for rev.3 specification changes
Alexandre Bounine
2016-08-02
8
-191
/
+249
*
rapidio: change inbound window size type to u64
Alexandre Bounine
2016-08-02
3
-8
/
+12
*
rapidio/idt_gen2: fix locking warning
Alexandre Bounine
2016-08-02
1
-4
/
+3
*
rapidio: fix error handling in mbox request/release functions
Alexandre Bounine
2016-08-02
1
-12
/
+42
*
rapidio/tsi721_dma: advance queue processing from transfer submit call
Alexandre Bounine
2016-08-02
1
-0
/
+1
*
rapidio/tsi721: add messaging mbox selector parameter
Alexandre Bounine
2016-08-02
2
-0
/
+20
*
rapidio/tsi721: add PCIe MRRS override parameter
Alexandre Bounine
2016-08-02
2
-1
/
+22
*
rapidio/tsi721_dma: add channel mask and queue size parameters
Alexandre Bounine
2016-08-02
3
-10
/
+32
*
rapidio: fix return value description for dma_prep functions
Alexandre Bounine
2016-08-02
1
-2
/
+6
*
rapidio/documentation: fix mangled paragraph in mport_cdev
Alexandre Bounine
2016-08-02
1
-2
/
+1
*
rapidio: remove unnecessary 0x prefixes before %pa extension uses
Joe Perches
2016-08-02
2
-6
/
+6
*
rapidio: add RapidIO channelized messaging driver
Alexandre Bounine
2016-08-02
6
-0
/
+2574
*
kexec: add restriction on kexec_load() segment sizes
zhong jiang
2016-08-02
1
-0
/
+17
*
kexec: allow kdump with crash_kexec_post_notifiers
Petr Tesarik
2016-08-02
1
-3
/
+2
*
kexec: add a kexec_crash_loaded() function
Petr Tesarik
2016-08-02
3
-1
/
+9
*
kexec: use core_param for crash_kexec_post_notifiers boot option
Hidehiro Kawai
2016-08-02
1
-9
/
+4
*
ARM: kexec: fix kexec for Keystone 2
Russell King
2016-08-02
2
-1
/
+25
*
ARM: keystone: dts: add psci command definition
Vitaly Andrianov
2016-08-02
1
-0
/
+8
*
kexec: allow architectures to override boot mapping
Russell King
2016-08-02
3
-14
/
+55
*
kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
2016-08-02
4
-5
/
+5
*
kexec: ensure user memory sizes do not wrap
Russell King
2016-08-02
1
-0
/
+2
*
kexec: don't invoke OOM-killer for control page allocation
Russell King
2016-08-02
1
-1
/
+1
*
ARM: kexec: advertise location of bootable RAM
Russell King
2016-08-02
1
-2
/
+21
*
ARM: kdump: advertise boot aliased crash kernel resource
Russell King
2016-08-02
1
-0
/
+16
*
kexec: return error number directly
Minfei Huang
2016-08-02
1
-10
/
+6
*
cpumask: fix code comment
Geliang Tang
2016-08-02
1
-1
/
+1
*
kernel/exit.c: quieten greatest stack depth printk
Anton Blanchard
2016-08-02
1
-1
/
+1
*
signal: consolidate {TS,TLF}_RESTORE_SIGMASK code
Andy Lutomirski
2016-08-02
10
-249
/
+63
*
reiserfs: fix "new_insert_key may be used uninitialized ..."
Jeff Mahoney
2016-08-02
1
-1
/
+2
*
nilfs2: move ioctl interface and disk layout to uapi separately
Ryusuke Konishi
2016-08-02
18
-329
/
+348
*
nilfs2: use BIT() macro
Ryusuke Konishi
2016-08-02
6
-38
/
+37
*
nilfs2: fix misuse of a semaphore in sysfs code
Ryusuke Konishi
2016-08-02
2
-27
/
+24
*
nilfs2: refactor parser of snapshot mount option
Ryusuke Konishi
2016-08-02
1
-18
/
+35
*
nilfs2: do not use yield()
Ryusuke Konishi
2016-08-02
1
-1
/
+1
*
nilfs2: emit error message when I/O error is detected
Ryusuke Konishi
2016-08-02
3
-2
/
+16
*
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
2016-08-02
8
-82
/
+61
*
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
2016-08-02
13
-275
/
+283
*
nilfs2: embed a back pointer to super block instance in nilfs object
Ryusuke Konishi
2016-08-02
3
-5
/
+8
*
nilfs2: add nilfs_msg() message interface
Ryusuke Konishi
2016-08-02
2
-0
/
+23
[next]