index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
206
-2012
/
+5749
2016-08-02
Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux
Linus Torvalds
9
-34
/
+135
2016-08-02
Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
31
-823
/
+1412
2016-08-02
ipc: delete "nr_ipc_ns"
Alexey Dobriyan
3
-6
/
+0
2016-08-02
kcov: allow more fine-grained coverage instrumentation
Vegard Nossum
2
-1
/
+12
2016-08-02
init/Kconfig: add clarification for out-of-tree modules
Valdis Kletnieks
1
-1
/
+1
2016-08-02
config: add android config fragments
Rob Herring
3
-0
/
+278
2016-08-02
init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfig
Alexey Dobriyan
1
-0
/
+1
2016-08-02
relay: add global mode support for buffer-only channels
Akash Goel
1
-2
/
+32
2016-08-02
init: allow blacklisting of module_init functions
Prarit Bhargava
1
-0
/
+6
2016-08-02
w1:omap_hdq: fix regression
H. Nikolaus Schaller
1
-2
/
+0
2016-08-02
w1: add helper macro module_w1_family
Andrew F. Davis
11
-131
/
+22
2016-08-02
w1: remove need for ida and use PLATFORM_DEVID_AUTO
Andrew F. Davis
3
-66
/
+13
2016-08-02
rapidio/switches: add driver for IDT gen3 switches
Alexandre Bounine
4
-0
/
+391
2016-08-02
powerpc/fsl_rio: apply changes for RIO spec rev 3
Alexandre Bounine
1
-15
/
+5
2016-08-02
rapidio: modify for rev.3 specification changes
Alexandre Bounine
8
-191
/
+249
2016-08-02
rapidio: change inbound window size type to u64
Alexandre Bounine
3
-8
/
+12
2016-08-02
rapidio/idt_gen2: fix locking warning
Alexandre Bounine
1
-4
/
+3
2016-08-02
rapidio: fix error handling in mbox request/release functions
Alexandre Bounine
1
-12
/
+42
2016-08-02
rapidio/tsi721_dma: advance queue processing from transfer submit call
Alexandre Bounine
1
-0
/
+1
2016-08-02
rapidio/tsi721: add messaging mbox selector parameter
Alexandre Bounine
2
-0
/
+20
2016-08-02
rapidio/tsi721: add PCIe MRRS override parameter
Alexandre Bounine
2
-1
/
+22
2016-08-02
rapidio/tsi721_dma: add channel mask and queue size parameters
Alexandre Bounine
3
-10
/
+32
2016-08-02
rapidio: fix return value description for dma_prep functions
Alexandre Bounine
1
-2
/
+6
2016-08-02
rapidio/documentation: fix mangled paragraph in mport_cdev
Alexandre Bounine
1
-2
/
+1
2016-08-02
rapidio: remove unnecessary 0x prefixes before %pa extension uses
Joe Perches
2
-6
/
+6
2016-08-02
rapidio: add RapidIO channelized messaging driver
Alexandre Bounine
6
-0
/
+2574
2016-08-02
kexec: add restriction on kexec_load() segment sizes
zhong jiang
1
-0
/
+17
2016-08-02
kexec: allow kdump with crash_kexec_post_notifiers
Petr Tesarik
1
-3
/
+2
2016-08-02
kexec: add a kexec_crash_loaded() function
Petr Tesarik
3
-1
/
+9
2016-08-02
kexec: use core_param for crash_kexec_post_notifiers boot option
Hidehiro Kawai
1
-9
/
+4
2016-08-02
ARM: kexec: fix kexec for Keystone 2
Russell King
2
-1
/
+25
2016-08-02
ARM: keystone: dts: add psci command definition
Vitaly Andrianov
1
-0
/
+8
2016-08-02
kexec: allow architectures to override boot mapping
Russell King
3
-14
/
+55
2016-08-02
kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
4
-5
/
+5
2016-08-02
kexec: ensure user memory sizes do not wrap
Russell King
1
-0
/
+2
2016-08-02
kexec: don't invoke OOM-killer for control page allocation
Russell King
1
-1
/
+1
2016-08-02
ARM: kexec: advertise location of bootable RAM
Russell King
1
-2
/
+21
2016-08-02
ARM: kdump: advertise boot aliased crash kernel resource
Russell King
1
-0
/
+16
2016-08-02
kexec: return error number directly
Minfei Huang
1
-10
/
+6
[next]