index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
debugging-modules.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-14
ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well
Nishanth Menon
1
-1
/
+2
2015-09-14
ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi
Javier Martinez Canillas
2
-6
/
+6
2015-09-14
ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
Nishanth Menon
1
-1
/
+2
2015-09-14
ARM: dts: am335x-phycore-som: Fix mpu voltage
Teresa Remmet
1
-2
/
+2
2015-09-14
ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node
Kishon Vijay Abraham I
1
-1
/
+0
2015-09-14
ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY
Tony Lindgren
3
-8
/
+8
2015-09-14
ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again
Carl Frederik Werner
1
-1
/
+1
2015-09-13
Linux 4.3-rc1
v4.3-rc1
Linus Torvalds
1
-2
/
+2
2015-09-12
blk: rq_data_dir() should not return a boolean
Linus Torvalds
1
-1
/
+1
2015-09-12
writeback: plug writeback in wb_writeback() and writeback_inodes_wb()
Linus Torvalds
1
-0
/
+6
2015-09-12
thermal: fix intel PCH thermal driver mismerge
Linus Torvalds
1
-7
/
+4
2015-09-12
ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs
Vineet Gupta
1
-0
/
+2
2015-09-12
revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"
Andrew Morton
1
-2
/
+4
2015-09-12
mm/early_ioremap: add explicit #include of asm/early_ioremap.h
Ard Biesheuvel
1
-0
/
+1
2015-09-12
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
Joe Perches
4
-50
/
+45
2015-09-12
selftests: enhance membarrier syscall test
Mathieu Desnoyers
1
-25
/
+75
2015-09-12
selftests: add membarrier syscall test
Pranith Kumar
4
-0
/
+84
2015-09-12
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
11
-1
/
+151
2015-09-12
MODSIGN: fix a compilation warning in extract-cert
David Howells
1
-1
/
+1
2015-09-11
Revert "writeback: plug writeback at a high level"
Linus Torvalds
1
-3
/
+4
2015-09-11
scsi_dh: fix randconfig build error
Christoph Hellwig
1
-1
/
+1
2015-09-11
target: use stringify.h instead of own definition
David Disseldorp
2
-5
/
+2
2015-09-11
target/user: Fix UFLAG_UNKNOWN_OP handling
Andy Grover
1
-8
/
+2
2015-09-11
target: Remove no-op conditional
Andy Grover
1
-2
/
+1
2015-09-11
target/user: Remove unused variable
Andy Grover
1
-1
/
+0
2015-09-11
target: Fix max_cmd_sn increment w/o cmdsn mutex regressions
Roland Dreier
2
-4
/
+5
2015-09-11
target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
Nicholas Bellinger
1
-2
/
+4
2015-09-11
target/qla2xxx: Honor max_data_sg_nents I/O transfer limit
Nicholas Bellinger
4
-4
/
+78
2015-09-11
drm/nouveau/device: enable c800 quirk for tecra w50
Ben Skeggs
1
-0
/
+1
2015-09-11
drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x
Roy Spliet
1
-1
/
+1
2015-09-11
drm/nouveau/gr/nv04: fix big endian setting on gr context
Ilia Mirkin
1
-3
/
+3
2015-09-11
drm/qxl: validate monitors config modes
Jonathon Jongsma
2
-26
/
+42
2015-09-10
dma-mapping: consolidate dma_set_mask
Christoph Hellwig
24
-169
/
+28
2015-09-10
dma-mapping: consolidate dma_supported
Christoph Hellwig
18
-98
/
+25
2015-09-10
dma-mapping: cosolidate dma_mapping_error
Christoph Hellwig
18
-146
/
+19
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_noncoherent
Christoph Hellwig
19
-99
/
+39
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
25
-569
/
+70
2015-09-10
mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()
Kirill A. Shutemov
1
-2
/
+2
2015-09-10
mm: make sure all file VMAs have ->vm_ops set
Kirill A. Shutemov
1
-0
/
+8
2015-09-10
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
Oleg Nesterov
4
-61
/
+31
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
17
-18
/
+18
2015-09-10
namei: fix warning while make xmldocs caused by namei.c
Masanari Iida
1
-1
/
+1
2015-09-10
ipc: convert invalid scenarios to use WARN_ON
Davidlohr Bueso
2
-3
/
+3
2015-09-10
zlib_deflate/deftree: remove bi_reverse()
yalin wang
2
-19
/
+3
2015-09-10
lib/decompress_unlzma: Do a NULL check for pointer
Fabio Estevam
1
-1
/
+1
2015-09-10
lib/decompressors: use real out buf size for gunzip with kernel
Yinghai Lu
14
-27
/
+70
2015-09-10
fs/affs: make root lookup from blkdev logical size
Pranay Kr. Srivastava
1
-3
/
+5
2015-09-10
sysctl: fix int -> unsigned long assignments in INT_MIN case
Ilya Dryomov
1
-5
/
+5
2015-09-10
kexec: export KERNEL_IMAGE_SIZE to vmcoreinfo
Baoquan He
1
-0
/
+3
2015-09-10
kexec: align crash_notes allocation to make it be inside one physical page
Baoquan He
1
-1
/
+22
[next]